{
|
|
"_from": "pako",
|
|
"_id": "pako@2.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==",
|
|
"_location": "/pako",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "pako",
|
|
"name": "pako",
|
|
"escapedName": "pako",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/pako/-/pako-2.0.4.tgz",
|
|
"_shasum": "6cebc4bbb0b6c73b0d5b8d7e8476e2b2fbea576d",
|
|
"_spec": "pako",
|
|
"_where": "D:\\gz\\applet\\xcx\\yuansheng",
|
|
"bugs": {
|
|
"url": "https://github.com/nodeca/pako/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Andrei Tuputcyn",
|
|
"url": "https://github.com/andr83"
|
|
},
|
|
{
|
|
"name": "Vitaly Puzrin",
|
|
"url": "https://github.com/puzrin"
|
|
},
|
|
{
|
|
"name": "Friedel Ziegelmayer",
|
|
"url": "https://github.com/dignifiedquire"
|
|
},
|
|
{
|
|
"name": "Kirill Efimov",
|
|
"url": "https://github.com/Kirill89"
|
|
},
|
|
{
|
|
"name": "Jean-loup Gailly"
|
|
},
|
|
{
|
|
"name": "Mark Adler"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "zlib port to javascript - fast, modularized, with browser support",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@rollup/plugin-babel": "^5.2.1",
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
"eslint": "^7.13.0",
|
|
"gh-pages": "^3.1.0",
|
|
"mocha": "^8.2.1",
|
|
"multiparty": "^4.1.3",
|
|
"ndoc": "^6.0.0",
|
|
"nyc": "^15.1.0",
|
|
"rollup": "^2.33.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"shelljs": "^0.8.4"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/pako.esm.mjs",
|
|
"require": "./index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./dist/*": "./dist/*",
|
|
"./lib/*": "./lib/*",
|
|
"./lib/zlib/*": "./lib/zlib/*",
|
|
"./lib/utils/*": "./lib/utils/*"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist/",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/nodeca/pako#readme",
|
|
"keywords": [
|
|
"zlib",
|
|
"deflate",
|
|
"inflate",
|
|
"gzip"
|
|
],
|
|
"license": "(MIT AND Zlib)",
|
|
"module": "./dist/pako.esm.mjs",
|
|
"name": "pako",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nodeca/pako.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"build_fixtures": "node support/build_fixtures.js",
|
|
"coverage": "npm run lint && nyc mocha && nyc report --reporter html",
|
|
"doc": "node support/build_doc.js",
|
|
"gh-doc": "npm run doc && gh-pages -d doc -f",
|
|
"lint": "eslint .",
|
|
"prepublishOnly": "npm run gh-doc",
|
|
"test": "npm run lint && mocha"
|
|
},
|
|
"version": "2.0.4"
|
|
}
|