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

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "domhandler@4.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "domhandler@4.2.2",
     10  "_id": "domhandler@4.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==",
     13  "_location": "/domhandler",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "domhandler@4.2.2",
    219    "name": "domhandler",
    3     "version": "4.2.2",
    4     "description": "Handler for htmlparser2 that turns pages into a dom",
    5     "author": "Felix Boehm <me@feedic.com>",
    6     "funding": {
    7         "url": "https://github.com/fb55/domhandler?sponsor=1"
    8     },
    9     "license": "BSD-2-Clause",
    10     "main": "lib/index.js",
    11     "types": "lib/index.d.ts",
    12     "sideEffects": false,
    13     "files": [
    14         "lib"
    15     ],
    16     "scripts": {
    17         "test": "npm run test:jest && npm run lint",
    18         "test:jest": "jest",
    19         "lint": "eslint src",
    20         "format": "prettier --write '**/*.{ts,md,json}'",
    21         "build": "tsc",
    22         "prepare": "npm run build"
    23     },
    24     "repository": {
    25         "type": "git",
    26         "url": "git://github.com/fb55/domhandler.git"
    27     },
    28     "keywords": [
    29         "dom",
    30         "htmlparser2"
    31     ],
    32     "engines": {
    33         "node": ">= 4"
    34     },
    35     "dependencies": {
    36         "domelementtype": "^2.2.0"
    37     },
    38     "devDependencies": {
    39         "@types/jest": "^27.0.1",
    40         "@types/node": "^16.7.2",
    41         "@typescript-eslint/eslint-plugin": "^4.29.3",
    42         "@typescript-eslint/parser": "^4.29.3",
    43         "eslint": "^7.32.0",
    44         "eslint-config-prettier": "^8.1.0",
    45         "htmlparser2": "^7.1.1",
    46         "jest": "^27.1.0",
    47         "prettier": "^2.0.5",
    48         "ts-jest": "^27.0.5",
    49         "typescript": "^4.4.2"
    50     },
    51     "jest": {
    52         "preset": "ts-jest",
    53         "testEnvironment": "node"
    54     },
    55     "prettier": {
    56         "tabWidth": 4
    57     }
     20    "escapedName": "domhandler",
     21    "rawSpec": "4.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "4.2.2"
     24  },
     25  "_requiredBy": [
     26    "/css-select",
     27    "/dom-serializer",
     28    "/domutils"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz",
     31  "_spec": "4.2.2",
     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/domhandler/issues"
     39  },
     40  "dependencies": {
     41    "domelementtype": "^2.2.0"
     42  },
     43  "description": "Handler for htmlparser2 that turns pages into a dom",
     44  "devDependencies": {
     45    "@types/jest": "^27.0.1",
     46    "@types/node": "^16.7.2",
     47    "@typescript-eslint/eslint-plugin": "^4.29.3",
     48    "@typescript-eslint/parser": "^4.29.3",
     49    "eslint": "^7.32.0",
     50    "eslint-config-prettier": "^8.1.0",
     51    "htmlparser2": "^7.1.1",
     52    "jest": "^27.1.0",
     53    "prettier": "^2.0.5",
     54    "ts-jest": "^27.0.5",
     55    "typescript": "^4.4.2"
     56  },
     57  "engines": {
     58    "node": ">= 4"
     59  },
     60  "files": [
     61    "lib"
     62  ],
     63  "funding": {
     64    "url": "https://github.com/fb55/domhandler?sponsor=1"
     65  },
     66  "homepage": "https://github.com/fb55/domhandler#readme",
     67  "jest": {
     68    "preset": "ts-jest",
     69    "testEnvironment": "node"
     70  },
     71  "keywords": [
     72    "dom",
     73    "htmlparser2"
     74  ],
     75  "license": "BSD-2-Clause",
     76  "main": "lib/index.js",
     77  "name": "domhandler",
     78  "prettier": {
     79    "tabWidth": 4
     80  },
     81  "repository": {
     82    "type": "git",
     83    "url": "git://github.com/fb55/domhandler.git"
     84  },
     85  "scripts": {
     86    "build": "tsc",
     87    "format": "prettier --write '**/*.{ts,md,json}'",
     88    "lint": "eslint src",
     89    "prepare": "npm run build",
     90    "test": "npm run test:jest && npm run lint",
     91    "test:jest": "jest"
     92  },
     93  "sideEffects": false,
     94  "types": "lib/index.d.ts",
     95  "version": "4.2.2"
    5896}
Note: See TracChangeset for help on using the changeset viewer.