{ "_from": "fast-png@^6.2.0", "_id": "fast-png@6.4.0", "_inBundle": false, "_integrity": "sha512-kAqZq1TlgBjZcLr5mcN6NP5Rv4V2f22z00c3g8vRrwkcqjerx7BEhPbOnWCPqaHUl2XWQBJQvOT/FQhdMT7X/Q==", "_location": "/fast-png", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fast-png@^6.2.0", "name": "fast-png", "escapedName": "fast-png", "rawSpec": "^6.2.0", "saveSpec": null, "fetchSpec": "^6.2.0" }, "_requiredBy": [ "/jspdf" ], "_resolved": "https://registry.npmmirror.com/fast-png/-/fast-png-6.4.0.tgz", "_shasum": "807fc353ccab060d09151b7d082786e02d8e92d6", "_spec": "fast-png@^6.2.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\jspdf", "author": { "name": "Michaƫl Zasso" }, "bugs": { "url": "https://github.com/image-js/fast-png/issues" }, "bundleDependencies": false, "dependencies": { "@types/pako": "^2.0.3", "iobuffer": "^5.3.2", "pako": "^2.1.0" }, "deprecated": false, "description": "PNG image decoder and encoder written entirely in JavaScript", "devDependencies": { "@types/node": "^22.13.0", "@vitest/coverage-v8": "^3.0.4", "eslint": "^9.19.0", "eslint-config-cheminfo-typescript": "^17.0.0", "pngjs": "^7.0.0", "prettier": "^3.4.2", "rimraf": "^6.0.1", "typescript": "^5.7.3", "vitest": "^3.0.4" }, "files": [ "src", "lib", "lib-esm" ], "homepage": "https://github.com/image-js/fast-png#readme", "keywords": [ "png", "image", "image-js", "encoder", "decoder" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib-esm/index.js", "name": "fast-png", "repository": { "type": "git", "url": "git+https://github.com/image-js/fast-png.git" }, "scripts": { "check-types": "tsc --noEmit", "clean": "rimraf lib lib-esm", "eslint": "eslint src", "eslint-fix": "npm run eslint -- --fix", "prepack": "npm run tsc", "prettier": "prettier --check src", "prettier-write": "prettier --write src", "test": "npm run test-only && npm run eslint && npm run prettier && npm run check-types", "test-only": "vitest run --coverage", "tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm", "tsc-cjs": "tsc --project tsconfig.cjs.json", "tsc-esm": "tsc --project tsconfig.esm.json" }, "types": "./lib/index.d.ts", "version": "6.4.0" }