mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
npm update + preparing for the move to ig-argv...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3dbe0430e3
commit
68dd2b2c67
36
ui (gen4)/package-lock.json
generated
36
ui (gen4)/package-lock.json
generated
@ -479,8 +479,7 @@
|
|||||||
"colors": {
|
"colors": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
|
||||||
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
|
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"combined-stream": {
|
"combined-stream": {
|
||||||
"version": "1.0.8",
|
"version": "1.0.8",
|
||||||
@ -1082,6 +1081,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ig-argv": {
|
||||||
|
"version": "2.13.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/ig-argv/-/ig-argv-2.13.2.tgz",
|
||||||
|
"integrity": "sha512-eqA/CO8qLyKgw7hDMHX/we6voa/zgJd+YGHcPm1VYMbvboFpb5r9/+EdppsGnr+E75odU2pvJHI4nqYdyDQGIQ==",
|
||||||
|
"requires": {
|
||||||
|
"ig-object": "^5.2.6"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"ig-object": {
|
||||||
|
"version": "5.2.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-5.2.6.tgz",
|
||||||
|
"integrity": "sha512-faxZCXP7VE2y/uBCnv0PUU7QRQpxgVioqkWccQA4HBMXsXgGsar7YS2VZ21N6VzI8IW2iktBTf3tDuBVqt4F4A=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ig-features": {
|
"ig-features": {
|
||||||
"version": "3.4.2",
|
"version": "3.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/ig-features/-/ig-features-3.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/ig-features/-/ig-features-3.4.2.tgz",
|
||||||
@ -1103,6 +1117,24 @@
|
|||||||
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-5.1.16.tgz",
|
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-5.1.16.tgz",
|
||||||
"integrity": "sha512-pEc6Q4tBmq7flcB9xQit8X6Bi3q8bimNAaDfnPoLrxOx33jqQn/xFFtJfdmSuqtOSLXK/+ahmdsdScN31i+l+w=="
|
"integrity": "sha512-pEc6Q4tBmq7flcB9xQit8X6Bi3q8bimNAaDfnPoLrxOx33jqQn/xFFtJfdmSuqtOSLXK/+ahmdsdScN31i+l+w=="
|
||||||
},
|
},
|
||||||
|
"ig-test": {
|
||||||
|
"version": "1.4.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/ig-test/-/ig-test-1.4.3.tgz",
|
||||||
|
"integrity": "sha512-Vu4lxlPIvdsyUsJ9WAvA0qdB1Ln8plE7SzHa29BLaK4S2VKFQZev02Smk/l6I1tZZ7z1y5koSqhtRijStNzUTQ==",
|
||||||
|
"requires": {
|
||||||
|
"colors": "^1.4.0",
|
||||||
|
"glob": "^7.1.6",
|
||||||
|
"ig-argv": "^2.13.0",
|
||||||
|
"ig-object": "^5.2.6"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"ig-object": {
|
||||||
|
"version": "5.2.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/ig-object/-/ig-object-5.2.6.tgz",
|
||||||
|
"integrity": "sha512-faxZCXP7VE2y/uBCnv0PUU7QRQpxgVioqkWccQA4HBMXsXgGsar7YS2VZ21N6VzI8IW2iktBTf3tDuBVqt4F4A=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"image-size": {
|
"image-size": {
|
||||||
"version": "0.5.5",
|
"version": "0.5.5",
|
||||||
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
|
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"guarantee-events": "^1.0.0",
|
"guarantee-events": "^1.0.0",
|
||||||
"ig-actions": "^3.24.11",
|
"ig-actions": "^3.24.11",
|
||||||
|
"ig-argv": "^2.13.2",
|
||||||
"ig-features": "^3.4.2",
|
"ig-features": "^3.4.2",
|
||||||
"ig-object": "^5.1.16",
|
"ig-object": "^5.1.16",
|
||||||
"moment": "^2.27.0",
|
"moment": "^2.27.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user