package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "end-of-stream@^1.4.1",
  3. "_id": "end-of-stream@1.4.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
  6. "_location": "/end-of-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-of-stream@^1.4.1",
  12. "name": "end-of-stream",
  13. "escapedName": "end-of-stream",
  14. "rawSpec": "^1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/mississippi",
  20. "/copy-webpack-plugin/pump",
  21. "/duplexify",
  22. "/mississippi",
  23. "/pump",
  24. "/pumpify/pump",
  25. "/stream-each",
  26. "/tar-stream"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz",
  29. "_shasum": "7344d711dea40e0b74abc2ed49778743ccedb08c",
  30. "_spec": "end-of-stream@^1.4.1",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\tar-stream",
  32. "author": {
  33. "name": "Mathias Buus",
  34. "email": "mathiasbuus@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mafintosh/end-of-stream/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "once": "^1.4.0"
  42. },
  43. "deprecated": false,
  44. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  45. "devDependencies": {
  46. "tape": "^4.11.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/mafintosh/end-of-stream",
  52. "keywords": [
  53. "stream",
  54. "streams",
  55. "callback",
  56. "finish",
  57. "close",
  58. "end",
  59. "wait"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "end-of-stream",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/mafintosh/end-of-stream.git"
  67. },
  68. "scripts": {
  69. "test": "node test.js"
  70. },
  71. "version": "1.4.5"
  72. }