| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/htmlparser2/node_modules/domutils/ |
Upload File : |
{
"_from": "domutils@^2.0.0",
"_id": "domutils@2.6.0",
"_inBundle": false,
"_integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==",
"_location": "/htmlparser2/domutils",
"_phantomChildren": {
"domelementtype": "2.2.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "domutils@^2.0.0",
"name": "domutils",
"escapedName": "domutils",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/htmlparser2"
],
"_resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz",
"_shasum": "2e15c04185d43fb16ae7057cb76433c6edb938b7",
"_spec": "domutils@^2.0.0",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/htmlparser2",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/domutils/issues"
},
"bundleDependencies": false,
"dependencies": {
"dom-serializer": "^1.0.1",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.0"
},
"deprecated": false,
"description": "Utilities for working with htmlparser2's dom",
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"coveralls": "^3.0.5",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsdoc": "^32.0.2",
"htmlparser2": "~6.1.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"typedoc": "^0.20.5",
"typescript": "^4.0.2"
},
"files": [
"lib/**/*"
],
"funding": {
"url": "https://github.com/fb55/domutils?sponsor=1"
},
"homepage": "https://github.com/fb55/domutils#readme",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"keywords": [
"dom",
"htmlparser2"
],
"license": "BSD-2-Clause",
"main": "lib/index.js",
"name": "domutils",
"prettier": {
"tabWidth": 4
},
"repository": {
"type": "git",
"url": "git://github.com/fb55/domutils.git"
},
"scripts": {
"build": "tsc",
"build:docs": "typedoc --hideGenerator --exclude \"**/*+(index|.spec).ts\" src",
"coverage": "cat coverage/lcov.info | coveralls",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
"format:prettier": "npm run prettier -- --write",
"lint": "npm run lint:es && npm run lint:prettier",
"lint:es": "eslint --ignore-path .gitignore .",
"lint:prettier": "npm run prettier -- --check",
"prepare": "npm run build",
"prettier": "prettier \"**/*.{ts,md,json,yml}\" --ignore-path .gitignore",
"test": "jest --coverage && npm run lint"
},
"sideEffects": false,
"types": "lib/index.d.ts",
"version": "2.6.0"
}