package.json 1.6 KB

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