mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-02-01 22:58:41 +00:00
Compare commits
4 commits
d13035b997
...
4c01ee971d
Author | SHA1 | Date | |
---|---|---|---|
|
4c01ee971d | ||
|
3b781286f6 | ||
|
23ab589465 | ||
|
8476a25184 |
3 changed files with 11 additions and 7 deletions
|
@ -28,4 +28,8 @@ main();
|
|||
|
||||
## Document
|
||||
|
||||
[Web GPIO API](http://browserobo.github.io/WebGPIO)
|
||||
- [TSDoc](http://chirimen.org/node-web-gpio/)
|
||||
|
||||
## Reference
|
||||
|
||||
- [Web GPIO API for W3C Draft](http://browserobo.github.io/WebGPIO)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-web-gpio",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.20",
|
||||
"description": "GPIO access with Node.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.11",
|
||||
"@types/node": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
||||
"@typescript-eslint/parser": "^5.5.0",
|
||||
"eslint": "^8.4.0",
|
||||
|
|
|
@ -57,10 +57,10 @@
|
|||
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
|
||||
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
||||
|
||||
"@types/node@^16.11.11":
|
||||
version "16.11.11"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz"
|
||||
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==
|
||||
"@types/node@^18.0.0":
|
||||
version "18.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
|
||||
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
|
||||
|
||||
"@typescript-eslint/eslint-plugin@^5.5.0":
|
||||
version "5.5.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue