twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
100 lines (99 loc) • 2.52 kB
JSON
{
"_args": [
[
"exec-series@^1.0.0",
"/Users/nick/codes/twreporter-react/node_modules/bin-build"
]
],
"_from": "exec-series@>=1.0.0 <2.0.0",
"_id": "exec-series@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/exec-series",
"_nodeVersion": "2.3.1",
"_npmUser": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
"_npmVersion": "2.12.0",
"_phantomChildren": {},
"_requested": {
"name": "exec-series",
"raw": "exec-series@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/bin-build"
],
"_resolved": "https://registry.npmjs.org/exec-series/-/exec-series-1.0.2.tgz",
"_shasum": "d7c37a73b604a6e8b1200b2b75142150b08ed7dc",
"_shrinkwrap": null,
"_spec": "exec-series@^1.0.0",
"_where": "/Users/nick/codes/twreporter-react/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.0.0"
},
"description": "Run commands in order",
"devDependencies": {
"@shinnn/eslintrc-node": "^1.0.2",
"eslint": "^0.24.0",
"istanbul": "^0.3.17",
"istanbul-coveralls": "^1.0.3",
"rimraf": "^2.4.1",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "d7c37a73b604a6e8b1200b2b75142150b08ed7dc",
"tarball": "http://registry.npmjs.org/exec-series/-/exec-series-1.0.2.tgz"
},
"files": [
"index.js"
],
"gitHead": "b902d66209999dd9ddf21e5de0e2289f314667d5",
"homepage": "https://github.com/shinnn/exec-series#readme",
"keywords": [
"child_process",
"command",
"exec",
"order",
"sequence",
"sequential",
"sequentially",
"serial",
"serially",
"series"
],
"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": "istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json index.js test.js",
"test": "node test.js | tap-spec"
},
"version": "1.0.2"
}