@thi.ng/imago
Version:
JSON & API-based declarative and extensible image processing trees/pipelines
197 lines (196 loc) • 3.98 kB
JSON
{
"name": "@thi.ng/imago",
"version": "1.5.6",
"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": "npm publish --access public",
"test": "bun test",
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.12.12",
"@thi.ng/blurhash": "^1.0.34",
"@thi.ng/checks": "^3.8.2",
"@thi.ng/date": "^2.7.75",
"@thi.ng/defmulti": "^3.0.88",
"@thi.ng/errors": "^2.6.1",
"@thi.ng/file-io": "^2.2.22",
"@thi.ng/logger": "^3.2.11",
"@thi.ng/object-utils": "^1.3.4",
"@thi.ng/pixel": "^7.5.21",
"@thi.ng/pixel-dither": "^1.1.189",
"@thi.ng/prefixes": "^2.3.63",
"sharp": "^0.34.5"
},
"devDependencies": {
"@thi.ng/vectors": "^8.6.18",
"@types/node": "^24.10.1",
"esbuild": "^0.27.0",
"typedoc": "^0.28.14",
"typescript": "^5.9.3"
},
"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/maxsize": {
"default": "./ops/maxsize.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": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
}