{
  "_args": [
    [
      "css.escape@1.5.1",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "css.escape@1.5.1",
  "_id": "css.escape@1.5.1",
  "_inBundle": false,
  "_integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=",
  "_location": "/css.escape",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "css.escape@1.5.1",
    "name": "css.escape",
    "escapedName": "css.escape",
    "rawSpec": "1.5.1",
    "saveSpec": null,
    "fetchSpec": "1.5.1"
  },
  "_requiredBy": [
    "/ally.js"
  ],
  "_resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  "_spec": "1.5.1",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/CSS.escape/issues"
  },
  "description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1"
  },
  "files": [
    "LICENSE-MIT.txt",
    "css.escape.js"
  ],
  "homepage": "https://mths.be/cssescape",
  "keywords": [
    "string",
    "unicode",
    "identifier",
    "css",
    "cssom",
    "polyfill"
  ],
  "license": "MIT",
  "main": "css.escape.js",
  "name": "css.escape",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/CSS.escape.git"
  },
  "scripts": {
    "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*",
    "test": "node tests/tests.js"
  },
  "version": "1.5.1"
}
