UNPKG

optipng

Version:

The optipng utility as a readable/writable stream

66 lines (65 loc) 1.73 kB
{ "name": "optipng", "version": "4.2.0", "description": "The optipng utility as a readable/writable stream", "main": "lib/OptiPng.js", "directories": { "test": "test" }, "dependencies": { "gettemporaryfilepath": "^1.0.0", "memoizeasync": "^1.1.0", "which": "^2.0.1" }, "optionalDependencies": { "optipng-bin": "^7.0.1" }, "devDependencies": { "coveralls": "^3.0.2", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-mocha": "^10.0.1", "eslint-plugin-n": "^15.1.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^6.0.0", "mocha": "^8.3.0", "nyc": "^15.0.0", "offline-github-changelog": "^2.0.0", "prettier": "~2.5.0", "proxyquire": "^2.1.3", "sinon": "^12.0.1", "unexpected": "^12.0.0", "unexpected-sinon": "^11.0.0", "unexpected-stream": "^5.0.0" }, "scripts": { "lint": "eslint . && prettier --check '**/*.{js,json,md}'", "test": "mocha", "test:ci": "npm run coverage", "coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html", "preversion": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md" }, "repository": { "type": "git", "url": "git://github.com/papandreou/node-optipng.git" }, "keywords": [ "optipng", "png", "image", "optimization", "stream", "filter", "read/write", "duplex" ], "author": "Andreas Lind <andreaslindpetersen@gmail.com>", "license": "BSD-3-Clause", "nyc": { "include": [ "lib/**" ] } }