-
Notifications
You must be signed in to change notification settings - Fork 16
/
package-lock.json
28 lines (28 loc) · 977 Bytes
/
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
{
"name": "wsj-crossword-to-supernote",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "wsj-crossword-to-supernote",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@colingourlay/supernote-cloud-api": "^1.0.1"
}
},
"node_modules/@colingourlay/supernote-cloud-api": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@colingourlay/supernote-cloud-api/-/supernote-cloud-api-1.0.1.tgz",
"integrity": "sha512-GzcW5NHmO4+B8xMDP5gSQZnGbRkT94mEoOGvk7ZGltoTKO+jKTiCXZxGFcB4axPyAsE17Xrrh+MGV5U/UtDiug=="
}
},
"dependencies": {
"@colingourlay/supernote-cloud-api": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@colingourlay/supernote-cloud-api/-/supernote-cloud-api-1.0.1.tgz",
"integrity": "sha512-GzcW5NHmO4+B8xMDP5gSQZnGbRkT94mEoOGvk7ZGltoTKO+jKTiCXZxGFcB4axPyAsE17Xrrh+MGV5U/UtDiug=="
}
}
}