package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "minipass@^7.1.2",
  3. "_id": "minipass@7.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  6. "_location": "/minipass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass@^7.1.2",
  12. "name": "minipass",
  13. "escapedName": "minipass",
  14. "rawSpec": "^7.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.2"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify/glob",
  20. "/path-scurry"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  23. "_shasum": "93a9626ce5e5e66bd4db86849e7515e92340a707",
  24. "_spec": "minipass@^7.1.2",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\js-beautify\\node_modules\\glob",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/minipass/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "minimal implementation of a PassThrough stream",
  37. "devDependencies": {
  38. "@types/end-of-stream": "^1.4.2",
  39. "@types/node": "^20.1.2",
  40. "end-of-stream": "^1.4.0",
  41. "node-abort-controller": "^3.1.1",
  42. "prettier": "^2.6.2",
  43. "tap": "^19.0.0",
  44. "through2": "^2.0.3",
  45. "tshy": "^1.14.0",
  46. "typedoc": "^0.25.1"
  47. },
  48. "engines": {
  49. "node": ">=16 || 14 >=14.17"
  50. },
  51. "exports": {
  52. "./package.json": "./package.json",
  53. ".": {
  54. "import": {
  55. "types": "./dist/esm/index.d.ts",
  56. "default": "./dist/esm/index.js"
  57. },
  58. "require": {
  59. "types": "./dist/commonjs/index.d.ts",
  60. "default": "./dist/commonjs/index.js"
  61. }
  62. }
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "homepage": "https://github.com/isaacs/minipass#readme",
  68. "keywords": [
  69. "passthrough",
  70. "stream"
  71. ],
  72. "license": "ISC",
  73. "main": "./dist/commonjs/index.js",
  74. "name": "minipass",
  75. "prettier": {
  76. "semi": false,
  77. "printWidth": 75,
  78. "tabWidth": 2,
  79. "useTabs": false,
  80. "singleQuote": true,
  81. "jsxSingleQuote": false,
  82. "bracketSameLine": true,
  83. "arrowParens": "avoid",
  84. "endOfLine": "lf"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/isaacs/minipass.git"
  89. },
  90. "scripts": {
  91. "format": "prettier --write . --loglevel warn",
  92. "postversion": "npm publish",
  93. "prepare": "tshy",
  94. "prepublishOnly": "git push origin --follow-tags",
  95. "presnap": "npm run prepare",
  96. "pretest": "npm run prepare",
  97. "preversion": "npm test",
  98. "snap": "tap",
  99. "test": "tap",
  100. "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  101. },
  102. "tap": {
  103. "typecheck": true,
  104. "include": [
  105. "test/*.ts"
  106. ]
  107. },
  108. "tshy": {
  109. "selfLink": false,
  110. "main": true,
  111. "exports": {
  112. "./package.json": "./package.json",
  113. ".": "./src/index.ts"
  114. }
  115. },
  116. "type": "module",
  117. "types": "./dist/commonjs/index.d.ts",
  118. "version": "7.1.2"
  119. }