Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/socket.io-parser/package.json

    rceaed42 r59329aa  
    11{
    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"
    824  },
    9   "files": [
    10     "dist/"
     25  "_requiredBy": [
     26    "/socket.io"
    1127  ],
    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  },
    1434  "dependencies": {
    1535    "@types/component-emitter": "^1.2.10",
     
    1737    "debug": "~4.3.1"
    1838  },
     39  "description": "socket.io protocol parser",
    1940  "devDependencies": {
    2041    "@babel/core": "~7.9.6",
     
    3354    "zuul-ngrok": "4.0.0"
    3455  },
     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  },
    3570  "scripts": {
    3671    "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",
    3775    "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",
    3976    "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"
    4378  },
    44   "license": "MIT",
    45   "engines": {
    46     "node": ">=10.0.0"
    47   }
     79  "types": "./dist/index.d.ts",
     80  "version": "4.0.4"
    4881}
Note: See TracChangeset for help on using the changeset viewer.