setup-php/node_modules/argv/package.json

56 lines
1.1 KiB
JSON
Raw Normal View History

2019-09-20 09:41:20 +07:00
{
"_args": [
[
"argv@0.0.2",
"E:\\python\\setup-php"
]
],
"_from": "argv@0.0.2",
"_id": "argv@0.0.2",
"_inBundle": false,
"_integrity": "sha1-7L0W+JSbFXGDcRsb2jNPN4QBhas=",
"_location": "/argv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "argv@0.0.2",
"name": "argv",
"escapedName": "argv",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/codecov"
],
"_resolved": "https://registry.npmjs.org/argv/-/argv-0.0.2.tgz",
"_spec": "0.0.2",
"_where": "E:\\python\\setup-php",
"author": {
"name": "Corey Hart",
"email": "corey@codenothing.com"
},
"dependencies": {},
"description": "CLI Argument Parser",
"devDependencies": {
"munit": "0.0.5",
"nlint": "0.0.4"
},
"engines": {
"node": ">=0.6.10"
},
"keywords": [
"cli",
"argv",
"options"
],
"main": "./index.js",
"name": "argv",
"scripts": {
"test": "make test"
},
"url": "http://codenothing.github.com/argv/",
"version": "0.0.2"
}