source: trip-planner-front/node_modules/parse5-sax-parser/package.json@ bdd6491

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "parse5-sax-parser@6.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "parse5-sax-parser@6.0.1",
10 "_id": "parse5-sax-parser@6.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==",
13 "_location": "/parse5-sax-parser",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "parse5-sax-parser@6.0.1",
19 "name": "parse5-sax-parser",
20 "escapedName": "parse5-sax-parser",
21 "rawSpec": "6.0.1",
22 "saveSpec": null,
23 "fetchSpec": "6.0.1"
24 },
25 "_requiredBy": [
26 "/parse5-html-rewriting-stream"
27 ],
28 "_resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-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": "Streaming SAX-style HTML parser.",
44 "files": [
45 "lib"
46 ],
47 "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
48 "homepage": "https://github.com/inikulin/parse5",
49 "keywords": [
50 "parse5",
51 "parser",
52 "stream",
53 "streaming",
54 "SAX"
55 ],
56 "license": "MIT",
57 "main": "./lib/index.js",
58 "name": "parse5-sax-parser",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/inikulin/parse5.git"
62 },
63 "version": "6.0.1"
64}
Note: See TracBrowser for help on using the repository browser.