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.
 
 
 
 

103 lines
2.7 KiB

{
"_args": [
[
"exec-series@^1.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/bin-build"
]
],
"_from": "exec-series@>=1.0.0 <2.0.0",
"_id": "exec-series@1.0.3",
"_inCache": true,
"_installable": 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": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
"_npmVersion": "3.10.5",
"_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.3.tgz",
"_shasum": "6d257a9beac482a872c7783bc8615839fc77143a",
"_shrinkwrap": null,
"_spec": "exec-series@^1.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/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": [
{
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
}
],
"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"
}