-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
50 lines (50 loc) · 1.55 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": "@sp-design/token",
"version": "8.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@sp-design/token",
"version": "8.0.0",
"license": "UNLICENSED",
"dependencies": {
"yakuhanjp": "^4.1.1"
},
"devDependencies": {
"typescript": "^5.4.5"
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/yakuhanjp": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/yakuhanjp/-/yakuhanjp-4.1.1.tgz",
"integrity": "sha512-ZzTsleRLEbkmuRNFbREG334D5ef36Xr4bcdSONisF9B7q9DCpdNSnBu4TA4JA7TxCWLDF1q51Sg29/PUnVHIhw=="
}
},
"dependencies": {
"typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true
},
"yakuhanjp": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/yakuhanjp/-/yakuhanjp-4.1.1.tgz",
"integrity": "sha512-ZzTsleRLEbkmuRNFbREG334D5ef36Xr4bcdSONisF9B7q9DCpdNSnBu4TA4JA7TxCWLDF1q51Sg29/PUnVHIhw=="
}
}
}