mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
initial commit
This commit is contained in:
104
node_modules/orchestrator/package.json
generated
vendored
Normal file
104
node_modules/orchestrator/package.json
generated
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"_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"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\gulp"
|
||||
]
|
||||
],
|
||||
"_from": "orchestrator@>=0.3.0 <0.4.0",
|
||||
"_id": "orchestrator@0.3.8",
|
||||
"_inCache": true,
|
||||
"_location": "/orchestrator",
|
||||
"_nodeVersion": "6.9.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-18-east.internal.npmjs.com",
|
||||
"tmp": "tmp/orchestrator-0.3.8.tgz_1478376952393_0.013398072216659784"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "robrich",
|
||||
"email": "robrich@robrich.org"
|
||||
},
|
||||
"_npmVersion": "3.10.8",
|
||||
"_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.8.tgz",
|
||||
"_shasum": "14e7e9e2764f7315fbac184e506c7aa6df94ad7e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "orchestrator@^0.3.0",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\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.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"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "14e7e9e2764f7315fbac184e506c7aa6df94ad7e",
|
||||
"tarball": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz"
|
||||
},
|
||||
"gitHead": "8d14e9df94450edf5dae1a16b7a8f051f26670fa",
|
||||
"homepage": "https://github.com/robrich/orchestrator",
|
||||
"keywords": [
|
||||
"async",
|
||||
"task",
|
||||
"parallel",
|
||||
"compose"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "robrich",
|
||||
"email": "robrich@robrich.org"
|
||||
}
|
||||
],
|
||||
"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.8"
|
||||
}
|
||||
Reference in New Issue
Block a user