generated from foambubble/foam-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
34 lines (34 loc) · 987 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
29
30
31
32
33
34
{
"name": "singularity",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "singularity",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"crc-32": "https://cdn.sheetjs.com/crc-32-latest/crc-32-latest.tgz",
"lunr": "^2.3.9"
}
},
"node_modules/crc-32": {
"version": "1.2.3",
"resolved": "https://cdn.sheetjs.com/crc-32-latest/crc-32-latest.tgz",
"integrity": "sha512-4CPNFDBZpBMZEMSUfiTWC4S2Ae2pa3j+Ih4WcThVSN01JK+OdqH6sX5uggPPt19QgaihsxW15uJgHFqtcoGLIw==",
"license": "Apache-2.0",
"bin": {
"crc32": "bin/crc32.njs"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/lunr": {
"version": "2.3.9",
"resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
"integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow=="
}
}
}