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.

116 lines
2.8 KiB

{
"_args": [
[
"pako@2.1.0",
"/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile"
]
],
"_from": "pako@2.1.0",
"_id": "pako@2.1.0",
"_inBundle": false,
"_integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==",
"_location": "/pako",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pako@2.1.0",
"name": "pako",
"escapedName": "pako",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/geotiff"
],
"_resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile",
"bugs": {
"url": "https://github.com/nodeca/pako/issues"
},
"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": {},
"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.1.0"
}