Changeset 59329aa for trip-planner-front/node_modules/parse5
- 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/parse5/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "parse5@6.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "parse5@6.0.1", 10 "_id": "parse5@6.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", 13 "_location": "/parse5", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "parse5@6.0.1", 2 19 "name": "parse5", 3 "description": "HTML parser and serializer.", 4 "version": "6.0.1", 5 "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", 6 "contributors": "https://github.com/inikulin/parse5/graphs/contributors", 7 "homepage": "https://github.com/inikulin/parse5", 8 "keywords": [ 9 "html", 10 "parser", 11 "html5", 12 "WHATWG", 13 "specification", 14 "fast", 15 "html parser", 16 "html5 parser", 17 "htmlparser", 18 "parse5", 19 "serializer", 20 "html serializer", 21 "htmlserializer", 22 "parse", 23 "serialize" 24 ], 25 "license": "MIT", 26 "main": "./lib/index.js", 27 "repository": { 28 "type": "git", 29 "url": "git://github.com/inikulin/parse5.git" 30 }, 31 "files": [ 32 "lib" 33 ], 34 "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6" 20 "escapedName": "parse5", 21 "rawSpec": "6.0.1", 22 "saveSpec": null, 23 "fetchSpec": "6.0.1" 24 }, 25 "_requiredBy": [ 26 "/critters", 27 "/parse5-html-rewriting-stream", 28 "/parse5-htmlparser2-tree-adapter", 29 "/parse5-sax-parser" 30 ], 31 "_resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", 32 "_spec": "6.0.1", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Ivan Nikulin", 36 "email": "ifaaan@gmail.com", 37 "url": "https://github.com/inikulin" 38 }, 39 "bugs": { 40 "url": "https://github.com/inikulin/parse5/issues" 41 }, 42 "contributors": "https://github.com/inikulin/parse5/graphs/contributors", 43 "description": "HTML parser and serializer.", 44 "files": [ 45 "lib" 46 ], 47 "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6", 48 "homepage": "https://github.com/inikulin/parse5", 49 "keywords": [ 50 "html", 51 "parser", 52 "html5", 53 "WHATWG", 54 "specification", 55 "fast", 56 "html parser", 57 "html5 parser", 58 "htmlparser", 59 "parse5", 60 "serializer", 61 "html serializer", 62 "htmlserializer", 63 "parse", 64 "serialize" 65 ], 66 "license": "MIT", 67 "main": "./lib/index.js", 68 "name": "parse5", 69 "repository": { 70 "type": "git", 71 "url": "git://github.com/inikulin/parse5.git" 72 }, 73 "version": "6.0.1" 35 74 }
Note:
See TracChangeset
for help on using the changeset viewer.