package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "minipass@^3.0.0",
  3. "_id": "minipass@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
  6. "_location": "/minipass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass@^3.0.0",
  12. "name": "minipass",
  13. "escapedName": "minipass",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-minipass",
  20. "/minizlib",
  21. "/tar"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
  24. "_shasum": "7d42ff1f39635482e15f9cdb53184deebd5815fd",
  25. "_spec": "minipass@^3.0.0",
  26. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\tar",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/isaacs/minipass/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "yallist": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "minimal implementation of a PassThrough stream",
  41. "devDependencies": {
  42. "end-of-stream": "^1.4.0",
  43. "tap": "^14.6.5",
  44. "through2": "^2.0.3"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/minipass#readme",
  53. "keywords": [
  54. "passthrough",
  55. "stream"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "minipass",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/isaacs/minipass.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --follow-tags",
  66. "postversion": "npm publish --tag=next",
  67. "preversion": "npm test",
  68. "test": "tap"
  69. },
  70. "tap": {
  71. "check-coverage": true
  72. },
  73. "version": "3.1.3"
  74. }