UNPKG

voluptasquisquam

Version:

Image processing and manipulation in JavaScript

118 lines (117 loc) 3.51 kB
{ "name": "voluptasquisquam", "version": "1.4.0", "description": "Image processing and manipulation in JavaScript", "keywords": [ "image", "id", "ex", "analysis", "voluptatem", "nihil", "eaque", "rgb", "roi", "rois", "ut" ], "author": "BurniceRuecker", "repository": { "type": "git", "url": "https://github.com/DarylCremin/voluptasquisquam.git" }, "license": "MIT", "main": "./lib/index.js", "module": "./src/index-next.js", "browser": { "./src/worker/worker.js": "./src/browser/worker/worker.js", "./src/image/environment.js": "./src/browser/environment.js", "fs": false }, "files": [ "dist", "lib", "src" ], "scripts": { "build": "npm-run-all clean-dist --parallel compile build-dist", "build-dist": "npm-run-all build-dist-main build-dist-min", "build-dist-main": "NODE_ENV=browser rollup -c", "build-dist-min": "babili dist/image.js --out-file dist/image.min.js --source-maps --no-comments", "build-doc": "documentation build src/index.js --github --output docs --format html --sort-order alpha", "clean-dist": "rimraf dist && mkdir dist", "clean-lib": "rimraf lib", "compile": "npm run clean-lib && cross-env NODE_ENV=npm babel src --out-dir lib --ignore __tests__ --quiet", "eslint": "eslint src --cache", "eslint-fix": "npm run eslint -- --fix", "prepublish": "npm run compile", "publish-doc": "npm run build-doc && git add docs && git commit -m \"doc: rebuild docs\" && git push origin master", "test": "run-s testonly eslint", "test-cov": "jest --coverage --runInBand", "testonly": "jest", "test-travis": "run-s test-cov eslint" }, "jest": { "testEnvironment": "node" }, "devDependencies": { "babel-cli": "^6.2.0", "babel-core": "^6.2.1", "babel-jest": "^20.0.0", "babel-plugin-transform-es2015-block-scoping": "^6.1.18", "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", "babel-preset-env": "^1.3.1", "babel-register": "^6.2.0", "babili": "^0.1.4", "benchmark": "^2.1.0", "cross-env": "^5.0.0", "documentation": "^4.0.0-beta.18", "eslint": "^4.0.0", "eslint-config-cheminfo": "^1.4.0", "eslint-plugin-no-only-tests": "^2.0.0", "istanbul": "^1.0.0-alpha", "jest": "^20.0.0", "npm-run-all": "^4.0.0", "rimraf": "^2.4.0", "rollup": "^0.43.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-json": "^2.1.1", "rollup-plugin-node-resolve": "^3.0.0", "sha.js": "^2.4.3", "should": "^11.1.0", "should-approximately-deep": "^1.1.0", "which": "^1.2.0" }, "optionalDependencies": { "canvas": "^1.6.0" }, "dependencies": { "blob-util": "^1.2.1", "color-functions": "^1.1.0", "extend": "^3.0.0", "fast-bmp": "^1.0.0", "fast-jpeg": "^1.0.1", "fast-list": "^1.0.3", "fast-png": "^1.1.0", "has-own": "^1.0.0", "image-type": "^3.0.0", "is-array-type": "^1.0.0", "is-integer": "^1.0.6", "js-priority-queue": "^0.1.5", "ml-convolution": "^0.2.0", "ml-disjoint-set": "^1.0.0", "ml-matrix": "3.0.0", "ml-matrix-convolution": "0.4.3", "ml-regression": "^4.0.0", "monotone-chain-convex-hull": "^1.0.0", "new-array": "^1.0.0", "num-sort": "^1.0.0", "robust-point-in-polygon": "^1.0.3", "tiff": "^2.1.0", "web-worker-manager": "^0.2.0" }, "engines": { "node": ">= 6.0.0" } }