{
  "_args": [
    [
      {
        "raw": "css-what@2.1",
        "scope": null,
        "escapedName": "css-what",
        "name": "css-what",
        "rawSpec": "2.1",
        "spec": ">=2.1.0 <2.2.0",
        "type": "range"
      },
      "C:\\workspaces\\coke\\https\\@sei-atl\\step-function-executor\\test\\samples\\lambdas\\step-one\\src\\node_modules\\css-select"
    ]
  ],
  "_from": "css-what@2.1",
  "_hasShrinkwrap": false,
  "_id": "css-what@2.1.2",
  "_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",
    "scope": null,
    "escapedName": "css-what",
    "name": "css-what",
    "rawSpec": "2.1",
    "spec": ">=2.1.0 <2.2.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",
  "_where": "C:\\workspaces\\coke\\https\\@sei-atl\\step-function-executor\\test\\samples\\lambdas\\step-one\\src\\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": "*"
  },
  "files": [
    "index.js"
  ],
  "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": "# css-what [![Build Status](https://secure.travis-ci.org/fb55/css-what.svg?branch=master)](http://travis-ci.org/fb55/css-what)\n\na CSS selector parser\n\n## Example\n\n```js\nrequire('css-what')('foo[bar]:baz')\n\n~> [ [ { type: 'tag', name: 'foo' },\n    { type: 'attribute',\n      name: 'bar',\n      action: 'exists',\n      value: '',\n      ignoreCase: false },\n    { type: 'pseudo',\n      name: 'baz',\n      data: null } ] ]\n```\n\n## API\n\n__`CSSwhat(selector, options)` - Parses `str`, with the passed `options`.__\n\nThe function returns a two-dimensional array. The first array represents selectors separated by commas (eg. `sub1, sub2`), the second contains the relevant tokens for that selector. Possible token types are:\n\nname | attributes | example | output\n---- | ---------- | ------- | ------\n`tag`| `name`    | `div`   | `{ type: 'tag', name: 'div' }`\n`universal`| -   | `*`     | `{ type: 'universal' }`\n`pseudo`| `name`, `data`|`:name(data)`| `{ type: 'pseudo', name: 'name', data: 'data' }`\n`pseudo`| `name`, `data`|`:name`| `{ type: 'pseudo', name: 'name', data: null }`\n`pseudo-element`| `name` |`::name`| `{ type: 'pseudo-element', name: 'name' }`\n`attribute`|`name`, `action`, `value`, `ignoreCase`|`[attr]`|`{ type: 'attribute', name: 'attr', action: 'exists', value: '', ignoreCase: false }`\n`attribute`|`name`, `action`, `value`, `ignoreCase`|`[attr=val]`|`{ type: 'attribute', name: 'attr', action: 'equals', value: 'val', ignoreCase: false }`\n`attribute`|`name`, `action`, `value`, `ignoreCase`|`[attr^=val]`|`{ type: 'attribute', name: 'attr', action: 'start', value: 'val', ignoreCase: false }`\n`attribute`|`name`, `action`, `value`, `ignoreCase`|`[attr$=val]`|`{ type: 'attribute', name: 'attr', action: 'end', value: 'val', ignoreCase: false }`\n`child`| -   | `>`     | `{ type: 'child' }`\n`parent`| -   | `<`     | `{ type: 'parent' }`\n`sibling`| -   | `~`     | `{ type: 'sibling' }`\n`adjacent`| -   | `+`     | `{ type: 'adjacent' }`\n`descendant`| -   |      | `{ type: 'descendant' }`\n\n\n__Options:__\n\n- `xmlMode`: When enabled, tag names will be case-sensitive (meaning they won't be lowercased).\n\n---\n\nLicense: BSD-2-Clause\n",
  "readmeFilename": "readme.md",
  "repository": {
    "url": "git+https://github.com/fb55/css-what.git"
  },
  "scripts": {
    "test": "node tests/test.js && jshint *.js"
  },
  "version": "2.1.2"
}
