PiAlive/node_modules/onoff/package.json

74 lines
1.5 KiB
JSON
Raw Normal View History

2018-05-16 10:10:23 +02:00
{
2018-05-16 10:24:31 +02:00
"_args": [
[
"onoff@3.1.0",
"/opt/services/PiAlive"
]
],
"_from": "onoff@3.1.0",
2018-05-16 10:10:23 +02:00
"_id": "onoff@3.1.0",
"_inBundle": false,
"_integrity": "sha512-5hD6y+AB7vW7Pb30Urb9oGVkxhtG1MdoJaEMGsKbCLzpInKdQJEcvbqOjQ8DV6N9r+acPErfz+Veb+v6VidE9A==",
"_location": "/onoff",
"_phantomChildren": {},
"_requested": {
2018-05-16 10:24:31 +02:00
"type": "version",
2018-05-16 10:10:23 +02:00
"registry": true,
2018-05-16 10:24:31 +02:00
"raw": "onoff@3.1.0",
2018-05-16 10:10:23 +02:00
"name": "onoff",
"escapedName": "onoff",
2018-05-16 10:24:31 +02:00
"rawSpec": "3.1.0",
2018-05-16 10:10:23 +02:00
"saveSpec": null,
2018-05-16 10:24:31 +02:00
"fetchSpec": "3.1.0"
2018-05-16 10:10:23 +02:00
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/onoff/-/onoff-3.1.0.tgz",
2018-05-16 10:24:31 +02:00
"_spec": "3.1.0",
"_where": "/opt/services/PiAlive",
2018-05-16 10:10:23 +02:00
"author": {
"name": "fivdi"
},
"bugs": {
"url": "https://github.com/fivdi/onoff/issues"
},
"dependencies": {
"epoll": "^2.0.1",
"lodash.debounce": "^4.0.8"
},
"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"
}