package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@1.0.8",
  5. "E:\\item\\newItem\\admin"
  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. "/less/form-data",
  27. "/less/request",
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  31. "_spec": "1.0.8",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Felix Geisendörfer",
  35. "email": "felix@debuggable.com",
  36. "url": "http://debuggable.com/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/felixge/node-combined-stream/issues"
  40. },
  41. "dependencies": {
  42. "delayed-stream": "~1.0.0"
  43. },
  44. "description": "A stream that emits multiple other streams one after another.",
  45. "devDependencies": {
  46. "far": "~0.0.7"
  47. },
  48. "engines": {
  49. "node": ">= 0.8"
  50. },
  51. "homepage": "https://github.com/felixge/node-combined-stream",
  52. "license": "MIT",
  53. "main": "./lib/combined_stream",
  54. "name": "combined-stream",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/felixge/node-combined-stream.git"
  58. },
  59. "scripts": {
  60. "test": "node test/run.js"
  61. },
  62. "version": "1.0.8"
  63. }