wishthis/node_modules/which-module/package.json

72 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"which-module@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "which-module@1.0.0",
"_id": "which-module@1.0.0",
"_inBundle": false,
"_integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
"_location": "/which-module",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "nexdrew"
},
"bugs": {
"url": "https://github.com/nexdrew/which-module/issues"
},
2022-01-21 08:28:41 +00:00
"description": "Find the module object for something that was require()d",
2022-02-23 16:41:13 +00:00
"devDependencies": {
"ava": "^0.15.2",
"coveralls": "^2.11.9",
"nyc": "^6.4.4",
"standard": "^7.1.2",
"standard-version": "^2.3.0"
2022-01-21 08:28:41 +00:00
},
"files": [
"index.js"
],
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/nexdrew/which-module#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"which",
"module",
"exports",
"filename",
"require",
"reverse",
"lookup"
],
"license": "ISC",
2022-02-23 16:41:13 +00:00
"main": "index.js",
"name": "which-module",
"repository": {
"type": "git",
"url": "git+https://github.com/nexdrew/which-module.git"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"release": "standard-version",
"test": "nyc ava"
},
"version": "1.0.0"
2022-01-21 08:28:41 +00:00
}