Description
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.
 
 

83 lines
2.4 KiB

{
"_args": [
[
"socket.io-parser@4.0.2",
"/home/lefos/repos/swarmlab-playground-client"
]
],
"_from": "socket.io-parser@4.0.2",
"_id": "socket.io-parser@4.0.2",
"_inBundle": false,
"_integrity": "sha512-Bs3IYHDivwf+bAAuW/8xwJgIiBNtlvnjYRc4PbXgniLmcP1BrakBoq/QhO24rgtgW7VZ7uAaswRGxutUnlAK7g==",
"_location": "/socket.io-parser",
"_phantomChildren": {
"ms": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "socket.io-parser@4.0.2",
"name": "socket.io-parser",
"escapedName": "socket.io-parser",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/socket.io",
"/socket.io-client"
],
"_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "/home/lefos/repos/swarmlab-playground-client",
"bugs": {
"url": "https://github.com/socketio/socket.io-parser/issues"
},
"dependencies": {
"@types/component-emitter": "^1.2.10",
"component-emitter": "~1.3.0",
"debug": "~4.1.0"
},
"description": "socket.io protocol parser",
"devDependencies": {
"@babel/core": "~7.9.6",
"@babel/preset-env": "~7.9.6",
"@types/debug": "^4.1.5",
"@types/node": "^14.11.1",
"babelify": "~10.0.0",
"benchmark": "2.1.2",
"expect.js": "0.3.1",
"mocha": "3.2.0",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"socket.io-browsers": "^1.0.0",
"typescript": "^4.0.3",
"zuul": "3.11.1",
"zuul-ngrok": "4.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"dist/"
],
"homepage": "https://github.com/socketio/socket.io-parser#readme",
"license": "MIT",
"main": "./dist/index.js",
"name": "socket.io-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/socketio/socket.io-parser.git"
},
"scripts": {
"compile": "rimraf ./dist && tsc",
"format:check": "prettier --check --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
"format:fix": "prettier --write --parser typescript 'lib/**/*.ts' 'test/**/*.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 --no-coverage",
"test:node": "mocha --reporter dot --bail test/index.js"
},
"types": "./dist/index.d.ts",
"version": "4.0.2"
}