UNPKG

@thi.ng/imago

Version:

JSON & API-based declarative and extensible image processing trees/pipelines

193 lines 4.3 kB
{ "name": "@thi.ng/imago", "version": "1.4.4", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", "typings": "./index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/thi-ng/umbrella.git" }, "homepage": "https://thi.ng/imago", "funding": [ { "type": "github", "url": "https://github.com/sponsors/postspectacular" }, { "type": "patreon", "url": "https://patreon.com/thing_umbrella" }, { "type": "liberapay", "url": "https://liberapay.com/thi.ng" } ], "author": "Karsten Schmidt (https://thi.ng)", "license": "Apache-2.0", "scripts": { "build": "yarn build:esbuild && yarn build:decl", "build:decl": "tsc --declaration --emitDeclarationOnly", "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts", "clean": "bun ../../tools/src/clean-package.ts", "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", "pub": "yarn npm publish --access public", "test": "bun test", "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { "@thi.ng/api": "^8.12.1", "@thi.ng/blurhash": "^1.0.22", "@thi.ng/checks": "^3.7.15", "@thi.ng/date": "^2.7.61", "@thi.ng/defmulti": "^3.0.75", "@thi.ng/errors": "^2.5.41", "@thi.ng/file-io": "^2.2.6", "@thi.ng/logger": "^3.1.16", "@thi.ng/object-utils": "^1.2.7", "@thi.ng/pixel": "^7.5.7", "@thi.ng/pixel-dither": "^1.1.175", "@thi.ng/prefixes": "^2.3.52", "sharp": "^0.34.3" }, "devDependencies": { "@thi.ng/vectors": "^8.6.3", "@types/node": "^24.1.0", "esbuild": "^0.25.8", "typedoc": "^0.28.9", "typescript": "^5.9.2" }, "keywords": [ "avif", "batch", "bitmap", "blur", "color", "composition", "conversion", "crop", "dither", "exif", "fileformat", "gif", "grayscale", "icc", "image", "jpeg", "nested", "no-browser", "nodejs", "pipeline", "png", "process", "resize", "svg", "tiff", "tool", "transformation", "tree", "typescript", "webp" ], "publishConfig": { "access": "public" }, "browser": { "process": false, "setTimeout": false }, "engines": { "node": ">=18" }, "files": [ "./*.js", "./*.d.ts", "layers", "ops" ], "exports": { ".": { "default": "./index.js" }, "./api": { "default": "./api.js" }, "./layers/color": { "default": "./layers/color.js" }, "./layers/image": { "default": "./layers/image.js" }, "./layers/raw": { "default": "./layers/raw.js" }, "./layers/svg": { "default": "./layers/svg.js" }, "./layers/text": { "default": "./layers/text.js" }, "./ops/blur": { "default": "./ops/blur.js" }, "./ops/composite": { "default": "./ops/composite.js" }, "./ops/crop": { "default": "./ops/crop.js" }, "./ops/dither": { "default": "./ops/dither.js" }, "./ops/exif": { "default": "./ops/exif.js" }, "./ops/extend": { "default": "./ops/extend.js" }, "./ops/gamma": { "default": "./ops/gamma.js" }, "./ops/grayscale": { "default": "./ops/grayscale.js" }, "./ops/hsbl": { "default": "./ops/hsbl.js" }, "./ops/icc": { "default": "./ops/icc.js" }, "./ops/nest": { "default": "./ops/nest.js" }, "./ops/output": { "default": "./ops/output.js" }, "./ops/resize": { "default": "./ops/resize.js" }, "./ops/rotate": { "default": "./ops/rotate.js" }, "./ops": { "default": "./ops.js" }, "./path": { "default": "./path.js" }, "./proc": { "default": "./proc.js" }, "./utils": { "default": "./utils.js" } }, "thi.ng": { "status": "alpha", "year": 2024 }, "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n" }