12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "orchestrator@0.3.8",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "orchestrator@0.3.8",
- "_id": "orchestrator@0.3.8",
- "_inBundle": false,
- "_integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
- "_location": "/orchestrator",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "orchestrator@0.3.8",
- "name": "orchestrator",
- "escapedName": "orchestrator",
- "rawSpec": "0.3.8",
- "saveSpec": null,
- "fetchSpec": "0.3.8"
- },
- "_requiredBy": [
- "/gulp"
- ],
- "_resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
- "_spec": "0.3.8",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Rob Richardson",
- "url": "http://robrich.org/"
- },
- "bugs": {
- "url": "https://github.com/robrich/orchestrator/issues"
- },
- "dependencies": {
- "end-of-stream": "~0.1.5",
- "sequencify": "~0.0.7",
- "stream-consume": "~0.1.0"
- },
- "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"
- }
|