- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/dom-serializer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "dom-serializer", 3 "version": "1.3.2", 4 "description": "render domhandler DOM nodes to a string", 5 "author": "Felix Boehm <me@feedic.com>", 6 "sideEffects": false, 7 "keywords": [ 8 "html", 9 "xml", 10 "render" 2 "_args": [ 3 [ 4 "dom-serializer@1.3.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": { 13 "type": "git", 14 "url": "git://github.com/cheeriojs/dom-renderer.git" 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" 15 24 }, 16 "main": "lib/index.js", 17 "types": "lib/index.d.ts", 18 "files": [ 19 "lib/**/*" 25 "_requiredBy": [ 26 "/domutils" 20 27 ], 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 }, 21 38 "dependencies": { 22 39 "domelementtype": "^2.0.1", … … 24 41 "entities": "^2.0.0" 25 42 }, 43 "description": "render domhandler DOM nodes to a string", 26 44 "devDependencies": { 27 45 "@types/jest": "^26.0.23", … … 39 57 "typescript": "^4.0.2" 40 58 }, 41 "scripts": { 42 "test": "jest --coverage && npm run lint", 43 "coverage": "cat coverage/lcov.info | coveralls", 44 "lint": "eslint src", 45 "format": "prettier --write '**/*.{ts,md,json}'", 46 "build": "tsc", 47 "prepare": "npm run build" 48 }, 59 "files": [ 60 "lib/**/*" 61 ], 62 "funding": "https://github.com/cheeriojs/dom-serializer?sponsor=1", 63 "homepage": "https://github.com/cheeriojs/dom-renderer#readme", 49 64 "jest": { 50 65 "preset": "ts-jest", 51 66 "testEnvironment": "node" 52 67 }, 53 "funding": "https://github.com/cheeriojs/dom-serializer?sponsor=1", 54 "license": "MIT" 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" 55 91 }
Note:
See TracChangeset
for help on using the changeset viewer.