package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "minipass@^3.1.3",
  3. "_id": "minipass@3.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==",
  6. "_location": "/minipass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass@^3.1.3",
  12. "name": "minipass",
  13. "escapedName": "minipass",
  14. "rawSpec": "^3.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.3"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/fs-minipass",
  21. "/make-fetch-happen",
  22. "/minipass-collect",
  23. "/minipass-fetch",
  24. "/minipass-flush",
  25. "/minipass-pipeline",
  26. "/minipass-sized",
  27. "/minizlib",
  28. "/ssri",
  29. "/tar"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz",
  32. "_shasum": "ca99f95dd77c43c7a76bf51e6d200025eee0ffae",
  33. "_spec": "minipass@^3.1.3",
  34. "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
  35. "author": {
  36. "name": "Isaac Z. Schlueter",
  37. "email": "i@izs.me",
  38. "url": "http://blog.izs.me/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/minipass/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "yallist": "^4.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "minimal implementation of a PassThrough stream",
  49. "devDependencies": {
  50. "@types/node": "^17.0.41",
  51. "end-of-stream": "^1.4.0",
  52. "prettier": "^2.6.2",
  53. "tap": "^16.2.0",
  54. "through2": "^2.0.3",
  55. "ts-node": "^10.8.1",
  56. "typescript": "^4.7.3"
  57. },
  58. "engines": {
  59. "node": ">=8"
  60. },
  61. "files": [
  62. "index.d.ts",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/isaacs/minipass#readme",
  66. "keywords": [
  67. "passthrough",
  68. "stream"
  69. ],
  70. "license": "ISC",
  71. "main": "index.js",
  72. "name": "minipass",
  73. "prettier": {
  74. "semi": false,
  75. "printWidth": 80,
  76. "tabWidth": 2,
  77. "useTabs": false,
  78. "singleQuote": true,
  79. "jsxSingleQuote": false,
  80. "bracketSameLine": true,
  81. "arrowParens": "avoid",
  82. "endOfLine": "lf"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/isaacs/minipass.git"
  87. },
  88. "scripts": {
  89. "postpublish": "git push origin --follow-tags",
  90. "postversion": "npm publish --tag=next",
  91. "preversion": "npm test",
  92. "test": "tap"
  93. },
  94. "tap": {
  95. "check-coverage": true
  96. },
  97. "version": "3.3.4"
  98. }