mirror of
https://github.com/deployphp/action.git
synced 2025-04-20 11:06:47 +00:00
Add missing npm package
This commit is contained in:
parent
cc5f2d19c6
commit
3ec9786507
10 changed files with 3367 additions and 0 deletions
73
node_modules/argv-split/package.json
generated
vendored
Normal file
73
node_modules/argv-split/package.json
generated
vendored
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"_from": "argv-split",
|
||||
"_id": "argv-split@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-viZBF3kNvVzNY+w/RJoYBIFKxMU=",
|
||||
"_location": "/argv-split",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "argv-split",
|
||||
"name": "argv-split",
|
||||
"escapedName": "argv-split",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/argv-split/-/argv-split-2.0.1.tgz",
|
||||
"_shasum": "be264117790dbd5ccd63ec3f449a1804814ac4c5",
|
||||
"_spec": "argv-split",
|
||||
"_where": "/Users/anton/dev/action",
|
||||
"author": {
|
||||
"name": "Kael"
|
||||
},
|
||||
"ava": {
|
||||
"require": "babel-register",
|
||||
"babel": {
|
||||
"babelrc": true
|
||||
},
|
||||
"files": [
|
||||
"test/*.js"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kaelzhang/node-argv-split/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Split argv(argument vector) and handle special cases, such as quoted values.",
|
||||
"devDependencies": {
|
||||
"ava": "^0.18.2",
|
||||
"babel-cli": "^6.16.0",
|
||||
"babel-preset-es2015": "^6.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/kaelzhang/node-argv-split#readme",
|
||||
"keywords": [
|
||||
"argv",
|
||||
"argument-vector",
|
||||
"split",
|
||||
"quote",
|
||||
"quoted-value",
|
||||
"balance"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "split.js",
|
||||
"name": "argv-split",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/kaelzhang/node-argv-split.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel index.js --out-file split.js",
|
||||
"test": "npm run build && node --harmony ./node_modules/.bin/ava --verbose --timeout=10s"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue