36 lines
963 B
JSON
36 lines
963 B
JSON
{
|
|
"name": "jiapuapp",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "jiapuapp",
|
|
"dependencies": {
|
|
"qrcode-generator": "^1.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"yaml": "^2.8.1"
|
|
}
|
|
},
|
|
"node_modules/qrcode-generator": {
|
|
"version": "1.4.4",
|
|
"resolved": "https://registry.npmjs.org/qrcode-generator/-/qrcode-generator-1.4.4.tgz",
|
|
"integrity": "sha512-HM7yY8O2ilqhmULxGMpcHSF1EhJJ9yBj8gvDEuZ6M+KGJ0YY2hKpnXvRD+hZPLrDVck3ExIGhmPtSdcjC+guuw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.8.1",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
|
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.6"
|
|
}
|
|
}
|
|
}
|
|
}
|