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.
64 lines
1.7 KiB
64 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"string-argv@0.0.2",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "string-argv@0.0.2",
|
|
"_id": "string-argv@0.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-2sMECGkMIfPDYwo/86BYd73L1zY=",
|
|
"_location": "/string-argv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "string-argv@0.0.2",
|
|
"name": "string-argv",
|
|
"escapedName": "string-argv",
|
|
"rawSpec": "0.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/lint-staged"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.0.2.tgz",
|
|
"_spec": "0.0.2",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Anthony McCormick",
|
|
"email": "anthony.mccormick AT gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mccormicka/string-argv/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
|
|
"devDependencies": {
|
|
"eslint": "^2.0.0",
|
|
"eslint-config-cellule": "^3.0.0",
|
|
"jasmine": "^2.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.19"
|
|
},
|
|
"homepage": "https://github.com/mccormicka/string-argv",
|
|
"keywords": [
|
|
"logger"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "string-argv",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mccormicka/string-argv.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "jasmine JASMINE_CONFIG_PATH=test/config.json --verbose --color --captureExceptions && npm run lint"
|
|
},
|
|
"version": "0.0.2"
|
|
}
|
|
|