[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "socket.io-parser@4.0.4",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "socket.io-parser@4.0.4",
|
---|
| 10 | "_id": "socket.io-parser@4.0.4",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==",
|
---|
| 13 | "_location": "/socket.io-parser",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "socket.io-parser@4.0.4",
|
---|
| 19 | "name": "socket.io-parser",
|
---|
| 20 | "escapedName": "socket.io-parser",
|
---|
| 21 | "rawSpec": "4.0.4",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "4.0.4"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/socket.io"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz",
|
---|
| 29 | "_spec": "4.0.4",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/socketio/socket.io-parser/issues"
|
---|
| 33 | },
|
---|
[6a3a178] | 34 | "dependencies": {
|
---|
| 35 | "@types/component-emitter": "^1.2.10",
|
---|
| 36 | "component-emitter": "~1.3.0",
|
---|
| 37 | "debug": "~4.3.1"
|
---|
| 38 | },
|
---|
[59329aa] | 39 | "description": "socket.io protocol parser",
|
---|
[6a3a178] | 40 | "devDependencies": {
|
---|
| 41 | "@babel/core": "~7.9.6",
|
---|
| 42 | "@babel/preset-env": "~7.9.6",
|
---|
| 43 | "@types/debug": "^4.1.5",
|
---|
| 44 | "@types/node": "^14.11.1",
|
---|
| 45 | "babelify": "~10.0.0",
|
---|
| 46 | "benchmark": "2.1.2",
|
---|
| 47 | "expect.js": "0.3.1",
|
---|
| 48 | "mocha": "3.2.0",
|
---|
| 49 | "prettier": "^2.1.2",
|
---|
| 50 | "rimraf": "^3.0.2",
|
---|
| 51 | "socket.io-browsers": "^1.0.0",
|
---|
| 52 | "typescript": "^4.0.3",
|
---|
| 53 | "zuul": "3.11.1",
|
---|
| 54 | "zuul-ngrok": "4.0.0"
|
---|
| 55 | },
|
---|
[59329aa] | 56 | "engines": {
|
---|
| 57 | "node": ">=10.0.0"
|
---|
| 58 | },
|
---|
| 59 | "files": [
|
---|
| 60 | "dist/"
|
---|
| 61 | ],
|
---|
| 62 | "homepage": "https://github.com/socketio/socket.io-parser#readme",
|
---|
| 63 | "license": "MIT",
|
---|
| 64 | "main": "./dist/index.js",
|
---|
| 65 | "name": "socket.io-parser",
|
---|
| 66 | "repository": {
|
---|
| 67 | "type": "git",
|
---|
| 68 | "url": "git+https://github.com/socketio/socket.io-parser.git"
|
---|
| 69 | },
|
---|
[6a3a178] | 70 | "scripts": {
|
---|
| 71 | "compile": "rimraf ./dist && tsc",
|
---|
[59329aa] | 72 | "format:check": "prettier --check --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
|
---|
| 73 | "format:fix": "prettier --write --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
|
---|
| 74 | "prepack": "npm run compile",
|
---|
[6a3a178] | 75 | "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
---|
| 76 | "test:browser": "zuul test/index.js --no-coverage",
|
---|
[59329aa] | 77 | "test:node": "mocha --reporter dot --bail test/index.js"
|
---|
[6a3a178] | 78 | },
|
---|
[59329aa] | 79 | "types": "./dist/index.d.ts",
|
---|
| 80 | "version": "4.0.4"
|
---|
[6a3a178] | 81 | }
|
---|