12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "parse5@6.0.1",
- "_id": "parse5@6.0.1",
- "_inBundle": false,
- "_integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
- "_location": "/parse5",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "parse5@6.0.1",
- "name": "parse5",
- "escapedName": "parse5",
- "rawSpec": "6.0.1",
- "saveSpec": null,
- "fetchSpec": "6.0.1"
- },
- "_requiredBy": [
- "/jsdom"
- ],
- "_resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
- "_shasum": "e1a1c085c569b3dc08321184f19a39cc27f7c30b",
- "_spec": "parse5@6.0.1",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jsdom",
- "author": {
- "name": "Ivan Nikulin",
- "email": "ifaaan@gmail.com",
- "url": "https://github.com/inikulin"
- },
- "bugs": {
- "url": "https://github.com/inikulin/parse5/issues"
- },
- "bundleDependencies": false,
- "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
- "deprecated": false,
- "description": "HTML parser and serializer.",
- "files": [
- "lib"
- ],
- "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
- "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": "./lib/index.js",
- "name": "parse5",
- "repository": {
- "type": "git",
- "url": "git://github.com/inikulin/parse5.git"
- },
- "version": "6.0.1"
- }
|