{ "_from": "entities@^3.0.1", "_id": "entities@3.0.1", "_inBundle": false, "_integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "_location": "/entities", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "entities@^3.0.1", "name": "entities", "escapedName": "entities", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/htmlparser2" ], "_resolved": "https://registry.npmmirror.com/entities/-/entities-3.0.1.tgz", "_shasum": "2b887ca62585e96db3903482d336c1006c3001d4", "_spec": "entities@^3.0.1", "_where": "/var/www/AfterAales/node_modules/htmlparser2", "author": { "name": "Felix Boehm", "email": "me@feedic.com" }, "bugs": { "url": "https://github.com/fb55/entities/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Encode & decode XML and HTML entities with ease", "devDependencies": { "@types/jest": "^26.0.24", "@types/node": "^16.4.13", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-node": "^11.1.0", "jest": "^27.0.3", "prettier": "^2.0.5", "ts-jest": "^27.0.4", "typescript": "^4.0.2" }, "directories": { "lib": "lib/" }, "engines": { "node": ">=0.12" }, "files": [ "lib/**/*" ], "funding": "https://github.com/fb55/entities?sponsor=1", "homepage": "https://github.com/fb55/entities#readme", "jest": { "preset": "ts-jest", "testEnvironment": "node", "coverageProvider": "v8" }, "keywords": [ "entity", "decoding", "encoding", "html", "xml", "html entities" ], "license": "BSD-2-Clause", "main": "lib/index.js", "name": "entities", "prettier": { "tabWidth": 4, "proseWrap": "always" }, "repository": { "type": "git", "url": "git://github.com/fb55/entities.git" }, "scripts": { "build": "tsc && cp -r src/maps lib", "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 .", "lint:prettier": "npm run prettier -- --check", "prepare": "npm run build", "prettier": "prettier '**/*.{ts,md,json,yml}'", "test": "npm run test:jest && npm run lint", "test:jest": "jest" }, "sideEffects": false, "types": "lib/index.d.ts", "version": "3.0.1" }