{
  "manifest": {
    "name": "xmlchars",
    "version": "2.2.0",
    "description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
    "keywords": [
      "XML",
      "validation"
    ],
    "main": "xmlchars.js",
    "types": "xmlchars.d.ts",
    "repository": {
      "type": "git",
      "url": "https://github.com/lddubeau/xmlchars.git"
    },
    "author": {
      "name": "Louis-Dominique Dubeau",
      "email": "ldd@lddubeau.com"
    },
    "license": "MIT",
    "devDependencies": {
      "@commitlint/cli": "^8.1.0",
      "@commitlint/config-angular": "^8.1.0",
      "@types/chai": "^4.2.1",
      "@types/mocha": "^5.2.7",
      "chai": "^4.2.0",
      "conventional-changelog-cli": "^2.0.23",
      "husky": "^3.0.5",
      "mocha": "^6.2.0",
      "ts-node": "^8.3.0",
      "tslint": "^5.19.0",
      "tslint-config-lddubeau": "^4.1.0",
      "typescript": "^3.6.2"
    },
    "scripts": {
      "copy": "cp README.md LICENSE build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
      "build": "tsc && npm run copy",
      "pretest": "npm run build",
      "test": "mocha",
      "posttest": "tslint -p tsconfig.json && tslint -p test/tsconfig.json",
      "prepack": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
      "test-install": "npm run test && (test_dir=build/install_dir; rm -rf $test_dir; mkdir -p $test_dir/node_modules; packname=`npm run xmlchars:pack --silent`; (cd $test_dir; npm install ../$packname); rm -rf $test_dir)",
      "xmlchars:pack": "cd build/dist/ && (packname=`npm pack --silent`; mv $packname ..; echo $packname)",
      "prepublishOnly": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
      "xmlchars:publish": "npm run test-install && (cd build/dist && npm publish)",
      "preversion": "npm run test-install",
      "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
      "postversion": "npm run xmlchars:publish",
      "postpublish": "git push origin --follow-tags",
      "clean": "rm -rf build"
    },
    "dependencies": {},
    "husky": {
      "hooks": {
        "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
      }
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-xmlchars-2.2.0-060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb-integrity/node_modules/xmlchars/package.json",
    "readmeFilename": "README.md",
    "readme": "Utilities for determining whether characters belong to character classes defined\nby the XML specs.\n\n## Organization\n\nIt used to be that the library was contained in a single file and you could just\nimport/require/what-have-you the `xmlchars` module. However, that setup did not\nwork well for people who cared about code optimization. Importing `xmlchars`\nmeant importing *all* of the library and because of the way the code was\ngenerated there was no way to shake the resulting code tree.\n\nDifferent modules cover different standards. At the time this documentation was\nlast updated, we had:\n\n* `xmlchars/xml/1.0/ed5` which covers XML 1.0 edition 5.\n* `xmlchars/xml/1.0/ed4` which covers XML 1.0 edition 4.\n* `xmlchars/xml/1.1/ed2` which covers XML 1.0 edition 2.\n* `xmlchars/xmlns/1.0/ed3` which covers XML Namespaces 1.0 edition 3.\n\n## Features\n\nThe \"things\" each module contains can be categorized as follows:\n\n1. \"Fragments\": these are parts and pieces of regular expressions that\ncorrespond to the productions defined in the standard that the module\ncovers. You'd use these to *build regular expressions*.\n\n2. Regular expressions that correspond to the productions defined in the\nstandard that the module covers.\n\n3. Lists: these are arrays of characters that correspond to the productions.\n\n4. Functions that test code points to verify whether they fit a production.\n",
    "licenseText": "Copyright Louis-Dominique Dubeau and contributors to xmlchars\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz",
    "hash": "060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb",
    "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
    "registry": "npm",
    "packageName": "xmlchars",
    "cacheIntegrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== sha1-Bg/hvLf5x2/ioX24apvDq4lCEMs="
  },
  "registry": "npm",
  "hash": "060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
}