Compare commits

..

4 commits

Author SHA1 Message Date
bot
e698c0392c 1.1.26 2023-02-17 10:27:32 +00:00
renovate[bot]
cb3a93874f chore(deps): update dependency @types/node to v18 2023-02-17 10:27:01 +00:00
bot
1432a76caa 1.1.25 2023-02-17 07:01:49 +00:00
Akihiko.KIgure
dd94f1f8da
chore(README): README ドキュメント追加 (#54)
README ドキュメント追加

---------

Co-authored-by: bot <bot@example>
Co-authored-by: akihiko kigure <akihiko.kigure@lifewood-m1.local>
Co-authored-by: Kohei Watanabe <kou029w@gmail.com>
2023-02-17 16:01:14 +09:00
3 changed files with 15 additions and 6 deletions

View file

@ -24,4 +24,8 @@ main();
## Document ## Document
[Web I2C API](http://browserobo.github.io/WebI2C) - [TSDoc](http://chirimen.org/node-web-i2c/)
## Reference
- [Web I2C API for W3C Draft](http://browserobo.github.io/WebI2C)

View file

@ -1,6 +1,6 @@
{ {
"name": "node-web-i2c", "name": "node-web-i2c",
"version": "1.1.23", "version": "1.1.26",
"description": "I2C access with Node.js", "description": "I2C access with Node.js",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -14,11 +14,11 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/i2c-bus": "^5.1.0", "@types/i2c-bus": "^5.1.0",
"@types/node": "^16.11.12", "@types/node": "^18.0.0",
"i2c-bus": "^5.2.2" "i2c-bus": "^5.2.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.12", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0", "@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1", "eslint": "^8.4.1",

View file

@ -64,11 +64,16 @@
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
"@types/node@*", "@types/node@^16.11.12": "@types/node@*":
version "16.11.12" version "16.11.12"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.12.tgz" resolved "https://registry.npmjs.org/@types/node/-/node-16.11.12.tgz"
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw== integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
"@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.6.0": "@typescript-eslint/eslint-plugin@^5.6.0":
version "5.6.0" version "5.6.0"
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz" resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz"
@ -590,7 +595,7 @@ functional-red-black-tree@^1.0.1:
get-stream@^6.0.1: get-stream@^6.0.1:
version "6.0.1" version "6.0.1"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
glob-parent@^5.1.0: glob-parent@^5.1.0: