mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
npm update...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
42e927ce71
commit
22f018a095
18
Viewer/package-lock.json
generated
18
Viewer/package-lock.json
generated
@ -32,6 +32,7 @@
|
|||||||
"requirejs": "*",
|
"requirejs": "*",
|
||||||
"requirejs-plugins": "*",
|
"requirejs-plugins": "*",
|
||||||
"sharp": "*",
|
"sharp": "*",
|
||||||
|
"sharp-phash": "^2.0.0",
|
||||||
"v8-compile-cache": "^2.2.0",
|
"v8-compile-cache": "^2.2.0",
|
||||||
"wildglob": "*"
|
"wildglob": "*"
|
||||||
},
|
},
|
||||||
@ -2853,6 +2854,17 @@
|
|||||||
"url": "https://opencollective.com/libvips"
|
"url": "https://opencollective.com/libvips"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/sharp-phash": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/sharp-phash/-/sharp-phash-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-MCcJCYew0RANBdIeT9dfEeJCYNjyl+bdJUeVuyTogbup01vZricvuAvWtzv6KjiF2WK9tnYvvqnucCMhrg8PEg==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 10"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"sharp": ">= 0.25.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/sharp/node_modules/lru-cache": {
|
"node_modules/sharp/node_modules/lru-cache": {
|
||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
||||||
@ -5516,6 +5528,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"sharp-phash": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/sharp-phash/-/sharp-phash-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-MCcJCYew0RANBdIeT9dfEeJCYNjyl+bdJUeVuyTogbup01vZricvuAvWtzv6KjiF2WK9tnYvvqnucCMhrg8PEg==",
|
||||||
|
"requires": {}
|
||||||
|
},
|
||||||
"shebang-command": {
|
"shebang-command": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
||||||
|
|||||||
@ -33,8 +33,8 @@
|
|||||||
"guarantee-events": "*",
|
"guarantee-events": "*",
|
||||||
"ig-actions": "*",
|
"ig-actions": "*",
|
||||||
"ig-argv": "*",
|
"ig-argv": "*",
|
||||||
"ig-features": "*",
|
|
||||||
"ig-doc": "*",
|
"ig-doc": "*",
|
||||||
|
"ig-features": "*",
|
||||||
"ig-object": "*",
|
"ig-object": "*",
|
||||||
"ig-types": "*",
|
"ig-types": "*",
|
||||||
"json5": "^2.2.0",
|
"json5": "^2.2.0",
|
||||||
@ -42,6 +42,7 @@
|
|||||||
"requirejs": "*",
|
"requirejs": "*",
|
||||||
"requirejs-plugins": "*",
|
"requirejs-plugins": "*",
|
||||||
"sharp": "*",
|
"sharp": "*",
|
||||||
|
"sharp-phash": "^2.0.0",
|
||||||
"v8-compile-cache": "^2.2.0",
|
"v8-compile-cache": "^2.2.0",
|
||||||
"wildglob": "*"
|
"wildglob": "*"
|
||||||
},
|
},
|
||||||
@ -49,7 +50,8 @@
|
|||||||
"openseadragon": "^2.4.1",
|
"openseadragon": "^2.4.1",
|
||||||
"flickrapi": "^0.3.28",
|
"flickrapi": "^0.3.28",
|
||||||
"pouchdb": "^7.2.2",
|
"pouchdb": "^7.2.2",
|
||||||
"moment": "^2.29.1"
|
"moment": "^2.29.1",
|
||||||
|
"imghash": "^0.0.9"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"pica": "*"
|
"pica": "*"
|
||||||
@ -60,8 +62,7 @@
|
|||||||
"less": "*",
|
"less": "*",
|
||||||
"rcedit": "^3.0.0"
|
"rcedit": "^3.0.0"
|
||||||
},
|
},
|
||||||
"-devDependencies": {
|
"-devDependencies": {},
|
||||||
},
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"ig": "ig.js"
|
"ig": "ig.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user