package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "minipass@^3.1.1",
  3. "_id": "minipass@3.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  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. ],
  27. "_resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  28. "_shasum": "7bba384db3a1520d18c9c0e5251c3444e95dd94a",
  29. "_spec": "minipass@^3.1.1",
  30. "_where": "E:\\psy_web_share\\node_modules\\cacache",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/minipass/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "yallist": "^4.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "minimal implementation of a PassThrough stream",
  45. "devDependencies": {
  46. "@types/node": "^17.0.41",
  47. "end-of-stream": "^1.4.0",
  48. "prettier": "^2.6.2",
  49. "tap": "^16.2.0",
  50. "through2": "^2.0.3",
  51. "ts-node": "^10.8.1",
  52. "typescript": "^4.7.3"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "index.d.ts",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/isaacs/minipass#readme",
  62. "keywords": [
  63. "passthrough",
  64. "stream"
  65. ],
  66. "license": "ISC",
  67. "main": "index.js",
  68. "name": "minipass",
  69. "prettier": {
  70. "semi": false,
  71. "printWidth": 80,
  72. "tabWidth": 2,
  73. "useTabs": false,
  74. "singleQuote": true,
  75. "jsxSingleQuote": false,
  76. "bracketSameLine": true,
  77. "arrowParens": "avoid",
  78. "endOfLine": "lf"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/isaacs/minipass.git"
  83. },
  84. "scripts": {
  85. "postpublish": "git push origin --follow-tags",
  86. "postversion": "npm publish",
  87. "preversion": "npm test",
  88. "test": "tap"
  89. },
  90. "tap": {
  91. "check-coverage": true
  92. },
  93. "types": "index.d.ts",
  94. "version": "3.3.6"
  95. }