package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "minipass@^3.1.1",
  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.1.1",
  12. "name": "minipass",
  13. "escapedName": "minipass",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/fs-minipass",
  21. "/minipass-collect",
  22. "/minipass-flush",
  23. "/minipass-pipeline",
  24. "/minizlib",
  25. "/ssri",
  26. "/tar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
  29. "_shasum": "7d42ff1f39635482e15f9cdb53184deebd5815fd",
  30. "_spec": "minipass@^3.1.1",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cacache",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/minipass/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "yallist": "^4.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "minimal implementation of a PassThrough stream",
  46. "devDependencies": {
  47. "end-of-stream": "^1.4.0",
  48. "tap": "^14.6.5",
  49. "through2": "^2.0.3"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/isaacs/minipass#readme",
  58. "keywords": [
  59. "passthrough",
  60. "stream"
  61. ],
  62. "license": "ISC",
  63. "main": "index.js",
  64. "name": "minipass",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/isaacs/minipass.git"
  68. },
  69. "scripts": {
  70. "postpublish": "git push origin --follow-tags",
  71. "postversion": "npm publish --tag=next",
  72. "preversion": "npm test",
  73. "test": "tap"
  74. },
  75. "tap": {
  76. "check-coverage": true
  77. },
  78. "version": "3.1.3"
  79. }