UNPKG

yauzl-promise

Version:
57 lines (56 loc) 1.5 kB
{ "name": "yauzl-promise", "version": "4.0.0", "description": "Unzip library for NodeJS", "main": "index.js", "files": [ "lib/**/*.js" ], "author": { "name": "Overlook Motel" }, "repository": { "type": "git", "url": "https://github.com/overlookmotel/yauzl-promise.git" }, "bugs": { "url": "https://github.com/overlookmotel/yauzl-promise/issues" }, "dependencies": { "@node-rs/crc32": "^1.7.0", "is-it-type": "^5.1.2", "simple-invariant": "^2.0.1" }, "devDependencies": { "@overlookmotel/eslint-config": "^10.1.0", "@overlookmotel/eslint-config-jest": "^6.0.1", "@overlookmotel/eslint-config-node": "^4.1.0", "bl": "^6.0.1", "eslint": "^8.40.0", "jest": "^29.5.0", "jest-extended": "^3.2.4", "jest-runner-eslint": "^2.0.0", "npm-run-all": "^4.1.5" }, "keywords": [ "yauzl", "unzip", "zip", "archive" ], "scripts": { "test": "npm run lint && npm run test-main", "lint": "jest --config=jest-eslint.config.js", "lint-fix": "eslint . --fix", "test-main": "jest --testPathIgnorePatterns=\"/node_modules/|mac-big.test.js\"", "test-mac-big": "jest test/mac-big.test.js", "cover": "npm-run-all -c cover-main cover-cleanup", "cover-main": "jest --coverage --testPathIgnorePatterns=\"/node_modules/|mac-big.test.js\"", "cover-cleanup": "rm -rf coverage" }, "engines": { "node": ">=16" }, "readmeFilename": "README.md", "license": "MIT" }