{
  "_args": [
    [
      "html-entities@2.1.1",
      "/var/www/apache_htdocs/aprenter.com/production"
    ]
  ],
  "_development": true,
  "_from": "html-entities@2.1.1",
  "_id": "html-entities@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-HjNLgm9Ba8zKd6NDMkXa0mMPn3eDUxOUnEIm/qy2Rm6rnqRHgI9DpMYIv1Fndu8haUmfMQHNYNrlNKmdU8GMnQ==",
  "_location": "/html-entities",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html-entities@2.1.1",
    "name": "html-entities",
    "escapedName": "html-entities",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "/var/www/apache_htdocs/aprenter.com/production",
  "author": {
    "name": "Marat Dulin",
    "email": "mdevils@yandex.ru"
  },
  "bugs": {
    "url": "https://github.com/mdevils/node-html-entities/issues"
  },
  "dependencies": {},
  "description": "Fastest HTML entities encode/decode library.",
  "devDependencies": {
    "@types/benchmark": "^2.1.0",
    "@types/chai": "^4.2.11",
    "@types/he": "^1.1.1",
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.13.4",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.6.1",
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "entities": "^2.2.0",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.1.4",
    "he": "^1.2.0",
    "husky": "^4.3.6",
    "mocha": "^7.1.2",
    "prettier": "^2.1.2",
    "ts-node": "^8.9.1",
    "typescript": "^3.8.3"
  },
  "files": [
    "lib",
    "LICENSE"
  ],
  "homepage": "https://github.com/mdevils/node-html-entities#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint && yarn test"
    }
  },
  "keywords": [
    "html",
    "html entities",
    "html entities encode",
    "html entities decode",
    "entities",
    "entities encode",
    "entities decode"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "html-entities",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdevils/node-html-entities.git"
  },
  "scripts": {
    "benchmark": "ts-node benchmark/benchmark",
    "build": "rm -Rf lib/* && tsc && yarn test:lib",
    "lint": "eslint src/**.ts",
    "prepublishOnly": "yarn build",
    "test": "mocha --recursive -r ts-node/register test/**/*.ts",
    "test:lib": "TEST_LIB=1 yarn test"
  },
  "types": "./lib/index.d.ts",
  "typings": "./lib/index.d.ts",
  "version": "2.1.1"
}
