mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-27 09:08:31 +00:00
137 lines
3.4 KiB
JSON
137 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "engine.io@~3.1.0",
|
|
"scope": null,
|
|
"escapedName": "engine.io",
|
|
"name": "engine.io",
|
|
"rawSpec": "~3.1.0",
|
|
"spec": ">=3.1.0 <3.2.0",
|
|
"type": "range"
|
|
},
|
|
"/home/frappe/frappe-bench/node_modules/socket.io"
|
|
]
|
|
],
|
|
"_from": "engine.io@>=3.1.0 <3.2.0",
|
|
"_id": "engine.io@3.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/engine.io",
|
|
"_nodeVersion": "6.9.4",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/engine.io-3.1.0.tgz_1493334249253_0.891612553736195"
|
|
},
|
|
"_npmUser": {
|
|
"name": "darrachequesne",
|
|
"email": "damien.arrachequesne@gmail.com"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "engine.io@~3.1.0",
|
|
"scope": null,
|
|
"escapedName": "engine.io",
|
|
"name": "engine.io",
|
|
"rawSpec": "~3.1.0",
|
|
"spec": ">=3.1.0 <3.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/socket.io"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.0.tgz",
|
|
"_shasum": "5ca438e3ce9fdbc915c4a21c8dd9e1266706e57e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "engine.io@~3.1.0",
|
|
"_where": "/home/frappe/frappe-bench/node_modules/socket.io",
|
|
"author": {
|
|
"name": "Guillermo Rauch",
|
|
"email": "guillermo@learnboost.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/socketio/engine.io/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Eugen Dueck",
|
|
"url": "https://github.com/EugenDueck"
|
|
},
|
|
{
|
|
"name": "Afshin Mehrabani",
|
|
"url": "https://github.com/afshinm"
|
|
},
|
|
{
|
|
"name": "Christoph Dorn",
|
|
"url": "https://github.com/cadorn"
|
|
},
|
|
{
|
|
"name": "Mark Mokryn",
|
|
"email": "mokesmokes@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"accepts": "1.3.3",
|
|
"base64id": "1.0.0",
|
|
"cookie": "0.3.1",
|
|
"debug": "~2.6.4",
|
|
"engine.io-parser": "~2.1.0",
|
|
"uws": "~0.14.4",
|
|
"ws": "~2.3.1"
|
|
},
|
|
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
|
|
"devDependencies": {
|
|
"babel-eslint": "5.0.0",
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"engine.io-client": "3.1.0",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"expect.js": "^0.3.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-eslint": "1.1.1",
|
|
"gulp-mocha": "^4.3.0",
|
|
"gulp-nsp": "^2.4.1",
|
|
"mocha": "^3.2.0",
|
|
"s": "0.1.1",
|
|
"superagent": "0.15.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "5ca438e3ce9fdbc915c4a21c8dd9e1266706e57e",
|
|
"tarball": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.0.tgz"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"gitHead": "935b155c21d4776d921728e9dac25447ff3472e5",
|
|
"homepage": "https://github.com/socketio/engine.io",
|
|
"license": "MIT",
|
|
"main": "./lib/engine.io",
|
|
"maintainers": [
|
|
{
|
|
"name": "darrachequesne",
|
|
"email": "damien.arrachequesne@gmail.com"
|
|
},
|
|
{
|
|
"name": "rauchg",
|
|
"email": "rauchg@gmail.com"
|
|
}
|
|
],
|
|
"name": "engine.io",
|
|
"optionalDependencies": {
|
|
"uws": "~0.14.4"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/socketio/engine.io.git"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test; EIO_WS_ENGINE=ws gulp test;"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|