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/domelementtype/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "domelementtype@2.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "domelementtype@2.2.0",
     10  "_id": "domelementtype@2.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
     13  "_location": "/domelementtype",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "domelementtype@2.2.0",
    219    "name": "domelementtype",
    3     "version": "2.2.0",
    4     "description": "all the types of nodes in htmlparser2's dom",
    5     "author": "Felix Boehm <me@feedic.com>",
    6     "license": "BSD-2-Clause",
    7     "funding": [
    8         {
    9             "type": "github",
    10             "url": "https://github.com/sponsors/fb55"
    11         }
    12     ],
    13     "sideEffects": false,
    14     "main": "lib/index.js",
    15     "types": "lib/index.d.ts",
    16     "files": [
    17         "lib/**/*"
    18     ],
    19     "repository": {
    20         "type": "git",
    21         "url": "git://github.com/fb55/domelementtype.git"
    22     },
    23     "keywords": [
    24         "dom",
    25         "htmlparser2"
    26     ],
    27     "scripts": {
    28         "test": "npm run lint && prettier --check **/*.{ts,json,md}",
    29         "lint": "eslint src",
    30         "format": "prettier --write **/*.{ts,json,md}",
    31         "build": "tsc",
    32         "prepare": "npm run build"
    33     },
    34     "prettier": {
    35         "tabWidth": 4
    36     },
    37     "devDependencies": {
    38         "@typescript-eslint/eslint-plugin": "^4.1.0",
    39         "@typescript-eslint/parser": "^4.1.0",
    40         "eslint": "^7.9.0",
    41         "eslint-config-prettier": "^6.0.0",
    42         "prettier": "^2.1.1",
    43         "typescript": "^4.0.2"
     20    "escapedName": "domelementtype",
     21    "rawSpec": "2.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.0"
     24  },
     25  "_requiredBy": [
     26    "/dom-serializer",
     27    "/domhandler",
     28    "/domutils"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
     31  "_spec": "2.2.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Felix Boehm",
     35    "email": "me@feedic.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/fb55/domelementtype/issues"
     39  },
     40  "description": "all the types of nodes in htmlparser2's dom",
     41  "devDependencies": {
     42    "@typescript-eslint/eslint-plugin": "^4.1.0",
     43    "@typescript-eslint/parser": "^4.1.0",
     44    "eslint": "^7.9.0",
     45    "eslint-config-prettier": "^6.0.0",
     46    "prettier": "^2.1.1",
     47    "typescript": "^4.0.2"
     48  },
     49  "files": [
     50    "lib/**/*"
     51  ],
     52  "funding": [
     53    {
     54      "type": "github",
     55      "url": "https://github.com/sponsors/fb55"
    4456    }
     57  ],
     58  "homepage": "https://github.com/fb55/domelementtype#readme",
     59  "keywords": [
     60    "dom",
     61    "htmlparser2"
     62  ],
     63  "license": "BSD-2-Clause",
     64  "main": "lib/index.js",
     65  "name": "domelementtype",
     66  "prettier": {
     67    "tabWidth": 4
     68  },
     69  "repository": {
     70    "type": "git",
     71    "url": "git://github.com/fb55/domelementtype.git"
     72  },
     73  "scripts": {
     74    "build": "tsc",
     75    "format": "prettier --write **/*.{ts,json,md}",
     76    "lint": "eslint src",
     77    "prepare": "npm run build",
     78    "test": "npm run lint && prettier --check **/*.{ts,json,md}"
     79  },
     80  "sideEffects": false,
     81  "types": "lib/index.d.ts",
     82  "version": "2.2.0"
    4583}
Note: See TracChangeset for help on using the changeset viewer.