first part is working

This commit is contained in:
Wolfgang Hottgenroth
2018-05-16 10:24:31 +02:00
parent 93658dcc30
commit 74584cdbbe
38 changed files with 574 additions and 251 deletions

23
node_modules/nan/package.json generated vendored
View File

@ -1,31 +1,35 @@
{
"_from": "nan@^2.10.0",
"_args": [
[
"nan@2.10.0",
"/opt/services/PiAlive"
]
],
"_from": "nan@2.10.0",
"_id": "nan@2.10.0",
"_inBundle": false,
"_integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
"_location": "/nan",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "nan@^2.10.0",
"raw": "nan@2.10.0",
"name": "nan",
"escapedName": "nan",
"rawSpec": "^2.10.0",
"rawSpec": "2.10.0",
"saveSpec": null,
"fetchSpec": "^2.10.0"
"fetchSpec": "2.10.0"
},
"_requiredBy": [
"/epoll"
],
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
"_shasum": "96d0cd610ebd58d4b4de9cc0c6828cda99c7548f",
"_spec": "nan@^2.10.0",
"_where": "/home/wn/workspace-node/PiAlive/node_modules/epoll",
"_spec": "2.10.0",
"_where": "/opt/services/PiAlive",
"bugs": {
"url": "https://github.com/nodejs/nan/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Rod Vagg",
@ -68,7 +72,6 @@
"url": "https://github.com/mkrufky"
}
],
"deprecated": false,
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 9 compatibility",
"devDependencies": {
"bindings": "~1.2.1",