-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 903 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 903 Bytes
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
{
"name": "gamifylanguagelearning",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"papaparse": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz",
"integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==",
"dev": true
},
"paper": {
"version": "0.12.4",
"resolved": "https://registry.npmjs.org/paper/-/paper-0.12.4.tgz",
"integrity": "sha512-KypUqX2uXJZOX2j55RcgnBzK7weau9WKVCB+3e0E1Wa9yxlV7z6BsSrrJxmLNIC0pATbjcy9pJYDutQ7rIhnpQ=="
},
"tachyons": {
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/tachyons/-/tachyons-4.11.1.tgz",
"integrity": "sha512-n5zIZ8i8kZ8vz05vX1BdvkP8b9ufsMeSRmdqTuUtz5rlNxr03nntiZMc/HTADIsPYZj/wZJDJglxV0/yvvaiZA==",
"dev": true
}
}
}