correccion GPIO fuera de raspberry
Showing
with
790 additions
and
2783 deletions
node_modules/.bin/static
deleted
120000 → 0
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "accepts@1.3.4", | ||
| "raw": "accepts@1.3.3", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "accepts", | |||
| "name": "accepts", | |||
| "rawSpec": "1.3.3", | |||
| "spec": "1.3.3", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "accepts@1.3.3", | "_from": "accepts@1.3.4", | ||
| "_id": "accepts@1.3.3", | "_id": "accepts@1.3.4", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=", | |||
| "_location": "/accepts", | "_location": "/accepts", | ||
| "_nodeVersion": "4.4.3", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-16-east.internal.npmjs.com", | |||
| "tmp": "tmp/accepts-1.3.3.tgz_1462251932032_0.7092335098423064" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "2.15.1", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "accepts@1.3.3", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "accepts", | "raw": "accepts@1.3.4", | ||
| "name": "accepts", | "name": "accepts", | ||
| "rawSpec": "1.3.3", | "escapedName": "accepts", | ||
| "spec": "1.3.3", | "rawSpec": "1.3.4", | ||
| "type": "version" | "saveSpec": null, | ||
| "fetchSpec": "1.3.4" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io" | "/express" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", | "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz", | ||
| "_shasum": "c3ca7434938648c3e0d9c1e328dd68b622c284ca", | "_spec": "1.3.4", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "accepts@1.3.3", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/jshttp/accepts/issues" | "url": "https://github.com/jshttp/accepts/issues" | ||
| }, | }, | ||
| ... | @@ -60,19 +42,21 @@ | ... | @@ -60,19 +42,21 @@ |
| } | } | ||
| ], | ], | ||
| "dependencies": { | "dependencies": { | ||
| "mime-types": "~2.1.11", | "mime-types": "~2.1.16", | ||
| "negotiator": "0.6.1" | "negotiator": "0.6.1" | ||
| }, | }, | ||
| "description": "Higher-level content negotiation", | "description": "Higher-level content negotiation", | ||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "0.4.3", | "eslint": "3.19.0", | ||
| "eslint-config-standard": "10.2.1", | |||
| "eslint-plugin-import": "2.7.0", | |||
| "eslint-plugin-markdown": "1.0.0-beta.6", | |||
| "eslint-plugin-node": "5.1.1", | |||
| "eslint-plugin-promise": "3.5.0", | |||
| "eslint-plugin-standard": "3.0.1", | |||
| "istanbul": "0.4.5", | |||
| "mocha": "~1.21.5" | "mocha": "~1.21.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "c3ca7434938648c3e0d9c1e328dd68b622c284ca", | |||
| "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6" | "node": ">= 0.6" | ||
| }, | }, | ||
| ... | @@ -81,7 +65,6 @@ | ... | @@ -81,7 +65,6 @@ |
| "HISTORY.md", | "HISTORY.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "3e925b1e65ed7da2798849683d49814680dfa426", | |||
| "homepage": "https://github.com/jshttp/accepts#readme", | "homepage": "https://github.com/jshttp/accepts#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "content", | "content", | ||
| ... | @@ -90,23 +73,16 @@ | ... | @@ -90,23 +73,16 @@ |
| "accepts" | "accepts" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "accepts", | "name": "accepts", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/jshttp/accepts.git" | "url": "git+https://github.com/jshttp/accepts.git" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --plugin markdown --ext js,md .", | |||
| "test": "mocha --reporter spec --check-leaks --bail test/", | "test": "mocha --reporter spec --check-leaks --bail test/", | ||
| "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | ||
| "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" | ||
| }, | }, | ||
| "version": "1.3.3" | "version": "1.3.4" | ||
| } | } |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "after@0.8.2", | ||
| "raw": "after@0.8.2", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "after", | |||
| "name": "after", | |||
| "rawSpec": "0.8.2", | |||
| "spec": "0.8.2", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io-parser" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "after@0.8.2", | "_from": "after@0.8.2", | ||
| "_id": "after@0.8.2", | "_id": "after@0.8.2", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=", | |||
| "_location": "/after", | "_location": "/after", | ||
| "_nodeVersion": "0.10.32", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-12-west.internal.npmjs.com", | |||
| "tmp": "tmp/after-0.8.2.tgz_1471308639186_0.9132961586583406" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "raynos", | |||
| "email": "raynos2@gmail.com" | |||
| }, | |||
| "_npmVersion": "2.15.9", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "after@0.8.2", | "raw": "after@0.8.2", | ||
| "scope": null, | |||
| "escapedName": "after", | |||
| "name": "after", | "name": "after", | ||
| "escapedName": "after", | |||
| "rawSpec": "0.8.2", | "rawSpec": "0.8.2", | ||
| "spec": "0.8.2", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.8.2" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io-parser" | "/engine.io-parser" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", | "_resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", | ||
| "_shasum": "fedb394f9f0e02aa9768e702bda23b505fae7e1f", | "_spec": "0.8.2", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "after@0.8.2", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io-parser", | |||
| "author": { | "author": { | ||
| "name": "Raynos", | "name": "Raynos", | ||
| "email": "raynos2@gmail.com" | "email": "raynos2@gmail.com" | ||
| ... | @@ -59,17 +41,10 @@ | ... | @@ -59,17 +41,10 @@ |
| "url": "http://raynos.org" | "url": "http://raynos.org" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "after - tiny flow control", | "description": "after - tiny flow control", | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "~1.8.1" | "mocha": "~1.8.1" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "fedb394f9f0e02aa9768e702bda23b505fae7e1f", | |||
| "tarball": "https://registry.npmjs.org/after/-/after-0.8.2.tgz" | |||
| }, | |||
| "gitHead": "e8c26046f36962b90e68dc5df33a9672a54b25f5", | |||
| "homepage": "https://github.com/Raynos/after#readme", | "homepage": "https://github.com/Raynos/after#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "flowcontrol", | "flowcontrol", | ||
| ... | @@ -79,19 +54,7 @@ | ... | @@ -79,19 +54,7 @@ |
| "arch" | "arch" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "raynos", | |||
| "email": "raynos2@gmail.com" | |||
| }, | |||
| { | |||
| "name": "defunctzombie", | |||
| "email": "shtylman@gmail.com" | |||
| } | |||
| ], | |||
| "name": "after", | "name": "after", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/Raynos/after.git" | "url": "git://github.com/Raynos/after.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "array-flatten@1.1.1", | ||
| "raw": "array-flatten@1.1.1", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "array-flatten", | |||
| "name": "array-flatten", | |||
| "rawSpec": "1.1.1", | |||
| "spec": "1.1.1", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "array-flatten@1.1.1", | "_from": "array-flatten@1.1.1", | ||
| "_id": "array-flatten@1.1.1", | "_id": "array-flatten@1.1.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", | |||
| "_location": "/array-flatten", | "_location": "/array-flatten", | ||
| "_nodeVersion": "2.3.3", | |||
| "_npmUser": { | |||
| "name": "blakeembrey", | |||
| "email": "hello@blakeembrey.com" | |||
| }, | |||
| "_npmVersion": "2.11.3", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "array-flatten@1.1.1", | "raw": "array-flatten@1.1.1", | ||
| "scope": null, | |||
| "escapedName": "array-flatten", | |||
| "name": "array-flatten", | "name": "array-flatten", | ||
| "escapedName": "array-flatten", | |||
| "rawSpec": "1.1.1", | "rawSpec": "1.1.1", | ||
| "spec": "1.1.1", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.1.1" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/express" | "/express" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", | "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", | ||
| "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2", | "_spec": "1.1.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "array-flatten@1.1.1", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "author": { | "author": { | ||
| "name": "Blake Embrey", | "name": "Blake Embrey", | ||
| "email": "hello@blakeembrey.com", | "email": "hello@blakeembrey.com", | ||
| ... | @@ -49,7 +35,6 @@ | ... | @@ -49,7 +35,6 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/blakeembrey/array-flatten/issues" | "url": "https://github.com/blakeembrey/array-flatten/issues" | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "Flatten an array of nested arrays into a single flat array", | "description": "Flatten an array of nested arrays into a single flat array", | ||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "^0.3.13", | "istanbul": "^0.3.13", | ||
| ... | @@ -57,16 +42,10 @@ | ... | @@ -57,16 +42,10 @@ |
| "pre-commit": "^1.0.7", | "pre-commit": "^1.0.7", | ||
| "standard": "^3.7.3" | "standard": "^3.7.3" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2", | |||
| "tarball": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "array-flatten.js", | "array-flatten.js", | ||
| "LICENSE" | "LICENSE" | ||
| ], | ], | ||
| "gitHead": "1963a9189229d408e1e8f585a00c8be9edbd1803", | |||
| "homepage": "https://github.com/blakeembrey/array-flatten", | "homepage": "https://github.com/blakeembrey/array-flatten", | ||
| "keywords": [ | "keywords": [ | ||
| "array", | "array", | ||
| ... | @@ -76,15 +55,7 @@ | ... | @@ -76,15 +55,7 @@ |
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "array-flatten.js", | "main": "array-flatten.js", | ||
| "maintainers": [ | |||
| { | |||
| "name": "blakeembrey", | |||
| "email": "hello@blakeembrey.com" | |||
| } | |||
| ], | |||
| "name": "array-flatten", | "name": "array-flatten", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/blakeembrey/array-flatten.git" | "url": "git://github.com/blakeembrey/array-flatten.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "arraybuffer.slice@0.0.6", | ||
| "raw": "arraybuffer.slice@0.0.6", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "arraybuffer.slice", | |||
| "name": "arraybuffer.slice", | |||
| "rawSpec": "0.0.6", | |||
| "spec": "0.0.6", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io-parser" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "arraybuffer.slice@0.0.6", | "_from": "arraybuffer.slice@0.0.6", | ||
| "_id": "arraybuffer.slice@0.0.6", | "_id": "arraybuffer.slice@0.0.6", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=", | |||
| "_location": "/arraybuffer.slice", | "_location": "/arraybuffer.slice", | ||
| "_npmUser": { | |||
| "name": "rase-", | |||
| "email": "tonykovanen@hotmail.com" | |||
| }, | |||
| "_npmVersion": "1.3.5", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "arraybuffer.slice@0.0.6", | "raw": "arraybuffer.slice@0.0.6", | ||
| "scope": null, | |||
| "escapedName": "arraybuffer.slice", | |||
| "name": "arraybuffer.slice", | "name": "arraybuffer.slice", | ||
| "escapedName": "arraybuffer.slice", | |||
| "rawSpec": "0.0.6", | "rawSpec": "0.0.6", | ||
| "spec": "0.0.6", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.0.6" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io-parser" | "/engine.io-parser" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", | "_resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", | ||
| "_shasum": "f33b2159f0532a3f3107a272c0ccfbd1ad2979ca", | "_spec": "0.0.6", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "arraybuffer.slice@0.0.6", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io-parser", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/rase-/arraybuffer.slice/issues" | "url": "https://github.com/rase-/arraybuffer.slice/issues" | ||
| }, | }, | ||
| ... | @@ -49,21 +36,8 @@ | ... | @@ -49,21 +36,8 @@ |
| "expect.js": "0.2.0", | "expect.js": "0.2.0", | ||
| "mocha": "1.17.1" | "mocha": "1.17.1" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "f33b2159f0532a3f3107a272c0ccfbd1ad2979ca", | |||
| "tarball": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz" | |||
| }, | |||
| "homepage": "https://github.com/rase-/arraybuffer.slice", | "homepage": "https://github.com/rase-/arraybuffer.slice", | ||
| "maintainers": [ | |||
| { | |||
| "name": "rase-", | |||
| "email": "tonykovanen@hotmail.com" | |||
| } | |||
| ], | |||
| "name": "arraybuffer.slice", | "name": "arraybuffer.slice", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+ssh://git@github.com/rase-/arraybuffer.slice.git" | "url": "git+ssh://git@github.com/rase-/arraybuffer.slice.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "async-limiter@1.0.0", | ||
| "raw": "async-limiter@~1.0.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "async-limiter", | |||
| "name": "async-limiter", | |||
| "rawSpec": "~1.0.0", | |||
| "spec": ">=1.0.0 <1.1.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/ws" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "async-limiter@>=1.0.0 <1.1.0", | "_from": "async-limiter@1.0.0", | ||
| "_id": "async-limiter@1.0.0", | "_id": "async-limiter@1.0.0", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", | |||
| "_location": "/async-limiter", | "_location": "/async-limiter", | ||
| "_nodeVersion": "8.4.0", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/async-limiter-1.0.0.tgz_1505149068503_0.15003100014291704" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "strml", | |||
| "email": "samuel.trace.reed@gmail.com" | |||
| }, | |||
| "_npmVersion": "5.4.1", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "async-limiter@~1.0.0", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "async-limiter", | "raw": "async-limiter@1.0.0", | ||
| "name": "async-limiter", | "name": "async-limiter", | ||
| "rawSpec": "~1.0.0", | "escapedName": "async-limiter", | ||
| "spec": ">=1.0.0 <1.1.0", | "rawSpec": "1.0.0", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.0.0" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/ws" | "/ws" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", | "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", | ||
| "_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8", | "_spec": "1.0.0", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "async-limiter@~1.0.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/ws", | |||
| "author": { | "author": { | ||
| "name": "Samuel Reed" | "name": "Samuel Reed" | ||
| }, | }, | ||
| ... | @@ -62,13 +44,6 @@ | ... | @@ -62,13 +44,6 @@ |
| "mocha": "^3.5.2", | "mocha": "^3.5.2", | ||
| "power-assert": "^1.4.4" | "power-assert": "^1.4.4" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", | |||
| "shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8", | |||
| "tarball": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz" | |||
| }, | |||
| "gitHead": "02c8b498279dc7cc1ecc1c4f6fc9ca320c0ce39b", | |||
| "homepage": "https://github.com/strml/async-limiter#readme", | "homepage": "https://github.com/strml/async-limiter#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "throttle", | "throttle", | ||
| ... | @@ -81,15 +56,7 @@ | ... | @@ -81,15 +56,7 @@ |
| "concurrent" | "concurrent" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "strml", | |||
| "email": "samuel.trace.reed@gmail.com" | |||
| } | |||
| ], | |||
| "name": "async-limiter", | "name": "async-limiter", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/strml/async-limiter.git" | "url": "git+https://github.com/strml/async-limiter.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "backo2@1.0.2", | ||
| "raw": "backo2@1.0.2", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "backo2", | |||
| "name": "backo2", | |||
| "rawSpec": "1.0.2", | |||
| "spec": "1.0.2", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/socket.io-client" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "backo2@1.0.2", | "_from": "backo2@1.0.2", | ||
| "_id": "backo2@1.0.2", | "_id": "backo2@1.0.2", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=", | |||
| "_location": "/backo2", | "_location": "/backo2", | ||
| "_npmUser": { | |||
| "name": "mokesmokes", | |||
| "email": "mokesmokes@gmail.com" | |||
| }, | |||
| "_npmVersion": "1.4.28", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "backo2@1.0.2", | "raw": "backo2@1.0.2", | ||
| "scope": null, | |||
| "escapedName": "backo2", | |||
| "name": "backo2", | "name": "backo2", | ||
| "escapedName": "backo2", | |||
| "rawSpec": "1.0.2", | "rawSpec": "1.0.2", | ||
| "spec": "1.0.2", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.0.2" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/socket.io-client" | "/socket.io-client" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", | "_resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", | ||
| "_shasum": "31ab1ac8b129363463e35b3ebb69f4dfcfba7947", | "_spec": "1.0.2", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "backo2@1.0.2", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/socket.io-client", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/mokesmokes/backo/issues" | "url": "https://github.com/mokesmokes/backo/issues" | ||
| }, | }, | ||
| ... | @@ -49,30 +36,15 @@ | ... | @@ -49,30 +36,15 @@ |
| "mocha": "*", | "mocha": "*", | ||
| "should": "*" | "should": "*" | ||
| }, | }, | ||
| "directories": {}, | "homepage": "https://github.com/mokesmokes/backo#readme", | ||
| "dist": { | |||
| "shasum": "31ab1ac8b129363463e35b3ebb69f4dfcfba7947", | |||
| "tarball": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz" | |||
| }, | |||
| "gitHead": "3e695bade7756fef2295e8883bf3570a06e5d9ec", | |||
| "homepage": "https://github.com/mokesmokes/backo", | |||
| "keywords": [ | "keywords": [ | ||
| "backoff" | "backoff" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "mokesmokes", | |||
| "email": "mokesmokes@gmail.com" | |||
| } | |||
| ], | |||
| "name": "backo2", | "name": "backo2", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/mokesmokes/backo.git" | "url": "git+https://github.com/mokesmokes/backo.git" | ||
| }, | }, | ||
| "scripts": {}, | |||
| "version": "1.0.2" | "version": "1.0.2" | ||
| } | } |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "base64-arraybuffer@0.1.5", | ||
| "raw": "base64-arraybuffer@0.1.5", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "base64-arraybuffer", | |||
| "name": "base64-arraybuffer", | |||
| "rawSpec": "0.1.5", | |||
| "spec": "0.1.5", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io-parser" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "base64-arraybuffer@0.1.5", | "_from": "base64-arraybuffer@0.1.5", | ||
| "_id": "base64-arraybuffer@0.1.5", | "_id": "base64-arraybuffer@0.1.5", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", | |||
| "_location": "/base64-arraybuffer", | "_location": "/base64-arraybuffer", | ||
| "_nodeVersion": "2.5.0", | |||
| "_npmUser": { | |||
| "name": "niklasvh", | |||
| "email": "niklasvh@gmail.com" | |||
| }, | |||
| "_npmVersion": "3.4.0", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "base64-arraybuffer@0.1.5", | "raw": "base64-arraybuffer@0.1.5", | ||
| "scope": null, | |||
| "escapedName": "base64-arraybuffer", | |||
| "name": "base64-arraybuffer", | "name": "base64-arraybuffer", | ||
| "escapedName": "base64-arraybuffer", | |||
| "rawSpec": "0.1.5", | "rawSpec": "0.1.5", | ||
| "spec": "0.1.5", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.1.5" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io-parser", | "/engine.io-parser", | ||
| "/socket.io-client" | "/socket.io-client" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", | "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", | ||
| "_shasum": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8", | "_spec": "0.1.5", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "base64-arraybuffer@0.1.5", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io-parser", | |||
| "author": { | "author": { | ||
| "name": "Niklas von Hertzen", | "name": "Niklas von Hertzen", | ||
| "email": "niklasvh@gmail.com", | "email": "niklasvh@gmail.com", | ||
| ... | @@ -50,7 +36,6 @@ | ... | @@ -50,7 +36,6 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/niklasvh/base64-arraybuffer/issues" | "url": "https://github.com/niklasvh/base64-arraybuffer/issues" | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "Encode/decode base64 data into ArrayBuffers", | "description": "Encode/decode base64 data into ArrayBuffers", | ||
| "devDependencies": { | "devDependencies": { | ||
| "grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
| ... | @@ -59,15 +44,9 @@ | ... | @@ -59,15 +44,9 @@ |
| "grunt-contrib-nodeunit": "^0.4.1", | "grunt-contrib-nodeunit": "^0.4.1", | ||
| "grunt-contrib-watch": "^0.6.1" | "grunt-contrib-watch": "^0.6.1" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8", | |||
| "tarball": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6.0" | "node": ">= 0.6.0" | ||
| }, | }, | ||
| "gitHead": "e9457ccb7b140f5ae54a2880c8e9b967ffb03a7d", | |||
| "homepage": "https://github.com/niklasvh/base64-arraybuffer", | "homepage": "https://github.com/niklasvh/base64-arraybuffer", | ||
| "keywords": [], | "keywords": [], | ||
| "licenses": [ | "licenses": [ | ||
| ... | @@ -77,15 +56,7 @@ | ... | @@ -77,15 +56,7 @@ |
| } | } | ||
| ], | ], | ||
| "main": "lib/base64-arraybuffer", | "main": "lib/base64-arraybuffer", | ||
| "maintainers": [ | |||
| { | |||
| "name": "niklasvh", | |||
| "email": "niklasvh@gmail.com" | |||
| } | |||
| ], | |||
| "name": "base64-arraybuffer", | "name": "base64-arraybuffer", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/niklasvh/base64-arraybuffer.git" | "url": "git+https://github.com/niklasvh/base64-arraybuffer.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "base64id@1.0.0", | ||
| "raw": "base64id@1.0.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "base64id", | |||
| "name": "base64id", | |||
| "rawSpec": "1.0.0", | |||
| "spec": "1.0.0", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "base64id@1.0.0", | "_from": "base64id@1.0.0", | ||
| "_id": "base64id@1.0.0", | "_id": "base64id@1.0.0", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", | |||
| "_location": "/base64id", | "_location": "/base64id", | ||
| "_nodeVersion": "4.4.7", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-18-east.internal.npmjs.com", | |||
| "tmp": "tmp/base64id-1.0.0.tgz_1480551701495_0.042360062478110194" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| "_npmVersion": "2.15.8", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "base64id@1.0.0", | "raw": "base64id@1.0.0", | ||
| "scope": null, | |||
| "escapedName": "base64id", | |||
| "name": "base64id", | "name": "base64id", | ||
| "escapedName": "base64id", | |||
| "rawSpec": "1.0.0", | "rawSpec": "1.0.0", | ||
| "spec": "1.0.0", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.0.0" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io" | "/engine.io" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", | "_resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", | ||
| "_shasum": "47688cb99bb6804f0e06d3e763b1c32e57d8e6b6", | "_spec": "1.0.0", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "base64id@1.0.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io", | |||
| "author": { | "author": { | ||
| "name": "Kristian Faeldt", | "name": "Kristian Faeldt", | ||
| "email": "faeldt_kristian@cyberagent.co.jp" | "email": "faeldt_kristian@cyberagent.co.jp" | ||
| ... | @@ -52,38 +34,17 @@ | ... | @@ -52,38 +34,17 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/faeldt/base64id/issues" | "url": "https://github.com/faeldt/base64id/issues" | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "Generates a base64 id", | "description": "Generates a base64 id", | ||
| "devDependencies": {}, | |||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "47688cb99bb6804f0e06d3e763b1c32e57d8e6b6", | |||
| "tarball": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.4.0" | "node": ">= 0.4.0" | ||
| }, | }, | ||
| "gitHead": "3c846f0818ff88b683ad39fde2f8e015ce0f9807", | |||
| "homepage": "https://github.com/faeldt/base64id#readme", | "homepage": "https://github.com/faeldt/base64id#readme", | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "./lib/base64id.js", | "main": "./lib/base64id.js", | ||
| "maintainers": [ | |||
| { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| { | |||
| "name": "faeldt_kristian", | |||
| "email": "kristian.faeldt@gmail.com" | |||
| } | |||
| ], | |||
| "name": "base64id", | "name": "base64id", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/faeldt/base64id.git" | "url": "git+https://github.com/faeldt/base64id.git" | ||
| }, | }, | ||
| "scripts": {}, | |||
| "version": "1.0.0" | "version": "1.0.0" | ||
| } | } |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "better-assert@1.0.2", | ||
| "raw": "better-assert@~1.0.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "better-assert", | |||
| "name": "better-assert", | |||
| "rawSpec": "~1.0.0", | |||
| "spec": ">=1.0.0 <1.1.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/parseqs" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "better-assert@>=1.0.0 <1.1.0", | "_from": "better-assert@1.0.2", | ||
| "_id": "better-assert@1.0.2", | "_id": "better-assert@1.0.2", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", | |||
| "_location": "/better-assert", | "_location": "/better-assert", | ||
| "_npmUser": { | |||
| "name": "tony_ado", | |||
| "email": "coolhzb@163.com" | |||
| }, | |||
| "_npmVersion": "1.4.9", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "better-assert@~1.0.0", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "better-assert", | "raw": "better-assert@1.0.2", | ||
| "name": "better-assert", | "name": "better-assert", | ||
| "rawSpec": "~1.0.0", | "escapedName": "better-assert", | ||
| "spec": ">=1.0.0 <1.1.0", | "rawSpec": "1.0.2", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.0.2" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/parseqs", | "/parseqs", | ||
| "/parseuri" | "/parseuri" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", | "_resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", | ||
| "_shasum": "40866b9e1b9e0b55b481894311e68faffaebc522", | "_spec": "1.0.2", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "better-assert@~1.0.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/parseqs", | |||
| "author": { | "author": { | ||
| "name": "TJ Holowaychuk", | "name": "TJ Holowaychuk", | ||
| "email": "tj@vision-media.ca" | "email": "tj@vision-media.ca" | ||
| ... | @@ -61,16 +48,10 @@ | ... | @@ -61,16 +48,10 @@ |
| "callsite": "1.0.0" | "callsite": "1.0.0" | ||
| }, | }, | ||
| "description": "Better assertions for node, reporting the expr, filename, lineno etc", | "description": "Better assertions for node, reporting the expr, filename, lineno etc", | ||
| "devDependencies": {}, | |||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "40866b9e1b9e0b55b481894311e68faffaebc522", | |||
| "tarball": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": "*" | "node": "*" | ||
| }, | }, | ||
| "homepage": "https://github.com/visionmedia/better-assert", | "homepage": "https://github.com/visionmedia/better-assert#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "assert", | "assert", | ||
| "stack", | "stack", | ||
| ... | @@ -78,19 +59,7 @@ | ... | @@ -78,19 +59,7 @@ |
| "debug" | "debug" | ||
| ], | ], | ||
| "main": "index", | "main": "index", | ||
| "maintainers": [ | |||
| { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| }, | |||
| { | |||
| "name": "tony_ado", | |||
| "email": "coolhzb@163.com" | |||
| } | |||
| ], | |||
| "name": "better-assert", | "name": "better-assert", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/visionmedia/better-assert.git" | "url": "git+https://github.com/visionmedia/better-assert.git" | ||
| ... | ... |
| { | { | ||
| "name": "bindings", | "_args": [ | ||
| [ | |||
| "bindings@1.3.0", | |||
| "/Users/scollado/proyecto-micro" | |||
| ] | |||
| ], | |||
| "_from": "bindings@1.3.0", | |||
| "_id": "bindings@1.3.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-DpLh5EzMR2kzvX1KIlVC0VkC3iZtHKTgdtZ0a3pglBZdaQFjt5S9g9xd1lE+YvXyfd6mtCeRnrUfOLYiTMlNSw==", | |||
| "_location": "/bindings", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "bindings@1.3.0", | |||
| "name": "bindings", | |||
| "escapedName": "bindings", | |||
| "rawSpec": "1.3.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "1.3.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/epoll" | |||
| ], | |||
| "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz", | |||
| "_spec": "1.3.0", | |||
| "_where": "/Users/scollado/proyecto-micro", | |||
| "author": { | |||
| "name": "Nathan Rajlich", | |||
| "email": "nathan@tootallnate.net", | |||
| "url": "http://tootallnate.net" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/TooTallNate/node-bindings/issues" | |||
| }, | |||
| "description": "Helper module for loading your native module's .node file", | "description": "Helper module for loading your native module's .node file", | ||
| "homepage": "https://github.com/TooTallNate/node-bindings", | |||
| "keywords": [ | "keywords": [ | ||
| "native", | "native", | ||
| "addon", | "addon", | ||
| ... | @@ -10,47 +46,12 @@ | ... | @@ -10,47 +46,12 @@ |
| "c", | "c", | ||
| "c++" | "c++" | ||
| ], | ], | ||
| "version": "1.3.0", | "license": "MIT", | ||
| "author": { | "main": "./bindings.js", | ||
| "name": "Nathan Rajlich", | "name": "bindings", | ||
| "email": "nathan@tootallnate.net", | |||
| "url": "http://tootallnate.net" | |||
| }, | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/TooTallNate/node-bindings.git" | "url": "git://github.com/TooTallNate/node-bindings.git" | ||
| }, | }, | ||
| "main": "./bindings.js", | "version": "1.3.0" | ||
| "bugs": { | |||
| "url": "https://github.com/TooTallNate/node-bindings/issues" | |||
| }, | |||
| "homepage": "https://github.com/TooTallNate/node-bindings", | |||
| "license": "MIT", | |||
| "gitHead": "7fd065ee85386ad3d074d2506e03abe8f9b1588b", | |||
| "_id": "bindings@1.3.0", | |||
| "_npmVersion": "5.0.3", | |||
| "_nodeVersion": "8.1.3", | |||
| "_npmUser": { | |||
| "name": "tootallnate", | |||
| "email": "nathan@tootallnate.net" | |||
| }, | |||
| "dist": { | |||
| "integrity": "sha512-DpLh5EzMR2kzvX1KIlVC0VkC3iZtHKTgdtZ0a3pglBZdaQFjt5S9g9xd1lE+YvXyfd6mtCeRnrUfOLYiTMlNSw==", | |||
| "shasum": "b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7", | |||
| "tarball": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz" | |||
| }, | |||
| "maintainers": [ | |||
| { | |||
| "email": "nathan@tootallnate.net", | |||
| "name": "tootallnate" | |||
| } | |||
| ], | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/bindings-1.3.0.tgz_1500923768710_0.3334669852629304" | |||
| }, | |||
| "directories": {}, | |||
| "_shasum": "b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7", | |||
| "_from": "bindings@~1.3.0", | |||
| "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz" | |||
| } | } |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "blob@0.0.4", | ||
| "raw": "blob@0.0.4", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "blob", | |||
| "name": "blob", | |||
| "rawSpec": "0.0.4", | |||
| "spec": "0.0.4", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io-parser" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "blob@0.0.4", | "_from": "blob@0.0.4", | ||
| "_id": "blob@0.0.4", | "_id": "blob@0.0.4", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=", | |||
| "_location": "/blob", | "_location": "/blob", | ||
| "_npmUser": { | |||
| "name": "rase-", | |||
| "email": "tonykovanen@hotmail.com" | |||
| }, | |||
| "_npmVersion": "1.4.6", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "blob@0.0.4", | "raw": "blob@0.0.4", | ||
| "scope": null, | |||
| "escapedName": "blob", | |||
| "name": "blob", | "name": "blob", | ||
| "escapedName": "blob", | |||
| "rawSpec": "0.0.4", | "rawSpec": "0.0.4", | ||
| "spec": "0.0.4", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.0.4" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io-parser" | "/engine.io-parser" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", | "_resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", | ||
| "_shasum": "bcf13052ca54463f30f9fc7e95b9a47630a94921", | "_spec": "0.0.4", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "blob@0.0.4", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io-parser", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/rase-/blob/issues" | "url": "https://github.com/rase-/blob/issues" | ||
| }, | }, | ||
| ... | @@ -51,21 +38,8 @@ | ... | @@ -51,21 +38,8 @@ |
| "mocha": "1.17.1", | "mocha": "1.17.1", | ||
| "zuul": "1.5.4" | "zuul": "1.5.4" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "bcf13052ca54463f30f9fc7e95b9a47630a94921", | |||
| "tarball": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz" | |||
| }, | |||
| "homepage": "https://github.com/rase-/blob", | "homepage": "https://github.com/rase-/blob", | ||
| "maintainers": [ | |||
| { | |||
| "name": "rase-", | |||
| "email": "tonykovanen@hotmail.com" | |||
| } | |||
| ], | |||
| "name": "blob", | "name": "blob", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+ssh://git@github.com/rase-/blob.git" | "url": "git+ssh://git@github.com/rase-/blob.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "body-parser@1.18.2", | ||
| "raw": "body-parser@1.18.2", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "body-parser", | |||
| "name": "body-parser", | |||
| "rawSpec": "1.18.2", | |||
| "spec": "1.18.2", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "body-parser@1.18.2", | "_from": "body-parser@1.18.2", | ||
| "_id": "body-parser@1.18.2", | "_id": "body-parser@1.18.2", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-h2eKGdhLR9hZuDGZvVm84iKxBFQ=", | |||
| "_location": "/body-parser", | "_location": "/body-parser", | ||
| "_nodeVersion": "6.11.1", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/body-parser-1.18.2.tgz_1506099009907_0.5088193896226585" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "body-parser@1.18.2", | "raw": "body-parser@1.18.2", | ||
| "scope": null, | |||
| "escapedName": "body-parser", | |||
| "name": "body-parser", | "name": "body-parser", | ||
| "escapedName": "body-parser", | |||
| "rawSpec": "1.18.2", | "rawSpec": "1.18.2", | ||
| "spec": "1.18.2", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.18.2" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/express" | "/express" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz", | "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz", | ||
| "_shasum": "87678a19d84b47d859b83199bd59bce222b10454", | "_spec": "1.18.2", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "body-parser@1.18.2", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/expressjs/body-parser/issues" | "url": "https://github.com/expressjs/body-parser/issues" | ||
| }, | }, | ||
| ... | @@ -86,11 +68,6 @@ | ... | @@ -86,11 +68,6 @@ |
| "safe-buffer": "5.1.1", | "safe-buffer": "5.1.1", | ||
| "supertest": "1.1.0" | "supertest": "1.1.0" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "87678a19d84b47d859b83199bd59bce222b10454", | |||
| "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.8" | "node": ">= 0.8" | ||
| }, | }, | ||
| ... | @@ -100,18 +77,9 @@ | ... | @@ -100,18 +77,9 @@ |
| "HISTORY.md", | "HISTORY.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "b2659a7af3b413a2d1df274bef409fe6cdcf6b8f", | |||
| "homepage": "https://github.com/expressjs/body-parser#readme", | "homepage": "https://github.com/expressjs/body-parser#readme", | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "body-parser", | "name": "body-parser", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/expressjs/body-parser.git" | "url": "git+https://github.com/expressjs/body-parser.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "bytes@3.0.0", | ||
| "raw": "bytes@3.0.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "bytes", | |||
| "name": "bytes", | |||
| "rawSpec": "3.0.0", | |||
| "spec": "3.0.0", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/body-parser" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "bytes@3.0.0", | "_from": "bytes@3.0.0", | ||
| "_id": "bytes@3.0.0", | "_id": "bytes@3.0.0", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", | |||
| "_location": "/bytes", | "_location": "/bytes", | ||
| "_nodeVersion": "6.11.1", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/bytes-3.0.0.tgz_1504216364188_0.5158762519713491" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "bytes@3.0.0", | "raw": "bytes@3.0.0", | ||
| "scope": null, | |||
| "escapedName": "bytes", | |||
| "name": "bytes", | "name": "bytes", | ||
| "escapedName": "bytes", | |||
| "rawSpec": "3.0.0", | "rawSpec": "3.0.0", | ||
| "spec": "3.0.0", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "3.0.0" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/body-parser", | "/body-parser", | ||
| "/raw-body" | "/raw-body" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", | "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", | ||
| "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048", | "_spec": "3.0.0", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "bytes@3.0.0", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/body-parser", | |||
| "author": { | "author": { | ||
| "name": "TJ Holowaychuk", | "name": "TJ Holowaychuk", | ||
| "email": "tj@vision-media.ca", | "email": "tj@vision-media.ca", | ||
| ... | @@ -64,17 +46,11 @@ | ... | @@ -64,17 +46,11 @@ |
| "email": "theo.fidry@gmail.com" | "email": "theo.fidry@gmail.com" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "Utility to parse a string bytes to bytes and vice-versa", | "description": "Utility to parse a string bytes to bytes and vice-versa", | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "2.5.3", | "mocha": "2.5.3", | ||
| "nyc": "10.3.2" | "nyc": "10.3.2" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "d32815404d689699f85a4ea4fa8755dd13a96048", | |||
| "tarball": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.8" | "node": ">= 0.8" | ||
| }, | }, | ||
| ... | @@ -84,7 +60,6 @@ | ... | @@ -84,7 +60,6 @@ |
| "Readme.md", | "Readme.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "25d4cb488aea3b637448a85fa297d9e65b4b4e04", | |||
| "homepage": "https://github.com/visionmedia/bytes.js#readme", | "homepage": "https://github.com/visionmedia/bytes.js#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "byte", | "byte", | ||
| ... | @@ -96,19 +71,7 @@ | ... | @@ -96,19 +71,7 @@ |
| "converter" | "converter" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| } | |||
| ], | |||
| "name": "bytes", | "name": "bytes", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/visionmedia/bytes.js.git" | "url": "git+https://github.com/visionmedia/bytes.js.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "callsite@1.0.0", | ||
| "raw": "callsite@1.0.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "callsite", | |||
| "name": "callsite", | |||
| "rawSpec": "1.0.0", | |||
| "spec": "1.0.0", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/better-assert" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "callsite@1.0.0", | "_from": "callsite@1.0.0", | ||
| "_id": "callsite@1.0.0", | "_id": "callsite@1.0.0", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", | |||
| "_location": "/callsite", | "_location": "/callsite", | ||
| "_npmUser": { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| }, | |||
| "_npmVersion": "1.2.2", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "callsite@1.0.0", | "raw": "callsite@1.0.0", | ||
| "scope": null, | |||
| "escapedName": "callsite", | |||
| "name": "callsite", | "name": "callsite", | ||
| "escapedName": "callsite", | |||
| "rawSpec": "1.0.0", | "rawSpec": "1.0.0", | ||
| "spec": "1.0.0", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.0.0" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/better-assert" | "/better-assert" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", | "_resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", | ||
| "_shasum": "280398e5d664bd74038b6f0905153e6e8af1bc20", | "_spec": "1.0.0", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "callsite@1.0.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/better-assert", | |||
| "author": { | "author": { | ||
| "name": "TJ Holowaychuk", | "name": "TJ Holowaychuk", | ||
| "email": "tj@vision-media.ca" | "email": "tj@vision-media.ca" | ||
| ... | @@ -50,11 +37,6 @@ | ... | @@ -50,11 +37,6 @@ |
| "mocha": "*", | "mocha": "*", | ||
| "should": "*" | "should": "*" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "280398e5d664bd74038b6f0905153e6e8af1bc20", | |||
| "tarball": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": "*" | "node": "*" | ||
| }, | }, | ||
| ... | @@ -64,14 +46,6 @@ | ... | @@ -64,14 +46,6 @@ |
| "line" | "line" | ||
| ], | ], | ||
| "main": "index", | "main": "index", | ||
| "maintainers": [ | |||
| { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| } | |||
| ], | |||
| "name": "callsite", | "name": "callsite", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "version": "1.0.0" | "version": "1.0.0" | ||
| } | } |
node_modules/colors/LICENSE
deleted
100644 → 0
node_modules/colors/ReadMe.md
deleted
100644 → 0
node_modules/colors/lib/colors.js
deleted
100644 → 0
node_modules/colors/lib/index.js
deleted
100644 → 0
node_modules/colors/lib/styles.js
deleted
100644 → 0
node_modules/colors/package.json
deleted
100644 → 0
| { | |||
| "_args": [ | |||
| [ | |||
| { | |||
| "raw": "colors@>=0.6.0", | |||
| "scope": null, | |||
| "escapedName": "colors", | |||
| "name": "colors", | |||
| "rawSpec": ">=0.6.0", | |||
| "spec": ">=0.6.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/node-static" | |||
| ] | |||
| ], | |||
| "_from": "colors@>=0.6.0", | |||
| "_id": "colors@1.1.2", | |||
| "_inCache": true, | |||
| "_location": "/colors", | |||
| "_nodeVersion": "0.11.13", | |||
| "_npmUser": { | |||
| "name": "marak", | |||
| "email": "marak.squires@gmail.com" | |||
| }, | |||
| "_npmVersion": "2.1.8", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "raw": "colors@>=0.6.0", | |||
| "scope": null, | |||
| "escapedName": "colors", | |||
| "name": "colors", | |||
| "rawSpec": ">=0.6.0", | |||
| "spec": ">=0.6.0", | |||
| "type": "range" | |||
| }, | |||
| "_requiredBy": [ | |||
| "/node-static" | |||
| ], | |||
| "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", | |||
| "_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63", | |||
| "_shrinkwrap": null, | |||
| "_spec": "colors@>=0.6.0", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/node-static", | |||
| "author": { | |||
| "name": "Marak Squires" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/Marak/colors.js/issues" | |||
| }, | |||
| "dependencies": {}, | |||
| "description": "get colors in your node.js console", | |||
| "devDependencies": {}, | |||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63", | |||
| "tarball": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz" | |||
| }, | |||
| "engines": { | |||
| "node": ">=0.1.90" | |||
| }, | |||
| "files": [ | |||
| "examples", | |||
| "lib", | |||
| "LICENSE", | |||
| "safe.js", | |||
| "themes" | |||
| ], | |||
| "gitHead": "8bf2ad9fa695dcb30b7e9fd83691b139fd6655c4", | |||
| "homepage": "https://github.com/Marak/colors.js", | |||
| "keywords": [ | |||
| "ansi", | |||
| "terminal", | |||
| "colors" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "lib", | |||
| "maintainers": [ | |||
| { | |||
| "name": "marak", | |||
| "email": "marak.squires@gmail.com" | |||
| } | |||
| ], | |||
| "name": "colors", | |||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+ssh://git@github.com/Marak/colors.js.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "node tests/basic-test.js && node tests/safe-test.js" | |||
| }, | |||
| "version": "1.1.2" | |||
| } |
node_modules/colors/safe.js
deleted
100644 → 0
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "component-bind@1.0.0", | ||
| "raw": "component-bind@1.0.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "component-bind", | |||
| "name": "component-bind", | |||
| "rawSpec": "1.0.0", | |||
| "spec": "1.0.0", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/socket.io-client" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "component-bind@1.0.0", | "_from": "component-bind@1.0.0", | ||
| "_id": "component-bind@1.0.0", | "_id": "component-bind@1.0.0", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=", | |||
| "_location": "/component-bind", | "_location": "/component-bind", | ||
| "_npmUser": { | |||
| "name": "tootallnate", | |||
| "email": "nathan@tootallnate.net" | |||
| }, | |||
| "_npmVersion": "1.4.9", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "component-bind@1.0.0", | "raw": "component-bind@1.0.0", | ||
| "scope": null, | |||
| "escapedName": "component-bind", | |||
| "name": "component-bind", | "name": "component-bind", | ||
| "escapedName": "component-bind", | |||
| "rawSpec": "1.0.0", | "rawSpec": "1.0.0", | ||
| "spec": "1.0.0", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.0.0" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/socket.io-client" | "/socket.io-client" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", | "_resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", | ||
| "_shasum": "00c608ab7dcd93897c0009651b1d3a8e1e73bbd1", | "_spec": "1.0.0", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "component-bind@1.0.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/socket.io-client", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/component/bind/issues" | "url": "https://github.com/component/bind/issues" | ||
| }, | }, | ||
| ... | @@ -48,31 +35,17 @@ | ... | @@ -48,31 +35,17 @@ |
| "bind/index.js": "index.js" | "bind/index.js": "index.js" | ||
| } | } | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "function binding utility", | "description": "function binding utility", | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "*", | "mocha": "*", | ||
| "should": "*" | "should": "*" | ||
| }, | }, | ||
| "directories": {}, | "homepage": "https://github.com/component/bind#readme", | ||
| "dist": { | |||
| "shasum": "00c608ab7dcd93897c0009651b1d3a8e1e73bbd1", | |||
| "tarball": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz" | |||
| }, | |||
| "homepage": "https://github.com/component/bind", | |||
| "keywords": [ | "keywords": [ | ||
| "bind", | "bind", | ||
| "utility" | "utility" | ||
| ], | ], | ||
| "maintainers": [ | |||
| { | |||
| "name": "tootallnate", | |||
| "email": "nathan@tootallnate.net" | |||
| } | |||
| ], | |||
| "name": "component-bind", | "name": "component-bind", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/component/bind.git" | "url": "git+https://github.com/component/bind.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "component-emitter@1.2.1", | ||
| "raw": "component-emitter@1.2.1", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "component-emitter", | |||
| "name": "component-emitter", | |||
| "rawSpec": "1.2.1", | |||
| "spec": "1.2.1", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/socket.io-client" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "component-emitter@1.2.1", | "_from": "component-emitter@1.2.1", | ||
| "_id": "component-emitter@1.2.1", | "_id": "component-emitter@1.2.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=", | |||
| "_location": "/component-emitter", | "_location": "/component-emitter", | ||
| "_nodeVersion": "0.12.4", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-12-west.internal.npmjs.com", | |||
| "tmp": "tmp/component-emitter-1.2.1.tgz_1461005707641_0.14232611074112356" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "nami-doc", | |||
| "email": "karp@hotmail.fr" | |||
| }, | |||
| "_npmVersion": "2.10.1", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "component-emitter@1.2.1", | "raw": "component-emitter@1.2.1", | ||
| "scope": null, | |||
| "escapedName": "component-emitter", | |||
| "name": "component-emitter", | "name": "component-emitter", | ||
| "escapedName": "component-emitter", | |||
| "rawSpec": "1.2.1", | "rawSpec": "1.2.1", | ||
| "spec": "1.2.1", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.2.1" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io-client", | "/engine.io-client", | ||
| ... | @@ -43,10 +27,8 @@ | ... | @@ -43,10 +27,8 @@ |
| "/socket.io-parser" | "/socket.io-parser" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", | "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", | ||
| "_shasum": "137918d6d78283f7df7a6b7c5a63e140e69425e6", | "_spec": "1.2.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "component-emitter@1.2.1", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/socket.io-client", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/component/emitter/issues" | "url": "https://github.com/component/emitter/issues" | ||
| }, | }, | ||
| ... | @@ -55,158 +37,19 @@ | ... | @@ -55,158 +37,19 @@ |
| "emitter/index.js": "index.js" | "emitter/index.js": "index.js" | ||
| } | } | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "Event emitter", | "description": "Event emitter", | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "*", | "mocha": "*", | ||
| "should": "*" | "should": "*" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "137918d6d78283f7df7a6b7c5a63e140e69425e6", | |||
| "tarball": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "index.js", | "index.js", | ||
| "LICENSE" | "LICENSE" | ||
| ], | ], | ||
| "gitHead": "187492ab8028c7221b589bdfd482b715149cd868", | |||
| "homepage": "https://github.com/component/emitter#readme", | "homepage": "https://github.com/component/emitter#readme", | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "index.js", | "main": "index.js", | ||
| "maintainers": [ | |||
| { | |||
| "name": "tootallnate", | |||
| "email": "nathan@tootallnate.net" | |||
| }, | |||
| { | |||
| "name": "hughsk", | |||
| "email": "hughskennedy@gmail.com" | |||
| }, | |||
| { | |||
| "name": "trevorgerhardt", | |||
| "email": "trevorgerhardt@gmail.com" | |||
| }, | |||
| { | |||
| "name": "timaschew", | |||
| "email": "timaschew@gmail.com" | |||
| }, | |||
| { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| }, | |||
| { | |||
| "name": "rauchg", | |||
| "email": "rauchg@gmail.com" | |||
| }, | |||
| { | |||
| "name": "retrofox", | |||
| "email": "rdsuarez@gmail.com" | |||
| }, | |||
| { | |||
| "name": "coreh", | |||
| "email": "thecoreh@gmail.com" | |||
| }, | |||
| { | |||
| "name": "forbeslindesay", | |||
| "email": "forbes@lindesay.co.uk" | |||
| }, | |||
| { | |||
| "name": "kelonye", | |||
| "email": "kelonyemitchel@gmail.com" | |||
| }, | |||
| { | |||
| "name": "mattmueller", | |||
| "email": "mattmuelle@gmail.com" | |||
| }, | |||
| { | |||
| "name": "yields", | |||
| "email": "yields@icloud.com" | |||
| }, | |||
| { | |||
| "name": "anthonyshort", | |||
| "email": "antshort@gmail.com" | |||
| }, | |||
| { | |||
| "name": "jongleberry", | |||
| "email": "jonathanrichardong@gmail.com" | |||
| }, | |||
| { | |||
| "name": "ianstormtaylor", | |||
| "email": "ian@ianstormtaylor.com" | |||
| }, | |||
| { | |||
| "name": "cristiandouce", | |||
| "email": "cristian@gravityonmars.com" | |||
| }, | |||
| { | |||
| "name": "swatinem", | |||
| "email": "arpad.borsos@googlemail.com" | |||
| }, | |||
| { | |||
| "name": "stagas", | |||
| "email": "gstagas@gmail.com" | |||
| }, | |||
| { | |||
| "name": "amasad", | |||
| "email": "amjad.masad@gmail.com" | |||
| }, | |||
| { | |||
| "name": "juliangruber", | |||
| "email": "julian@juliangruber.com" | |||
| }, | |||
| { | |||
| "name": "calvinfo", | |||
| "email": "calvin@calv.info" | |||
| }, | |||
| { | |||
| "name": "dominicbarnes", | |||
| "email": "dominic@dbarnes.info" | |||
| }, | |||
| { | |||
| "name": "blakeembrey", | |||
| "email": "hello@blakeembrey.com" | |||
| }, | |||
| { | |||
| "name": "timoxley", | |||
| "email": "secoif@gmail.com" | |||
| }, | |||
| { | |||
| "name": "jonathanong", | |||
| "email": "jonathanrichardong@gmail.com" | |||
| }, | |||
| { | |||
| "name": "queckezz", | |||
| "email": "fabian.eichenberger@gmail.com" | |||
| }, | |||
| { | |||
| "name": "nami-doc", | |||
| "email": "vendethiel@hotmail.fr" | |||
| }, | |||
| { | |||
| "name": "clintwood", | |||
| "email": "clint@anotherway.co.za" | |||
| }, | |||
| { | |||
| "name": "thehydroimpulse", | |||
| "email": "dnfagnan@gmail.com" | |||
| }, | |||
| { | |||
| "name": "stephenmathieson", | |||
| "email": "me@stephenmathieson.com" | |||
| }, | |||
| { | |||
| "name": "dfcreative", | |||
| "email": "df.creative@gmail.com" | |||
| }, | |||
| { | |||
| "name": "defunctzombie", | |||
| "email": "shtylman@gmail.com" | |||
| } | |||
| ], | |||
| "name": "component-emitter", | "name": "component-emitter", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/component/emitter.git" | "url": "git+https://github.com/component/emitter.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "component-inherit@0.0.3", | ||
| "raw": "component-inherit@0.0.3", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "component-inherit", | |||
| "name": "component-inherit", | |||
| "rawSpec": "0.0.3", | |||
| "spec": "0.0.3", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io-client" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "component-inherit@0.0.3", | "_from": "component-inherit@0.0.3", | ||
| "_id": "component-inherit@0.0.3", | "_id": "component-inherit@0.0.3", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=", | |||
| "_location": "/component-inherit", | "_location": "/component-inherit", | ||
| "_npmUser": { | |||
| "name": "coreh", | |||
| "email": "thecoreh@gmail.com" | |||
| }, | |||
| "_npmVersion": "1.3.24", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "component-inherit@0.0.3", | "raw": "component-inherit@0.0.3", | ||
| "scope": null, | |||
| "escapedName": "component-inherit", | |||
| "name": "component-inherit", | "name": "component-inherit", | ||
| "escapedName": "component-inherit", | |||
| "rawSpec": "0.0.3", | "rawSpec": "0.0.3", | ||
| "spec": "0.0.3", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.0.3" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io-client" | "/engine.io-client" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", | "_resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", | ||
| "_shasum": "645fc4adf58b72b649d5cae65135619db26ff143", | "_spec": "0.0.3", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "component-inherit@0.0.3", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io-client", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/component/inherit/issues" | "url": "https://github.com/component/inherit/issues" | ||
| }, | }, | ||
| ... | @@ -50,26 +37,12 @@ | ... | @@ -50,26 +37,12 @@ |
| }, | }, | ||
| "dependencies": {}, | "dependencies": {}, | ||
| "description": "Prototype inheritance utility", | "description": "Prototype inheritance utility", | ||
| "devDependencies": {}, | "homepage": "https://github.com/component/inherit#readme", | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "645fc4adf58b72b649d5cae65135619db26ff143", | |||
| "tarball": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz" | |||
| }, | |||
| "homepage": "https://github.com/component/inherit", | |||
| "keywords": [ | "keywords": [ | ||
| "inherit", | "inherit", | ||
| "utility" | "utility" | ||
| ], | ], | ||
| "maintainers": [ | |||
| { | |||
| "name": "coreh", | |||
| "email": "thecoreh@gmail.com" | |||
| } | |||
| ], | |||
| "name": "component-inherit", | "name": "component-inherit", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/component/inherit.git" | "url": "git+https://github.com/component/inherit.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "content-disposition@0.5.2", | ||
| "raw": "content-disposition@0.5.2", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "content-disposition", | |||
| "name": "content-disposition", | |||
| "rawSpec": "0.5.2", | |||
| "spec": "0.5.2", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "content-disposition@0.5.2", | "_from": "content-disposition@0.5.2", | ||
| "_id": "content-disposition@0.5.2", | "_id": "content-disposition@0.5.2", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=", | |||
| "_location": "/content-disposition", | "_location": "/content-disposition", | ||
| "_nodeVersion": "4.6.0", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-18-east.internal.npmjs.com", | |||
| "tmp": "tmp/content-disposition-0.5.2.tgz_1481246224565_0.35659545403905213" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "2.15.9", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "content-disposition@0.5.2", | "raw": "content-disposition@0.5.2", | ||
| "scope": null, | |||
| "escapedName": "content-disposition", | |||
| "name": "content-disposition", | "name": "content-disposition", | ||
| "escapedName": "content-disposition", | |||
| "rawSpec": "0.5.2", | "rawSpec": "0.5.2", | ||
| "spec": "0.5.2", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.5.2" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/express" | "/express" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", | "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", | ||
| "_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4", | "_spec": "0.5.2", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "content-disposition@0.5.2", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/jshttp/content-disposition/issues" | "url": "https://github.com/jshttp/content-disposition/issues" | ||
| }, | }, | ||
| ... | @@ -54,7 +36,6 @@ | ... | @@ -54,7 +36,6 @@ |
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "Create and parse Content-Disposition header", | "description": "Create and parse Content-Disposition header", | ||
| "devDependencies": { | "devDependencies": { | ||
| "eslint": "3.11.1", | "eslint": "3.11.1", | ||
| ... | @@ -64,11 +45,6 @@ | ... | @@ -64,11 +45,6 @@ |
| "istanbul": "0.4.5", | "istanbul": "0.4.5", | ||
| "mocha": "1.21.5" | "mocha": "1.21.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4", | |||
| "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6" | "node": ">= 0.6" | ||
| }, | }, | ||
| ... | @@ -78,7 +54,6 @@ | ... | @@ -78,7 +54,6 @@ |
| "README.md", | "README.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "2a08417377cf55678c9f870b305f3c6c088920f3", | |||
| "homepage": "https://github.com/jshttp/content-disposition#readme", | "homepage": "https://github.com/jshttp/content-disposition#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "content-disposition", | "content-disposition", | ||
| ... | @@ -87,15 +62,7 @@ | ... | @@ -87,15 +62,7 @@ |
| "res" | "res" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "content-disposition", | "name": "content-disposition", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/jshttp/content-disposition.git" | "url": "git+https://github.com/jshttp/content-disposition.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "content-type@1.0.4", | ||
| "raw": "content-type@~1.0.4", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "content-type", | |||
| "name": "content-type", | |||
| "rawSpec": "~1.0.4", | |||
| "spec": ">=1.0.4 <1.1.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "content-type@>=1.0.4 <1.1.0", | "_from": "content-type@1.0.4", | ||
| "_id": "content-type@1.0.4", | "_id": "content-type@1.0.4", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", | |||
| "_location": "/content-type", | "_location": "/content-type", | ||
| "_nodeVersion": "6.11.3", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/content-type-1.0.4.tgz_1505166155546_0.06956395204178989" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "5.3.0", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "content-type@~1.0.4", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "content-type", | "raw": "content-type@1.0.4", | ||
| "name": "content-type", | "name": "content-type", | ||
| "rawSpec": "~1.0.4", | "escapedName": "content-type", | ||
| "spec": ">=1.0.4 <1.1.0", | "rawSpec": "1.0.4", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.0.4" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/body-parser", | "/body-parser", | ||
| "/express" | "/express" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", | "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", | ||
| "_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b", | "_spec": "1.0.4", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "content-type@~1.0.4", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "author": { | "author": { | ||
| "name": "Douglas Christopher Wilson", | "name": "Douglas Christopher Wilson", | ||
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| ... | @@ -53,7 +35,6 @@ | ... | @@ -53,7 +35,6 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/jshttp/content-type/issues" | "url": "https://github.com/jshttp/content-type/issues" | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "Create and parse HTTP Content-Type header", | "description": "Create and parse HTTP Content-Type header", | ||
| "devDependencies": { | "devDependencies": { | ||
| "eslint": "3.19.0", | "eslint": "3.19.0", | ||
| ... | @@ -65,12 +46,6 @@ | ... | @@ -65,12 +46,6 @@ |
| "istanbul": "0.4.5", | "istanbul": "0.4.5", | ||
| "mocha": "~1.21.5" | "mocha": "~1.21.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", | |||
| "shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b", | |||
| "tarball": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6" | "node": ">= 0.6" | ||
| }, | }, | ||
| ... | @@ -80,7 +55,6 @@ | ... | @@ -80,7 +55,6 @@ |
| "README.md", | "README.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "d22f8ac6c407789c906bd6fed137efde8f772b09", | |||
| "homepage": "https://github.com/jshttp/content-type#readme", | "homepage": "https://github.com/jshttp/content-type#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "content-type", | "content-type", | ||
| ... | @@ -90,15 +64,7 @@ | ... | @@ -90,15 +64,7 @@ |
| "rfc7231" | "rfc7231" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "content-type", | "name": "content-type", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/jshttp/content-type.git" | "url": "git+https://github.com/jshttp/content-type.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "cookie-signature@1.0.6", | ||
| "raw": "cookie-signature@1.0.6", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "cookie-signature", | |||
| "name": "cookie-signature", | |||
| "rawSpec": "1.0.6", | |||
| "spec": "1.0.6", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "cookie-signature@1.0.6", | "_from": "cookie-signature@1.0.6", | ||
| "_id": "cookie-signature@1.0.6", | "_id": "cookie-signature@1.0.6", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", | |||
| "_location": "/cookie-signature", | "_location": "/cookie-signature", | ||
| "_nodeVersion": "0.10.36", | |||
| "_npmUser": { | |||
| "name": "natevw", | |||
| "email": "natevw@yahoo.com" | |||
| }, | |||
| "_npmVersion": "2.3.0", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "cookie-signature@1.0.6", | "raw": "cookie-signature@1.0.6", | ||
| "scope": null, | |||
| "escapedName": "cookie-signature", | |||
| "name": "cookie-signature", | "name": "cookie-signature", | ||
| "escapedName": "cookie-signature", | |||
| "rawSpec": "1.0.6", | "rawSpec": "1.0.6", | ||
| "spec": "1.0.6", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.0.6" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/express" | "/express" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", | "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", | ||
| "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c", | "_spec": "1.0.6", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "cookie-signature@1.0.6", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "author": { | "author": { | ||
| "name": "TJ Holowaychuk", | "name": "TJ Holowaychuk", | ||
| "email": "tj@learnboost.com" | "email": "tj@learnboost.com" | ||
| ... | @@ -54,13 +40,7 @@ | ... | @@ -54,13 +40,7 @@ |
| "mocha": "*", | "mocha": "*", | ||
| "should": "*" | "should": "*" | ||
| }, | }, | ||
| "directories": {}, | "homepage": "https://github.com/visionmedia/node-cookie-signature#readme", | ||
| "dist": { | |||
| "shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c", | |||
| "tarball": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" | |||
| }, | |||
| "gitHead": "391b56cf44d88c493491b7e3fc53208cfb976d2a", | |||
| "homepage": "https://github.com/visionmedia/node-cookie-signature", | |||
| "keywords": [ | "keywords": [ | ||
| "cookie", | "cookie", | ||
| "sign", | "sign", | ||
| ... | @@ -68,19 +48,7 @@ | ... | @@ -68,19 +48,7 @@ |
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "index", | "main": "index", | ||
| "maintainers": [ | |||
| { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| }, | |||
| { | |||
| "name": "natevw", | |||
| "email": "natevw@yahoo.com" | |||
| } | |||
| ], | |||
| "name": "cookie-signature", | "name": "cookie-signature", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/visionmedia/node-cookie-signature.git" | "url": "git+https://github.com/visionmedia/node-cookie-signature.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "cookie@0.3.1", | ||
| "raw": "cookie@0.3.1", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "cookie", | |||
| "name": "cookie", | |||
| "rawSpec": "0.3.1", | |||
| "spec": "0.3.1", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "cookie@0.3.1", | "_from": "cookie@0.3.1", | ||
| "_id": "cookie@0.3.1", | "_id": "cookie@0.3.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=", | |||
| "_location": "/cookie", | "_location": "/cookie", | ||
| "_npmOperationalInternal": { | |||
| "host": "packages-12-west.internal.npmjs.com", | |||
| "tmp": "tmp/cookie-0.3.1.tgz_1464323556714_0.6435900838114321" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "1.4.28", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "cookie@0.3.1", | "raw": "cookie@0.3.1", | ||
| "scope": null, | |||
| "escapedName": "cookie", | |||
| "name": "cookie", | "name": "cookie", | ||
| "escapedName": "cookie", | |||
| "rawSpec": "0.3.1", | "rawSpec": "0.3.1", | ||
| "spec": "0.3.1", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "0.3.1" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io" | "/engine.io", | ||
| "/express" | |||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", | "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", | ||
| "_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb", | "_spec": "0.3.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "cookie@0.3.1", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io", | |||
| "author": { | "author": { | ||
| "name": "Roman Shtylman", | "name": "Roman Shtylman", | ||
| "email": "shtylman@gmail.com" | "email": "shtylman@gmail.com" | ||
| ... | @@ -57,17 +41,11 @@ | ... | @@ -57,17 +41,11 @@ |
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "HTTP server cookie parsing and serialization", | "description": "HTTP server cookie parsing and serialization", | ||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "0.4.3", | "istanbul": "0.4.3", | ||
| "mocha": "1.21.5" | "mocha": "1.21.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb", | |||
| "tarball": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6" | "node": ">= 0.6" | ||
| }, | }, | ||
| ... | @@ -77,22 +55,13 @@ | ... | @@ -77,22 +55,13 @@ |
| "README.md", | "README.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "e3c77d497d66c8b8d4b677b8954c1b192a09f0b3", | "homepage": "https://github.com/jshttp/cookie#readme", | ||
| "homepage": "https://github.com/jshttp/cookie", | |||
| "keywords": [ | "keywords": [ | ||
| "cookie", | "cookie", | ||
| "cookies" | "cookies" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "cookie", | "name": "cookie", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/jshttp/cookie.git" | "url": "git+https://github.com/jshttp/cookie.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "debug@2.6.9", | ||
| "raw": "debug@~2.6.6", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "debug", | |||
| "name": "debug", | |||
| "rawSpec": "~2.6.6", | |||
| "spec": ">=2.6.6 <2.7.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/socket.io" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "debug@>=2.6.6 <2.7.0", | "_from": "debug@2.6.9", | ||
| "_id": "debug@2.6.9", | "_id": "debug@2.6.9", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |||
| "_location": "/debug", | "_location": "/debug", | ||
| "_nodeVersion": "8.4.0", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/debug-2.6.9.tgz_1506087154503_0.5196126794908196" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "tootallnate", | |||
| "email": "nathan@tootallnate.net" | |||
| }, | |||
| "_npmVersion": "5.3.0", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "debug@~2.6.6", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "debug", | "raw": "debug@2.6.9", | ||
| "name": "debug", | "name": "debug", | ||
| "rawSpec": "~2.6.6", | "escapedName": "debug", | ||
| "spec": ">=2.6.6 <2.7.0", | "rawSpec": "2.6.9", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "2.6.9" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/body-parser", | |||
| "/engine.io", | "/engine.io", | ||
| "/engine.io-client", | "/engine.io-client", | ||
| "/express", | |||
| "/finalhandler", | |||
| "/send", | |||
| "/socket.io", | "/socket.io", | ||
| "/socket.io-client", | "/socket.io-client", | ||
| "/socket.io-parser" | "/socket.io-parser" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | ||
| "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f", | "_spec": "2.6.9", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "debug@~2.6.6", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/socket.io", | |||
| "author": { | "author": { | ||
| "name": "TJ Holowaychuk", | "name": "TJ Holowaychuk", | ||
| "email": "tj@vision-media.ca" | "email": "tj@vision-media.ca" | ||
| ... | @@ -96,13 +82,6 @@ | ... | @@ -96,13 +82,6 @@ |
| "sinon": "^1.17.6", | "sinon": "^1.17.6", | ||
| "sinon-chai": "^2.8.0" | "sinon-chai": "^2.8.0" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |||
| "shasum": "5d128515df134ff327e90a4c93f4e077a536341f", | |||
| "tarball": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" | |||
| }, | |||
| "gitHead": "13abeae468fea297d0dccc50bc55590809241083", | |||
| "homepage": "https://github.com/visionmedia/debug#readme", | "homepage": "https://github.com/visionmedia/debug#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "debug", | "debug", | ||
| ... | @@ -111,27 +90,7 @@ | ... | @@ -111,27 +90,7 @@ |
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "./src/index.js", | "main": "./src/index.js", | ||
| "maintainers": [ | |||
| { | |||
| "name": "thebigredgeek", | |||
| "email": "rhyneandrew@gmail.com" | |||
| }, | |||
| { | |||
| "name": "kolban", | |||
| "email": "kolban1@kolban.com" | |||
| }, | |||
| { | |||
| "name": "tootallnate", | |||
| "email": "nathan@tootallnate.net" | |||
| }, | |||
| { | |||
| "name": "tjholowaychuk", | |||
| "email": "tj@vision-media.ca" | |||
| } | |||
| ], | |||
| "name": "debug", | "name": "debug", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/visionmedia/debug.git" | "url": "git://github.com/visionmedia/debug.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "depd@1.1.1", | ||
| "raw": "depd@~1.1.1", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "depd", | |||
| "name": "depd", | |||
| "rawSpec": "~1.1.1", | |||
| "spec": ">=1.1.1 <1.2.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "depd@>=1.1.1 <1.2.0", | "_from": "depd@1.1.1", | ||
| "_id": "depd@1.1.1", | "_id": "depd@1.1.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=", | |||
| "_location": "/depd", | "_location": "/depd", | ||
| "_nodeVersion": "6.11.1", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/depd-1.1.1.tgz_1501197028677_0.8715836545452476" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "depd@~1.1.1", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "depd", | "raw": "depd@1.1.1", | ||
| "name": "depd", | "name": "depd", | ||
| "rawSpec": "~1.1.1", | "escapedName": "depd", | ||
| "spec": ">=1.1.1 <1.2.0", | "rawSpec": "1.1.1", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.1.1" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/body-parser", | "/body-parser", | ||
| ... | @@ -44,10 +28,8 @@ | ... | @@ -44,10 +28,8 @@ |
| "/send" | "/send" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz", | "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz", | ||
| "_shasum": "5783b4e1c459f06fa5ca27f991f3d06e7a310359", | "_spec": "1.1.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "depd@~1.1.1", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "author": { | "author": { | ||
| "name": "Douglas Christopher Wilson", | "name": "Douglas Christopher Wilson", | ||
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| ... | @@ -56,7 +38,6 @@ | ... | @@ -56,7 +38,6 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/dougwilson/nodejs-depd/issues" | "url": "https://github.com/dougwilson/nodejs-depd/issues" | ||
| }, | }, | ||
| "dependencies": {}, | |||
| "description": "Deprecate all the things", | "description": "Deprecate all the things", | ||
| "devDependencies": { | "devDependencies": { | ||
| "beautify-benchmark": "0.2.4", | "beautify-benchmark": "0.2.4", | ||
| ... | @@ -69,11 +50,6 @@ | ... | @@ -69,11 +50,6 @@ |
| "istanbul": "0.4.5", | "istanbul": "0.4.5", | ||
| "mocha": "~1.21.5" | "mocha": "~1.21.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "5783b4e1c459f06fa5ca27f991f3d06e7a310359", | |||
| "tarball": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6" | "node": ">= 0.6" | ||
| }, | }, | ||
| ... | @@ -84,22 +60,13 @@ | ... | @@ -84,22 +60,13 @@ |
| "index.js", | "index.js", | ||
| "Readme.md" | "Readme.md" | ||
| ], | ], | ||
| "gitHead": "15c5604aaab7befd413506e86670168d7481043a", | |||
| "homepage": "https://github.com/dougwilson/nodejs-depd#readme", | "homepage": "https://github.com/dougwilson/nodejs-depd#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "deprecate", | "deprecate", | ||
| "deprecated" | "deprecated" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "depd", | "name": "depd", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/dougwilson/nodejs-depd.git" | "url": "git+https://github.com/dougwilson/nodejs-depd.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "destroy@1.0.4", | ||
| "raw": "destroy@~1.0.4", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "destroy", | |||
| "name": "destroy", | |||
| "rawSpec": "~1.0.4", | |||
| "spec": ">=1.0.4 <1.1.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/send" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "destroy@>=1.0.4 <1.1.0", | "_from": "destroy@1.0.4", | ||
| "_id": "destroy@1.0.4", | "_id": "destroy@1.0.4", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", | |||
| "_location": "/destroy", | "_location": "/destroy", | ||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "1.4.28", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "destroy@~1.0.4", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "destroy", | "raw": "destroy@1.0.4", | ||
| "name": "destroy", | "name": "destroy", | ||
| "rawSpec": "~1.0.4", | "escapedName": "destroy", | ||
| "spec": ">=1.0.4 <1.1.0", | "rawSpec": "1.0.4", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.0.4" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/send" | "/send" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", | "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", | ||
| "_shasum": "978857442c44749e4206613e37946205826abd80", | "_spec": "1.0.4", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "destroy@~1.0.4", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/send", | |||
| "author": { | "author": { | ||
| "name": "Jonathan Ong", | "name": "Jonathan Ong", | ||
| "email": "me@jongleberry.com", | "email": "me@jongleberry.com", | ||
| ... | @@ -54,23 +41,16 @@ | ... | @@ -54,23 +41,16 @@ |
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "destroy a stream if possible", | "description": "destroy a stream if possible", | ||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "0.4.2", | "istanbul": "0.4.2", | ||
| "mocha": "2.3.4" | "mocha": "2.3.4" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "978857442c44749e4206613e37946205826abd80", | |||
| "tarball": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "index.js", | "index.js", | ||
| "LICENSE" | "LICENSE" | ||
| ], | ], | ||
| "gitHead": "86edea01456f5fa1027f6a47250c34c713cbcc3b", | "homepage": "https://github.com/stream-utils/destroy#readme", | ||
| "homepage": "https://github.com/stream-utils/destroy", | |||
| "keywords": [ | "keywords": [ | ||
| "stream", | "stream", | ||
| "streams", | "streams", | ||
| ... | @@ -80,19 +60,7 @@ | ... | @@ -80,19 +60,7 @@ |
| "fd" | "fd" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "jongleberry", | |||
| "email": "jonathanrichardong@gmail.com" | |||
| }, | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "destroy", | "name": "destroy", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/stream-utils/destroy.git" | "url": "git+https://github.com/stream-utils/destroy.git" | ||
| ... | ... |
node_modules/detect-rpi/LICENSE
0 → 100644
node_modules/detect-rpi/README.md
0 → 100644
node_modules/detect-rpi/index.js
0 → 100644
node_modules/detect-rpi/package.json
0 → 100644
| { | |||
| "_from": "detect-rpi", | |||
| "_id": "detect-rpi@1.2.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-TZ/c0cJYSrcArJtNaKhqODeF6EhFvkhNvsVBXfnjCh3ZUhG7WVTDN/04l5EnghTEjq1sXauZLLAsJd8lmEHstA==", | |||
| "_location": "/detect-rpi", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "tag", | |||
| "registry": true, | |||
| "raw": "detect-rpi", | |||
| "name": "detect-rpi", | |||
| "escapedName": "detect-rpi", | |||
| "rawSpec": "", | |||
| "saveSpec": null, | |||
| "fetchSpec": "latest" | |||
| }, | |||
| "_requiredBy": [ | |||
| "#USER", | |||
| "/" | |||
| ], | |||
| "_resolved": "https://registry.npmjs.org/detect-rpi/-/detect-rpi-1.2.0.tgz", | |||
| "_shasum": "2d1d9a6c7191de4fa81b651df6a7f68be5cbbaa6", | |||
| "_spec": "detect-rpi", | |||
| "_where": "/Users/scollado/proyecto-micro", | |||
| "author": { | |||
| "name": "Chris Grieger" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/fourcube/detect-rpi/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "Detects if node is currently running on a Raspberry Pi.", | |||
| "homepage": "https://github.com/fourcube/detect-rpi#readme", | |||
| "keywords": [ | |||
| "raspberry", | |||
| "detect pi" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "detect-rpi", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/fourcube/detect-rpi.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "version": "1.2.0" | |||
| } |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "ee-first@1.1.1", | ||
| "raw": "ee-first@1.1.1", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "ee-first", | |||
| "name": "ee-first", | |||
| "rawSpec": "1.1.1", | |||
| "spec": "1.1.1", | |||
| "type": "version" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/on-finished" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "ee-first@1.1.1", | "_from": "ee-first@1.1.1", | ||
| "_id": "ee-first@1.1.1", | "_id": "ee-first@1.1.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", | |||
| "_location": "/ee-first", | "_location": "/ee-first", | ||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "1.4.28", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "type": "version", | |||
| "registry": true, | |||
| "raw": "ee-first@1.1.1", | "raw": "ee-first@1.1.1", | ||
| "scope": null, | |||
| "escapedName": "ee-first", | |||
| "name": "ee-first", | "name": "ee-first", | ||
| "escapedName": "ee-first", | |||
| "rawSpec": "1.1.1", | "rawSpec": "1.1.1", | ||
| "spec": "1.1.1", | "saveSpec": null, | ||
| "type": "version" | "fetchSpec": "1.1.1" | ||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/on-finished" | "/on-finished" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", | "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", | ||
| "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d", | "_spec": "1.1.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "ee-first@1.1.1", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/on-finished", | |||
| "author": { | "author": { | ||
| "name": "Jonathan Ong", | "name": "Jonathan Ong", | ||
| "email": "me@jongleberry.com", | "email": "me@jongleberry.com", | ||
| ... | @@ -54,37 +41,18 @@ | ... | @@ -54,37 +41,18 @@ |
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "return the first event in a set of ee/event pairs", | "description": "return the first event in a set of ee/event pairs", | ||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "0.3.9", | "istanbul": "0.3.9", | ||
| "mocha": "2.2.5" | "mocha": "2.2.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d", | |||
| "tarball": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "index.js", | "index.js", | ||
| "LICENSE" | "LICENSE" | ||
| ], | ], | ||
| "gitHead": "512e0ce4cc3643f603708f965a97b61b1a9c0441", | "homepage": "https://github.com/jonathanong/ee-first#readme", | ||
| "homepage": "https://github.com/jonathanong/ee-first", | |||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "jongleberry", | |||
| "email": "jonathanrichardong@gmail.com" | |||
| }, | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "ee-first", | "name": "ee-first", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/jonathanong/ee-first.git" | "url": "git+https://github.com/jonathanong/ee-first.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "encodeurl@1.0.1", | ||
| "raw": "encodeurl@~1.0.1", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "encodeurl", | |||
| "name": "encodeurl", | |||
| "rawSpec": "~1.0.1", | |||
| "spec": ">=1.0.1 <1.1.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "encodeurl@>=1.0.1 <1.1.0", | "_from": "encodeurl@1.0.1", | ||
| "_id": "encodeurl@1.0.1", | "_id": "encodeurl@1.0.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=", | |||
| "_location": "/encodeurl", | "_location": "/encodeurl", | ||
| "_nodeVersion": "4.4.3", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-12-west.internal.npmjs.com", | |||
| "tmp": "tmp/encodeurl-1.0.1.tgz_1465519736251_0.09314409433864057" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "2.15.1", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "encodeurl@~1.0.1", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "encodeurl", | "raw": "encodeurl@1.0.1", | ||
| "name": "encodeurl", | "name": "encodeurl", | ||
| "rawSpec": "~1.0.1", | "escapedName": "encodeurl", | ||
| "spec": ">=1.0.1 <1.1.0", | "rawSpec": "1.0.1", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.0.1" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/express", | "/express", | ||
| ... | @@ -44,10 +28,8 @@ | ... | @@ -44,10 +28,8 @@ |
| "/serve-static" | "/serve-static" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz", | "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz", | ||
| "_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20", | "_spec": "1.0.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "encodeurl@~1.0.1", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/pillarjs/encodeurl/issues" | "url": "https://github.com/pillarjs/encodeurl/issues" | ||
| }, | }, | ||
| ... | @@ -57,7 +39,6 @@ | ... | @@ -57,7 +39,6 @@ |
| "email": "doug@somethingdoug.com" | "email": "doug@somethingdoug.com" | ||
| } | } | ||
| ], | ], | ||
| "dependencies": {}, | |||
| "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", | "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", | ||
| "devDependencies": { | "devDependencies": { | ||
| "eslint": "2.11.1", | "eslint": "2.11.1", | ||
| ... | @@ -67,11 +48,6 @@ | ... | @@ -67,11 +48,6 @@ |
| "istanbul": "0.4.3", | "istanbul": "0.4.3", | ||
| "mocha": "2.5.3" | "mocha": "2.5.3" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "79e3d58655346909fe6f0f45a5de68103b294d20", | |||
| "tarball": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.8" | "node": ">= 0.8" | ||
| }, | }, | ||
| ... | @@ -81,7 +57,6 @@ | ... | @@ -81,7 +57,6 @@ |
| "README.md", | "README.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "39ed0c235fed4cea7d012038fd6bb0480561d226", | |||
| "homepage": "https://github.com/pillarjs/encodeurl#readme", | "homepage": "https://github.com/pillarjs/encodeurl#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "encode", | "encode", | ||
| ... | @@ -89,15 +64,7 @@ | ... | @@ -89,15 +64,7 @@ |
| "url" | "url" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "encodeurl", | "name": "encodeurl", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/pillarjs/encodeurl.git" | "url": "git+https://github.com/pillarjs/encodeurl.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "engine.io-client@3.1.4", | ||
| "raw": "engine.io-client@~3.1.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "engine.io-client", | |||
| "name": "engine.io-client", | |||
| "rawSpec": "~3.1.0", | |||
| "spec": ">=3.1.0 <3.2.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/socket.io-client" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "engine.io-client@>=3.1.0 <3.2.0", | "_from": "engine.io-client@3.1.4", | ||
| "_id": "engine.io-client@3.1.4", | "_id": "engine.io-client@3.1.4", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-T88TcLRxY70s6b4nM5ckMDUNTqE=", | |||
| "_location": "/engine.io-client", | "_location": "/engine.io-client", | ||
| "_nodeVersion": "6.10.3", | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/engine.io-client-3.1.4.tgz_1510521482305_0.12045690277591348" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "engine.io-client@~3.1.0", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "engine.io-client", | "raw": "engine.io-client@3.1.4", | ||
| "name": "engine.io-client", | "name": "engine.io-client", | ||
| "rawSpec": "~3.1.0", | "escapedName": "engine.io-client", | ||
| "spec": ">=3.1.0 <3.2.0", | "rawSpec": "3.1.4", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "3.1.4" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/socket.io-client" | "/socket.io-client" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.4.tgz", | "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.4.tgz", | ||
| "_shasum": "4fcf1370b47163bd2ce9be2733972430350d4ea1", | "_spec": "3.1.4", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "engine.io-client@~3.1.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/socket.io-client", | |||
| "browser": { | "browser": { | ||
| "ws": false, | "ws": false, | ||
| "xmlhttprequest-ssl": "./lib/xmlhttprequest.js" | "xmlhttprequest-ssl": "./lib/xmlhttprequest.js" | ||
| ... | @@ -112,33 +94,15 @@ | ... | @@ -112,33 +94,15 @@ |
| "zuul-builder-webpack": "^1.2.0", | "zuul-builder-webpack": "^1.2.0", | ||
| "zuul-ngrok": "4.0.0" | "zuul-ngrok": "4.0.0" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "4fcf1370b47163bd2ce9be2733972430350d4ea1", | |||
| "tarball": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.4.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "index.js", | "index.js", | ||
| "lib/", | "lib/", | ||
| "engine.io.js" | "engine.io.js" | ||
| ], | ], | ||
| "gitHead": "90f4d17b29b5295b3002e9ccb2be0bb196ce4d6f", | |||
| "homepage": "https://github.com/socketio/engine.io-client", | "homepage": "https://github.com/socketio/engine.io-client", | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "lib/index.js", | "main": "lib/index.js", | ||
| "maintainers": [ | |||
| { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| { | |||
| "name": "rauchg", | |||
| "email": "rauchg@gmail.com" | |||
| } | |||
| ], | |||
| "name": "engine.io-client", | "name": "engine.io-client", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/socketio/engine.io-client.git" | "url": "git+https://github.com/socketio/engine.io-client.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "engine.io-parser@2.1.1", | ||
| "raw": "engine.io-parser@~2.1.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "engine.io-parser", | |||
| "name": "engine.io-parser", | |||
| "rawSpec": "~2.1.0", | |||
| "spec": ">=2.1.0 <2.2.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/engine.io" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "engine.io-parser@>=2.1.0 <2.2.0", | "_from": "engine.io-parser@2.1.1", | ||
| "_id": "engine.io-parser@2.1.1", | "_id": "engine.io-parser@2.1.1", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-4Ps/DgRi9/WLt3waUun1p+JuRmg=", | |||
| "_location": "/engine.io-parser", | "_location": "/engine.io-parser", | ||
| "_nodeVersion": "6.9.4", | |||
| "_npmOperationalInternal": { | |||
| "host": "packages-12-west.internal.npmjs.com", | |||
| "tmp": "tmp/engine.io-parser-2.1.1.tgz_1493327149955_0.6413915157318115" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "engine.io-parser@~2.1.0", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "engine.io-parser", | "raw": "engine.io-parser@2.1.1", | ||
| "name": "engine.io-parser", | "name": "engine.io-parser", | ||
| "rawSpec": "~2.1.0", | "escapedName": "engine.io-parser", | ||
| "spec": ">=2.1.0 <2.2.0", | "rawSpec": "2.1.1", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "2.1.1" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/engine.io", | "/engine.io", | ||
| "/engine.io-client" | "/engine.io-client" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.1.tgz", | "_resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.1.tgz", | ||
| "_shasum": "e0fb3f0e0462f7f58bb77c1a52e9f5a7e26e4668", | "_spec": "2.1.1", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "engine.io-parser@~2.1.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/engine.io", | |||
| "browser": "./lib/browser.js", | "browser": "./lib/browser.js", | ||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/socketio/engine.io-parser/issues" | "url": "https://github.com/socketio/engine.io-parser/issues" | ||
| ... | @@ -65,31 +47,13 @@ | ... | @@ -65,31 +47,13 @@ |
| "zuul": "3.11.1", | "zuul": "3.11.1", | ||
| "zuul-ngrok": "4.0.0" | "zuul-ngrok": "4.0.0" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "e0fb3f0e0462f7f58bb77c1a52e9f5a7e26e4668", | |||
| "tarball": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.1.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "index.js", | "index.js", | ||
| "lib/" | "lib/" | ||
| ], | ], | ||
| "gitHead": "e2422c300e96766c951fdf2432e992c29fc12f1a", | |||
| "homepage": "https://github.com/socketio/engine.io-parser", | "homepage": "https://github.com/socketio/engine.io-parser", | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| { | |||
| "name": "rauchg", | |||
| "email": "rauchg@gmail.com" | |||
| } | |||
| ], | |||
| "name": "engine.io-parser", | "name": "engine.io-parser", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+ssh://git@github.com/socketio/engine.io-parser.git" | "url": "git+ssh://git@github.com/socketio/engine.io-parser.git" | ||
| ... | ... |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "accepts@1.3.3", | ||
| "raw": "accepts@~1.3.4", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "accepts", | |||
| "name": "accepts", | |||
| "rawSpec": "~1.3.4", | |||
| "spec": ">=1.3.4 <1.4.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/Documents/controlAcceso/node_modules/express" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "accepts@>=1.3.4 <1.4.0", | "_from": "accepts@1.3.3", | ||
| "_id": "accepts@1.3.4", | "_id": "accepts@1.3.3", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_location": "/express/accepts", | "_integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", | ||
| "_nodeVersion": "6.11.1", | "_location": "/engine.io/accepts", | ||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/accepts-1.3.4.tgz_1503455053008_0.43370609171688557" | |||
| }, | |||
| "_npmUser": { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | "_phantomChildren": {}, | ||
| "_requested": { | "_requested": { | ||
| "raw": "accepts@~1.3.4", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "accepts", | "raw": "accepts@1.3.3", | ||
| "name": "accepts", | "name": "accepts", | ||
| "rawSpec": "~1.3.4", | "escapedName": "accepts", | ||
| "spec": ">=1.3.4 <1.4.0", | "rawSpec": "1.3.3", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "1.3.3" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/express" | "/engine.io" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz", | "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", | ||
| "_shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f", | "_spec": "1.3.3", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "accepts@~1.3.4", | |||
| "_where": "/Users/scollado/Documents/controlAcceso/node_modules/express", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/jshttp/accepts/issues" | "url": "https://github.com/jshttp/accepts/issues" | ||
| }, | }, | ||
| ... | @@ -60,26 +42,14 @@ | ... | @@ -60,26 +42,14 @@ |
| } | } | ||
| ], | ], | ||
| "dependencies": { | "dependencies": { | ||
| "mime-types": "~2.1.16", | "mime-types": "~2.1.11", | ||
| "negotiator": "0.6.1" | "negotiator": "0.6.1" | ||
| }, | }, | ||
| "description": "Higher-level content negotiation", | "description": "Higher-level content negotiation", | ||
| "devDependencies": { | "devDependencies": { | ||
| "eslint": "3.19.0", | "istanbul": "0.4.3", | ||
| "eslint-config-standard": "10.2.1", | |||
| "eslint-plugin-import": "2.7.0", | |||
| "eslint-plugin-markdown": "1.0.0-beta.6", | |||
| "eslint-plugin-node": "5.1.1", | |||
| "eslint-plugin-promise": "3.5.0", | |||
| "eslint-plugin-standard": "3.0.1", | |||
| "istanbul": "0.4.5", | |||
| "mocha": "~1.21.5" | "mocha": "~1.21.5" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f", | |||
| "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz" | |||
| }, | |||
| "engines": { | "engines": { | ||
| "node": ">= 0.6" | "node": ">= 0.6" | ||
| }, | }, | ||
| ... | @@ -88,7 +58,6 @@ | ... | @@ -88,7 +58,6 @@ |
| "HISTORY.md", | "HISTORY.md", | ||
| "index.js" | "index.js" | ||
| ], | ], | ||
| "gitHead": "71ea430741d6eb5484b6c67c95924540a98186a5", | |||
| "homepage": "https://github.com/jshttp/accepts#readme", | "homepage": "https://github.com/jshttp/accepts#readme", | ||
| "keywords": [ | "keywords": [ | ||
| "content", | "content", | ||
| ... | @@ -97,24 +66,15 @@ | ... | @@ -97,24 +66,15 @@ |
| "accepts" | "accepts" | ||
| ], | ], | ||
| "license": "MIT", | "license": "MIT", | ||
| "maintainers": [ | |||
| { | |||
| "name": "dougwilson", | |||
| "email": "doug@somethingdoug.com" | |||
| } | |||
| ], | |||
| "name": "accepts", | "name": "accepts", | ||
| "optionalDependencies": {}, | |||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/jshttp/accepts.git" | "url": "git+https://github.com/jshttp/accepts.git" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --plugin markdown --ext js,md .", | |||
| "test": "mocha --reporter spec --check-leaks --bail test/", | "test": "mocha --reporter spec --check-leaks --bail test/", | ||
| "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | ||
| "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" | ||
| }, | }, | ||
| "version": "1.3.4" | "version": "1.3.3" | ||
| } | } |
| { | { | ||
| "_args": [ | "_args": [ | ||
| [ | [ | ||
| { | "engine.io@3.1.4", | ||
| "raw": "engine.io@~3.1.0", | "/Users/scollado/proyecto-micro" | ||
| "scope": null, | |||
| "escapedName": "engine.io", | |||
| "name": "engine.io", | |||
| "rawSpec": "~3.1.0", | |||
| "spec": ">=3.1.0 <3.2.0", | |||
| "type": "range" | |||
| }, | |||
| "/Users/scollado/controlAcceso/node_modules/socket.io" | |||
| ] | ] | ||
| ], | ], | ||
| "_from": "engine.io@>=3.1.0 <3.2.0", | "_from": "engine.io@3.1.4", | ||
| "_id": "engine.io@3.1.4", | "_id": "engine.io@3.1.4", | ||
| "_inCache": true, | "_inBundle": false, | ||
| "_integrity": "sha1-PQIRtwpVLOhB/8fahiezAamkFi4=", | |||
| "_location": "/engine.io", | "_location": "/engine.io", | ||
| "_nodeVersion": "6.10.3", | "_phantomChildren": { | ||
| "_npmOperationalInternal": { | "mime-types": "2.1.17", | ||
| "host": "s3://npm-registry-packages", | "negotiator": "0.6.1" | ||
| "tmp": "tmp/engine.io-3.1.4.tgz_1510521498883_0.9222093501593918" | |||
| }, | }, | ||
| "_npmUser": { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| "_npmVersion": "3.10.10", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | "_requested": { | ||
| "raw": "engine.io@~3.1.0", | "type": "version", | ||
| "scope": null, | "registry": true, | ||
| "escapedName": "engine.io", | "raw": "engine.io@3.1.4", | ||
| "name": "engine.io", | "name": "engine.io", | ||
| "rawSpec": "~3.1.0", | "escapedName": "engine.io", | ||
| "spec": ">=3.1.0 <3.2.0", | "rawSpec": "3.1.4", | ||
| "type": "range" | "saveSpec": null, | ||
| "fetchSpec": "3.1.4" | |||
| }, | }, | ||
| "_requiredBy": [ | "_requiredBy": [ | ||
| "/socket.io" | "/socket.io" | ||
| ], | ], | ||
| "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.4.tgz", | "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.4.tgz", | ||
| "_shasum": "3d0211b70a552ce841ffc7da8627b301a9a4162e", | "_spec": "3.1.4", | ||
| "_shrinkwrap": null, | "_where": "/Users/scollado/proyecto-micro", | ||
| "_spec": "engine.io@~3.1.0", | |||
| "_where": "/Users/scollado/controlAcceso/node_modules/socket.io", | |||
| "author": { | "author": { | ||
| "name": "Guillermo Rauch", | "name": "Guillermo Rauch", | ||
| "email": "guillermo@learnboost.com" | "email": "guillermo@learnboost.com" | ||
| ... | @@ -95,33 +80,16 @@ | ... | @@ -95,33 +80,16 @@ |
| "s": "0.1.1", | "s": "0.1.1", | ||
| "superagent": "0.15.4" | "superagent": "0.15.4" | ||
| }, | }, | ||
| "directories": {}, | |||
| "dist": { | |||
| "shasum": "3d0211b70a552ce841ffc7da8627b301a9a4162e", | |||
| "tarball": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.4.tgz" | |||
| }, | |||
| "files": [ | "files": [ | ||
| "lib/" | "lib/" | ||
| ], | ], | ||
| "gitHead": "1a685c02e19a6a70f7bacda71aed2bec5312f6cb", | |||
| "homepage": "https://github.com/socketio/engine.io", | "homepage": "https://github.com/socketio/engine.io", | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "lib/engine.io", | "main": "lib/engine.io", | ||
| "maintainers": [ | |||
| { | |||
| "name": "darrachequesne", | |||
| "email": "damien.arrachequesne@gmail.com" | |||
| }, | |||
| { | |||
| "name": "rauchg", | |||
| "email": "rauchg@gmail.com" | |||
| } | |||
| ], | |||
| "name": "engine.io", | "name": "engine.io", | ||
| "optionalDependencies": { | "optionalDependencies": { | ||
| "uws": "~0.14.4" | "uws": "~0.14.4" | ||
| }, | }, | ||
| "readme": "ERROR: No README data found!", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+ssh://git@github.com/socketio/engine.io.git" | "url": "git+ssh://git@github.com/socketio/engine.io.git" | ||
| ... | ... |
node_modules/epoll/build/Release/epoll.node
0 → 100755
No preview for this file type
No preview for this file type
This diff is collapsed.
Click to expand it.
node_modules/epoll/build/gyp-mac-tool
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/mime/.npmignore
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/mime/CHANGELOG.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/mime/src/build.js
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
node_modules/mime/src/test.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/minimist/.travis.yml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/minimist/LICENSE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/minimist/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/minimist/package.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/bool.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/dash.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/dotted.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/long.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/num.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/parse.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/minimist/test/short.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/node-static/.npmignore
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/node-static/LICENSE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/node-static/README.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/node-static/bin/cli.js
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
Click to expand it.
node_modules/optimist/.travis.yml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/LICENSE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/optimist/example/xup.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/package.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/_.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/_/argv.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/_/bin.js
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/dash.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/parse.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/short.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/optimist/test/usage.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
node_modules/wordwrap/LICENSE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/wordwrap/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/wordwrap/package.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
node_modules/wordwrap/test/break.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
node_modules/wordwrap/test/wrap.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/index3.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment