- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/socket.io-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "socket.io-parser", 3 "version": "4.0.4", 4 "description": "socket.io protocol parser", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/socketio/socket.io-parser.git" 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" 8 24 }, 9 " files": [10 " dist/"25 "_requiredBy": [ 26 "/socket.io" 11 27 ], 12 "main": "./dist/index.js", 13 "types": "./dist/index.d.ts", 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 }, 14 34 "dependencies": { 15 35 "@types/component-emitter": "^1.2.10", … … 17 37 "debug": "~4.3.1" 18 38 }, 39 "description": "socket.io protocol parser", 19 40 "devDependencies": { 20 41 "@babel/core": "~7.9.6", … … 33 54 "zuul-ngrok": "4.0.0" 34 55 }, 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 }, 35 70 "scripts": { 36 71 "compile": "rimraf ./dist && tsc", 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", 37 75 "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi", 38 "test:node": "mocha --reporter dot --bail test/index.js",39 76 "test:browser": "zuul test/index.js --no-coverage", 40 "format:fix": "prettier --write --parser typescript 'lib/**/*.ts' 'test/**/*.js'", 41 "format:check": "prettier --check --parser typescript 'lib/**/*.ts' 'test/**/*.js'", 42 "prepack": "npm run compile" 77 "test:node": "mocha --reporter dot --bail test/index.js" 43 78 }, 44 "license": "MIT", 45 "engines": { 46 "node": ">=10.0.0" 47 } 79 "types": "./dist/index.d.ts", 80 "version": "4.0.4" 48 81 }
Note:
See TracChangeset
for help on using the changeset viewer.