lock file

This commit is contained in:
jywarren
2022-01-19 01:16:36 +00:00
parent 7a1c7ff20d
commit 9033ca35dd
2 changed files with 11 additions and 23 deletions

32
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"glfx": "0.0.4",
"gpu.js": "^2.3.1",
"image-sequencer-invert": "^1.0.0",
"imagejs": "0.0.9",
"imagejs": "git+https://git@github.com/glennjones/imagejs.git#1119a31e6eabc87563bc573cd62c11bd487ce8a9",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.1",
@@ -12583,13 +12583,14 @@
"integrity": "sha512-LL9jwCnSbUy676q9ULJ6M04mp1TVOxpjlckMGN2SyFOgPE4SGL2/IRcO33BDwafmFiupqDdgs7gUHEbsFcCqgQ=="
},
"node_modules/imagejs": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/imagejs/-/imagejs-0.0.9.tgz",
"integrity": "sha1-JoBkWQD211+/D2e7wAY+aIiufr4=",
"version": "0.0.10",
"resolved": "git+https://git@github.com/glennjones/imagejs.git#1119a31e6eabc87563bc573cd62c11bd487ce8a9",
"integrity": "sha512-o/HkhxnlGm6ONytf03ELLbtNOrLndHSvVaktX6yWmXZU4AbHY7ew/d1jVO0AT3L5USQvlAelYzfu/scHoSB0kA==",
"license": "MIT",
"dependencies": {
"bluebird": "*",
"jpeg-js": "0.1.1",
"node-png": "0.4.3",
"pngjs": "^3.2.0",
"underscore": "1.4.4"
}
},
@@ -19557,14 +19558,6 @@
"integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
"dev": true
},
"node_modules/node-png": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/node-png/-/node-png-0.4.3.tgz",
"integrity": "sha1-RQIjeWuC08yg/+Sl1cf6l0hZdOc=",
"engines": {
"node": "0.8.x"
}
},
"node_modules/node-pre-gyp": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz",
@@ -36274,13 +36267,13 @@
"integrity": "sha512-LL9jwCnSbUy676q9ULJ6M04mp1TVOxpjlckMGN2SyFOgPE4SGL2/IRcO33BDwafmFiupqDdgs7gUHEbsFcCqgQ=="
},
"imagejs": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/imagejs/-/imagejs-0.0.9.tgz",
"integrity": "sha1-JoBkWQD211+/D2e7wAY+aIiufr4=",
"version": "git+https://git@github.com/glennjones/imagejs.git#1119a31e6eabc87563bc573cd62c11bd487ce8a9",
"integrity": "sha512-o/HkhxnlGm6ONytf03ELLbtNOrLndHSvVaktX6yWmXZU4AbHY7ew/d1jVO0AT3L5USQvlAelYzfu/scHoSB0kA==",
"from": "imagejs@git+https://git@github.com/glennjones/imagejs.git#1119a31e6eabc87563bc573cd62c11bd487ce8a9",
"requires": {
"bluebird": "*",
"jpeg-js": "0.1.1",
"node-png": "0.4.3",
"pngjs": "^3.2.0",
"underscore": "1.4.4"
},
"dependencies": {
@@ -41533,11 +41526,6 @@
"integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
"dev": true
},
"node-png": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/node-png/-/node-png-0.4.3.tgz",
"integrity": "sha1-RQIjeWuC08yg/+Sl1cf6l0hZdOc="
},
"node-pre-gyp": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz",

View File

@@ -56,7 +56,7 @@
"gpu.js": "^2.3.1",
"imgareaselect": "git+https://git@github.com/jywarren/imgareaselect.git#v1.0.0-rc.2",
"image-sequencer-invert": "^1.0.0",
"imagejs": "git+https://git@github.com/glennjones/imagejs.git#0.0.10",
"imagejs": "git+https://git@github.com/glennjones/imagejs.git#1119a31e6eabc87563bc573cd62c11bd487ce8a9",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.1",