You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.4 KiB
JSON

5 years ago
{
"_from": "the-argv@^1.0.0",
"_id": "the-argv@1.0.0",
"_inBundle": false,
"_integrity": "sha1-AIRwUAVzDdhNt1UlPJMa45jblSI=",
"_location": "/the-argv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "the-argv@^1.0.0",
"name": "the-argv",
"escapedName": "the-argv",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ava-init"
],
"_resolved": "https://registry.npmjs.org/the-argv/-/the-argv-1.0.0.tgz",
"_shasum": "0084705005730dd84db755253c931ae398db9522",
"_spec": "the-argv@^1.0.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava-init",
"author": {
"name": "Joakim Carlstein",
"email": "joakim@klei.se"
},
"bugs": {
"url": "https://github.com/joakimbeng/the-argv/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The part of argv you want",
"devDependencies": {
"tape": "^4.0.3",
"xo": "^0.5.2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/joakimbeng/the-argv#readme",
"keywords": [
"argv",
"cli",
"process.argv",
"args"
],
"license": "MIT",
"main": "index.js",
"name": "the-argv",
"repository": {
"type": "git",
"url": "git+https://github.com/joakimbeng/the-argv.git"
},
"scripts": {
"lint": "xo --space",
"pretest": "npm run -s lint",
"test": "node test.js"
},
"version": "1.0.0"
}