You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
2.8 KiB
116 lines
2.8 KiB
{ |
|
"_args": [ |
|
[ |
|
"coa@~2.0.1", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/svgo" |
|
] |
|
], |
|
"_from": "coa@>=2.0.1 <2.1.0", |
|
"_id": "coa@2.0.1", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/coa", |
|
"_nodeVersion": "8.4.0", |
|
"_npmOperationalInternal": { |
|
"host": "s3://npm-registry-packages", |
|
"tmp": "tmp/coa-2.0.1.tgz_1515617123731_0.6208295265678316" |
|
}, |
|
"_npmUser": { |
|
"email": "zxqfox@gmail.com", |
|
"name": "qfox" |
|
}, |
|
"_npmVersion": "5.4.1", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "coa", |
|
"raw": "coa@~2.0.1", |
|
"rawSpec": "~2.0.1", |
|
"scope": null, |
|
"spec": ">=2.0.1 <2.1.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/svgo" |
|
], |
|
"_resolved": "https://registry.npmjs.org/coa/-/coa-2.0.1.tgz", |
|
"_shasum": "f3f8b0b15073e35d70263fb1042cb2c023db38af", |
|
"_shrinkwrap": null, |
|
"_spec": "coa@~2.0.1", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/svgo", |
|
"author": { |
|
"email": "veged@ya.ru", |
|
"name": "Sergey Berezhnoy", |
|
"url": "http://github.com/veged" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/veged/coa/issues" |
|
}, |
|
"contributors": [ |
|
{ |
|
"email": "peimei@ya.ru", |
|
"name": "Sergey Belov", |
|
"url": "http://github.com/arikon" |
|
} |
|
], |
|
"dependencies": { |
|
"q": "^1.1.2" |
|
}, |
|
"description": "Command-Option-Argument: Yet another parser for command line options.", |
|
"devDependencies": { |
|
"chai": "~1.7.2", |
|
"coveralls": "^2.11.16", |
|
"eslint": "^4.15.0", |
|
"eslint-config-pedant": "^1.0.0", |
|
"mocha": "~1.21.4", |
|
"nyc": "^10.1.2" |
|
}, |
|
"directories": { |
|
"lib": "./lib" |
|
}, |
|
"dist": { |
|
"integrity": "sha512-5wfTTO8E2/ja4jFSxePXlG5nRu5bBtL/r1HCIpJW/lzT6yDtKl0u0Z4o/Vpz32IpKmBn7HerheEZQgA9N2DarQ==", |
|
"shasum": "f3f8b0b15073e35d70263fb1042cb2c023db38af", |
|
"tarball": "https://registry.npmjs.org/coa/-/coa-2.0.1.tgz" |
|
}, |
|
"engines": { |
|
"node": ">= 4.0" |
|
}, |
|
"files": [ |
|
"lib/", |
|
"index.js", |
|
"README.ru.md" |
|
], |
|
"gitHead": "ac7a43c2df69f081d464ad2de165afd6b29c9d67", |
|
"homepage": "http://github.com/veged/coa", |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "zxqfox@gmail.com", |
|
"name": "qfox" |
|
}, |
|
{ |
|
"email": "veged@ya.ru", |
|
"name": "veged" |
|
}, |
|
{ |
|
"email": "peimei@ya.ru", |
|
"name": "arikon" |
|
} |
|
], |
|
"name": "coa", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/veged/coa.git" |
|
}, |
|
"scripts": { |
|
"clean": "rm -r .nyc_output coverage", |
|
"coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'", |
|
"coveralls": "nyc report --reporter=text-lcov | coveralls", |
|
"lint": "eslint .", |
|
"pretest": "npm run lint", |
|
"test": "nyc mocha" |
|
}, |
|
"version": "2.0.1" |
|
}
|
|
|