PiAlive/node_modules/epoll/package.json
Wolfgang Hottgenroth 74584cdbbe first part is working
2018-05-16 10:24:31 +02:00

72 lines
1.5 KiB
JSON

{
"_args": [
[
"epoll@2.0.1",
"/opt/services/PiAlive"
]
],
"_from": "epoll@2.0.1",
"_id": "epoll@2.0.1",
"_inBundle": false,
"_integrity": "sha512-BkaCu6dpfGZqiGockN6bf0pQYUdHNjKOWflOMuYNB+JnHq+SgpBQyWE7jWOWExsGVGp99A12R16WpoBZV/0UwQ==",
"_location": "/epoll",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "epoll@2.0.1",
"name": "epoll",
"escapedName": "epoll",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/onoff"
],
"_resolved": "https://registry.npmjs.org/epoll/-/epoll-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/opt/services/PiAlive",
"author": {
"name": "fivdi"
},
"bugs": {
"url": "https://github.com/fivdi/epoll/issues"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.10.0"
},
"description": "A low-level Node.js binding for the Linux epoll API",
"directories": {
"example": "example",
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"gypfile": true,
"homepage": "https://github.com/fivdi/epoll#readme",
"keywords": [
"epoll",
"epollpri",
"poll",
"pollpri",
"gpio",
"interrupt",
"linux"
],
"license": "MIT",
"main": "epoll.js",
"name": "epoll",
"repository": {
"type": "git",
"url": "git+https://github.com/fivdi/epoll.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "echo \"Tests can only be run manually from the command line.\" && exit 1"
},
"version": "2.0.1"
}