84 lines
2.9 KiB
JSON
84 lines
2.9 KiB
JSON
{
|
|
"name": "portal",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "portal",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"adafruit-i2c-lcd": "^2.0.0",
|
|
"raspberrypi-liquid-crystal": "^1.20.0"
|
|
}
|
|
},
|
|
"node_modules/adafruit-i2c-lcd": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/adafruit-i2c-lcd/-/adafruit-i2c-lcd-2.0.0.tgz",
|
|
"integrity": "sha512-L23HBVbNyr1yGXwO0RsT6modQgqOe98EDA4OR8oo74Rhwy5xaqPjSSBFvvBc7IX7hgjjBS12udSzguCehSzrxw==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"i2c-bus": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/bindings": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
|
|
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-uri-to-path": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-uri-to-path": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/i2c-bus": {
|
|
"version": "5.2.3",
|
|
"resolved": "https://registry.npmjs.org/i2c-bus/-/i2c-bus-5.2.3.tgz",
|
|
"integrity": "sha512-kzFgU0OSIZlaeUUa+VK7L+kkxnj4feimCVQDOPrzj0cTaB+hNweTsO8/j7QvW2gRgWQ7ds5IpfFjpBrX+fMNng==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"nan": "^2.17.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.22.2",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
|
|
"integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/raspberrypi-liquid-crystal": {
|
|
"version": "1.20.0",
|
|
"resolved": "https://registry.npmjs.org/raspberrypi-liquid-crystal/-/raspberrypi-liquid-crystal-1.20.0.tgz",
|
|
"integrity": "sha512-hAAnoSMisosqBs9yNtRYzQw+KTCqKUY8hqlayCy+dfCIlH+DNfQFcK3fQ2D1Uj4s8P/AqZqIq3yuegB+Bl8qVQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"i2c-bus": "^5.1.0",
|
|
"sleep": "^6.3.0"
|
|
}
|
|
},
|
|
"node_modules/sleep": {
|
|
"version": "6.3.0",
|
|
"resolved": "https://registry.npmjs.org/sleep/-/sleep-6.3.0.tgz",
|
|
"integrity": "sha512-+WgYl951qdUlb1iS97UvQ01pkauoBK9ML9I/CMPg41v0Ze4EyMlTgFTDDo32iYj98IYqxIjDMRd+L71lawFfpQ==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nan": "^2.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
}
|
|
}
|
|
}
|