2020-10-15 16:42:31 +03:00
{
"name" : "ig-test" ,
2025-12-30 00:29:17 +03:00
"version" : "1.6.3" ,
"lockfileVersion" : 3 ,
2020-10-15 16:42:31 +03:00
"requires" : true ,
2021-03-19 11:04:15 +03:00
"packages" : {
"" : {
"name" : "ig-test" ,
2025-12-30 00:29:17 +03:00
"version" : "1.6.3" ,
2021-03-19 11:04:15 +03:00
"license" : "BSD-3-Clause" ,
"dependencies" : {
2025-12-26 03:19:15 +03:00
"colors" : "1.4.0" ,
2021-03-19 11:04:15 +03:00
"glob" : "^7.1.6" ,
"ig-argv" : "^2.16.3" ,
"ig-object" : "^5.4.16"
} ,
"bin" : {
"runtests" : "test.js"
}
} ,
"node_modules/balanced-match" : {
2025-12-30 00:29:17 +03:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2021-03-19 11:04:15 +03:00
} ,
"node_modules/brace-expansion" : {
2025-12-30 00:29:17 +03:00
"version" : "1.1.12" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz" ,
"integrity" : "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" ,
"license" : "MIT" ,
2021-03-19 11:04:15 +03:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/colors" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz" ,
"integrity" : "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" ,
2025-12-30 00:29:17 +03:00
"license" : "MIT" ,
2021-03-19 11:04:15 +03:00
"engines" : {
"node" : ">=0.1.90"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2021-03-19 11:04:15 +03:00
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
2021-03-19 11:04:15 +03:00
} ,
"node_modules/glob" : {
2025-12-30 00:29:17 +03:00
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
2021-03-19 11:04:15 +03:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
2025-12-30 00:29:17 +03:00
"minimatch" : "^3.1.1" ,
2021-03-19 11:04:15 +03:00
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/ig-argv" : {
2025-12-30 00:29:17 +03:00
"version" : "2.17.2" ,
"resolved" : "https://registry.npmjs.org/ig-argv/-/ig-argv-2.17.2.tgz" ,
"integrity" : "sha512-EGm3Sx1vo9gnQKh2CJKdyNyY0IsKljz2zTUt1SV3BrErtRvFz3WuH5ltoD0ErSEUmyY5mtOklTrFSmXqA2joLQ==" ,
"license" : "BSD-3-Clause" ,
2021-03-19 11:04:15 +03:00
"dependencies" : {
2025-12-30 00:29:17 +03:00
"ig-object" : "^5.4.16"
2021-03-19 11:04:15 +03:00
}
} ,
"node_modules/ig-object" : {
2025-12-30 00:29:17 +03:00
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/ig-object/-/ig-object-5.6.0.tgz" ,
"integrity" : "sha512-5MAUWSwfHKQNrgLroXxBHjlhrhVbhzlVqvUcfMDjUeK/ufWQ9THE0HDcvhfu+YrPfRjTR2QpD2Ygp+2H4O0C6g==" ,
"license" : "BSD-3-Clause"
2021-03-19 11:04:15 +03:00
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
2021-03-19 11:04:15 +03:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2021-03-19 11:04:15 +03:00
} ,
"node_modules/minimatch" : {
2025-12-30 00:29:17 +03:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
2021-03-19 11:04:15 +03:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
2021-03-19 11:04:15 +03:00
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
2021-03-19 11:04:15 +03:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2025-12-30 00:29:17 +03:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2020-10-15 16:42:31 +03:00
}
}
}