source: trip-planner-front/node_modules/parse5/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
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",
19 "name": "parse5",
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"
74}
Note: See TracBrowser for help on using the repository browser.