dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/orchestrator/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

106 lines
2.5 KiB
JSON

{
"_args": [
[
"orchestrator@^0.3.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/gulp"
]
],
"_from": "orchestrator@>=0.3.0 <0.4.0",
"_id": "orchestrator@0.3.7",
"_inCache": true,
"_installable": true,
"_location": "/orchestrator",
"_npmUser": {
"email": "blaine@iceddev.com",
"name": "phated"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "orchestrator",
"raw": "orchestrator@^0.3.0",
"rawSpec": "^0.3.0",
"scope": null,
"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": "/Users/sid/Desktop/code/RustyCode/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": [
{
"email": "robrich@robrich.org",
"name": "robrich"
},
{
"email": "blaine@iceddev.com",
"name": "phated"
},
{
"email": "contra@wearefractal.com",
"name": "contra"
}
],
"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"
}