{
  "_args": [
    [
      "hast-util-parse-selector@2.2.1",
      "/var/www/ffxiv/overlays/kagami/kagamireact"
    ]
  ],
  "_from": "hast-util-parse-selector@2.2.1",
  "_id": "hast-util-parse-selector@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-Xyh0v+nHmQvrOqop2Jqd8gOdyQtE8sIP9IQf7mlVDqp924W4w/8Liuguk2L2qei9hARnQSG2m+wAOCxM7npJVw==",
  "_location": "/hast-util-parse-selector",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hast-util-parse-selector@2.2.1",
    "name": "hast-util-parse-selector",
    "escapedName": "hast-util-parse-selector",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/hastscript"
  ],
  "_resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/var/www/ffxiv/overlays/kagami/kagamireact",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/syntax-tree/hast-util-parse-selector/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "dependencies": {},
  "description": "Parse a simple CSS selector to a HAST node",
  "devDependencies": {
    "browserify": "^16.0.0",
    "nyc": "^13.0.0",
    "prettier": "^1.13.5",
    "remark-cli": "^6.0.0",
    "remark-preset-wooorm": "^4.0.0",
    "tape": "^4.0.0",
    "tinyify": "^2.4.3",
    "xo": "^0.23.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/syntax-tree/hast-util-parse-selector#readme",
  "keywords": [
    "hast",
    "rehype",
    "selector",
    "parse",
    "css",
    "html"
  ],
  "license": "MIT",
  "name": "hast-util-parse-selector",
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "functions": 100,
    "branches": 100
  },
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/syntax-tree/hast-util-parse-selector.git"
  },
  "scripts": {
    "build": "npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify . -s hastUtilParseSelector > hast-util-parse-selector.js",
    "build-mangle": "browserify . -s hastUtilParseSelector -p tinyify > hast-util-parse-selector.min.js",
    "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
    "test": "npm run format && npm run build && npm run test-coverage",
    "test-api": "node test",
    "test-coverage": "nyc --reporter lcov tape test.js"
  },
  "version": "2.2.1",
  "xo": {
    "prettier": true,
    "esnext": false,
    "rules": {
      "max-depth": "off"
    },
    "ignores": [
      "hast-util-parse-selector.js"
    ]
  }
}
