-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage-lock.json
More file actions
86 lines (86 loc) · 2.43 KB
/
package-lock.json
File metadata and controls
86 lines (86 loc) · 2.43 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "IntegrationTests",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"javascript-kit-swift": "file:..",
"uwasi": "^1.2.0"
}
},
"..": {
"name": "javascript-kit-swift",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"prettier": "2.6.1",
"rollup": "^2.70.0",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
}
},
"../node_modules/prettier": {
"version": "2.1.2",
"integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
}
},
"../node_modules/typescript": {
"version": "4.4.2",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"node_modules/javascript-kit-swift": {
"resolved": "..",
"link": true
},
"node_modules/uwasi": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/uwasi/-/uwasi-1.2.0.tgz",
"integrity": "sha512-+U3ajjQgx/Xh1/ZNrgH0EzM5qI2czr94oz3DPDwTvUIlM4SFpDjTqJzDA3xcqlTmpp2YGpxApmjwZfablMUoOg=="
}
},
"dependencies": {
"javascript-kit-swift": {
"version": "file:..",
"requires": {
"@rollup/plugin-typescript": "^8.3.1",
"prettier": "2.6.1",
"rollup": "^2.70.0",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
},
"dependencies": {
"prettier": {
"version": "2.1.2",
"integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true
},
"typescript": {
"version": "4.4.2",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true
}
}
},
"uwasi": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/uwasi/-/uwasi-1.2.0.tgz",
"integrity": "sha512-+U3ajjQgx/Xh1/ZNrgH0EzM5qI2czr94oz3DPDwTvUIlM4SFpDjTqJzDA3xcqlTmpp2YGpxApmjwZfablMUoOg=="
}
}
}