package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "orchestrator@0.3.8",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "orchestrator@0.3.8",
  10. "_id": "orchestrator@0.3.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
  13. "_location": "/orchestrator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "orchestrator@0.3.8",
  19. "name": "orchestrator",
  20. "escapedName": "orchestrator",
  21. "rawSpec": "0.3.8",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.8"
  24. },
  25. "_requiredBy": [
  26. "/gulp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
  29. "_spec": "0.3.8",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Rob Richardson",
  33. "url": "http://robrich.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/robrich/orchestrator/issues"
  37. },
  38. "dependencies": {
  39. "end-of-stream": "~0.1.5",
  40. "sequencify": "~0.0.7",
  41. "stream-consume": "~0.1.0"
  42. },
  43. "description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
  44. "devDependencies": {
  45. "event-stream": "~3.3.4",
  46. "gulp-uglify": "^2.0.0",
  47. "jshint": "^2.9.4",
  48. "map-stream": "~0.0.6",
  49. "merge-stream": "~1.0.0",
  50. "mocha": "~3.1.2",
  51. "q": "~1.4.1",
  52. "should": "~11.1.1",
  53. "vinyl-fs": "~2.4.4"
  54. },
  55. "homepage": "https://github.com/robrich/orchestrator",
  56. "keywords": [
  57. "async",
  58. "task",
  59. "parallel",
  60. "compose"
  61. ],
  62. "license": "MIT",
  63. "main": "./index.js",
  64. "name": "orchestrator",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/robrich/orchestrator.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "0.3.8"
  73. }