64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.1"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.5.1",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.1.tgz",
|
|
"integrity": "sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.19.2"
|
|
}
|
|
},
|
|
"node_modules/fs": {
|
|
"version": "0.0.1-security",
|
|
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
|
|
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/https": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz",
|
|
"integrity": "sha512-4EC57ddXrkaF0x83Oj8sM6SLQHAWXw90Skqu2M4AEWENZ3F02dFJE/GARA8igO79tcgYqGrD7ae4f5L3um2lgg==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.5.4",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
|
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.19.8",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|