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:
127
node_modules/express/package.json
generated
vendored
Executable file
127
node_modules/express/package.json
generated
vendored
Executable file
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"express@3.2.6",
|
||||
"C:\\Users\\esanvin\\Desktop\\multi\\NodeServer"
|
||||
]
|
||||
],
|
||||
"_from": "express@3.2.6",
|
||||
"_id": "express@3.2.6",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/express",
|
||||
"_npmUser": {
|
||||
"email": "tj@vision-media.ca",
|
||||
"name": "tjholowaychuk"
|
||||
},
|
||||
"_npmVersion": "1.2.14",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "express",
|
||||
"raw": "express@3.2.6",
|
||||
"rawSpec": "3.2.6",
|
||||
"scope": null,
|
||||
"spec": "3.2.6",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/express/-/express-3.2.6.tgz",
|
||||
"_shasum": "d8a9fe065adc23c5b41ec2c689c672b261430ffc",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "express@3.2.6",
|
||||
"_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer",
|
||||
"author": {
|
||||
"email": "tj@vision-media.ca",
|
||||
"name": "TJ Holowaychuk"
|
||||
},
|
||||
"bin": {
|
||||
"express": "./bin/express"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/visionmedia/express/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"email": "tj@vision-media.ca",
|
||||
"name": "TJ Holowaychuk"
|
||||
},
|
||||
{
|
||||
"email": "aaron.heckmann+github@gmail.com",
|
||||
"name": "Aaron Heckmann"
|
||||
},
|
||||
{
|
||||
"email": "ciaranj@gmail.com",
|
||||
"name": "Ciaran Jessup"
|
||||
},
|
||||
{
|
||||
"email": "rauchg@gmail.com",
|
||||
"name": "Guillermo Rauch"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"buffer-crc32": "0.2.1",
|
||||
"commander": "0.6.1",
|
||||
"connect": "2.7.11",
|
||||
"cookie": "0.1.0",
|
||||
"cookie-signature": "1.0.1",
|
||||
"debug": "*",
|
||||
"fresh": "0.1.0",
|
||||
"methods": "0.0.1",
|
||||
"mkdirp": "0.3.4",
|
||||
"range-parser": "0.0.4",
|
||||
"send": "0.1.0"
|
||||
},
|
||||
"description": "Sinatra inspired web development framework",
|
||||
"devDependencies": {
|
||||
"connect-redis": "*",
|
||||
"ejs": "*",
|
||||
"hjs": "*",
|
||||
"jade": "*",
|
||||
"marked": "*",
|
||||
"mocha": "*",
|
||||
"should": "*",
|
||||
"stylus": "*",
|
||||
"supertest": "0.6.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "d8a9fe065adc23c5b41ec2c689c672b261430ffc",
|
||||
"tarball": "http://registry.npmjs.org/express/-/express-3.2.6.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/visionmedia/express#readme",
|
||||
"keywords": [
|
||||
"express",
|
||||
"framework",
|
||||
"sinatra",
|
||||
"web",
|
||||
"rest",
|
||||
"restful",
|
||||
"router",
|
||||
"app",
|
||||
"api"
|
||||
],
|
||||
"main": "index",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "tj@vision-media.ca",
|
||||
"name": "tjholowaychuk"
|
||||
}
|
||||
],
|
||||
"name": "express",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/express.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "npm prune",
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "3.2.6"
|
||||
}
|
||||
Reference in New Issue
Block a user