package.json 2.5 KB

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