[6a3a178] | 1 | {
|
---|
[59329aa] | 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",
|
---|
[6a3a178] | 19 | "name": "domhandler",
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 96 | }
|
---|