{ "_from": "zstddec@^0.1.0", "_id": "zstddec@0.1.0", "_inBundle": false, "_integrity": "sha512-w2NTI8+3l3eeltKAdK8QpiLo/flRAr2p8AGeakfMZOXBxOg9HIu4LVDxBi81sYgVhFhdJjv1OrB5ssI8uFPoLg==", "_location": "/zstddec", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "zstddec@^0.1.0", "name": "zstddec", "escapedName": "zstddec", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/geotiff" ], "_resolved": "https://registry.npmjs.org/zstddec/-/zstddec-0.1.0.tgz", "_shasum": "7050f3f0e0c3978562d0c566b3e5a427d2bad7ec", "_spec": "zstddec@^0.1.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/geotiff", "author": { "name": "Don McCurdy", "email": "dm@donmccurdy.com" }, "bugs": { "url": "https://github.com/donmccurdy/zstddec/issues" }, "bundleDependencies": false, "deprecated": false, "description": "ZSTD (Zstandard) decoder for Web and Node.js, using WebAssembly", "devDependencies": { "browserify": "^16.5.1", "microbundle": "^0.15.1", "rimraf": "^5.0.1", "tap-spec": "^5.0.0", "tape": "^5.0.1", "tape-run": "^10.0.0" }, "exports": { "types": "./dist/zstddec.d.ts", "require": "./dist/zstddec.cjs", "default": "./dist/zstddec.modern.js" }, "files": [ "dist/", "*.ts", "README.md", "package.json", "package-lock.json" ], "homepage": "https://github.com/donmccurdy/zstddec#readme", "keywords": [ "zstd", "zstandard", "compression" ], "license": "MIT AND BSD-3-Clause", "main": "./dist/zstddec.cjs", "module": "./dist/zstddec.esm.js", "name": "zstddec", "repository": { "type": "git", "url": "git+https://github.com/donmccurdy/zstddec.git" }, "scripts": { "dist": "microbundle --format modern,esm,cjs --no-compress", "postversion": "git push && git push --tags && npm publish", "preversion": "rimraf dist/* && npm run dist && npm run test", "test": "npm run test:node && npm run test:browser", "test:browser": "browserify *.test.cjs | tape-run | tap-spec", "test:node": "tape *.test.cjs | tap-spec", "watch": "microbundle watch --format modern,esm,cjs --no-compress" }, "sideEffects": false, "source": "zstddec.ts", "type": "module", "types": "./dist/zstddec.d.ts", "version": "0.1.0" }