You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
73 lines
1.7 KiB
4 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"socketio-auth@0.1.1",
|
||
|
"/home/lefos/repos/swarmlab-playground-client"
|
||
|
]
|
||
|
],
|
||
|
"_from": "socketio-auth@0.1.1",
|
||
|
"_id": "socketio-auth@0.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-TDM/yiA5tnDiJqn8fO5zHrvTaKmN4EK4Dci9RaJLO11LEEbC1/E7z352OFrIWg8d/rn+Nk666ks9RhjlkGILlA==",
|
||
|
"_location": "/socketio-auth",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "socketio-auth@0.1.1",
|
||
|
"name": "socketio-auth",
|
||
|
"escapedName": "socketio-auth",
|
||
|
"rawSpec": "0.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/socketio-auth/-/socketio-auth-0.1.1.tgz",
|
||
|
"_spec": "0.1.1",
|
||
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
||
|
"author": {
|
||
|
"name": "Facundo Olano and Martín Paulucci"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facundoolano/socketio-auth/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"debug": "^2.1.3",
|
||
|
"lodash": "^4.17.5"
|
||
|
},
|
||
|
"description": "Authentication for socket.io",
|
||
|
"devDependencies": {
|
||
|
"jscs": "~1.8.0",
|
||
|
"jshint": "~2.5.10",
|
||
|
"mocha": "^1.21.5"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://github.com/facundoolano/socketio-auth",
|
||
|
"keywords": [
|
||
|
"socket",
|
||
|
"socket.io",
|
||
|
"authentication",
|
||
|
"auth",
|
||
|
"invisible.js"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"main": "index.js",
|
||
|
"name": "socketio-auth",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/facundoolano/socketio-auth.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"jscs": "jscs lib/ test/",
|
||
|
"jshint": "jshint lib/ test/",
|
||
|
"lint": "npm run jshint && npm run jscs",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "0.1.1"
|
||
|
}
|