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

84 lines
2.0 KiB
JSON

{
"_args": [
[
"commander@6.0.0",
"/home/marco/repos/github/codeql-action"
]
],
"_from": "commander@6.0.0",
"_id": "commander@6.0.0",
"_inBundle": false,
"_integrity": "sha512-s7EA+hDtTYNhuXkTlhqew4txMZVdszBmKWSPEMxGr8ru8JXR7bLUFIAtPhcSuFdJQ0ILMxnJi8GkQL0yvDy/YA==",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "commander@6.0.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-6.0.0.tgz",
"_spec": "6.0.0",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"dependencies": {},
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"@types/jest": "^26.0.5",
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-standard-with-typescript": "^16.0.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0",
"standard": "^14.3.4",
"typescript": "^3.9.7"
},
"engines": {
"node": ">= 6"
},
"files": [
"index.js",
"typings/index.d.ts"
],
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"commander",
"command",
"option",
"parser",
"cli",
"argument",
"args",
"argv"
],
"license": "MIT",
"main": "index",
"name": "commander",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"lint": "eslint index.js \"tests/**/*.js\"",
"test": "jest && npm run test-typings",
"test-typings": "tsc -p tsconfig.json",
"typescript-lint": "eslint typings/*.ts"
},
"typings": "typings/index.d.ts",
"version": "6.0.0"
}