{
  "manifest": {
    "name": "is-potential-custom-element-name",
    "version": "1.0.1",
    "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
    "homepage": "https://github.com/mathiasbynens/is-potential-custom-element-name",
    "main": "index.js",
    "files": [
      "LICENSE-MIT.txt",
      "index.js"
    ],
    "keywords": [
      "html",
      "custom element",
      "custom element name",
      "web components"
    ],
    "license": "MIT",
    "author": {
      "name": "Mathias Bynens",
      "url": "https://mathiasbynens.be/"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/mathiasbynens/is-potential-custom-element-name.git"
    },
    "bugs": {
      "url": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues"
    },
    "devDependencies": {
      "mocha": "^2.2.1",
      "regenerate": "^1.4.2"
    },
    "scripts": {
      "build": "node build.js",
      "test": "mocha"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-is-potential-custom-element-name-1.0.1-171ed6f19e3ac554394edf78caa05784a45bebb5-integrity/node_modules/is-potential-custom-element-name/package.json",
    "readmeFilename": "README.md",
    "readme": "# is-potential-custom-element-name [![Build status](https://travis-ci.org/mathiasbynens/is-potential-custom-element-name.svg?branch=master)](https://travis-ci.org/mathiasbynens/is-potential-custom-element-name)\n\n_is-potential-custom-element-name_ checks whether a given string matches [the `PotentialCustomElementName` production](https://html.spec.whatwg.org/multipage/scripting.html#prod-potentialcustomelementname) as defined in the HTML Standard.\n\n## Installation\n\nTo use _is-potential-custom-element-name_ programmatically, install it as a dependency via [npm](https://www.npmjs.com/):\n\n```bash\n$ npm install is-potential-custom-element-name\n```\n\nThen, `require` it:\n\n```js\nconst isPotentialCustomElementName = require('is-potential-custom-element-name');\n```\n\n## Usage\n\n```js\nisPotentialCustomElementName('foo-bar');\n// → true\nisPotentialCustomElementName('Foo-bar');\n// → false\nisPotentialCustomElementName('baz-©');\n// → false\nisPotentialCustomElementName('annotation-xml');\n// → true\n```\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_is-potential-custom-element-name_ is available under the [MIT](https://mths.be/mit) license.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
    "hash": "171ed6f19e3ac554394edf78caa05784a45bebb5",
    "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
    "registry": "npm",
    "packageName": "is-potential-custom-element-name",
    "cacheIntegrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== sha1-Fx7W8Z46xVQ5Tt94yqBXhKRb67U="
  },
  "registry": "npm",
  "hash": "171ed6f19e3ac554394edf78caa05784a45bebb5"
}