1 | {
|
---|
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",
|
---|
19 | "name": "domutils",
|
---|
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"
|
---|
101 | }
|
---|