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