package.json 2.6 KB

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