126 lines
3.2 KiB
JSON
126 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "commander@2.15.x",
|
|
"scope": null,
|
|
"escapedName": "commander",
|
|
"name": "commander",
|
|
"rawSpec": "2.15.x",
|
|
"spec": ">=2.15.0 <2.16.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/html-minifier"
|
|
]
|
|
],
|
|
"_from": "commander@>=2.15.0 <2.16.0",
|
|
"_id": "commander@2.15.1",
|
|
"_inCache": true,
|
|
"_location": "/commander",
|
|
"_nodeVersion": "9.8.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/commander_2.15.1_1521510442790_0.20361588610282877"
|
|
},
|
|
"_npmUser": {
|
|
"name": "abetomo",
|
|
"email": "abe@enzou.tokyo"
|
|
},
|
|
"_npmVersion": "5.6.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "commander@2.15.x",
|
|
"scope": null,
|
|
"escapedName": "commander",
|
|
"name": "commander",
|
|
"rawSpec": "2.15.x",
|
|
"spec": ">=2.15.0 <2.16.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/har-validator",
|
|
"/html-minifier",
|
|
"/html-minifier/uglify-js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
|
|
"_shasum": "df46e867d0fc2aec66a34662b406a9ccafff5b0f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "commander@2.15.x",
|
|
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/html-minifier",
|
|
"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/node": "^7.0.55",
|
|
"eslint": "^3.19.0",
|
|
"should": "^11.2.1",
|
|
"sinon": "^2.4.1",
|
|
"standard": "^10.0.3",
|
|
"typescript": "^2.7.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
|
|
"shasum": "df46e867d0fc2aec66a34662b406a9ccafff5b0f",
|
|
"tarball": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
|
|
"fileCount": 6,
|
|
"unpackedSize": 59781
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"typings/index.d.ts"
|
|
],
|
|
"gitHead": "649eaef336ddc7224eb5c73e4a958685e24de25e",
|
|
"homepage": "https://github.com/tj/commander.js#readme",
|
|
"keywords": [
|
|
"commander",
|
|
"command",
|
|
"option",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"maintainers": [
|
|
{
|
|
"name": "abetomo",
|
|
"email": "abe@enzou.tokyo"
|
|
},
|
|
{
|
|
"name": "somekittens",
|
|
"email": "rkoutnik@gmail.com"
|
|
},
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "vanesyan",
|
|
"email": "romain.vanesyan@gmail.com"
|
|
},
|
|
{
|
|
"name": "zhiyelee",
|
|
"email": "zhiyelee@gmail.com"
|
|
}
|
|
],
|
|
"name": "commander",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tj/commander.js.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint index.js",
|
|
"test": "make test && npm run test-typings",
|
|
"test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
|
|
},
|
|
"typings": "typings/index.d.ts",
|
|
"version": "2.15.1"
|
|
}
|