{
  "manifest": {
    "name": "css.escape",
    "version": "1.5.1",
    "description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
    "homepage": "https://mths.be/cssescape",
    "main": "css.escape.js",
    "keywords": [
      "string",
      "unicode",
      "identifier",
      "css",
      "cssom",
      "polyfill"
    ],
    "license": "MIT",
    "author": {
      "name": "Mathias Bynens",
      "url": "https://mathiasbynens.be/"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/mathiasbynens/CSS.escape.git"
    },
    "bugs": {
      "url": "https://github.com/mathiasbynens/CSS.escape/issues"
    },
    "files": [
      "LICENSE-MIT.txt",
      "css.escape.js"
    ],
    "scripts": {
      "test": "node tests/tests.js",
      "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
      "coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && coveralls < coverage/lcov.info; rm -rf coverage/lcov*"
    },
    "devDependencies": {
      "coveralls": "^2.11.4",
      "istanbul": "^0.4.1"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-css-escape-1.5.1-42e27d4fa04ae32f931a4b4d4191fa9cddee97cb-integrity/node_modules/css.escape/package.json",
    "readmeFilename": "README.md",
    "readme": "# `CSS.escape` polyfill [![Build status](https://travis-ci.org/mathiasbynens/CSS.escape.svg?branch=master)](https://travis-ci.org/mathiasbynens/CSS.escape) [![Code coverage status](http://img.shields.io/coveralls/mathiasbynens/CSS.escape/master.svg)](https://coveralls.io/r/mathiasbynens/CSS.escape)\n\nA robust polyfill for [the `CSS.escape` utility method as defined in CSSOM](https://drafts.csswg.org/cssom/#the-css.escape%28%29-method).\n\nFor a more powerful alternative, consider using [cssesc](https://mths.be/cssesc), which automatically takes care of excessive whitespace, and has many options to customize the output.\n\n## Installation\n\nIn a browser:\n\n```html\n<script src=\"css.escape.js\"></script>\n```\n\nVia [npm](https://www.npmjs.com/):\n\n```bash\nnpm install css.escape\n```\n\nThen, in [Node.js](https://nodejs.org/):\n\n```js\nrequire('css.escape');\n\n// On Windows and on Mac systems with default settings, case doesn’t matter,\n// which allows you to do this instead:\nrequire('CSS.escape');\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\nThis polyfill is available under the [MIT](https://mths.be/mit) license.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz",
    "hash": "42e27d4fa04ae32f931a4b4d4191fa9cddee97cb",
    "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==",
    "registry": "npm",
    "packageName": "css.escape",
    "cacheIntegrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg== sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
  },
  "registry": "npm",
  "hash": "42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
}