-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 956 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 956 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
26
27
28
{
"name": "@socialgorithm/ultimate-ttt-player",
"version": "10.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@socialgorithm/ultimate-ttt-player",
"version": "10.0.0",
"license": "MIT",
"dependencies": {
"@socialgorithm/ultimate-ttt": "^10.0.2"
}
},
"node_modules/@socialgorithm/ultimate-ttt": {
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/@socialgorithm/ultimate-ttt/-/ultimate-ttt-10.0.2.tgz",
"integrity": "sha512-56oNdQ2AeluJakKuXhcXtdZc4M4nNuvxdrDkScNHkQPjYEzerabeRLdYsJS4souRUglBmMBMZGS2t3oCDmUM0w=="
}
},
"dependencies": {
"@socialgorithm/ultimate-ttt": {
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/@socialgorithm/ultimate-ttt/-/ultimate-ttt-10.0.2.tgz",
"integrity": "sha512-56oNdQ2AeluJakKuXhcXtdZc4M4nNuvxdrDkScNHkQPjYEzerabeRLdYsJS4souRUglBmMBMZGS2t3oCDmUM0w=="
}
}
}