-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
29 lines (29 loc) · 1.26 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
{
"name": "time-played",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/flashpoint-launcher": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@types/flashpoint-launcher/-/flashpoint-launcher-9.1.0.tgz",
"integrity": "sha512-cOe0J003Cv4k6Qnet3LKp9PW2jpRoeQajfYUNwgg3t6SRPKVP44tDAMf/jEX/51J6SuzQvyxDgAYabUo6c86uQ=="
},
"@types/node": {
"version": "14.14.37",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz",
"integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw=="
},
"tslib": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
},
"typescript": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true
}
}
}