-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
50 lines (50 loc) · 1.57 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "todolist",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "todolist",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"es-module-shims": "^0.1.15"
},
"devDependencies": {
"typescript": "^4.4.3"
}
},
"node_modules/es-module-shims": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.1.15.tgz",
"integrity": "sha512-hJN5Kb6MJPMwp9qiw/RSqQIdGu7ZwXRXa+uve+LwVI4TftBe4tGw3WyGbwTDlJbVDoP8snENsBVgw13U2rjHRA=="
},
"node_modules/typescript": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"es-module-shims": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.1.15.tgz",
"integrity": "sha512-hJN5Kb6MJPMwp9qiw/RSqQIdGu7ZwXRXa+uve+LwVI4TftBe4tGw3WyGbwTDlJbVDoP8snENsBVgw13U2rjHRA=="
},
"typescript": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
"dev": true
}
}
}