70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "orchestrator@^0.3.0",
|
||
|
"_id": "orchestrator@0.3.8",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
|
||
|
"_location": "/orchestrator",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "orchestrator@^0.3.0",
|
||
|
"name": "orchestrator",
|
||
|
"escapedName": "orchestrator",
|
||
|
"rawSpec": "^0.3.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.3.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gulp"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
|
||
|
"_shasum": "14e7e9e2764f7315fbac184e506c7aa6df94ad7e",
|
||
|
"_spec": "orchestrator@^0.3.0",
|
||
|
"_where": "/home/lafrite/tmp/site_pelican/theme/node_modules/gulp",
|
||
|
"author": {
|
||
|
"name": "Rob Richardson",
|
||
|
"url": "http://robrich.org/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/robrich/orchestrator/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"end-of-stream": "~0.1.5",
|
||
|
"sequencify": "~0.0.7",
|
||
|
"stream-consume": "~0.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
|
||
|
"devDependencies": {
|
||
|
"event-stream": "~3.3.4",
|
||
|
"gulp-uglify": "^2.0.0",
|
||
|
"jshint": "^2.9.4",
|
||
|
"map-stream": "~0.0.6",
|
||
|
"merge-stream": "~1.0.0",
|
||
|
"mocha": "~3.1.2",
|
||
|
"q": "~1.4.1",
|
||
|
"should": "~11.1.1",
|
||
|
"vinyl-fs": "~2.4.4"
|
||
|
},
|
||
|
"homepage": "https://github.com/robrich/orchestrator",
|
||
|
"keywords": [
|
||
|
"async",
|
||
|
"task",
|
||
|
"parallel",
|
||
|
"compose"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./index.js",
|
||
|
"name": "orchestrator",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/robrich/orchestrator.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "0.3.8"
|
||
|
}
|