imghash
Version:
Image perceptual hash calculation for node
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "imghash",
"version": "0.0.9",
"description": "Image perceptual hash calculation for node",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test/index.spec.js",
"test": "npm run lint && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pwlmaciejewski/imghash.git"
},
"keywords": [
"perceptual",
"image",
"hash",
"phash",
"imgseek"
],
"author": "Paweł Maciejewski <pwlmaciejewski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pwlmaciejewski/imghash/issues"
},
"engines": {
"node": ">=8.x.x"
},
"homepage": "https://github.com/pwlmaciejewski/imghash#readme",
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"jest": "^26.1.0",
"leven": "^3.1.0",
"prettier": "^2.0.2",
"eslint-plugin-prettier": "^3.1.4"
},
"dependencies": {
"@canvas/image": "^1.0.0",
"blockhash-core": "^0.1.0",
"image-type": "^4.1.0",
"jpeg-js": "^0.4.1"
}
}