{
  "_from": "character-entities-html4@^2.0.0",
  "_id": "character-entities-html4@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  "_location": "/character-entities-html4",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "character-entities-html4@^2.0.0",
    "name": "character-entities-html4",
    "escapedName": "character-entities-html4",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/stringify-entities"
  ],
  "_resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  "_shasum": "1f1adb940c971a4b22ba39ddca6b618dc6e56b2b",
  "_spec": "character-entities-html4@^2.0.0",
  "_where": "/var/www/web-lab/node_modules/stringify-entities",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/character-entities-html4/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "deprecated": false,
  "description": "Map of named character references from HTML 4",
  "devDependencies": {
    "@types/tape": "^4.0.0",
    "bail": "^2.0.0",
    "c8": "^7.0.0",
    "concat-stream": "^2.0.0",
    "prettier": "^2.0.0",
    "remark-cli": "^10.0.0",
    "remark-preset-wooorm": "^9.0.0",
    "rimraf": "^3.0.0",
    "tape": "^5.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^4.0.0",
    "xo": "^0.46.0"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/wooorm"
  },
  "homepage": "https://github.com/wooorm/character-entities-html4#readme",
  "keywords": [
    "html",
    "html4",
    "entity",
    "entities",
    "character",
    "reference",
    "name",
    "replacement"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "character-entities-html4",
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/character-entities-html4.git"
  },
  "scripts": {
    "build": "rimraf \"*.d.ts\" && tsc && type-coverage",
    "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
    "generate": "node build",
    "prepublishOnly": "npm run build && npm run format",
    "test": "npm run generate && npm run build && npm run format && npm run test-coverage",
    "test-api": "node --conditions development test.js",
    "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api"
  },
  "sideEffects": false,
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true,
    "ignoreCatch": true
  },
  "types": "index.d.ts",
  "version": "2.1.0",
  "xo": {
    "prettier": true
  }
}
