package.json 2.7 KB

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