UNPKG

pizzip

Version:

Create, read and edit .zip files synchronously with Javascript

73 lines (72 loc) 2.09 kB
{ "name": "pizzip", "version": "3.0.6", "author": "Edgar Hipp", "description": "Create, read and edit .zip files synchronously with Javascript", "scripts": { "lint:fix": "npm run prettier:fix && npm run eslint:fix", "eslint:fix": "eslint_d 'es6/**/*.js' --fix", "prettier:fix": "prettier --write '*.js' 'es6/**/*.js' 'test/test.js' test/node.js 'utils/*.js' 'utils/es6/**/*.js'", "browserify:lib": "webpack", "babel": "babel es6 --out-dir js", "babel:watch": "npm run babel -- --watch", "build": "npm run browserify:lib && npm run browserify:lib:min", "browserify:lib:min": "cross-env MIN=true webpack", "preversion": "npm run babel && npm run build && npm test && cp utils/dist/* dist", "test": "mocha test/test.js", "test:watch": "mocha test/test.js --watch", "utils:build": "cd utils && cross-env MIN=true ./node_modules/.bin/webpack && ./node_modules/.bin/webpack && IE=true cross-env MIN=true ./node_modules/.bin/webpack && IE=true ./node_modules/.bin/webpack" }, "contributors": [ { "name": "Stuart Knightley" }, { "name": "Franz Buchinger" }, { "name": "António Afonso" }, { "name": "David Duponchel" }, { "name": "yiminghe" }, { "name": "Edgar Hipp" } ], "main": "./js/index.js", "repository": { "type": "git", "url": "https://github.com/open-xml-templating/pizzip" }, "keywords": [ "zip", "deflate", "inflate" ], "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/plugin-proposal-object-rest-spread": "^7.5.4", "@babel/preset-env": "^7.5.4", "acorn": "^6.2.0", "babel-eslint": "^10.0.2", "babel-loader": "^8.0.6", "chai": "^4.2.0", "cross-env": "^5.2.0", "eslint": "^6.0.1", "eslint-plugin-import": "^2.18.0", "eslint_d": "^8.0.0", "mocha": "^6.1.4", "prettier": "^1.18.2", "webpack": "^4.36.0", "webpack-cli": "^3.3.6" }, "dependencies": { "pako": "~1.0.2" }, "license": "(MIT OR GPL-3.0)" }