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

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