PiAlive/node_modules/epoll/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2018-05-16 10:10:23 +02:00
{
"_from": "epoll@^2.0.1",
"_id": "epoll@2.0.1",
"_inBundle": false,
"_integrity": "sha512-BkaCu6dpfGZqiGockN6bf0pQYUdHNjKOWflOMuYNB+JnHq+SgpBQyWE7jWOWExsGVGp99A12R16WpoBZV/0UwQ==",
"_location": "/epoll",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "4742f963048fab6ad4347f678b0e9e38d58a417e",
"_spec": "epoll@^2.0.1",
"_where": "/home/wn/workspace-node/PiAlive/node_modules/onoff",
"author": {
"name": "fivdi"
},
"bugs": {
"url": "https://github.com/fivdi/epoll/issues"
},
"bundleDependencies": false,
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.10.0"
},
"deprecated": false,
"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"
}