diff options
Diffstat (limited to 'occurances-of-tslib.txt')
-rw-r--r-- | occurances-of-tslib.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/occurances-of-tslib.txt b/occurances-of-tslib.txt new file mode 100644 index 0000000..1c9e3de --- /dev/null +++ b/occurances-of-tslib.txt @@ -0,0 +1,29 @@ +(*\itshape\color{TEXTGRAY}{[...]}*) + "node_modules/pvtsutils": { + "version": "1.3.5", + "license": "MIT", + "dependencies": { + "tslib": "^2.6.1" + } + }, +(*\itshape\color{TEXTGRAY}{[...]}*) + "node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + }, + "node_modules/tsyringe": { + "version": "4.8.0", + "license": "MIT", + "dependencies": { + "tslib": "^1.9.3" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/tsyringe/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" + }, +(*\itshape\color{TEXTGRAY}{[...]}*) |