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.
143 lines
4.7 KiB
143 lines
4.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"socket.io-client@3.0.3",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "socket.io-client@3.0.3",
|
|
"_id": "socket.io-client@3.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kwCJAKb6JMqE9ZYXg78Dgt8rYLSwtJ/g/LJqpb/pOTFRZMSr1cKAsCaisHZ+IBwKHBY7DYOOkjtkHqseY3ZLpw==",
|
|
"_location": "/socket.io-client",
|
|
"_phantomChildren": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "socket.io-client@3.0.3",
|
|
"name": "socket.io-client",
|
|
"escapedName": "socket.io-client",
|
|
"rawSpec": "3.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-3.0.3.tgz",
|
|
"_spec": "3.0.3",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"bugs": {
|
|
"url": "https://github.com/socketio/socket.io-client/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Guillermo Rauch",
|
|
"email": "rauchg@gmail.com"
|
|
},
|
|
{
|
|
"name": "Arnout Kazemier",
|
|
"email": "info@3rd-eden.com"
|
|
},
|
|
{
|
|
"name": "Vladimir Dronnikov",
|
|
"email": "dronnikov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Einar Otto Stangvik",
|
|
"email": "einaros@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@types/component-emitter": "^1.2.10",
|
|
"backo2": "1.0.2",
|
|
"component-bind": "1.0.0",
|
|
"component-emitter": "~1.3.0",
|
|
"debug": "~4.1.0",
|
|
"engine.io-client": "~4.0.0",
|
|
"parseuri": "0.0.6",
|
|
"socket.io-parser": "~4.0.1"
|
|
},
|
|
"description": "[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![devDependency Status](https://david-dm.org/socketio/socket.io-client/dev-status.svg)](https://david-dm.org/socketio/socket.io-client#info=devDependencies) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](https://www.npmjs.com/package/socket.io-client) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?style=flat) [![](http://slack.socket.io/badge.svg?)](http://slack.socket.io)",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/plugin-transform-object-assign": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/node": "^14.11.8",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"base64-arraybuffer": "^0.1.5",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.1",
|
|
"expect.js": "0.3.1",
|
|
"has-cors": "^1.1.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.3.0",
|
|
"prettier": "^2.1.2",
|
|
"rimraf": "^3.0.2",
|
|
"socket.io": "3.0.0",
|
|
"socket.io-browsers": "^1.0.0",
|
|
"socket.io-msgpack-parser": "^3.0.0",
|
|
"text-blob-builder": "0.0.1",
|
|
"ts-loader": "^8.0.5",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-remove-debug": "^0.1.0",
|
|
"zuul": "~3.11.1",
|
|
"zuul-builder-webpack": "^1.2.0",
|
|
"zuul-ngrok": "4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./dist/socket.io.js": "./dist/socket.io.js",
|
|
"./dist/socket.io.js.map": "./dist/socket.io.js.map",
|
|
".": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./build/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"build/",
|
|
"wrapper.mjs"
|
|
],
|
|
"homepage": "https://github.com/socketio/socket.io-client#readme",
|
|
"keywords": [
|
|
"realtime",
|
|
"framework",
|
|
"websocket",
|
|
"tcp",
|
|
"events",
|
|
"client"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"name": "socket.io-client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/socketio/socket.io-client.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run compile && webpack --config ./support/webpack.config.js --config ./support/prod.config.js --config ./support/msgpack-parser.config.js",
|
|
"compile": "rimraf ./build && tsc",
|
|
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.js' 'test/**/*.ts' 'support/**/*.js'",
|
|
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.js' 'test/**/*.ts' 'support/**/*.js'",
|
|
"prepack": "npm run compile",
|
|
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
|
"test:browser": "zuul test/index.js",
|
|
"test:node": "mocha --require ts-node/register --reporter dot --require test/support/server.js test/index.js"
|
|
},
|
|
"type": "commonjs",
|
|
"types": "./build/index.d.ts",
|
|
"version": "3.0.3"
|
|
}
|
|
|