You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
5 months ago
|
{
|
||
|
"name": "cloudfunctions",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"dependencies": {
|
||
|
"node-xlsx": "^0.24.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/node-xlsx": {
|
||
|
"version": "0.24.0",
|
||
|
"resolved": "https://registry.npmjs.org/node-xlsx/-/node-xlsx-0.24.0.tgz",
|
||
|
"integrity": "sha512-1olwK48XK9nXZsyH/FCltvGrQYvXXZuxVitxXXv2GIuRm51aBi1+5KwR4rWM4KeO61sFU+00913WLZTD+AcXEg==",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
|
||
|
},
|
||
|
"bin": {
|
||
|
"node-xlsx": "dist/bin/cli.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/xlsx": {
|
||
|
"version": "0.20.2",
|
||
|
"resolved": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
|
||
|
"integrity": "sha512-+nKZ39+nvK7Qq6i0PvWWRA4j/EkfWOtkP/YhMtupm+lJIiHxUrgTr1CcKv1nBk1rHtkRRQ3O2+Ih/q/sA+FXZA==",
|
||
|
"license": "Apache-2.0",
|
||
|
"bin": {
|
||
|
"xlsx": "bin/xlsx.njs"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|