Bones/node_modules/which-module/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

96 lines
2.4 KiB
JSON

{
"_args": [
[
"which-module@^1.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\yargs"
]
],
"_from": "which-module@>=1.0.0-0 <2.0.0-0",
"_id": "which-module@1.0.0",
"_inCache": true,
"_location": "/which-module",
"_nodeVersion": "5.11.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/which-module-1.0.0.tgz_1465192451403_0.19380306638777256"
},
"_npmUser": {
"email": "andrew@npmjs.com",
"name": "nexdrew"
},
"_npmVersion": "3.8.8",
"_phantomChildren": {},
"_requested": {
"name": "which-module",
"raw": "which-module@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
"_shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
"_shrinkwrap": null,
"_spec": "which-module@^1.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\yargs",
"author": {
"name": "nexdrew"
},
"bugs": {
"url": "https://github.com/nexdrew/which-module/issues"
},
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "bba63ca861948994ff307736089e3b96026c2a4f",
"tarball": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "a5b7492798fac7e484fd8812d3d3a1138bb08784",
"homepage": "https://github.com/nexdrew/which-module#readme",
"installable": true,
"keywords": [
"exports",
"filename",
"lookup",
"module",
"require",
"reverse",
"which"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "nexdrew",
"email": "andrew@npmjs.com"
}
],
"name": "which-module",
"optionalDependencies": {},
"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"
}