package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "combined-stream@~1.0.5",
  6. "scope": null,
  7. "escapedName": "combined-stream",
  8. "name": "combined-stream",
  9. "rawSpec": "~1.0.5",
  10. "spec": ">=1.0.5 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request"
  14. ]
  15. ],
  16. "_from": "combined-stream@>=1.0.5 <1.1.0",
  17. "_id": "combined-stream@1.0.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/combined-stream",
  21. "_nodeVersion": "0.12.4",
  22. "_npmUser": {
  23. "name": "alexindigo",
  24. "email": "iam@alexindigo.com"
  25. },
  26. "_npmVersion": "2.10.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "combined-stream@~1.0.5",
  30. "scope": null,
  31. "escapedName": "combined-stream",
  32. "name": "combined-stream",
  33. "rawSpec": "~1.0.5",
  34. "spec": ">=1.0.5 <1.1.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/form-data",
  39. "/request"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
  42. "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  43. "_shrinkwrap": null,
  44. "_spec": "combined-stream@~1.0.5",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request",
  46. "author": {
  47. "name": "Felix Geisendörfer",
  48. "email": "felix@debuggable.com",
  49. "url": "http://debuggable.com/"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/felixge/node-combined-stream/issues"
  53. },
  54. "dependencies": {
  55. "delayed-stream": "~1.0.0"
  56. },
  57. "description": "A stream that emits multiple other streams one after another.",
  58. "devDependencies": {
  59. "far": "~0.0.7"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  64. "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
  65. },
  66. "engines": {
  67. "node": ">= 0.8"
  68. },
  69. "gitHead": "cfc7b815d090a109bcedb5bb0f6713148d55a6b7",
  70. "homepage": "https://github.com/felixge/node-combined-stream",
  71. "license": "MIT",
  72. "main": "./lib/combined_stream",
  73. "maintainers": [
  74. {
  75. "name": "felixge",
  76. "email": "felix@debuggable.com"
  77. },
  78. {
  79. "name": "celer",
  80. "email": "dtyree77@gmail.com"
  81. },
  82. {
  83. "name": "alexindigo",
  84. "email": "iam@alexindigo.com"
  85. },
  86. {
  87. "name": "apechimp",
  88. "email": "apeherder@gmail.com"
  89. }
  90. ],
  91. "name": "combined-stream",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/felixge/node-combined-stream.git"
  97. },
  98. "scripts": {
  99. "test": "node test/run.js"
  100. },
  101. "version": "1.0.5"
  102. }