| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/html-entities/ |
Upload File : |
{
"_args": [
[
"html-entities@2.6.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "html-entities@2.6.0",
"_id": "html-entities@2.6.0",
"_inBundle": false,
"_integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
"_location": "/html-entities",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "html-entities@2.6.0",
"name": "html-entities",
"escapedName": "html-entities",
"rawSpec": "2.6.0",
"saveSpec": null,
"fetchSpec": "2.6.0"
},
"_requiredBy": [
"/webpack-hot-middleware"
],
"_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
"_spec": "2.6.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Marat Dulin",
"email": "mdevils@yandex.ru"
},
"bugs": {
"url": "https://github.com/mdevils/html-entities/issues"
},
"description": "Fastest HTML entities encode/decode library.",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/benchmark": "^2.1.0",
"@types/he": "^1.1.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.14",
"benchmark": "^2.1.4",
"entities": "^6.0.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"flowgen": "^1.13.0",
"he": "^1.2.0",
"husky": "^4.3.6",
"prettier": "^3.5.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.3.0",
"tshy": "^3.0.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
}
},
"files": [
"dist",
"src",
"LICENSE"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mdevils"
},
{
"type": "patreon",
"url": "https://patreon.com/mdevils"
}
],
"homepage": "https://github.com/mdevils/html-entities#readme",
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
},
"keywords": [
"html",
"html entities",
"html entities encode",
"html entities decode",
"entities",
"entities encode",
"entities decode"
],
"license": "MIT",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"name": "html-entities",
"repository": {
"type": "git",
"url": "git+https://github.com/mdevils/html-entities.git"
},
"scripts": {
"benchmark": "tsx benchmark/benchmark",
"build": "rm -Rf dist && tsc --noEmit && tshy && tsc --declaration --emitDeclarationOnly -p tsconfig.json && tsc --emitDeclarationOnly -p tsconfig.esm.json && npm run remove-unused-declarations && npm run flow-type-gen",
"flow-type-gen": "flowgen --add-flow-header dist/esm/index.d.ts -o dist/commonjs/index.js.flow",
"lint": "eslint src/**.ts",
"prepublishOnly": "npm run build && npm run test && npm run test:dist",
"release": "standard-version",
"remove-unused-declarations": "find dist -type f \\( -name '*.d.ts' ! -name index.d.ts \\) | xargs rm",
"test": "jest",
"test:dist": "npm run test:dist:commonjs && npm run test:dist:esm",
"test:dist:commonjs": "TEST_DIST=commonjs npm run test",
"test:dist:esm": "TEST_DIST=esm node --experimental-vm-modules node_modules/.bin/jest",
"test:watch": "jest --watch"
},
"sideEffects": false,
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
},
"selfLink": false
},
"type": "module",
"types": "./dist/commonjs/index.d.ts",
"typings": "./dist/commonjs/index.d.ts",
"version": "2.6.0"
}