Blame view

node_modules/which-module/package.json 1.73 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
65
66
67
68
69
  {
    "_from": "which-module@^1.0.0",
    "_id": "which-module@1.0.0",
    "_inBundle": false,
    "_integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
    "_location": "/which-module",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "which-module@^1.0.0",
      "name": "which-module",
      "escapedName": "which-module",
      "rawSpec": "^1.0.0",
      "saveSpec": null,
      "fetchSpec": "^1.0.0"
    },
    "_requiredBy": [
      "/webpack-dev-server/yargs",
      "/yargs"
    ],
    "_resolved": "http://registry.npm.taobao.org/which-module/download/which-module-1.0.0.tgz",
    "_shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
    "_spec": "which-module@^1.0.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/yargs",
    "author": {
      "name": "nexdrew"
    },
    "bugs": {
      "url": "https://github.com/nexdrew/which-module/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "Find the module object for something that was require()d",
    "devDependencies": {
      "ava": "^0.15.2",
      "coveralls": "^2.11.9",
      "nyc": "^6.4.4",
      "standard": "^7.1.2",
      "standard-version": "^2.3.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/nexdrew/which-module#readme",
    "keywords": [
      "which",
      "module",
      "exports",
      "filename",
      "require",
      "reverse",
      "lookup"
    ],
    "license": "ISC",
    "main": "index.js",
    "name": "which-module",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/nexdrew/which-module.git"
    },
    "scripts": {
      "coverage": "nyc report --reporter=text-lcov | coveralls",
      "pretest": "standard",
      "release": "standard-version",
      "test": "nyc ava"
    },
    "version": "1.0.0"
  }