wishthis/node_modules/which-module/package.json

42 lines
917 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "which-module",
"version": "1.0.0",
2022-01-21 08:28:41 +00:00
"description": "Find the module object for something that was require()d",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
2022-01-21 08:28:41 +00:00
},
"files": [
"index.js"
],
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/nexdrew/which-module.git"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"which",
"module",
"exports",
"filename",
"require",
"reverse",
"lookup"
],
2022-04-08 10:55:35 +00:00
"author": "nexdrew",
2022-01-21 08:28:41 +00:00
"license": "ISC",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/nexdrew/which-module/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/nexdrew/which-module#readme",
"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
}