mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
108
node_modules/ws/package.json
generated
vendored
Executable file
108
node_modules/ws/package.json
generated
vendored
Executable file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"ws@0.4.31",
|
||||
"C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\engine.io"
|
||||
]
|
||||
],
|
||||
"_from": "ws@0.4.31",
|
||||
"_id": "ws@0.4.31",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/ws",
|
||||
"_npmUser": {
|
||||
"email": "info@3rd-Eden.com",
|
||||
"name": "V1"
|
||||
},
|
||||
"_npmVersion": "1.3.5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "ws",
|
||||
"raw": "ws@0.4.31",
|
||||
"rawSpec": "0.4.31",
|
||||
"scope": null,
|
||||
"spec": "0.4.31",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io",
|
||||
"/engine.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ws/-/ws-0.4.31.tgz",
|
||||
"_shasum": "5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "ws@0.4.31",
|
||||
"_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\engine.io",
|
||||
"author": {
|
||||
"email": "einaros@gmail.com",
|
||||
"name": "Einar Otto Stangvik",
|
||||
"url": "http://2x.io"
|
||||
},
|
||||
"bin": {
|
||||
"wscat": "./bin/wscat"
|
||||
},
|
||||
"browser": "./lib/browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/einaros/ws/issues"
|
||||
},
|
||||
"component": {
|
||||
"scripts": {
|
||||
"ws/index.js": "./lib/browser.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "~0.6.1",
|
||||
"nan": "~0.3.0",
|
||||
"options": ">=0.0.5",
|
||||
"tinycolor": "0.x"
|
||||
},
|
||||
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
|
||||
"devDependencies": {
|
||||
"ansi": "latest",
|
||||
"benchmark": "0.3.x",
|
||||
"expect.js": "0.2.x",
|
||||
"mocha": "1.12.0",
|
||||
"should": "1.2.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927",
|
||||
"tarball": "http://registry.npmjs.org/ws/-/ws-0.4.31.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"gypfile": true,
|
||||
"homepage": "https://github.com/einaros/ws#readme",
|
||||
"keywords": [
|
||||
"Hixie",
|
||||
"HyBi",
|
||||
"Push",
|
||||
"RFC-6455",
|
||||
"WebSocket",
|
||||
"WebSockets",
|
||||
"real-time"
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "einaros@gmail.com",
|
||||
"name": "einaros"
|
||||
},
|
||||
{
|
||||
"email": "info@3rd-Eden.com",
|
||||
"name": "V1"
|
||||
}
|
||||
],
|
||||
"name": "ws",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/einaros/ws.git"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "0.4.31"
|
||||
}
|
||||
Reference in New Issue
Block a user