npm update + preparing for the move to ig-argv...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-23 10:43:07 +03:00
parent 3dbe0430e3
commit 68dd2b2c67
2 changed files with 35 additions and 2 deletions

View File

@ -479,8 +479,7 @@
"colors": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"dev": true
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="
},
"combined-stream": {
"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": {
"version": "3.4.2",
"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",
"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": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",

View File

@ -28,6 +28,7 @@
"glob": "^7.1.6",
"guarantee-events": "^1.0.0",
"ig-actions": "^3.24.11",
"ig-argv": "^2.13.2",
"ig-features": "^3.4.2",
"ig-object": "^5.1.16",
"moment": "^2.27.0",