{
  "_from": "css-what@^3.2.1",
  "_id": "css-what@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==",
  "_location": "/css-what",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css-what@^3.2.1",
    "name": "css-what",
    "escapedName": "css-what",
    "rawSpec": "^3.2.1",
    "saveSpec": null,
    "fetchSpec": "^3.2.1"
  },
  "_requiredBy": [
    "/css-select"
  ],
  "_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz",
  "_shasum": "f4a8f12421064621b456755e34a03a2c22df5da1",
  "_spec": "css-what@^3.2.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/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"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "a CSS selector parser",
  "devDependencies": {
    "@types/jest": "^24.0.16",
    "@types/node": "^12.6.2",
    "@typescript-eslint/eslint-plugin": "^1.12.0",
    "@typescript-eslint/parser": "^1.12.0",
    "coveralls": "^3.0.5",
    "eslint": "^6.0.1",
    "eslint-config-prettier": "^6.0.0",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/fb55/css-what#readme",
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "license": "BSD-2-Clause",
  "main": "lib/index.js",
  "name": "css-what",
  "optionalDependencies": {},
  "prettier": {
    "tabWidth": 4
  },
  "repository": {
    "url": "git+https://github.com/fb55/css-what.git"
  },
  "scripts": {
    "build": "tsc",
    "coverage": "cat coverage/lcov.info | coveralls",
    "format": "prettier --write '**/*.{ts,md,json}'",
    "lint": "eslint --ext=js,ts src",
    "prepare": "npm run build",
    "test": "jest --coverage -u && npm run lint"
  },
  "types": "lib/index.d.ts",
  "version": "3.2.1"
}