You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
2.8 KiB

1 year ago
  1. {
  2. "_from": "pako",
  3. "_id": "pako@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==",
  6. "_location": "/pako",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "pako",
  12. "name": "pako",
  13. "escapedName": "pako",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/pako/-/pako-2.0.4.tgz",
  23. "_shasum": "6cebc4bbb0b6c73b0d5b8d7e8476e2b2fbea576d",
  24. "_spec": "pako",
  25. "_where": "D:\\gz\\applet\\xcx\\yuansheng",
  26. "bugs": {
  27. "url": "https://github.com/nodeca/pako/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Andrei Tuputcyn",
  33. "url": "https://github.com/andr83"
  34. },
  35. {
  36. "name": "Vitaly Puzrin",
  37. "url": "https://github.com/puzrin"
  38. },
  39. {
  40. "name": "Friedel Ziegelmayer",
  41. "url": "https://github.com/dignifiedquire"
  42. },
  43. {
  44. "name": "Kirill Efimov",
  45. "url": "https://github.com/Kirill89"
  46. },
  47. {
  48. "name": "Jean-loup Gailly"
  49. },
  50. {
  51. "name": "Mark Adler"
  52. }
  53. ],
  54. "dependencies": {},
  55. "deprecated": false,
  56. "description": "zlib port to javascript - fast, modularized, with browser support",
  57. "devDependencies": {
  58. "@babel/preset-env": "^7.12.1",
  59. "@rollup/plugin-babel": "^5.2.1",
  60. "@rollup/plugin-commonjs": "^16.0.0",
  61. "@rollup/plugin-node-resolve": "^10.0.0",
  62. "eslint": "^7.13.0",
  63. "gh-pages": "^3.1.0",
  64. "mocha": "^8.2.1",
  65. "multiparty": "^4.1.3",
  66. "ndoc": "^6.0.0",
  67. "nyc": "^15.1.0",
  68. "rollup": "^2.33.1",
  69. "rollup-plugin-terser": "^7.0.2",
  70. "shelljs": "^0.8.4"
  71. },
  72. "exports": {
  73. ".": {
  74. "import": "./dist/pako.esm.mjs",
  75. "require": "./index.js"
  76. },
  77. "./package.json": "./package.json",
  78. "./dist/*": "./dist/*",
  79. "./lib/*": "./lib/*",
  80. "./lib/zlib/*": "./lib/zlib/*",
  81. "./lib/utils/*": "./lib/utils/*"
  82. },
  83. "files": [
  84. "index.js",
  85. "dist/",
  86. "lib/"
  87. ],
  88. "homepage": "https://github.com/nodeca/pako#readme",
  89. "keywords": [
  90. "zlib",
  91. "deflate",
  92. "inflate",
  93. "gzip"
  94. ],
  95. "license": "(MIT AND Zlib)",
  96. "module": "./dist/pako.esm.mjs",
  97. "name": "pako",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/nodeca/pako.git"
  101. },
  102. "scripts": {
  103. "build": "rollup -c",
  104. "build_fixtures": "node support/build_fixtures.js",
  105. "coverage": "npm run lint && nyc mocha && nyc report --reporter html",
  106. "doc": "node support/build_doc.js",
  107. "gh-doc": "npm run doc && gh-pages -d doc -f",
  108. "lint": "eslint .",
  109. "prepublishOnly": "npm run gh-doc",
  110. "test": "npm run lint && mocha"
  111. },
  112. "version": "2.0.4"
  113. }