112 lines
2.9 KiB
JSON
112 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "exec-series@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "exec-series",
|
|
"name": "exec-series",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\bin-build"
|
|
]
|
|
],
|
|
"_from": "exec-series@>=1.0.0 <2.0.0",
|
|
"_id": "exec-series@1.0.3",
|
|
"_inCache": true,
|
|
"_location": "/exec-series",
|
|
"_nodeVersion": "6.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/exec-series-1.0.3.tgz_1468258048915_0.0962953690905124"
|
|
},
|
|
"_npmUser": {
|
|
"name": "shinnn",
|
|
"email": "snnskwtnb@gmail.com"
|
|
},
|
|
"_npmVersion": "3.10.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "exec-series@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "exec-series",
|
|
"name": "exec-series",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-build"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/exec-series/-/exec-series-1.0.3.tgz",
|
|
"_shasum": "6d257a9beac482a872c7783bc8615839fc77143a",
|
|
"_shrinkwrap": null,
|
|
"_spec": "exec-series@^1.0.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\bin-build",
|
|
"author": {
|
|
"name": "Shinnosuke Watanabe",
|
|
"url": "https://github.com/shinnn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/exec-series/issues"
|
|
},
|
|
"dependencies": {
|
|
"async-each-series": "^1.1.0",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"description": "Run commands in order",
|
|
"devDependencies": {
|
|
"@shinnn/eslint-config-node-legacy": "^2.0.0",
|
|
"eslint": "^3.0.1",
|
|
"istanbul": "^0.4.4",
|
|
"rimraf": "^2.5.3",
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6d257a9beac482a872c7783bc8615839fc77143a",
|
|
"tarball": "https://registry.npmjs.org/exec-series/-/exec-series-1.0.3.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "cd2cb2d3d08bdae005ca4bc2535b85f5559e3b2e",
|
|
"homepage": "https://github.com/shinnn/exec-series#readme",
|
|
"keywords": [
|
|
"child_process",
|
|
"exec",
|
|
"series",
|
|
"serial",
|
|
"serially",
|
|
"command",
|
|
"sequence",
|
|
"sequential",
|
|
"sequentially",
|
|
"order"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "shinnn",
|
|
"email": "snnskwtnb@gmail.com"
|
|
}
|
|
],
|
|
"name": "exec-series",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shinnn/exec-series.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
|
|
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
|
|
"pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
|
|
"test": "node --strong_mode test.js | tap-spec"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|