{ "_from": "iobuffer@^5.3.2", "_id": "iobuffer@5.4.0", "_inBundle": false, "_integrity": "sha512-DRebOWuqDvxunfkNJAlc3IzWIPD5xVxwUNbHr7xKB8E6aLJxIPfNX3CoMJghcFjpv6RWQsrcJbghtEwSPoJqMA==", "_location": "/iobuffer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "iobuffer@^5.3.2", "name": "iobuffer", "escapedName": "iobuffer", "rawSpec": "^5.3.2", "saveSpec": null, "fetchSpec": "^5.3.2" }, "_requiredBy": [ "/fast-png" ], "_resolved": "https://registry.npmmirror.com/iobuffer/-/iobuffer-5.4.0.tgz", "_shasum": "f85dff957fd0579257472f0a4cfe5ed3430e63e1", "_spec": "iobuffer@^5.3.2", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\fast-png", "author": { "name": "Michaƫl Zasso" }, "bugs": { "url": "https://github.com/image-js/iobuffer/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Read and write binary data on ArrayBuffers", "devDependencies": { "@types/node": "^22.13.0", "@vitest/coverage-v8": "^3.0.4", "eslint": "^9.19.0", "eslint-config-cheminfo-typescript": "^17.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/iobuffer#readme", "license": "MIT", "main": "./lib/IOBuffer.js", "module": "./lib-esm/IOBuffer.js", "name": "iobuffer", "repository": { "type": "git", "url": "git+https://github.com/image-js/iobuffer.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/IOBuffer.d.ts", "version": "5.4.0" }