package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@~0.0.5",
  5. "D:\\work\\im\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "combined-stream@>=0.0.5 <0.1.0",
  9. "_id": "combined-stream@0.0.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/combined-stream",
  13. "_npmUser": {
  14. "email": "felix@debuggable.com",
  15. "name": "felixge"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "combined-stream",
  21. "raw": "combined-stream@~0.0.5",
  22. "rawSpec": "~0.0.5",
  23. "scope": null,
  24. "spec": ">=0.0.5 <0.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/form-data",
  29. "/request",
  30. "/upyun-core/form-data"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
  33. "_shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
  34. "_shrinkwrap": null,
  35. "_spec": "combined-stream@~0.0.5",
  36. "_where": "D:\\work\\im\\node_modules\\request",
  37. "author": {
  38. "email": "felix@debuggable.com",
  39. "name": "Felix Geisendörfer",
  40. "url": "http://debuggable.com/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/felixge/node-combined-stream/issues"
  44. },
  45. "dependencies": {
  46. "delayed-stream": "0.0.5"
  47. },
  48. "description": "A stream that emits multiple other streams one after another.",
  49. "devDependencies": {
  50. "far": "~0.0.7"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
  55. "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"
  56. },
  57. "engines": {
  58. "node": ">= 0.8"
  59. },
  60. "homepage": "https://github.com/felixge/node-combined-stream",
  61. "main": "./lib/combined_stream",
  62. "maintainers": [
  63. {
  64. "email": "felix@debuggable.com",
  65. "name": "felixge"
  66. },
  67. {
  68. "email": "celer@scrypt.net",
  69. "name": "celer"
  70. },
  71. {
  72. "email": "iam@alexindigo.com",
  73. "name": "alexindigo"
  74. }
  75. ],
  76. "name": "combined-stream",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/felixge/node-combined-stream.git"
  82. },
  83. "scripts": {
  84. "test": "node test/run.js"
  85. },
  86. "version": "0.0.7"
  87. }