{"_id":"2wire","_rev":"2-1c60c8af5feda3ce766bf8f58345789b","name":"2wire","description":"Easy access to I2C devices","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"2wire","version":"1.0.0","description":"Easy access to I2C devices","repository":{"type":"git","url":"git+https://github.com/xThunderbolt/2wire.git"},"license":"MIT","main":"index.js","gypfile":true,"dependencies":{"bindings":"1.3.0","nan":"2.8.0","nan-check":"0.0.6"},"scripts":{"install":"node-gyp rebuild"},"gitHead":"64dcdfb0efe6ed595dc6124c71e78c7faf2fa41a","bugs":{"url":"https://github.com/xThunderbolt/2wire/issues"},"homepage":"https://github.com/xThunderbolt/2wire#readme","_id":"2wire@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"thunderbolt","email":"npm@tforge.de"},"dist":{"integrity":"sha512-aVJ6TtjGpCh+RQ3QcPhkPdXKU3SgOyyBmo4CLiu5IQf+foQw73lca/R25YUloo3ZUfAHoGruCqol8aptwoiUCQ==","shasum":"fbe0af354912287278a33d6bb42373537a9165c4","tarball":"https://registry.npmjs.org/2wire/-/2wire-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICywOgde3oJhDASLk6KSAM6HgJGihtOya19X77xuBKWjAiEAojdS6QKJ44Yc+tfjQkkingC/yEUCZCy6uJJWwupfCoc="}]},"maintainers":[{"name":"thunderbolt","email":"npm@tforge.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/2wire-1.0.0.tgz_1514158217062_0.05489358073100448"}},"1.0.1":{"name":"2wire","version":"1.0.1","description":"Easy access to I2C devices","repository":{"type":"git","url":"git+https://github.com/xThunderbolt/2wire.git"},"license":"MIT","main":"index.js","gypfile":true,"dependencies":{"bindings":"1.3.0","nan":"2.8.0","nan-check":"0.0.6"},"scripts":{"install":"node-gyp rebuild"},"gitHead":"f55c8ad7dc251c73248dfb8d518cfc34bcb027e6","bugs":{"url":"https://github.com/xThunderbolt/2wire/issues"},"homepage":"https://github.com/xThunderbolt/2wire#readme","_id":"2wire@1.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"thunderbolt","email":"npm@tforge.de"},"dist":{"integrity":"sha512-UTntTmrBGnAWytpvooq321/gwpMapr3uO+Ri7mANuczbKmK3kweYgucrsVuiXDvjKayn1zg7vJu6sN/P6XdYVg==","shasum":"8aed90123746fc9f64a6a1cccedf8328cd92dd22","tarball":"https://registry.npmjs.org/2wire/-/2wire-1.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHS9OtaLjvidWoh+lHxaZT9dsUOvyypvmopcON4wv/lbAiEA/NgMPiXAvwpn1njt0zR3y+5loESY+dhi8NfjmIXUdkc="}]},"maintainers":[{"name":"thunderbolt","email":"npm@tforge.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/2wire-1.0.1.tgz_1514222871134_0.37204160261899233"}}},"readme":"# 2wire\n\nEasy access to I2C devices.\n\nIt was designed for the Raspberry Pi (on top of the `i2c_dev` kernel module), but may work on different boards, too.\n\nTypeScript definitions are included.\n\n## Example\n\nWrite register 0x58 of device addressed by 0x20 to value 42.\n```javascript\nconst TwiDevice = require('2wire').TwiDevice;\n\nconst wire = new TwiDevice('/dev/i2c-1', 0x20);\nwire.writeByte(0x58, 42);\n```\n\n","maintainers":[{"name":"thunderbolt","email":"npm@tforge.de"}],"time":{"modified":"2022-04-04T10:19:52.971Z","created":"2017-12-24T23:30:18.047Z","1.0.0":"2017-12-24T23:30:18.047Z","1.0.1":"2017-12-25T17:27:53.551Z"},"homepage":"https://github.com/xThunderbolt/2wire#readme","repository":{"type":"git","url":"git+https://github.com/xThunderbolt/2wire.git"},"bugs":{"url":"https://github.com/xThunderbolt/2wire/issues"},"license":"MIT","readmeFilename":"README.md"}