![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/domhandler/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==", "_location": "/domhandler", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "domhandler", "escapedName": "domhandler", "rawSpec": "4.2.0", "saveSpec": null, "fetchSpec": "4.2.0" }, "_requiredBy": [ "/css-select", "/dom-serializer", "/domutils" ], "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.0.tgz", "_spec": "4.2.0", "_where": "/home/corals/clinic.corals.io", "author": { "name": "Felix Boehm", "email": "[email protected]" }, "bugs": { "url": "https://github.com/fb55/domhandler/issues" }, "dependencies": { "domelementtype": "^2.2.0" }, "description": "Handler for htmlparser2 that turns pages into a dom", "devDependencies": { "@types/jest": "^26.0.0", "@types/node": "^14.0.9", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "coveralls": "^3.0.5", "eslint": "^7.9.0", "eslint-config-prettier": "^8.1.0", "htmlparser2": "^6.0.0", "jest": "^26.0.1", "prettier": "^2.0.5", "ts-jest": "^26.1.0", "typescript": "^4.0.2" }, "engines": { "node": ">= 4" }, "files": [ "lib" ], "funding": { "url": "https://github.com/fb55/domhandler?sponsor=1" }, "homepage": "https://github.com/fb55/domhandler#readme", "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "keywords": [ "dom", "htmlparser2" ], "license": "BSD-2-Clause", "main": "lib/index.js", "name": "domhandler", "prettier": { "tabWidth": 4 }, "repository": { "type": "git", "url": "git://github.com/fb55/domhandler.git" }, "scripts": { "build": "tsc", "coverage": "cat coverage/lcov.info | coveralls", "format": "prettier --write '**/*.{ts,md,json}'", "lint": "eslint src", "prepare": "npm run build", "test": "jest --coverage && npm run lint" }, "sideEffects": false, "types": "lib/index.d.ts", "version": "4.2.0" }