Blame view

node_modules/detective/package.json 1.48 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  {
    "_args": [
      [
        "detective@4.7.1",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_from": "detective@4.7.1",
    "_id": "detective@4.7.1",
    "_inBundle": false,
    "_integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==",
    "_location": "/detective",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "detective@4.7.1",
      "name": "detective",
      "escapedName": "detective",
      "rawSpec": "4.7.1",
      "saveSpec": null,
      "fetchSpec": "4.7.1"
    },
    "_requiredBy": [
      "/commoner"
    ],
    "_resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz",
    "_spec": "4.7.1",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "James Halliday",
      "email": "mail@substack.net",
      "url": "http://substack.net"
    },
    "bugs": {
      "url": "https://github.com/browserify/detective/issues"
    },
    "dependencies": {
      "acorn": "^5.2.1",
      "defined": "^1.0.0"
    },
    "description": "find all require() calls by walking the AST",
    "devDependencies": {
      "tap": "^10.7.3"
    },
    "homepage": "https://github.com/browserify/detective#readme",
    "keywords": [
      "require",
      "source",
      "analyze",
      "ast"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "detective",
    "repository": {
      "type": "git",
      "url": "git://github.com/browserify/detective.git"
    },
    "scripts": {
      "test": "tap test/*.js"
    },
    "version": "4.7.1"
  }