UNPKG

@endo/zip

Version:
76 lines (75 loc) 1.85 kB
{ "name": "@endo/zip", "version": "1.1.0", "description": "A minimal, synchronous Zip reader and writer", "keywords": [ "zip", "ses", "endo" ], "author": "Endo contributors", "license": "Apache-2.0", "homepage": "https://github.com/endojs/endo/blob/master/packages/zip/README.md", "repository": { "type": "git", "url": "git+https://github.com/endojs/endo.git", "directory": "packages/zip" }, "bugs": { "url": "https://github.com/endojs/endo/issues" }, "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./reader.js": "./reader.js", "./writer.js": "./writer.js", "./package.json": "./package.json" }, "scripts": { "build": "exit 0", "prepack": "tsc --build tsconfig.build.json", "postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"", "lint": "yarn lint:types && yarn lint:eslint", "lint-fix": "eslint --fix .", "lint:eslint": "eslint .", "lint:types": "tsc", "test": "yarn run -T ses-ava", "test:c8": "c8 ${C8_OPTIONS:-} yarn run -T ses-ava" }, "devDependencies": { "ava": "catalog:dev", "c8": "catalog:dev", "eslint": "catalog:dev", "typescript": "~5.9.2" }, "files": [ "./*.d.ts", "./*.js", "./*.map", "LICENSE*", "SECURITY*", "dist", "lib", "src", "tools" ], "publishConfig": { "access": "public" }, "eslintConfig": { "extends": [ "plugin:@endo/internal" ] }, "sesAvaConfigs": { "lockdown": "../../ava-endo-lockdown.config.mjs", "unsafe": "../../ava-endo-lockdown-unsafe.config.mjs", "base": "../../ava-base.config.mjs", "noop-harden": "../../ava-noop-harden.config.mjs" }, "typeCoverage": { "atLeast": 98.61 }, "gitHead": "f91329e8616a19f131d009356a5f11ef11c839cc" }