Files
codeql-action/node_modules/requireindex/package.json
T
2020-12-09 21:28:55 +01:00

68 lines
1.6 KiB
JSON

{
"_args": [
[
"requireindex@1.1.0",
"/home/marco/repos/github/codeql-action"
]
],
"_development": true,
"_from": "requireindex@1.1.0",
"_id": "requireindex@1.1.0",
"_inBundle": false,
"_integrity": "sha1-5UBLgVV+91225JxacgBIk/4D4WI=",
"_location": "/requireindex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "requireindex@1.1.0",
"name": "requireindex",
"escapedName": "requireindex",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/eslint-plugin-no-async-foreach"
],
"_resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "Stephen Handley",
"email": "stephen.handley@gmail.com",
"url": "http://person.sh"
},
"bugs": {
"url": "http://github.com/stephenhandley/requireindex/issues"
},
"description": "Write minimal node index.js files that require and export siblings by file basename",
"devDependencies": {
"asserts": "4.0.x"
},
"directories": {
"lib": ".",
"test": "test"
},
"engines": {
"node": ">=0.10.5"
},
"homepage": "https://github.com/stephenhandley/requireindex#readme",
"keywords": [
"require",
"index",
"index.js"
],
"license": "MIT",
"main": "index.js",
"name": "requireindex",
"repository": {
"type": "git",
"url": "git://github.com/stephenhandley/requireindex.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.1.0"
}