package.json 2.1 KB

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