![]() 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/htmlparser2/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", "_location": "/htmlparser2", "_phantomChildren": { "domelementtype": "2.2.0" }, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "htmlparser2", "escapedName": "htmlparser2", "rawSpec": "4.1.0", "saveSpec": null, "fetchSpec": "4.1.0" }, "_requiredBy": [ "/html-loader" ], "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", "_spec": "4.1.0", "_where": "/home/corals/clinic.corals.io", "author": { "name": "Felix Boehm", "email": "[email protected]" }, "browser": { "./lib/WritableStream.js": false }, "bugs": { "url": "https://github.com/fb55/htmlparser2/issues" }, "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^3.0.0", "domutils": "^2.0.0", "entities": "^2.0.0" }, "description": "Fast & forgiving HTML/XML/RSS parser", "devDependencies": { "@types/jest": "^25.1.3", "@types/node": "^13.1.1", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^1.13.0", "coveralls": "^3.0.1", "eslint": "^6.0.0", "eslint-config-prettier": "^6.0.0", "jest": "^24.8.0", "prettier": "^1.18.2", "ts-jest": "^24.0.2", "typescript": "^3.5.3" }, "directories": { "lib": "lib/" }, "files": [ "lib/**/*" ], "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", "coverage": "cat coverage/lcov.info | coveralls", "format": "prettier --write '**/*.{ts,md,json}'", "lint": "eslint --ext=js,ts src", "prepare": "npm run build", "test": "jest --coverage -u && npm run lint" }, "types": "lib/index.d.ts", "version": "4.1.0" }