package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "combined-stream@^1.0.6",
  3. "_id": "combined-stream@1.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6. "_location": "/combined-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "combined-stream@^1.0.6",
  12. "name": "combined-stream",
  13. "escapedName": "combined-stream",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/form-data",
  20. "/request",
  21. "/request/form-data"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  24. "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
  25. "_spec": "combined-stream@^1.0.6",
  26. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\form-data",
  27. "author": {
  28. "name": "Felix Geisendörfer",
  29. "email": "felix@debuggable.com",
  30. "url": "http://debuggable.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/felixge/node-combined-stream/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "delayed-stream": "~1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "A stream that emits multiple other streams one after another.",
  41. "devDependencies": {
  42. "far": "~0.0.7"
  43. },
  44. "engines": {
  45. "node": ">= 0.8"
  46. },
  47. "homepage": "https://github.com/felixge/node-combined-stream",
  48. "license": "MIT",
  49. "main": "./lib/combined_stream",
  50. "name": "combined-stream",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/felixge/node-combined-stream.git"
  54. },
  55. "scripts": {
  56. "test": "node test/run.js"
  57. },
  58. "version": "1.0.8"
  59. }