1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2025-06-13 12:54:17 +00:00
MikeMcl_decimal.js/node_modules/commander/package.json

119 lines
3.0 KiB
JSON

{
"_args": [
[
{
"raw": "commander@~2.13.0",
"scope": null,
"escapedName": "commander",
"name": "commander",
"rawSpec": "~2.13.0",
"spec": ">=2.13.0 <2.14.0",
"type": "range"
},
"/Users/julius/Documents/Scripts/JS/decimal.js/node_modules/uglify-js"
]
],
"_from": "commander@>=2.13.0 <2.14.0",
"_id": "commander@2.13.0",
"_inCache": true,
"_location": "/commander",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/commander-2.13.0.tgz_1515654595288_0.4785951259545982"
},
"_npmUser": {
"name": "abetomo",
"email": "abe@enzou.tokyo"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "commander@~2.13.0",
"scope": null,
"escapedName": "commander",
"name": "commander",
"rawSpec": "~2.13.0",
"spec": ">=2.13.0 <2.14.0",
"type": "range"
},
"_requiredBy": [
"/uglify-js"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
"_shasum": "6964bca67685df7c1f1430c584f07d7597885b9c",
"_shrinkwrap": null,
"_spec": "commander@~2.13.0",
"_where": "/Users/julius/Documents/Scripts/JS/decimal.js/node_modules/uglify-js",
"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.48",
"should": "^11.2.1",
"sinon": "^2.4.1",
"typescript": "^2.6.2"
},
"directories": {},
"dist": {
"integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==",
"shasum": "6964bca67685df7c1f1430c584f07d7597885b9c",
"tarball": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz"
},
"files": [
"index.js",
"typings/index.d.ts"
],
"gitHead": "291fbaa61e3704ec30617812ab6646c8443a03f0",
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"commander",
"command",
"option",
"parser"
],
"license": "MIT",
"main": "index",
"maintainers": [
{
"name": "vanesyan",
"email": "romain.vanesyan@gmail.com"
},
{
"name": "abetomo",
"email": "abe@enzou.tokyo"
},
{
"name": "somekittens",
"email": "rkoutnik@gmail.com"
},
{
"name": "zhiyelee",
"email": "zhiyelee@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "commander",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"test": "make test && npm run test-typings",
"test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
},
"typings": "typings/index.d.ts",
"version": "2.13.0"
}