[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "dom-serializer@1.3.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "dom-serializer@1.3.2",
|
---|
| 10 | "_id": "dom-serializer@1.3.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
|
---|
| 13 | "_location": "/dom-serializer",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "dom-serializer@1.3.2",
|
---|
| 19 | "name": "dom-serializer",
|
---|
| 20 | "escapedName": "dom-serializer",
|
---|
| 21 | "rawSpec": "1.3.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.3.2"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/domutils"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
|
---|
| 29 | "_spec": "1.3.2",
|
---|
| 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/cheeriojs/dom-renderer/issues"
|
---|
| 37 | },
|
---|
[6a3a178] | 38 | "dependencies": {
|
---|
| 39 | "domelementtype": "^2.0.1",
|
---|
| 40 | "domhandler": "^4.2.0",
|
---|
| 41 | "entities": "^2.0.0"
|
---|
| 42 | },
|
---|
[59329aa] | 43 | "description": "render domhandler DOM nodes to a string",
|
---|
[6a3a178] | 44 | "devDependencies": {
|
---|
| 45 | "@types/jest": "^26.0.23",
|
---|
| 46 | "@types/node": "^15.3.0",
|
---|
| 47 | "@typescript-eslint/eslint-plugin": "^4.23.0",
|
---|
| 48 | "@typescript-eslint/parser": "^4.23.0",
|
---|
| 49 | "cheerio": "^1.0.0-rc.9",
|
---|
| 50 | "coveralls": "^3.0.5",
|
---|
| 51 | "eslint": "^7.26.0",
|
---|
| 52 | "eslint-config-prettier": "^8.3.0",
|
---|
| 53 | "htmlparser2": "^6.1.0",
|
---|
| 54 | "jest": "^26.0.1",
|
---|
| 55 | "prettier": "^2.3.0",
|
---|
| 56 | "ts-jest": "^26.5.6",
|
---|
| 57 | "typescript": "^4.0.2"
|
---|
| 58 | },
|
---|
[59329aa] | 59 | "files": [
|
---|
| 60 | "lib/**/*"
|
---|
| 61 | ],
|
---|
| 62 | "funding": "https://github.com/cheeriojs/dom-serializer?sponsor=1",
|
---|
| 63 | "homepage": "https://github.com/cheeriojs/dom-renderer#readme",
|
---|
[6a3a178] | 64 | "jest": {
|
---|
| 65 | "preset": "ts-jest",
|
---|
| 66 | "testEnvironment": "node"
|
---|
| 67 | },
|
---|
[59329aa] | 68 | "keywords": [
|
---|
| 69 | "html",
|
---|
| 70 | "xml",
|
---|
| 71 | "render"
|
---|
| 72 | ],
|
---|
| 73 | "license": "MIT",
|
---|
| 74 | "main": "lib/index.js",
|
---|
| 75 | "name": "dom-serializer",
|
---|
| 76 | "repository": {
|
---|
| 77 | "type": "git",
|
---|
| 78 | "url": "git://github.com/cheeriojs/dom-renderer.git"
|
---|
| 79 | },
|
---|
| 80 | "scripts": {
|
---|
| 81 | "build": "tsc",
|
---|
| 82 | "coverage": "cat coverage/lcov.info | coveralls",
|
---|
| 83 | "format": "prettier --write '**/*.{ts,md,json}'",
|
---|
| 84 | "lint": "eslint src",
|
---|
| 85 | "prepare": "npm run build",
|
---|
| 86 | "test": "jest --coverage && npm run lint"
|
---|
| 87 | },
|
---|
| 88 | "sideEffects": false,
|
---|
| 89 | "types": "lib/index.d.ts",
|
---|
| 90 | "version": "1.3.2"
|
---|
[6a3a178] | 91 | }
|
---|