{"_id":"npm-run-all","_rev":"129981","name":"npm-run-all","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","dist-tags":{"latest":"4.1.5","next":"1.5.3-0","test":"4.1.0"},"maintainers":[{"name":"mysticatea","email":""}],"time":{"modified":"2023-03-24T09:32:33.000Z","created":"2015-03-24T00:54:38.201Z","4.1.5":"2018-11-24T13:52:41.635Z","4.1.4":"2018-11-24T11:46:40.942Z","4.1.3":"2018-05-06T18:07:52.278Z","4.1.2":"2017-11-07T11:44:37.544Z","4.1.1":"2017-08-28T08:29:13.281Z","4.1.0":"2017-08-26T13:58:27.556Z","4.0.2":"2017-02-22T22:47:50.532Z","4.0.1":"2017-01-17T11:12:59.006Z","4.0.0":"2016-12-31T15:42:39.860Z","3.1.2":"2016-12-01T03:29:38.125Z","3.1.1":"2016-10-15T10:36:10.251Z","3.1.0":"2016-09-01T10:01:45.459Z","3.0.0":"2016-08-17T13:24:42.734Z","2.3.0":"2016-06-28T09:43:26.735Z","2.2.2":"2016-06-23T10:33:07.495Z","2.2.1":"2016-06-23T10:14:31.881Z","2.2.0":"2016-06-18T12:29:49.263Z","2.1.2":"2016-06-12T22:01:30.750Z","2.1.1":"2016-05-19T09:09:25.110Z","2.1.0":"2016-05-13T13:34:07.597Z","2.0.0":"2016-05-11T11:36:27.035Z","1.8.0":"2016-04-24T05:54:40.003Z","1.7.0":"2016-03-29T22:07:10.738Z","1.6.0":"2016-03-19T15:13:07.621Z","1.5.3":"2016-03-12T18:33:06.106Z","1.5.3-0":"2016-03-12T18:00:20.797Z","1.5.2":"2016-03-08T13:16:21.546Z","1.5.1":"2016-01-28T04:15:33.746Z","1.5.0":"2016-01-16T16:47:50.778Z","1.4.0":"2015-12-08T13:38:55.555Z","1.3.4":"2015-12-06T07:36:17.579Z","1.3.3":"2015-12-02T09:50:01.416Z","1.3.2":"2015-11-23T03:43:01.413Z","1.3.1":"2015-11-18T23:57:00.269Z","1.3.0":"2015-11-18T11:30:25.637Z","1.2.14-beta":"2015-11-18T07:59:27.185Z","1.2.13":"2015-11-05T12:39:45.158Z","1.2.12":"2015-10-17T21:58:44.538Z","1.2.11":"2015-09-07T13:17:51.502Z","1.2.10":"2015-09-07T12:55:19.637Z","1.2.9":"2015-09-07T11:54:38.665Z","1.2.8":"2015-08-26T05:32:32.066Z","1.2.7":"2015-08-26T05:24:59.150Z","1.2.6":"2015-06-19T15:24:30.263Z","1.2.5":"2015-05-15T10:06:16.372Z","1.2.4":"2015-04-26T08:09:43.628Z","1.2.3":"2015-04-18T22:59:43.558Z","1.2.2":"2015-04-15T13:01:35.044Z","1.2.1":"2015-04-15T12:36:50.488Z","1.2.0":"2015-04-15T11:22:37.689Z","1.1.3":"2015-04-11T15:12:06.750Z","1.1.2":"2015-04-04T21:24:17.308Z","1.1.1":"2015-03-30T15:57:00.502Z","1.1.0":"2015-03-30T15:51:24.788Z","1.0.3":"2015-03-30T14:09:57.623Z","1.0.2":"2015-03-24T07:58:19.610Z","1.0.1":"2015-03-24T01:05:13.468Z","1.0.0":"2015-03-24T00:54:38.201Z"},"users":{},"author":{"name":"Toru Nagashima"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"versions":{"4.1.5":{"name":"npm-run-all","version":"4.1.5","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --timeout 120000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc --require babel-register npm run _mocha","watch":"npm run _mocha -- --require babel-register --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"ansi-styles":"^3.2.1","chalk":"^2.4.1","cross-spawn":"^6.0.5","memorystream":"^0.3.1","minimatch":"^3.0.4","pidtree":"^0.3.0","read-pkg":"^3.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.9.1","babel-plugin-transform-async-to-generator":"^6.24.1","babel-preset-power-assert":"^2.0.0","babel-register":"^6.26.0","codecov":"^3.1.0","eslint":"^4.19.1","eslint-config-mysticatea":"^12.0.0","fs-extra":"^7.0.1","mocha":"^5.2.0","nyc":"^11.9.0","p-queue":"^2.4.2","power-assert":"^1.6.1","rimraf":"^2.6.2","yarn":"^1.12.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"df1511851a2b5e8a406e4a2622829b360f671afc","_id":"npm-run-all@4.1.5","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"04476202a15ee0e2e214080861bff12a51d98fba","size":18646,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.1.5.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.1.5.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-run-all_4.1.5_1543067561448_0.2591359600954819"},"_hasShrinkwrap":false,"publish_time":1543067561635,"_cnpm_publish_time":1543067561635},"4.1.4":{"name":"npm-run-all","version":"4.1.4","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"ansi-styles":"^3.2.0","chalk":"^2.1.0","cross-spawn":"^6.0.4","memorystream":"^0.3.1","minimatch":"^3.0.4","read-pkg":"^3.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.2.20","babel-plugin-transform-async-to-generator":"^6.24.1","babel-preset-power-assert":"^1.0.0","babel-register":"^6.26.0","codecov":"^2.3.0","eslint":"^4.5.0","eslint-config-mysticatea":"^12.0.0","fs-extra":"^4.0.2","jsdoc":"^3.5.4","mocha":"^3.5.0","nyc":"^11.1.0","p-queue":"^2.2.0","power-assert":"^1.4.4","rimraf":"^2.6.1","yarn":"^1.2.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"a79fbacda181ec8a240d8bf8d34f9303da3c1fd1","_id":"npm-run-all@4.1.4","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"5a44689751cc346e4104778732c7c0b6efd1ac9d","size":18656,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.1.4.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.1.4.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-run-all_4.1.4_1543060000722_0.6655612653031107"},"_hasShrinkwrap":false,"publish_time":1543060000942,"_cnpm_publish_time":1543060000942},"4.1.3":{"name":"npm-run-all","version":"4.1.3","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib","docs"],"engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"ansi-styles":"^3.2.0","chalk":"^2.1.0","cross-spawn":"^6.0.4","memorystream":"^0.3.1","minimatch":"^3.0.4","ps-tree":"^1.1.0","read-pkg":"^3.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.2.20","babel-plugin-transform-async-to-generator":"^6.24.1","babel-preset-power-assert":"^1.0.0","babel-register":"^6.26.0","codecov":"^2.3.0","eslint":"^4.5.0","eslint-config-mysticatea":"^12.0.0","fs-extra":"^4.0.2","jsdoc":"^3.5.4","mocha":"^3.5.0","nyc":"^11.1.0","p-queue":"^2.2.0","power-assert":"^1.4.4","rimraf":"^2.6.1","yarn":"^1.2.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"52eaf86242ba408dedd015f53ca7ca368f25a026","_id":"npm-run-all@4.1.3","_npmVersion":"6.0.0","_nodeVersion":"10.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"49f15b55a66bb4101664ce270cb18e7103f8f185","size":18646,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.1.3.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.1.3.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-run-all_4.1.3_1525630072193_0.9698680014750578"},"_hasShrinkwrap":false,"publish_time":1525630072278,"_cnpm_publish_time":1525630072278},"4.1.2":{"name":"npm-run-all","version":"4.1.2","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib","docs"],"engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"ansi-styles":"^3.2.0","chalk":"^2.1.0","cross-spawn":"^5.1.0","memorystream":"^0.3.1","minimatch":"^3.0.4","ps-tree":"^1.1.0","read-pkg":"^3.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.2.20","babel-plugin-transform-async-to-generator":"^6.24.1","babel-preset-power-assert":"^1.0.0","babel-register":"^6.26.0","codecov":"^2.3.0","eslint":"^4.5.0","eslint-config-mysticatea":"^12.0.0","fs-extra":"^4.0.2","jsdoc":"^3.5.4","mocha":"^3.5.0","nyc":"^11.1.0","p-queue":"^2.2.0","power-assert":"^1.4.4","rimraf":"^2.6.1","yarn":"^1.2.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"ec4d56c4ddfe0d219a70d9f24cd62152a4c03c63","_id":"npm-run-all@4.1.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"90d62d078792d20669139e718621186656cea056","size":18526,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.1.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.1.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-run-all-4.1.2.tgz_1510055077393_0.1368929159361869"},"directories":{},"publish_time":1510055077544,"_hasShrinkwrap":false,"_cnpm_publish_time":1510055077544},"4.1.1":{"name":"npm-run-all","version":"4.1.1","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib","docs"],"engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"ansi-styles":"^3.2.0","chalk":"^2.1.0","cross-spawn":"^5.1.0","memory-streams":"^0.1.2","minimatch":"^3.0.4","ps-tree":"^1.1.0","read-pkg":"^2.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.2.20","babel-plugin-transform-async-to-generator":"^6.24.1","babel-preset-power-assert":"^1.0.0","babel-register":"^6.26.0","codecov":"^2.3.0","eslint":"^4.5.0","eslint-config-mysticatea":"^12.0.0","jsdoc":"^3.5.4","mocha":"^3.5.0","nyc":"^11.1.0","power-assert":"^1.4.4","rimraf":"^2.6.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"7e83545dff5b3cd273823d2ebe5dbb17713887bd","_id":"npm-run-all@4.1.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"3095cf3f3cacf57fcb662b210ab10c609af6ddbb","size":18189,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.1.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.1.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-run-all-4.1.1.tgz_1503908953017_0.6727109104394913"},"directories":{},"publish_time":1503908953281,"_cnpm_publish_time":1503908953281,"_hasShrinkwrap":false},"4.1.0":{"name":"npm-run-all","version":"4.1.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib","docs"],"engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"chalk":"^2.1.0","cross-spawn":"^5.1.0","memory-streams":"^0.1.2","minimatch":"^3.0.4","ps-tree":"^1.1.0","read-pkg":"^2.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.2.20","babel-plugin-transform-async-to-generator":"^6.24.1","babel-preset-power-assert":"^1.0.0","babel-register":"^6.26.0","codecov":"^2.3.0","eslint":"^4.5.0","eslint-config-mysticatea":"^12.0.0","jsdoc":"^3.5.4","mocha":"^3.5.0","nyc":"^11.1.0","power-assert":"^1.4.4","rimraf":"^2.6.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"59219e8d7a169ba545c379934132e8902a3b8ec3","_id":"npm-run-all@4.1.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"9659951c0fa8e8452cc76dbcc4569eb8121bef28","size":18160,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.1.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/npm-run-all-4.1.0.tgz_1503755907413_0.9547151781152934"},"directories":{},"publish_time":1503755907556,"_cnpm_publish_time":1503755907556,"_hasShrinkwrap":false},"4.0.2":{"name":"npm-run-all","version":"4.0.2","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^5.0.1","minimatch":"^3.0.2","ps-tree":"^1.0.1","read-pkg":"^2.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.0.30","babel-preset-power-assert":"^1.0.0","babel-register":"^6.4.3","codecov":"^1.0.1","eslint":"^3.12.2","eslint-config-mysticatea":"^7.0.1","jsdoc":"^3.4.0","mocha":"^3.2.0","nyc":"^10.0.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"46cfd570cc74abec3655b107925ddbe463fe5c88","_id":"npm-run-all@4.0.2","_shasum":"a84669348e6db6ccbe052200b4cdb6bfe034a4fe","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"a84669348e6db6ccbe052200b4cdb6bfe034a4fe","size":14209,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.0.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.0.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-4.0.2.tgz_1487803670304_0.1785805954132229"},"directories":{},"publish_time":1487803670532,"_cnpm_publish_time":1487803670532,"_hasShrinkwrap":false},"4.0.1":{"name":"npm-run-all","version":"4.0.1","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 4"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","codecov":"nyc report -r lcovonly && codecov"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^5.0.1","minimatch":"^3.0.2","ps-tree":"^1.0.1","read-pkg":"^2.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.0.30","babel-preset-power-assert":"^1.0.0","babel-register":"^6.4.3","codecov":"^1.0.1","eslint":"^3.12.2","eslint-config-mysticatea":"^7.0.1","jsdoc":"^3.4.0","mocha":"^3.2.0","nyc":"^10.0.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"acb1582353610030d5322db28128857ebd4f3abd","_id":"npm-run-all@4.0.1","_shasum":"f10144d20b57ed9bbf6c36a8de9502e0b80f2b4e","_from":".","_npmVersion":"3.8.9","_nodeVersion":"7.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"f10144d20b57ed9bbf6c36a8de9502e0b80f2b4e","size":14158,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.0.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-4.0.1.tgz_1484651578745_0.7665666458196938"},"directories":{},"publish_time":1484651579006,"_cnpm_publish_time":1484651579006,"_hasShrinkwrap":false},"4.0.0":{"name":"npm-run-all","version":"4.0.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 4","npm":">= 2"},"scripts":{"_mocha":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000","clean":"rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"","docs":"jsdoc -c jsdoc.json","lint":"eslint bin lib scripts test \"test-workspace/tasks/*.js\"","pretest":"node scripts/make-slink.js && npm run lint","preversion":"npm test","postversion":"git push && git push --tags","test":"nyc npm run _mocha","watch":"npm run _mocha -- --watch --growl","coveralls":"nyc report --reporter=text-lcov | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^5.0.1","minimatch":"^3.0.2","ps-tree":"^1.0.1","read-pkg":"^2.0.0","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^4.0.30","babel-preset-power-assert":"^1.0.0","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^3.12.2","eslint-config-mysticatea":"^7.0.1","jsdoc":"^3.4.0","mocha":"^3.2.0","nyc":"^10.0.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"5e88fb79c8ba0626575b98bb9160f583e0453f2a","_id":"npm-run-all@4.0.0","_shasum":"6c729dc9fb46b610b435039568bc7469ae7356fe","_from":".","_npmVersion":"3.8.8","_nodeVersion":"6.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"6c729dc9fb46b610b435039568bc7469ae7356fe","size":14255,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-4.0.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-4.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-4.0.0.tgz_1483198959620_0.032239340245723724"},"directories":{},"publish_time":1483198959860,"_cnpm_publish_time":1483198959860,"_hasShrinkwrap":false},"3.1.2":{"name":"npm-run-all","version":"3.1.2","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && nyc --require babel-register mocha \"test/*.js\" --reporter progress --timeout 60000","watch":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000 --watch --growl","coveralls":"nyc report --reporter=text-lcov | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"@types/node":"^6.0.51","babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.13.1","eslint-config-mysticatea":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","nyc":"^7.1.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"2ec9889658793362de4d21c043c8a5010d17a95d","_id":"npm-run-all@3.1.2","_shasum":"c7e3faf4aa0a59bf0dcfc12601166151692171cf","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"c7e3faf4aa0a59bf0dcfc12601166151692171cf","size":15682,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-3.1.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-3.1.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-3.1.2.tgz_1480562977895_0.7485850083176047"},"directories":{},"publish_time":1480562978125,"_cnpm_publish_time":1480562978125,"_hasShrinkwrap":false},"3.1.1":{"name":"npm-run-all","version":"3.1.1","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && nyc --require babel-register mocha \"test/*.js\" --reporter progress --timeout 60000","watch":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000 --watch --growl","coveralls":"nyc report --reporter=text-lcov | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.13.1","eslint-config-mysticatea":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","nyc":"^7.1.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"3038a53f50eae9ed03666eb2d582c96511058081","_id":"npm-run-all@3.1.1","_shasum":"5c6fe867332f08342b1a1ea99f447ab86c95cb02","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"5c6fe867332f08342b1a1ea99f447ab86c95cb02","size":15816,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-3.1.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-3.1.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-3.1.1.tgz_1476527770004_0.9446665826253593"},"directories":{},"publish_time":1476527770251,"_cnpm_publish_time":1476527770251,"_hasShrinkwrap":false},"3.1.0":{"name":"npm-run-all","version":"3.1.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && nyc --require babel-register mocha \"test/*.js\" --reporter progress --timeout 60000","watch":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000 --watch --growl","coveralls":"nyc report --reporter=text-lcov | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.13.1","eslint-config-mysticatea":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","nyc":"^7.1.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"51eaa255c3ccbef29d5966f18679ca6bdc4cbd21","_id":"npm-run-all@3.1.0","_shasum":"f8797bf6a55662b2bb53a06239cf46f8a22970f4","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"f8797bf6a55662b2bb53a06239cf46f8a22970f4","size":15805,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-3.1.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-3.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/npm-run-all-3.1.0.tgz_1472724102325_0.8544999724254012"},"directories":{},"publish_time":1472724105459,"_cnpm_publish_time":1472724105459,"_hasShrinkwrap":false},"3.0.0":{"name":"npm-run-all","version":"3.0.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && nyc --require babel-register mocha \"test/*.js\" --reporter progress --timeout 60000","watch":"mocha \"test/*.js\" --compilers js:babel-register --timeout 60000 --watch --growl","coveralls":"nyc report --reporter=text-lcov | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.13.1","eslint-config-mysticatea":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","nyc":"^7.1.0","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"f873b3513fdcee47833d7e1a709930c4339a2db1","_id":"npm-run-all@3.0.0","_shasum":"6279061d709a5ce27b059cae933028c3c03675ad","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"6279061d709a5ce27b059cae933028c3c03675ad","size":15664,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-3.0.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-3.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-3.0.0.tgz_1471440282481_0.15819027344696224"},"directories":{},"publish_time":1471440282734,"_cnpm_publish_time":1471440282734,"_hasShrinkwrap":false},"2.3.0":{"name":"npm-run-all","version":"2.3.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.13.1","eslint-config-mysticatea":"^4.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"5d8f58bb614d81a915bd28c71760d73b07aa0e64","_id":"npm-run-all@2.3.0","_shasum":"da9a3b9c60942bf78a739e1e35c7f2dbec6d3571","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"da9a3b9c60942bf78a739e1e35c7f2dbec6d3571","size":15183,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.3.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.3.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.3.0.tgz_1467107006297_0.2024519497063011"},"directories":{},"publish_time":1467107006735,"_cnpm_publish_time":1467107006735,"_hasShrinkwrap":false},"2.2.2":{"name":"npm-run-all","version":"2.2.2","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.6.1","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"6d0b0f10650c89899cb1868327cb5a229a6bf9ef","_id":"npm-run-all@2.2.2","_shasum":"437d55b021d6c38808d7b9d81296e27be4ef3621","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"437d55b021d6c38808d7b9d81296e27be4ef3621","size":14899,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.2.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.2.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.2.2.tgz_1466677987017_0.15968334721401334"},"directories":{},"publish_time":1466677987495,"_cnpm_publish_time":1466677987495,"_hasShrinkwrap":false},"2.2.1":{"name":"npm-run-all","version":"2.2.1","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.2","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"b99cec9c31665810c6792ac21a439857221b65fc","_id":"npm-run-all@2.2.1","_shasum":"33296f7b769120e30059374f6d42577fc7411fa9","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"33296f7b769120e30059374f6d42577fc7411fa9","size":14895,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.2.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.2.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.2.1.tgz_1466676871298_0.7431857846677303"},"directories":{},"publish_time":1466676871881,"_cnpm_publish_time":1466676871881,"_hasShrinkwrap":false},"2.2.0":{"name":"npm-run-all","version":"2.2.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.0","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"39bd7ba1a502b9403164ba81324c5772090568c1","_id":"npm-run-all@2.2.0","_shasum":"d1627d7ac9e23d2602eacf63d14918bf05dcf00d","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"d1627d7ac9e23d2602eacf63d14918bf05dcf00d","size":14881,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.2.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.2.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/npm-run-all-2.2.0.tgz_1466252986923_0.5029016693588346"},"directories":{},"publish_time":1466252989263,"_cnpm_publish_time":1466252989263,"_hasShrinkwrap":false},"2.1.2":{"name":"npm-run-all","version":"2.1.2","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^4.0.0","minimatch":"^3.0.0","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"87e0bca78985bd22504aafbd5cd46c4220425cb0","_id":"npm-run-all@2.1.2","_shasum":"f7e1de568800b700b9b8c5b4b1c3b5673c066c69","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"f7e1de568800b700b9b8c5b4b1c3b5673c066c69","size":14484,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.1.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.1.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.1.2.tgz_1465768890103_0.678016145247966"},"directories":{},"publish_time":1465768890750,"_cnpm_publish_time":1465768890750,"_hasShrinkwrap":false},"2.1.1":{"name":"npm-run-all","version":"2.1.1","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn":"^3.0.1","minimatch":"^3.0.0","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"0864a53f12f5b2537cf2c04f84082ecd4a6c7d4e","_id":"npm-run-all@2.1.1","_shasum":"11d2a7099130c327d42499d6bd28be94e479d449","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"11d2a7099130c327d42499d6bd28be94e479d449","size":14481,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.1.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.1.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.1.1.tgz_1463648964427_0.46793551626615226"},"directories":{},"publish_time":1463648965110,"_cnpm_publish_time":1463648965110,"_hasShrinkwrap":false},"2.1.0":{"name":"npm-run-all","version":"2.1.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --reporter progress --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"a0ad906ab8ed0d575fc162d29abe82246bded717","_id":"npm-run-all@2.1.0","_shasum":"abc08ebd6de0f0b335430fdf63e246f749854531","_from":".","_npmVersion":"3.7.5","_nodeVersion":"6.1.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"abc08ebd6de0f0b335430fdf63e246f749854531","size":14489,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.1.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.1.0.tgz_1463146447018_0.8204451480414718"},"directories":{},"publish_time":1463146447597,"_cnpm_publish_time":1463146447597,"_hasShrinkwrap":false},"2.0.0":{"name":"npm-run-all","version":"2.0.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"run-p":"bin/run-p/index.js","run-s":"bin/run-s/index.js","npm-run-all":"bin/npm-run-all/index.js"},"main":"lib/index.js","files":["bin","lib"],"engines":{"node":">= 0.10","npm":">= 2"},"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","pretest":"node scripts/make-slink.js","clean":"rimraf bin coverage jsdoc lib","lint":"eslint src test \"test-workspace/tasks/*\"","build":"babel-node src/bin/run-s/index.js clean lint build:*","build:babel":"babel src --out-dir .","build:jsdoc":"jsdoc -c jsdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"chalk":"^1.1.3","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","object-assign":"^4.0.1","pinkie-promise":"^2.0.1","ps-tree":"^1.0.1","read-pkg":"^1.1.0","read-pkg-up":"^1.0.1","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","isparta":"^4.0.0","jsdoc":"^3.4.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"302057202f35a90d2ca403c6df5e842cd8012261","_id":"npm-run-all@2.0.0","_shasum":"57da9a4bffce4be68a0d635e78bd64fd6229657e","_from":".","_npmVersion":"3.7.5","_nodeVersion":"0.10.45","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"57da9a4bffce4be68a0d635e78bd64fd6229657e","size":14069,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-2.0.0.tgz_1462966586565_0.8796255600173026"},"directories":{},"publish_time":1462966587035,"_cnpm_publish_time":1462966587035,"_hasShrinkwrap":false},"1.8.0":{"name":"npm-run-all","version":"1.8.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential / serial.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","chalk":"^1.1.3","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","ps-tree":"^1.0.1","read-pkg":"^1.1.0","shell-quote":"^1.4.3","string.prototype.padend":"^3.0.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"d4f68e58c768d8bc58a18632f146ba8c5f4de7a7","_id":"npm-run-all@1.8.0","_shasum":"13c315ab7cbeef24adff15a59222e2e535196d36","_from":".","_npmVersion":"3.7.5","_nodeVersion":"4.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"13c315ab7cbeef24adff15a59222e2e535196d36","size":13738,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.8.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.8.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-1.8.0.tgz_1461477279497_0.3767810300923884"},"directories":{},"publish_time":1461477280003,"_cnpm_publish_time":1461477280003,"_hasShrinkwrap":false},"1.7.0":{"name":"npm-run-all","version":"1.7.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential / serial.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"e5f1a90120c993d28bf2045475d22f0c845177a1","_id":"npm-run-all@1.7.0","_shasum":"e51f7223360c9324bcfcd4c8d7069310e8321e70","_from":".","_npmVersion":"3.7.5","_nodeVersion":"4.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"e51f7223360c9324bcfcd4c8d7069310e8321e70","size":11321,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.7.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.7.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-1.7.0.tgz_1459289230318_0.23368235398083925"},"directories":{},"publish_time":1459289230738,"_cnpm_publish_time":1459289230738,"_hasShrinkwrap":false},"1.6.0":{"name":"npm-run-all","version":"1.6.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential / serial.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","serial","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"4837ae384c2158b4c8bf3d08e0ed7fedf1f49d84","_id":"npm-run-all@1.6.0","_shasum":"25ef2554e26fccbf44cbef0dad1174ed2a744e59","_from":".","_npmVersion":"3.7.5","_nodeVersion":"4.4.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"25ef2554e26fccbf44cbef0dad1174ed2a744e59","size":10835,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.6.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.6.0.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/npm-run-all-1.6.0.tgz_1458400387177_0.96768106543459"},"directories":{},"publish_time":1458400387621,"_cnpm_publish_time":1458400387621,"_hasShrinkwrap":false},"1.5.3":{"name":"npm-run-all","version":"1.5.3","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"9aa2a2d2429b5acaec3d97efd7edce04ffa34184","_id":"npm-run-all@1.5.3","_shasum":"48560644f06d3032ff9e0badd054a430dd66e153","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.7.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"48560644f06d3032ff9e0badd054a430dd66e153","size":10781,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.5.3.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.5.3.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/npm-run-all-1.5.3.tgz_1457807585684_0.11522640776820481"},"directories":{},"publish_time":1457807586106,"_cnpm_publish_time":1457807586106,"_hasShrinkwrap":false},"1.5.3-0":{"name":"npm-run-all","version":"1.5.3-0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"7f7d5dfd938a4b20bf0dd66a44b01c64aff4a927","_id":"npm-run-all@1.5.3-0","_shasum":"23aa27a053ec4654c4526a6ebfd49df3b60dd6e1","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.7.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"23aa27a053ec4654c4526a6ebfd49df3b60dd6e1","size":10781,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.5.3-0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.5.3-0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/npm-run-all-1.5.3-0.tgz_1457805620266_0.9189306797925383"},"directories":{},"publish_time":1457805620797,"_cnpm_publish_time":1457805620797,"_hasShrinkwrap":false},"1.5.2":{"name":"npm-run-all","version":"1.5.2","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 60000","watch":"mocha test/*.js --require babel-register --timeout 60000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","cross-spawn-async":"^2.1.9","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"262d2447e88cb8bc9f5a3cfbecddbb8cadf5c7e7","_id":"npm-run-all@1.5.2","_shasum":"fe46030f1ffd09bd9ae8d3ed89ac51b464393a8e","_from":".","_npmVersion":"3.7.5","_nodeVersion":"4.3.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"fe46030f1ffd09bd9ae8d3ed89ac51b464393a8e","size":10661,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.5.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.5.2.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/npm-run-all-1.5.2.tgz_1457442979296_0.5001509580761194"},"directories":{},"publish_time":1457442981546,"_cnpm_publish_time":1457442981546,"_hasShrinkwrap":false},"1.5.1":{"name":"npm-run-all","version":"1.5.1","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 12000","watch":"mocha test/*.js --require babel-register --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.6.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"45f74e8290cc474f1f572680cafaf9199daf3235","_id":"npm-run-all@1.5.1","_shasum":"b9a5f3a10d670f57ffb36fb088f5e6d98a71d752","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"b9a5f3a10d670f57ffb36fb088f5e6d98a71d752","size":10817,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.5.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.5.1.tgz"},"directories":{},"publish_time":1453954533746,"_cnpm_publish_time":1453954533746,"_hasShrinkwrap":false},"1.5.0":{"name":"npm-run-all","version":"1.5.0","description":"A CLI tool to run multiple npm-scripts in parallel or sequential.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 12000","watch":"mocha test/*.js --require babel-register --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^6.3.13","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-plugin-espower":"^2.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-es2015":"^6.3.13","babel-register":"^6.4.3","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"^0.0.1","eslint":"^1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","eslint-plugin-node":"^0.5.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"cba9e8b1fc7c8305f46c2c03bc13613e2f7cc3f9","_id":"npm-run-all@1.5.0","_shasum":"ee0fdf78fac3dfa5ae284c5bca400b7943f5ca0a","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"ee0fdf78fac3dfa5ae284c5bca400b7943f5ca0a","size":10754,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.5.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.5.0.tgz"},"directories":{},"publish_time":1452962870778,"_cnpm_publish_time":1452962870778,"_hasShrinkwrap":false},"1.4.0":{"name":"npm-run-all","version":"1.4.0","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 12000","watch":"mocha test/*.js --require babel-register --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-polyfill":"^6.2.0","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel-cli":"^6.2.0","babel-core":"^6.2.1","babel-plugin-espower":"^2.0.0","babel-plugin-transform-es2015-modules-commonjs":"^6.2.0","babel-preset-es2015":"^6.1.18","babel-register":"^6.2.0","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"0.0.1","eslint":"^1.10.2","eslint-config-mysticatea":"^2.0.0-config-0.2.2","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"aa09133711d64d215910992270fc0dc27db9e7b9","_id":"npm-run-all@1.4.0","_shasum":"a469bb9feabe5bf3aa9916833baf6776582e8948","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"a469bb9feabe5bf3aa9916833baf6776582e8948","size":10576,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.4.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.4.0.tgz"},"directories":{},"publish_time":1449581935555,"_cnpm_publish_time":1449581935555,"_hasShrinkwrap":false},"1.3.4":{"name":"npm-run-all","version":"1.3.4","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 12000","testing":"mocha test/*.js --require babel-register --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-polyfill":"^6.2.0","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel-cli":"^6.2.0","babel-core":"^6.2.1","babel-plugin-espower":"^2.0.0","babel-plugin-transform-es2015-modules-commonjs":"^6.2.0","babel-preset-es2015":"^6.1.18","babel-register":"^6.2.0","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"0.0.1","eslint":"^1.10.2","eslint-config-mysticatea":"^2.0.0-config-0.2.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"4308d6991aecc4f5f69c7c70e46ffe096d38f552","_id":"npm-run-all@1.3.4","_shasum":"2ff821f535c7e421aed1d1ef5e98c34d2a38fb19","_from":".","_npmVersion":"3.5.0","_nodeVersion":"0.10.41","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"2ff821f535c7e421aed1d1ef5e98c34d2a38fb19","size":10355,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.3.4.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.3.4.tgz"},"directories":{},"publish_time":1449387377579,"_cnpm_publish_time":1449387377579,"_hasShrinkwrap":false},"1.3.3":{"name":"npm-run-all","version":"1.3.3","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib","index.js"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf bin coverage docs lib","lint":"eslint src test test-workspace","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir .","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --timeout 12000","testing":"mocha test/*.js --require babel-register --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-polyfill":"^6.2.0","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel-cli":"^6.2.0","babel-core":"^6.2.1","babel-plugin-espower":"^2.0.0","babel-plugin-transform-es2015-modules-commonjs":"^6.2.0","babel-preset-es2015":"^6.1.18","babel-register":"^6.2.0","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"0.0.1","eslint":"^1.10.2","eslint-config-mysticatea":"^2.0.0-config-0.2.0","isparta":"^4.0.0","mocha":"^2.3.4","power-assert":"^1.2.0","rimraf":"^2.4.4"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"dd84fa7b31e92a5366c7da6a45cfe0a63dfad847","_id":"npm-run-all@1.3.3","_shasum":"5865c1302b3a25ab143586b8d76e155078211c4d","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"5865c1302b3a25ab143586b8d76e155078211c4d","size":10339,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.3.3.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.3.3.tgz"},"directories":{},"publish_time":1449049801416,"_cnpm_publish_time":1449049801416,"_hasShrinkwrap":false},"1.3.2":{"name":"npm-run-all","version":"1.3.2","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/npm-run-all.js","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf lib bin coverage","lint":"eslint src test","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir . --optional runtime","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --require scripts/mocha-babel-hook --timeout 12000","testing":"mocha test/*.js --require scripts/mocha-babel-hook --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^5.8.29","minimatch":"^3.0.0","ps-tree":"^1.0.1","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel":"^5.8.29","babel-plugin-espower":"^1.1.0","coveralls":"^2.11.4","esdoc":"^0.4.3","esdoc-importpath-plugin":"0.0.1","eslint":"^1.9.0","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","isparta":"^3.5.3","mocha":"^2.3.3","power-assert":"^1.1.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"e80b43c9e29d0a679d9d9e71f34c6281f420d583","_id":"npm-run-all@1.3.2","_shasum":"23f9206359838f94f6e21179a5d6df112ac0c157","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"23f9206359838f94f6e21179a5d6df112ac0c157","size":9623,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.3.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.3.2.tgz"},"directories":{},"publish_time":1448250181413,"_cnpm_publish_time":1448250181413,"_hasShrinkwrap":false},"1.3.1":{"name":"npm-run-all","version":"1.3.1","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"preversion":"npm run build","clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib --plugin babel-plugin-unassert","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","start":"node test/tasks/append.js start","stop":"node test/tasks/append.js stop","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^3.0.0","which":"^1.2.0"},"devDependencies":{"babel":"^5.8.29","babel-core":"^5.8.33","babel-plugin-espower":"^1.0.0","babel-plugin-unassert":"^1.2.0","coveralls":"^2.11.4","eslint":"^1.8.0","eslint-config-mysticatea":"^1.8.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.4.0","mocha":"^2.3.3","npm-run-all":"^1.2.11","power-assert":"^1.1.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"9cdf52e41aa8e2d6d0208416026cc8b553ed904e","_id":"npm-run-all@1.3.1","_shasum":"93df32f5f03c133d60b2fb45d331502cc3d3b462","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"93df32f5f03c133d60b2fb45d331502cc3d3b462","size":6831,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.3.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.3.1.tgz"},"directories":{},"publish_time":1447891020269,"_cnpm_publish_time":1447891020269,"_hasShrinkwrap":false},"1.3.0":{"name":"npm-run-all","version":"1.3.0","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/npm-run-all.js","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib"],"scripts":{"preversion":"npm run build","postversion":"git push && git push --tags","clean":"rimraf lib bin coverage","lint":"eslint src test","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir . --optional runtime","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --require scripts/mocha-babel-hook --timeout 12000","testing":"mocha test/*.js --require scripts/mocha-babel-hook --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^5.8.29","minimatch":"^3.0.0","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel":"^5.8.29","babel-plugin-espower":"^1.1.0","coveralls":"^2.11.4","esdoc":"^0.4.3","eslint":"^1.9.0","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","isparta":"^3.5.3","mocha":"^2.3.3","power-assert":"^1.1.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"24cbc478a97ce61121883ebe53e44df640ace8ad","_id":"npm-run-all@1.3.0","_shasum":"4ed1d120d16af0b2eaffa219639bad14a39535ed","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"4ed1d120d16af0b2eaffa219639bad14a39535ed","size":9708,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.3.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.3.0.tgz"},"directories":{},"publish_time":1447846225637,"_cnpm_publish_time":1447846225637,"_hasShrinkwrap":false},"1.2.14-beta":{"name":"npm-run-all","version":"1.2.14-beta","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/npm-run-all.js","bin":{"npm-run-all":"bin/npm-run-all.js"},"files":["bin","lib"],"scripts":{"preversion":"npm run build","clean":"rimraf lib bin coverage","lint":"eslint src test","build":"babel-node src/bin/npm-run-all.js clean lint build:*","build:babel":"babel src --out-dir . --optional runtime","build:esdoc":"esdoc -c esdoc.json","test":"npm run lint && babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- test/*.js --require scripts/mocha-babel-hook --timeout 12000","testing":"mocha test/*.js --require scripts/mocha-babel-hook --timeout 12000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls"},"dependencies":{"babel-runtime":"^5.8.29","minimatch":"^3.0.0","shell-quote":"^1.4.3","which":"^1.2.0"},"devDependencies":{"babel":"^5.8.29","babel-plugin-espower":"^1.1.0","coveralls":"^2.11.4","esdoc":"^0.4.3","eslint":"^1.9.0","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","isparta":"^3.5.3","mocha":"^2.3.3","power-assert":"^1.1.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"b4be55fa61dca40aa24c261e493e864031c617f2","_id":"npm-run-all@1.2.14-beta","_shasum":"0e066b452b7d2333fe1ca3d86314b147ca85ff7c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"0e066b452b7d2333fe1ca3d86314b147ca85ff7c","size":8990,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.14-beta.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.14-beta.tgz"},"directories":{},"publish_time":1447833567185,"_cnpm_publish_time":1447833567185,"_hasShrinkwrap":false},"1.2.13":{"name":"npm-run-all","version":"1.2.13","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"preversion":"npm run build","clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib --plugin babel-plugin-unassert","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","start":"node test/tasks/append.js start","stop":"node test/tasks/append.js stop","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^3.0.0","which":"^1.2.0"},"devDependencies":{"babel":"^5.8.29","babel-core":"^5.8.33","babel-plugin-espower":"^1.0.0","babel-plugin-unassert":"^1.2.0","coveralls":"^2.11.4","eslint":"^1.8.0","eslint-config-mysticatea":"^1.8.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.4.0","mocha":"^2.3.3","npm-run-all":"^1.2.11","power-assert":"^1.1.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"91460d736fbdd1e20f33ce807fd8b803435501b1","_id":"npm-run-all@1.2.13","_shasum":"7da6ffaddfae5e14158650bafee9537a47a0ff04","_from":".","_npmVersion":"2.14.7","_nodeVersion":"5.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"7da6ffaddfae5e14158650bafee9537a47a0ff04","size":6833,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.13.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.13.tgz"},"directories":{},"publish_time":1446727185158,"_cnpm_publish_time":1446727185158,"_hasShrinkwrap":false},"1.2.12":{"name":"npm-run-all","version":"1.2.12","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"preversion":"npm run build","clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib --plugin babel-plugin-unassert","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^3.0.0","which":"^1.2.0"},"devDependencies":{"babel":"^5.8.23","babel-core":"^5.8.25","babel-plugin-espower":"^1.0.0","babel-plugin-unassert":"^1.2.0","coveralls":"^2.11.4","eslint":"^1.7.1","eslint-config-mysticatea":"^1.7.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.4.0","mocha":"^2.3.3","npm-run-all":"^1.2.11","power-assert":"^1.1.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"ac0282fccbcac254514e57490256f9f9d7a60816","_id":"npm-run-all@1.2.12","_shasum":"d0f00ff50f08f6d95f7461cee1a77482fa670ba5","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"d0f00ff50f08f6d95f7461cee1a77482fa670ba5","size":6758,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.12.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.12.tgz"},"directories":{},"publish_time":1445119124538,"_cnpm_publish_time":1445119124538,"_hasShrinkwrap":false},"1.2.11":{"name":"npm-run-all","version":"1.2.11","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"preversion":"npm run build","clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^2.0.10","which":"^1.1.1"},"devDependencies":{"babel":"^5.8.23","babel-core":"^5.8.23","babel-plugin-espower":"^1.0.0","coveralls":"^2.11.4","eslint":"^1.3.1","eslint-config-mysticatea":"^1.3.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.3.19","mocha":"^2.3.1","npm-run-all":"^1.2.8","power-assert":"^1.0.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"0ccfdd6dfc82473926c433395ace49d2c9c9f73c","_id":"npm-run-all@1.2.11","_shasum":"6f614ea1e9f2bdade7c9304deea9a4ef528f338e","_from":".","_npmVersion":"2.14.2","_nodeVersion":"0.12.7","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"6f614ea1e9f2bdade7c9304deea9a4ef528f338e","size":6685,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.11.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.11.tgz"},"directories":{},"publish_time":1441631871502,"_cnpm_publish_time":1441631871502,"_hasShrinkwrap":false},"1.2.10":{"name":"npm-run-all","version":"1.2.10","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"preversion":"npm run build","clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^2.0.10","which":"^1.1.1"},"devDependencies":{"babel":"^5.8.23","babel-core":"^5.8.23","babel-plugin-espower":"^1.0.0","coveralls":"^2.11.4","eslint":"^1.3.1","eslint-config-mysticatea":"^1.3.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.3.19","mocha":"^2.3.1","npm-run-all":"^1.2.8","power-assert":"^1.0.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"fa29deab6bd9da009d51489bbc6ef51ae5b55432","_id":"npm-run-all@1.2.10","_shasum":"92472b2a18780a85968ef9f51524528b1b97dc12","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.7","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"92472b2a18780a85968ef9f51524528b1b97dc12","size":6689,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.10.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.10.tgz"},"directories":{},"publish_time":1441630519637,"_cnpm_publish_time":1441630519637,"_hasShrinkwrap":false},"1.2.9":{"name":"npm-run-all","version":"1.2.9","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"preversion":"npm run build","clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^2.0.10","which":"^1.1.1"},"devDependencies":{"babel":"^5.8.23","babel-core":"^5.8.23","babel-plugin-espower":"^1.0.0","coveralls":"^2.11.4","eslint":"^1.3.1","eslint-config-mysticatea":"^1.3.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.3.19","mocha":"^2.3.1","npm-run-all":"^1.2.8","power-assert":"^1.0.0","rimraf":"^2.4.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"7dff1545838b37984065565aecf88612873f44f1","_id":"npm-run-all@1.2.9","_shasum":"8920cb1a650a99ff4e78a6e32eb8be06d821b11b","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.7","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"8920cb1a650a99ff4e78a6e32eb8be06d821b11b","size":6736,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.9.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.9.tgz"},"directories":{},"publish_time":1441626878665,"_cnpm_publish_time":1441626878665,"_hasShrinkwrap":false},"1.2.8":{"name":"npm-run-all","version":"1.2.8","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --colors --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --colors --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^2.0.10","which":"^1.1.1"},"devDependencies":{"babel":"^5.8.21","babel-core":"^5.8.22","babel-plugin-espower":"^1.0.0","coveralls":"^2.11.4","eslint":"^1.2.1","eslint-config-mysticatea":"^1.2.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.3.18","mocha":"^2.2.5","npm-run-all":"^1.2.6","power-assert":"^0.11.0","rimraf":"^2.4.2"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"66d492a6e2c754a2bd71c5e0a0df929a6cc837a5","_id":"npm-run-all@1.2.8","_shasum":"e24bd4e2d27bec9db80415ec317a1619a98e636b","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.7","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"e24bd4e2d27bec9db80415ec317a1619a98e636b","size":6716,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.8.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.8.tgz"},"directories":{},"publish_time":1440567152066,"_cnpm_publish_time":1440567152066,"_hasShrinkwrap":false},"1.2.7":{"name":"npm-run-all","version":"1.2.7","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --colors --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --colors --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^3.0.2","minimatch":"^2.0.10","which":"^1.1.1"},"devDependencies":{"babel":"^5.8.21","babel-core":"^5.8.22","babel-plugin-espower":"^1.0.0","coveralls":"^2.11.4","eslint":"^1.2.1","eslint-config-mysticatea":"^1.2.0","eslint-plugin-mysticatea":"^1.0.2","istanbul":"^0.3.18","mocha":"^2.2.5","npm-run-all":"^1.2.6","power-assert":"^0.11.0","rimraf":"^2.4.2"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"de689ae20cb5a0d3b07e227302fce5f0b2951ee7","_id":"npm-run-all@1.2.7","_shasum":"1f94746c3bc13178d369591d73157986109940e2","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.7","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"1f94746c3bc13178d369591d73157986109940e2","size":6491,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.7.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.7.tgz"},"directories":{},"publish_time":1440566699150,"_cnpm_publish_time":1440566699150,"_hasShrinkwrap":false},"1.2.6":{"name":"npm-run-all","version":"1.2.6","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --colors --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --colors --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:append2":"node test/tasks/append2.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.3.0","minimatch":"^2.0.8","which":"^1.1.1"},"devDependencies":{"babel":"^5.5.8","babel-core":"^5.5.8","babel-plugin-espower":"^1.0.0","coveralls":"^2.11.2","eslint":"^0.23.0","eslint-config-mysticatea":"^0.3.0","istanbul":"^0.3.15","mocha":"^2.2.5","npm-run-all":"^1.2.5","power-assert":"^0.11.0","rimraf":"^2.4.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"b05af98a7fd24d0f37a94676cab44b8df6819eaf","_id":"npm-run-all@1.2.6","_shasum":"ed876c167e585e5541961cbcfc3091190a7424f5","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"ed876c167e585e5541961cbcfc3091190a7424f5","size":6470,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.6.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.6.tgz"},"directories":{},"publish_time":1434727470263,"_cnpm_publish_time":1434727470263,"_hasShrinkwrap":false},"1.2.5":{"name":"npm-run-all","version":"1.2.5","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --colors --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --colors --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.1.1","minimatch":"^2.0.7"},"devDependencies":{"babel":"^5.4.2","babel-core":"^5.4.2","babel-plugin-espower":"^0.3.0","coveralls":"^2.11.2","eslint":"^0.21.0","istanbul":"^0.3.14","mocha":"^2.2.5","npm-run-all":"^1.2.4","power-assert":"^0.11.0","rimraf":"^2.3.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"a59ef7ddc234c384f835a5188b043baaa21791a9","_id":"npm-run-all@1.2.5","_shasum":"1a6cc45c45191126cff855ecd4aeed45ca5fc210","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"1a6cc45c45191126cff855ecd4aeed45ca5fc210","size":5177,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.5.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.5.tgz"},"directories":{},"publish_time":1431684376372,"_cnpm_publish_time":1431684376372,"_hasShrinkwrap":false},"1.2.4":{"name":"npm-run-all","version":"1.2.4","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint && babel src --out-dir lib","test":"npm run lint && istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --colors --timeout 30000","testing":"mocha test/*.js --require mocha-babel-hook --colors --timeout 30000 --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.1.1","minimatch":"^2.0.4"},"devDependencies":{"babel":"^5.1.13","babel-core":"^5.1.13","babel-plugin-espower":"^0.2.2","coveralls":"^2.11.2","eslint":"^0.20.0","istanbul":"^0.3.13","mocha":"^2.2.4","npm-run-all":"^1.2.3","power-assert":"^0.11.0","rimraf":"^2.3.2"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"c43211fa93d6bc44f5c382d62799555232b6e24f","_id":"npm-run-all@1.2.4","_shasum":"f97efbac829912f8d1b3df43ca8ab0ddf7a190ce","_from":".","_npmVersion":"2.8.4","_nodeVersion":"0.12.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"f97efbac829912f8d1b3df43ca8ab0ddf7a190ce","size":5158,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.4.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.4.tgz"},"directories":{},"publish_time":1430035783628,"_cnpm_publish_time":1430035783628,"_hasShrinkwrap":false},"1.2.3":{"name":"npm-run-all","version":"1.2.3","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib coverage","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- test/*.js --require mocha-babel-hook --timeout 30000 --colors","testing":"npm-run-all clean --parallel testing:*","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","coveralls":"cat coverage/lcov.info | coveralls","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.1.0","minimatch":"^2.0.4"},"devDependencies":{"babel":"^5.1.10","babel-core":"^5.1.10","babel-plugin-espower":"^0.1.0","coveralls":"^2.11.2","eslint":"^0.19.0","istanbul":"^0.3.13","mocha":"^2.2.4","npm-run-all":"1.2.2","power-assert":"^0.11.0","rimraf":"^2.3.2","shelljs":"^0.4.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"7da3ce824e5d2646695c4caeb8ded88977b4d577","_id":"npm-run-all@1.2.3","_shasum":"729cd96eaede124457bffcedced56fbfb4b0df7b","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"729cd96eaede124457bffcedced56fbfb4b0df7b","size":5225,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.3.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.3.tgz"},"directories":{},"publish_time":1429397983558,"_cnpm_publish_time":1429397983558,"_hasShrinkwrap":false},"1.2.2":{"name":"npm-run-all","version":"1.2.2","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 30000 --colors","testing":"npm-run-all clean --parallel testing:*","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.1.0","minimatch":"^2.0.4"},"devDependencies":{"babel":"^5.1.9","eslint":"^0.19.0","espower-babel":"^2.0.0","mocha":"^2.2.4","npm-run-all":"^1.2.1","power-assert":"^0.10.2","rimraf":"^2.3.2","shelljs":"^0.4.0"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"b4ba73069d73d7dd68adfc04d80b23bb3d518ddb","_id":"npm-run-all@1.2.2","_shasum":"444ebf80622b98990c121efeb5fda956e5bb5738","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.38","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"444ebf80622b98990c121efeb5fda956e5bb5738","size":4994,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.2.tgz"},"directories":{},"publish_time":1429102895044,"_cnpm_publish_time":1429102895044,"_hasShrinkwrap":false},"1.2.1":{"name":"npm-run-all","version":"1.2.1","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm run clean && npm run lint && npm run build:babel","build:babel":"babel src --out-dir lib","test":"npm run build && npm run test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 30000 --colors","testing":"npm run clean && npm run testing:build && npm run testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.1.0","minimatch":"^2.0.4"},"devDependencies":{"babel":"^5.1.9","eslint":"^0.19.0","espower-babel":"^2.0.0","mocha":"^2.2.4","power-assert":"^0.10.2","rimraf":"^2.3.2","shelljs":"^0.4.0"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"3c69c0d84948ea1527153cad210f0a10e5e12b44","_id":"npm-run-all@1.2.1","_shasum":"d8ed1bd38a7bab7f37eb1cd6640dcce07fc5ec16","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.38","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"d8ed1bd38a7bab7f37eb1cd6640dcce07fc5ec16","size":4995,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.1.tgz"},"directories":{},"publish_time":1429101410488,"_cnpm_publish_time":1429101410488,"_hasShrinkwrap":false},"1.2.0":{"name":"npm-run-all","version":"1.2.0","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm run clean && npm run lint && npm run build:babel","build:babel":"babel src --out-dir lib","test":"npm run build && npm run test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 30000 --colors","testing":"npm run clean && npm run testing:build && npm run testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:append:a":"node test/tasks/append.js a","test-task:append:a:c":"node test/tasks/append.js ac","test-task:append:a:d":"node test/tasks/append.js ad","test-task:append:b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"es6-promise":"^2.1.0","minimatch":"^2.0.4"},"devDependencies":{"babel":"^5.1.9","eslint":"^0.19.0","espower-babel":"^2.0.0","mocha":"^2.2.4","power-assert":"^0.10.2","rimraf":"^2.3.2","shelljs":"^0.4.0"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"8d58bc574fc9d9b66bafe67394332f9cdce3303b","_id":"npm-run-all@1.2.0","_shasum":"d3c86e6e4060ca078328f5aae93e7dd69b46dbb6","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.38","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"d3c86e6e4060ca078328f5aae93e7dd69b46dbb6","size":5019,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.2.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.2.0.tgz"},"directories":{},"publish_time":1429096957689,"_cnpm_publish_time":1429096957689,"_hasShrinkwrap":false},"1.1.3":{"name":"npm-run-all","version":"1.1.3","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 30000 --colors","testing":"npm-run-all clean --parallel testing:build testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"devDependencies":{"babel":"^5.0.12","eslint":"^0.18.0","espower-babel":"^2.0.0","mocha":"^2.2.4","npm-run-all":"^1.1.2","power-assert":"^0.10.2","rimraf":"^2.3.2"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"7bdbf14ea1a19e46e10223791137a0026707ad5d","_id":"npm-run-all@1.1.3","_shasum":"9e8eb5b358e914e0d1cc981da249643ba085d697","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"9e8eb5b358e914e0d1cc981da249643ba085d697","size":3745,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.1.3.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.1.3.tgz"},"directories":{},"publish_time":1428765126750,"_cnpm_publish_time":1428765126750,"_hasShrinkwrap":false},"1.1.2":{"name":"npm-run-all","version":"1.1.2","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 16000 --colors","testing":"npm-run-all clean --parallel testing:build testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"devDependencies":{"babel":"^5.0.8","eslint":"^0.18.0","espower-babel":"^1.4.1","mocha":"^2.2.1","npm-run-all":"1.1.1","power-assert":"^0.10.2","rimraf":"^2.3.2"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"768b5e5cac70f23e6a18305f2e7c0def947bfb71","_id":"npm-run-all@1.1.2","_shasum":"67d9b469a914c6ea7ed336728fca2b6607fa5486","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.12.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"67d9b469a914c6ea7ed336728fca2b6607fa5486","size":3749,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.1.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.1.2.tgz"},"directories":{},"publish_time":1428182657308,"_cnpm_publish_time":1428182657308,"_hasShrinkwrap":false},"1.1.1":{"name":"npm-run-all","version":"1.1.1","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --colors","testing":"npm-run-all clean --parallel testing:build testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"devDependencies":{"babel":"^4.7.16","eslint":"^0.18.0","espower-babel":"^1.4.1","mocha":"^2.2.1","npm-run-all":"^1.1.0","power-assert":"^0.10.2","rimraf":"^2.3.2"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"5c4887492946670868edf65e3bc89627a8fc3f3c","_id":"npm-run-all@1.1.1","_shasum":"76e49de1631e37a807550d1f0cbe3b8a31dee6c3","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"76e49de1631e37a807550d1f0cbe3b8a31dee6c3","size":3700,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.1.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.1.1.tgz"},"directories":{},"publish_time":1427731020502,"_cnpm_publish_time":1427731020502,"_hasShrinkwrap":false},"1.1.0":{"name":"npm-run-all","version":"1.1.0","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --colors","testing":"npm run clean && npm-run-all --parallel testing:build testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append":"node test/tasks/append.js","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"minimist":"^1.1.1"},"devDependencies":{"babel":"^4.7.16","eslint":"^0.18.0","espower-babel":"^1.4.1","mocha":"^2.2.1","npm-run-all":"1.0.0","power-assert":"^0.10.2","rimraf":"^2.3.2"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"54fe68e0f2fe84cc852b9c61f54acd8e94862a29","_id":"npm-run-all@1.1.0","_shasum":"88f4a49b0f29e6f1773e2719ec9fe0599e041647","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"88f4a49b0f29e6f1773e2719ec9fe0599e041647","size":3718,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.1.0.tgz"},"directories":{},"publish_time":1427730684788,"_cnpm_publish_time":1427730684788,"_hasShrinkwrap":false},"1.0.3":{"name":"npm-run-all","version":"1.0.3","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"clean":"rimraf lib","lint":"eslint src","build":"npm-run-all clean lint build:babel","build:babel":"babel src --out-dir lib","test":"npm-run-all build test:mocha","test:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --colors","testing":"npm run clean && npm-run-all --parallel testing:build testing:mocha","testing:build":"npm run build:babel -- --watch --source-maps-inline","testing:mocha":"npm run test:mocha -- --watch --growl","test-task:env-check":"node test/tasks/env-check.js","test-task:append-a":"node test/tasks/append.js a","test-task:append-b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"dependencies":{"minimist":"^1.1.1"},"devDependencies":{"babel":"^4.7.16","eslint":"^0.18.0","espower-babel":"^1.4.1","mocha":"^2.2.1","npm-run-all":"1.0.0","power-assert":"^0.10.2","rimraf":"^2.3.2"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","gitHead":"c59e08e0f1628c844f85b7e2a68439677c3c8c93","_id":"npm-run-all@1.0.3","_shasum":"cee28aa6d3cf172d8dff45b34d2549e7b79bf281","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"cee28aa6d3cf172d8dff45b34d2549e7b79bf281","size":3499,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.0.3.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.0.3.tgz"},"directories":{},"publish_time":1427724597623,"_cnpm_publish_time":1427724597623,"_hasShrinkwrap":false},"1.0.2":{"name":"npm-run-all","version":"1.0.2","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"build":"eslint src && babel src --out-dir lib","lint":"eslint src && eslint test","test":"npm run build && mocha test/*.js --compilers js:espower-babel/guess --timeout 10000","testing":"npm-run-all --parallel testing:babel testing:mocha","testing:babel":"babel src --out-dir lib --watch --source-maps-inline","testing:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors","test-task:env-check":"node test/tasks/env-check.js","test-task:append-a":"node test/tasks/append.js a","test-task:append-b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js","test-task:stdio":"node test/tasks/stdio.js"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","devDependencies":{"babel":"^4.7.16","eslint":"^0.17.1","espower-babel":"^1.4.0","mocha":"^2.2.1","npm-run-all":"1.0.0","power-assert":"^0.10.2"},"dependencies":{"minimist":"^1.1.1"},"gitHead":"0e994275ed57e4ce00d14faf108574c1f198e911","_id":"npm-run-all@1.0.2","_shasum":"0e6581021d5529991221e770411eca2fad025ce5","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.12.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"0e6581021d5529991221e770411eca2fad025ce5","size":3684,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.0.2.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.0.2.tgz"},"directories":{},"publish_time":1427183899610,"_cnpm_publish_time":1427183899610,"_hasShrinkwrap":false},"1.0.1":{"name":"npm-run-all","version":"1.0.1","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"build":"eslint src && babel src --out-dir lib","lint":"eslint src && eslint test","test":"npm run build && mocha test/*.js --compilers js:espower-babel/guess --timeout 10000","testing":"npm-run-all --parallel testing:babel testing:mocha","testing:babel":"babel src --out-dir lib --watch --source-maps-inline","testing:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors","test-task:env-check":"node test/tasks/env-check.js","test-task:append-a":"node test/tasks/append.js a","test-task:append-b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","devDependencies":{"babel":"^4.7.16","eslint":"^0.17.1","espower-babel":"^1.4.0","mocha":"^2.2.1","npm-run-all":"1.0.0","power-assert":"^0.10.2"},"dependencies":{"minimist":"^1.1.1"},"gitHead":"86b77b232cd32351c6301580da5ef43c9f393b2e","_id":"npm-run-all@1.0.1","_shasum":"57ff09a5d543526adab9e8123f9bbc1baf6c0d0e","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.12.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"57ff09a5d543526adab9e8123f9bbc1baf6c0d0e","size":7297,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.0.1.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.0.1.tgz"},"directories":{},"publish_time":1427159113468,"_cnpm_publish_time":1427159113468,"_hasShrinkwrap":false},"1.0.0":{"name":"npm-run-all","version":"1.0.0","description":"A CLI tool to run multiple npm-scripts on sequential or parallel.","main":"lib/index.js","bin":{"npm-run-all":"lib/command.js"},"files":["lib"],"config":{"test":"OK"},"scripts":{"build":"eslint src && babel src --out-dir lib","lint":"eslint src && eslint test","test":"npm run build && mocha test/*.js --compilers js:espower-babel/guess --timeout 10000","testing":"run-all \"npm run testing:babel\" \"npm run testing:mocha\"","testing:babel":"babel src --out-dir lib --watch --source-maps-inline","testing:mocha":"mocha test/*.js --compilers js:espower-babel/guess --timeout 10000 --watch --colors","test-task:env-check":"node test/tasks/env-check.js","test-task:append-a":"node test/tasks/append.js a","test-task:append-b":"node test/tasks/append.js b","test-task:error":"node test/tasks/error.js"},"repository":{"type":"git","url":"https://github.com/mysticatea/npm-run-all.git"},"keywords":["cli","command","commandline","tool","npm","npm-scripts","run","sequential","parallel","task"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"homepage":"https://github.com/mysticatea/npm-run-all","devDependencies":{"babel":"^4.7.16","eslint":"^0.17.1","espower-babel":"^1.4.0","mocha":"^2.2.1","power-assert":"^0.10.2","run-all":"^1.0.1"},"dependencies":{"minimist":"^1.1.1"},"gitHead":"9555a9dc7b9b0d7921b8f73be13a2734199f30b2","_id":"npm-run-all@1.0.0","_shasum":"e3a42e9ca10a6a10ee1026f3861db90e10ae63d4","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.12.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"e3a42e9ca10a6a10ee1026f3861db90e10ae63d4","size":3612,"noattachment":false,"key":"/npm-run-all/-/npm-run-all-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/npm-run-all/download/npm-run-all-1.0.0.tgz"},"directories":{},"publish_time":1427158478201,"_cnpm_publish_time":1427158478201,"_hasShrinkwrap":false}},"readme":"| index | [npm-run-all] | [run-s] | [run-p] | [Node API] |\n|-------|---------------|---------|---------|------------|\n\n# npm-run-all\n\n[![npm version](https://img.shields.io/npm/v/npm-run-all.svg)](https://www.npmjs.com/package/npm-run-all)\n[![Downloads/month](https://img.shields.io/npm/dm/npm-run-all.svg)](http://www.npmtrends.com/npm-run-all)\n[![Build Status](https://travis-ci.org/mysticatea/npm-run-all.svg?branch=master)](https://travis-ci.org/mysticatea/npm-run-all)\n[![Build status](https://ci.appveyor.com/api/projects/status/v0owd44q1r7hceir/branch/master?svg=true)](https://ci.appveyor.com/project/mysticatea/npm-run-all/branch/master)\n[![Coverage Status](https://codecov.io/gh/mysticatea/eslint-plugin-node/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/npm-run-all)\n[![Dependency Status](https://david-dm.org/mysticatea/npm-run-all.svg)](https://david-dm.org/mysticatea/npm-run-all)\n\nA CLI tool to run multiple npm-scripts in parallel or sequential.\n\n## ⤴️ Motivation\n\n- **Simplify.** The official `npm run-script` command cannot run multiple scripts, so if we want to run multiple scripts, it's redundant a bit. Let's shorten it by glob-like patterns.<br>\n  Before: `npm run clean && npm run build:css && npm run build:js && npm run build:html`<br>\n  After: `npm-run-all clean build:*`\n- **Cross platform.** We sometimes use `&` to run multiple command in parallel, but `cmd.exe` (`npm run-script` uses it by default) does not support the `&`. Half of Node.js users are using it on Windows, so the use of `&` might block contributions. `npm-run-all --parallel` works well on Windows as well.\n\n## ???? Installation\n\n```bash\n$ npm install npm-run-all --save-dev\n# or\n$ yarn add npm-run-all --dev\n```\n\n- It requires `Node@>=4`.\n\n## ???? Usage\n\n### CLI Commands\n\nThis `npm-run-all` package provides 3 CLI commands.\n\n- [npm-run-all]\n- [run-s]\n- [run-p]\n\nThe main command is [npm-run-all].\nWe can make complex plans with [npm-run-all] command.\n\nBoth [run-s] and [run-p] are shorthand commands.\n[run-s] is for sequential, [run-p] is for parallel.\nWe can make simple plans with those commands.\n\n#### Yarn Compatibility\n\nIf a script is invoked with Yarn, `npm-run-all` will correctly use Yarn to execute the plan's child scripts.\n\n### Node API\n\nThis `npm-run-all` package provides Node API.\n\n- [Node API]\n\n## ???? Changelog\n\n- https://github.com/mysticatea/npm-run-all/releases\n\n## ???? Contributing\n\nWelcome♡\n\n### Bug Reports or Feature Requests\n\nPlease use GitHub Issues.\n\n### Correct Documents\n\nPlease use GitHub Pull Requests.\n\nI'm not familiar with English, so I especially thank you for documents' corrections.\n\n### Implementing\n\nPlease use GitHub Pull Requests.\n\nThere are some npm-scripts to help developments.\n\n- **npm test** - Run tests and collect coverage.\n- **npm run clean** - Delete temporary files.\n- **npm run lint** - Run ESLint.\n- **npm run watch** - Run tests (not collect coverage) on every file change.\n\n[npm-run-all]: docs/npm-run-all.md\n[run-s]: docs/run-s.md\n[run-p]: docs/run-p.md\n[Node API]: docs/node-api.md\n","_attachments":{},"homepage":"https://github.com/mysticatea/npm-run-all","bugs":{"url":"https://github.com/mysticatea/npm-run-all/issues"},"license":"MIT"}