yt-normal-thumbnails/package-lock.json

36 lines
969 B
JSON
Raw Normal View History

2020-11-15 01:22:11 +03:00
{
"name": "yt-thumbnails-fixer",
"version": "0.6.0",
2021-11-18 16:16:24 +03:00
"lockfileVersion": 2,
2020-11-15 01:22:11 +03:00
"requires": true,
2021-11-18 16:16:24 +03:00
"packages": {
"": {
"name": "yt-thumbnails-fixer",
"version": "0.6.0",
"license": "ISC",
"dependencies": {
"typescript": "^4.0.5"
}
},
"node_modules/typescript": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
2020-11-15 01:22:11 +03:00
"dependencies": {
"typescript": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ=="
}
}
}