package.json 1.6 KB

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