PiAlive/node_modules/onoff/package.json
2018-05-16 10:10:23 +02:00

72 lines
1.5 KiB
JSON

{
"_from": "onoff",
"_id": "onoff@3.1.0",
"_inBundle": false,
"_integrity": "sha512-5hD6y+AB7vW7Pb30Urb9oGVkxhtG1MdoJaEMGsKbCLzpInKdQJEcvbqOjQ8DV6N9r+acPErfz+Veb+v6VidE9A==",
"_location": "/onoff",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "onoff",
"name": "onoff",
"escapedName": "onoff",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/onoff/-/onoff-3.1.0.tgz",
"_shasum": "90bfb4d689c60842086b0d237d36cd9b84fffddf",
"_spec": "onoff",
"_where": "/home/wn/workspace-node/PiAlive",
"author": {
"name": "fivdi"
},
"bugs": {
"url": "https://github.com/fivdi/onoff/issues"
},
"bundleDependencies": false,
"dependencies": {
"epoll": "^2.0.1",
"lodash.debounce": "^4.0.8"
},
"deprecated": false,
"description": "GPIO access and interrupt detection with Node.js",
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/fivdi/onoff#readme",
"keywords": [
"gpio",
"embedded",
"interrupt",
"beaglebone",
"bbb",
"bb",
"raspberry",
"raspi",
"rpi",
"pi",
"linux"
],
"license": "MIT",
"main": "onoff.js",
"name": "onoff",
"repository": {
"type": "git",
"url": "git+https://github.com/fivdi/onoff.git"
},
"scripts": {
"test": "cd test && ./run-tests && cd .."
},
"version": "3.1.0"
}