Files
game-server-watcher/node_modules/parse5/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

86 lines
2.0 KiB
JSON

{
"_args": [
[
"parse5@7.0.0",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "parse5@7.0.0",
"_id": "parse5@7.0.0",
"_inBundle": false,
"_integrity": "sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==",
"_location": "/parse5",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse5@7.0.0",
"name": "parse5",
"escapedName": "parse5",
"rawSpec": "7.0.0",
"saveSpec": null,
"fetchSpec": "7.0.0"
},
"_requiredBy": [
"/cheerio",
"/parse5-htmlparser2-tree-adapter"
],
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-7.0.0.tgz",
"_spec": "7.0.0",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Ivan Nikulin",
"email": "ifaaan@gmail.com",
"url": "https://github.com/inikulin"
},
"bugs": {
"url": "https://github.com/inikulin/parse5/issues"
},
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"dependencies": {
"entities": "^4.3.0"
},
"description": "HTML parser and serializer.",
"exports": {
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
},
"files": [
"dist",
"!*.map"
],
"funding": "https://github.com/inikulin/parse5?sponsor=1",
"homepage": "https://github.com/inikulin/parse5",
"keywords": [
"html",
"parser",
"html5",
"WHATWG",
"specification",
"fast",
"html parser",
"html5 parser",
"htmlparser",
"parse5",
"serializer",
"html serializer",
"htmlserializer",
"parse",
"serialize"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"name": "parse5",
"repository": {
"type": "git",
"url": "git://github.com/inikulin/parse5.git"
},
"scripts": {
"build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"
},
"type": "module",
"types": "dist/index.d.ts",
"version": "7.0.0"
}