Security update to Drupal 8.4.6
[yaffs-website] / node_modules / which-module / package.json
1 {
2   "_args": [
3     [
4       "which-module@^1.0.0",
5       "/var/www/yaffs/node_modules/yargs"
6     ]
7   ],
8   "_from": "which-module@>=1.0.0 <2.0.0",
9   "_id": "which-module@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/which-module",
13   "_nodeVersion": "5.11.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/which-module-1.0.0.tgz_1465192451403_0.19380306638777256"
17   },
18   "_npmUser": {
19     "email": "andrew@npmjs.com",
20     "name": "nexdrew"
21   },
22   "_npmVersion": "3.8.8",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "which-module",
26     "raw": "which-module@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/yargs"
34   ],
35   "_resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
36   "_shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
37   "_shrinkwrap": null,
38   "_spec": "which-module@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/yargs",
40   "author": {
41     "name": "nexdrew"
42   },
43   "bugs": {
44     "url": "https://github.com/nexdrew/which-module/issues"
45   },
46   "dependencies": {},
47   "description": "Find the module object for something that was require()d",
48   "devDependencies": {
49     "ava": "^0.15.2",
50     "coveralls": "^2.11.9",
51     "nyc": "^6.4.4",
52     "standard": "^7.1.2",
53     "standard-version": "^2.3.0"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
58     "tarball": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "a5b7492798fac7e484fd8812d3d3a1138bb08784",
64   "homepage": "https://github.com/nexdrew/which-module#readme",
65   "keywords": [
66     "exports",
67     "filename",
68     "lookup",
69     "module",
70     "require",
71     "reverse",
72     "which"
73   ],
74   "license": "ISC",
75   "main": "index.js",
76   "maintainers": [
77     {
78       "name": "nexdrew",
79       "email": "andrew@npmjs.com"
80     }
81   ],
82   "name": "which-module",
83   "optionalDependencies": {},
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/nexdrew/which-module.git"
88   },
89   "scripts": {
90     "coverage": "nyc report --reporter=text-lcov | coveralls",
91     "pretest": "standard",
92     "release": "standard-version",
93     "test": "nyc ava"
94   },
95   "version": "1.0.0"
96 }