package.json 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@^1.1.0",
  5. "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/pump"
  6. ]
  7. ],
  8. "_from": "end-of-stream@>=1.1.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "[email protected]",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/end-of-stream",
  14. "_nodeVersion": "10.16.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/end-of-stream_1.4.4_1569416251049_0.7050238023851008"
  18. },
  19. "_npmUser": {
  20. "email": "[email protected]",
  21. "name": "mafintosh"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "end-of-stream",
  27. "raw": "end-of-stream@^1.1.0",
  28. "rawSpec": "^1.1.0",
  29. "scope": null,
  30. "spec": ">=1.1.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/async-done",
  35. "/duplexify",
  36. "/pump",
  37. "/pumpify/pump"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  40. "_shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
  41. "_shrinkwrap": null,
  42. "_spec": "end-of-stream@^1.1.0",
  43. "_where": "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/pump",
  44. "author": {
  45. "email": "[email protected]",
  46. "name": "Mathias Buus"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/mafintosh/end-of-stream/issues"
  50. },
  51. "dependencies": {
  52. "once": "^1.4.0"
  53. },
  54. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  55. "devDependencies": {
  56. "tape": "^4.11.0"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 4,
  61. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  62. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi2Q7CRA9TVsSAnZWagAA6CoQAILuF0T9HdorFmOUYcIa\nymCYU4se8p+qF7neyhJVZVEe1NzmoY1IS3rteWlAxd+YnWBhHgZkdaEtrb7r\n1ia+sUaUEfnG80YrqUn8Y2yVTBn2FVXd+bpLc3H6IC5LB0iVSq37FJtba8D/\nDGNag9GtWgTU6KB4r5QhLFy4voG4yM2mStGPNjq/Ggw+O5Fnl5FxxwqL/k/t\nxDNdB7vrPyVVBUSvs5lvTijpfDfjpw8d3FbuYD7rJYAwD2GFXmfkCrCtSrf0\nnIabXo1FvgZ8G1eeum7VPsWFosnxv0zjrbQhgUC+dj6pNGJW2f3Chk98CCn9\n4R7aNxyxUzz5+yaUrjL1Z2GCGPs7bpJ4Q2jWDstDiKZW5YtBENMPvXPM+FUc\nEwfy2iFyunDRkT10IscI1tBPA5xQrxv8dBO8SeDBgYcnhza4hN8MMyHb1bF7\n7i24CbGPYRy0vH652y5O3JSWzUVg5vmjjbslRQhSEiEuEsL7joIn5m5Cr32X\ntERspxNxfjbykpkIhafhOGm+XTbNgJ6GuzFS5651RXGMaFqPD7yPNNNmGDVz\nNE7zLNEiRWhZFhITRYhGHRRsYLU3/gN3XkLFHLfd9YHr8IzqDY8EQ8KcuRl8\nvHCIIwvvW9CTolkeQrIhiXjUcUwfUmPPXsJem0u9MCHr5JU8IumnPqNNSyv1\nP/VN\r\n=XlGu\r\n-----END PGP SIGNATURE-----\r\n",
  63. "shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
  64. "tarball": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  65. "unpackedSize": 6234
  66. },
  67. "gitHead": "e104395e50015a6436d9747b4b1c2a617b267769",
  68. "homepage": "https://github.com/mafintosh/end-of-stream",
  69. "keywords": [
  70. "callback",
  71. "close",
  72. "end",
  73. "finish",
  74. "stream",
  75. "streams",
  76. "wait"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "mafintosh",
  83. "email": "[email protected]"
  84. }
  85. ],
  86. "name": "end-of-stream",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/mafintosh/end-of-stream.git"
  92. },
  93. "scripts": {
  94. "test": "node test.js"
  95. },
  96. "version": "1.4.4"
  97. }