{
  "_args": [
    [
      {
        "raw": "css-what@^2.1.2",
        "scope": null,
        "escapedName": "css-what",
        "name": "css-what",
        "rawSpec": "^2.1.2",
        "spec": ">=2.1.2 <3.0.0",
        "type": "range"
      },
      "/var/www/html/node_modules/css-select"
    ]
  ],
  "_from": "css-what@>=2.1.2 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "css-what@2.1.2",
  "_inCache": true,
  "_location": "/css-what",
  "_nodeVersion": "10.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/css-what_2.1.2_1540160305964_0.11466746951668294"
  },
  "_npmUser": {
    "name": "feedic",
    "email": "me@feedic.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "css-what@^2.1.2",
    "scope": null,
    "escapedName": "css-what",
    "name": "css-what",
    "rawSpec": "^2.1.2",
    "spec": ">=2.1.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/css-select"
  ],
  "_resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.2.tgz",
  "_shasum": "c0876d9d0480927d7d4920dcd72af3595649554d",
  "_shrinkwrap": null,
  "_spec": "css-what@^2.1.2",
  "_where": "/var/www/html/node_modules/css-select",
  "author": {
    "name": "Felix Böhm",
    "email": "me@feedic.com",
    "url": "http://feedic.com"
  },
  "bugs": {
    "url": "https://github.com/fb55/css-what/issues"
  },
  "dependencies": {},
  "description": "a CSS selector parser",
  "devDependencies": {
    "jshint": "2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-wan8dMWQ0GUeF7DGEPVjhHemVW/vy6xUYmFzRY8RYqgA0JtXC9rJmbScBjqSu6dg9q0lwPQy6ZAmJVr3PPTvqQ==",
    "shasum": "c0876d9d0480927d7d4920dcd72af3595649554d",
    "tarball": "https://registry.npmjs.org/css-what/-/css-what-2.1.2.tgz",
    "fileCount": 4,
    "unpackedSize": 10642,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzPsyCRA9TVsSAnZWagAA74oQAJDdEHbEsWHqxh4LvNlZ\nxpjs3CpREixkxvmJiXIweqnnIPzUcTGWaouU0V4zZJxJep2W41jssgxm4U45\nuM4moPFqFPxJOwDrUlHwmg2dm9Nk+oOhos+UUsWq1Ii7NpT2BtYW4jYuYrB5\n2Bsbn/4dNL03nMFfx8EMAbPXIDG09bZ34mee/4WQaXhLqazbKDHDoM2kJ2Q4\nmM9ZuP3fmahvrfQD0q1KXF4Kdfxo3I1Z5x1ecXZfc5l/6QodTqJDY7Un+HGS\nbZnUlQRg7j/AcLs7Ys0UVltgJX3/h4A4es2klJm5x3F1aEJIIvJsyF2JNnyR\nC8rhdJUl04okvTXlimnP2zomxy95Hv//+Kqh89Aar9BYpkfziq5HuEBJUqZI\nBuJQjnX0SRIoGhGD8Ti6VwvhyGgsrFi5V2znv24RnUUu68KESPZpltjTbod4\nrG5pfdiFDaBKzfjVlQ2JRdJRmPRFgL9dYlIv9L/Xs8bpIXG0E9i2EpqNoZbv\n34qECWkUlEm+pD5UY5MkwwIZ21j82OaONke7OpWtFw7rA5R6GPS5fHPGO9cc\n32AxBkaTmXvdMZUSCPSfX4KYoNLdWNKyV9PVodLmMGne7+sfBL2Oa+GAID6/\nbr9vf57YyPw1wvHC+LjNQeJ9B/DAVSGe96DabyVEfF7zCpPu+EzCsSkUMvyH\nwy73\r\n=NcCw\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "b2a2117cc0732f05d3345e15c1884645c8be280c",
  "homepage": "https://github.com/fb55/css-what#readme",
  "jshintConfig": {
    "eqeqeq": true,
    "freeze": true,
    "latedef": "nofunc",
    "noarg": true,
    "nonbsp": true,
    "undef": true,
    "unused": true,
    "eqnull": true,
    "proto": true,
    "node": true,
    "globals": {
      "describe": true,
      "it": true
    }
  },
  "license": "BSD-2-Clause",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "name": "css-what",
  "optionalDependencies": {},
  "prettier": {
    "tabWidth": 4
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "url": "git+https://github.com/fb55/css-what.git"
  },
  "scripts": {
    "test": "node tests/test.js && jshint *.js"
  },
  "version": "2.1.2"
}
