• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "which-module@^2.0.0",
3  "_id": "which-module@2.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
6  "_location": "/which-module",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "which-module@^2.0.0",
12    "name": "which-module",
13    "escapedName": "which-module",
14    "rawSpec": "^2.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^2.0.0"
17  },
18  "_requiredBy": [
19    "/yargs"
20  ],
21  "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
22  "_shasum": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a",
23  "_spec": "which-module@^2.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/yargs",
25  "author": {
26    "name": "nexdrew"
27  },
28  "bugs": {
29    "url": "https://github.com/nexdrew/which-module/issues"
30  },
31  "bundleDependencies": false,
32  "deprecated": false,
33  "description": "Find the module object for something that was require()d",
34  "devDependencies": {
35    "ava": "^0.19.1",
36    "coveralls": "^2.13.1",
37    "nyc": "^10.3.0",
38    "standard": "^10.0.2",
39    "standard-version": "^4.0.0"
40  },
41  "files": [
42    "index.js"
43  ],
44  "homepage": "https://github.com/nexdrew/which-module#readme",
45  "keywords": [
46    "which",
47    "module",
48    "exports",
49    "filename",
50    "require",
51    "reverse",
52    "lookup"
53  ],
54  "license": "ISC",
55  "main": "index.js",
56  "name": "which-module",
57  "repository": {
58    "type": "git",
59    "url": "git+https://github.com/nexdrew/which-module.git"
60  },
61  "scripts": {
62    "coverage": "nyc report --reporter=text-lcov | coveralls",
63    "pretest": "standard",
64    "release": "standard-version",
65    "test": "nyc ava"
66  },
67  "version": "2.0.0"
68}
69