123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "htmlparser2@^7.0.0",
- "_id": "htmlparser2@7.2.0",
- "_inBundle": false,
- "_integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==",
- "_location": "/htmlparser2",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "htmlparser2@^7.0.0",
- "name": "htmlparser2",
- "escapedName": "htmlparser2",
- "rawSpec": "^7.0.0",
- "saveSpec": null,
- "fetchSpec": "^7.0.0"
- },
- "_requiredBy": [
- "/hexo-util"
- ],
- "_resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-7.2.0.tgz",
- "_shasum": "8817cdea38bbc324392a90b1990908e81a65f5a5",
- "_spec": "htmlparser2@^7.0.0",
- "_where": "/var/www/AfterAales/node_modules/hexo-util",
- "author": {
- "name": "Felix Boehm",
- "email": "me@feedic.com"
- },
- "bugs": {
- "url": "https://github.com/fb55/htmlparser2/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.2.2",
- "domutils": "^2.8.0",
- "entities": "^3.0.1"
- },
- "deprecated": false,
- "description": "Fast & forgiving HTML/XML parser",
- "devDependencies": {
- "@types/jest": "^27.0.2",
- "@types/node": "^16.11.7",
- "@typescript-eslint/eslint-plugin": "^5.3.1",
- "@typescript-eslint/parser": "^5.3.1",
- "eslint": "^8.2.0",
- "eslint-config-prettier": "^8.1.0",
- "jest": "^27.3.1",
- "prettier": "^2.4.1",
- "ts-jest": "^27.0.7",
- "typescript": "^4.4.4"
- },
- "directories": {
- "lib": "lib/"
- },
- "files": [
- "lib/**/*"
- ],
- "funding": [
- "https://github.com/fb55/htmlparser2?sponsor=1",
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "homepage": "https://github.com/fb55/htmlparser2#readme",
- "jest": {
- "preset": "ts-jest",
- "testEnvironment": "node"
- },
- "keywords": [
- "html",
- "parser",
- "streams",
- "xml",
- "dom",
- "rss",
- "feed",
- "atom"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "htmlparser2",
- "prettier": {
- "tabWidth": 4
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/fb55/htmlparser2.git"
- },
- "scripts": {
- "build": "tsc",
- "format": "npm run format:es && npm run format:prettier",
- "format:es": "npm run lint:es -- --fix",
- "format:prettier": "npm run format:prettier:raw -- --write",
- "format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
- "lint": "npm run lint:es && npm run lint:prettier",
- "lint:es": "eslint src",
- "lint:prettier": "npm run format:prettier:raw -- --check",
- "prepare": "npm run build",
- "test": "npm run test:jest && npm run lint",
- "test:jest": "jest"
- },
- "sideEffects": false,
- "types": "lib/index.d.ts",
- "version": "7.2.0"
- }
|