Initial commit
[yaffs-website] / node_modules / orchestrator / package.json
1 {
2   "_args": [
3     [
4       "orchestrator@^0.3.0",
5       "/var/www/yaffs/node_modules/gulp"
6     ]
7   ],
8   "_from": "orchestrator@>=0.3.0 <0.4.0",
9   "_id": "orchestrator@0.3.8",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/orchestrator",
13   "_nodeVersion": "6.9.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/orchestrator-0.3.8.tgz_1478376952393_0.013398072216659784"
17   },
18   "_npmUser": {
19     "email": "robrich@robrich.org",
20     "name": "robrich"
21   },
22   "_npmVersion": "3.10.8",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "orchestrator",
26     "raw": "orchestrator@^0.3.0",
27     "rawSpec": "^0.3.0",
28     "scope": null,
29     "spec": ">=0.3.0 <0.4.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp"
34   ],
35   "_resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
36   "_shasum": "14e7e9e2764f7315fbac184e506c7aa6df94ad7e",
37   "_shrinkwrap": null,
38   "_spec": "orchestrator@^0.3.0",
39   "_where": "/var/www/yaffs/node_modules/gulp",
40   "author": {
41     "name": "Rob Richardson",
42     "url": "http://robrich.org/"
43   },
44   "bugs": {
45     "url": "https://github.com/robrich/orchestrator/issues"
46   },
47   "dependencies": {
48     "end-of-stream": "~0.1.5",
49     "sequencify": "~0.0.7",
50     "stream-consume": "~0.1.0"
51   },
52   "description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
53   "devDependencies": {
54     "event-stream": "~3.3.4",
55     "gulp-uglify": "^2.0.0",
56     "jshint": "^2.9.4",
57     "map-stream": "~0.0.6",
58     "merge-stream": "~1.0.0",
59     "mocha": "~3.1.2",
60     "q": "~1.4.1",
61     "should": "~11.1.1",
62     "vinyl-fs": "~2.4.4"
63   },
64   "directories": {},
65   "dist": {
66     "shasum": "14e7e9e2764f7315fbac184e506c7aa6df94ad7e",
67     "tarball": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz"
68   },
69   "gitHead": "8d14e9df94450edf5dae1a16b7a8f051f26670fa",
70   "homepage": "https://github.com/robrich/orchestrator",
71   "keywords": [
72     "async",
73     "compose",
74     "parallel",
75     "task"
76   ],
77   "license": "MIT",
78   "main": "./index.js",
79   "maintainers": [
80     {
81       "name": "robrich",
82       "email": "robrich@robrich.org"
83     }
84   ],
85   "name": "orchestrator",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git://github.com/robrich/orchestrator.git"
91   },
92   "scripts": {
93     "test": "mocha"
94   },
95   "version": "0.3.8"
96 }