aboutsummaryrefslogtreecommitdiff
path: root/node_modules/orchestrator/package.json
blob: bd3bf678c6ba2f134a3a6ea82651c770d926c9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
  "_args": [
    [
      {
        "raw": "orchestrator@^0.3.0",
        "scope": null,
        "escapedName": "orchestrator",
        "name": "orchestrator",
        "rawSpec": "^0.3.0",
        "spec": ">=0.3.0 <0.4.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/gulp"
    ]
  ],
  "_from": "orchestrator@>=0.3.0 <0.4.0",
  "_id": "orchestrator@0.3.7",
  "_inCache": true,
  "_location": "/orchestrator",
  "_npmUser": {
    "name": "phated",
    "email": "blaine@iceddev.com"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "orchestrator@^0.3.0",
    "scope": null,
    "escapedName": "orchestrator",
    "name": "orchestrator",
    "rawSpec": "^0.3.0",
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp"
  ],
  "_resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.7.tgz",
  "_shasum": "c45064e22c5a2a7b99734f409a95ffedc7d3c3df",
  "_shrinkwrap": null,
  "_spec": "orchestrator@^0.3.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp",
  "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.1.5",
    "gulp-jshint": "~1.6.3",
    "map-stream": "~0.1.0",
    "merge-stream": "~0.1.2",
    "mocha": "~1.17.0",
    "q": "~1.0.0",
    "should": "~3.0.1",
    "vinyl-fs": "~0.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "c45064e22c5a2a7b99734f409a95ffedc7d3c3df",
    "tarball": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.7.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "f3fcb93e3560afd0bc0c4acd5c5db7bd109414e7",
  "homepage": "https://github.com/robrich/orchestrator",
  "keywords": [
    "async",
    "task",
    "parallel",
    "compose"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/robrich/orchestrator/raw/master/LICENSE"
    }
  ],
  "main": "./index.js",
  "maintainers": [
    {
      "name": "robrich",
      "email": "robrich@robrich.org"
    },
    {
      "name": "phated",
      "email": "blaine@iceddev.com"
    },
    {
      "name": "contra",
      "email": "contra@wearefractal.com"
    }
  ],
  "name": "orchestrator",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/robrich/orchestrator.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.3.7"
}