-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
26 lines (26 loc) · 1.06 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
{
"name": "computed-benchmark",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@vue/composition-api": {
"version": "1.0.0-beta.6",
"resolved": "https://registry.npm.taobao.org/@vue/composition-api/download/@vue/composition-api-1.0.0-beta.6.tgz?cache=0&sync_timestamp=1595410917849&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fcomposition-api%2Fdownload%2F%40vue%2Fcomposition-api-1.0.0-beta.6.tgz",
"integrity": "sha1-1SazHwms3/0OlCTFPNn4/67xBAg=",
"requires": {
"tslib": "^2.0.0"
}
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/tslib/download/tslib-2.0.0.tgz",
"integrity": "sha1-GNE/wtzgQFHiDwdMyDh/2Aic5PM="
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npm.taobao.org/vue/download/vue-2.6.11.tgz?cache=0&sync_timestamp=1595984034940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue%2Fdownload%2Fvue-2.6.11.tgz",
"integrity": "sha1-dllNh31LEiNEBuhONSdcbVFBJcU="
}
}
}