{
  "manifest": {
    "name": "unicode-canonical-property-names-ecmascript",
    "version": "2.0.0",
    "description": "The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.",
    "homepage": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript",
    "main": "index.js",
    "engines": {
      "node": ">=4"
    },
    "files": [
      "LICENSE-MIT.txt",
      "index.js"
    ],
    "keywords": [
      "unicode",
      "unicode properties"
    ],
    "license": "MIT",
    "author": {
      "name": "Mathias Bynens",
      "url": "https://mathiasbynens.be/"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git"
    },
    "bugs": {
      "url": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript/issues"
    },
    "devDependencies": {
      "ava": "*"
    },
    "scripts": {
      "test": "ava tests/tests.js"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-unicode-canonical-property-names-ecmascript-2.0.0-301acdc525631670d39f6146e0e77ff6bbdebddc-integrity/node_modules/unicode-canonical-property-names-ecmascript/package.json",
    "readmeFilename": "README.md",
    "readme": "# unicode-canonical-property-names-ecmascript [![Build status](https://travis-ci.org/mathiasbynens/unicode-canonical-property-names-ecmascript.svg?branch=main)](https://travis-ci.org/mathiasbynens/unicode-canonical-property-names-ecmascript) [![unicode-canonical-property-names-ecmascript on npm](https://img.shields.io/npm/v/unicode-canonical-property-names-ecmascript)](https://www.npmjs.com/package/unicode-canonical-property-names-ecmascript)\n\n_unicode-canonical-property-names-ecmascript_ exports the set of canonical Unicode property names that are supported in [ECMAScript RegExp property escapes](https://github.com/tc39/proposal-regexp-unicode-property-escapes).\n\n## Installation\n\nTo use _unicode-canonical-property-names-ecmascript_, install it as a dependency via [npm](https://www.npmjs.com/):\n\n```bash\n$ npm install unicode-canonical-property-names-ecmascript\n```\n\nThen, `require` it:\n\n```js\nconst properties = require('unicode-canonical-property-names-ecmascript');\n```\n\n## Example\n\n```js\nproperties.has('ID_Start');\n// → true\nproperties.has('IDS');\n// → false\n```\n\n## For maintainers\n\n### How to publish a new release\n\n1. On the `main` branch, bump the version number in `package.json`:\n\n    ```sh\n    npm version patch -m 'Release v%s'\n    ```\n\n    Instead of `patch`, use `minor` or `major` [as needed](https://semver.org/).\n\n    Note that this produces a Git commit + tag.\n\n1. Push the release commit and tag:\n\n    ```sh\n    git push && git push --tags\n    ```\n\n    Our CI then automatically publishes the new release to npm.\n\n## Author\n\n| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias \"Follow @mathias on Twitter\") |\n|---|\n| [Mathias Bynens](https://mathiasbynens.be/) |\n\n## License\n\n_unicode-canonical-property-names-ecmascript_ is available under the [MIT](https://mths.be/mit) license.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
    "hash": "301acdc525631670d39f6146e0e77ff6bbdebddc",
    "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
    "registry": "npm",
    "packageName": "unicode-canonical-property-names-ecmascript",
    "cacheIntegrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== sha1-MBrNxSVjFnDTn2FG4Od/9rvevdw="
  },
  "registry": "npm",
  "hash": "301acdc525631670d39f6146e0e77ff6bbdebddc"
}