McCarthyism/core/package-lock.json

38 lines
1,004 B
JSON
Raw Normal View History

2021-04-30 01:56:25 +00:00
{
2022-01-12 20:32:57 +00:00
"name": "mccarthyism-core",
2021-04-30 01:56:25 +00:00
"version": "1.0.0",
2021-04-30 12:59:05 +00:00
"lockfileVersion": 2,
2021-04-30 01:56:25 +00:00
"requires": true,
2021-04-30 12:59:05 +00:00
"packages": {
"": {
2022-01-12 20:32:57 +00:00
"name": "mccarthyism-core",
2021-04-30 12:59:05 +00:00
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"typescript": "^4.1.5"
}
},
"node_modules/typescript": {
2022-01-12 20:34:28 +00:00
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
2021-04-30 12:59:05 +00:00
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
2021-04-30 01:56:25 +00:00
"dependencies": {
"typescript": {
2022-01-12 20:34:28 +00:00
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
2021-04-30 01:56:25 +00:00
"dev": true
}
}
}