mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-26 18:10:01 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.0 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
900 B
JSON
38 lines
900 B
JSON
{
|
|
"name": "imgphash",
|
|
"version": "0.5.1",
|
|
"description": "Provide an image class that is able to calculate similarity to other images using the phash value",
|
|
"main": "./src/lib.js",
|
|
"keywords": [
|
|
"javascript",
|
|
"phash",
|
|
"hashing",
|
|
"images",
|
|
"image-phash"
|
|
],
|
|
"author": "Victor Martinez <jaster.victor@gmail.com>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"@canvas/image": "^2.0.0",
|
|
"axios": "^1.6.8",
|
|
"blockhash-core": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.2",
|
|
"expect": "^29.7.0",
|
|
"mocha": "^10.4.0",
|
|
"prettier": "3.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JasterV/imgphash.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JasterV/imgphash/issues"
|
|
},
|
|
"homepage": "https://github.com/JasterV/imgphash#readme"
|
|
}
|