{
  "_args": [
    [
      "postcss-selector-not@5.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "postcss-selector-not@5.0.0",
  "_id": "postcss-selector-not@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==",
  "_location": "/postcss-selector-not",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-selector-not@5.0.0",
    "name": "postcss-selector-not",
    "escapedName": "postcss-selector-not",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Maxime Thirouin"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-selector-not/issues"
  },
  "dependencies": {
    "balanced-match": "^1.0.0"
  },
  "description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "@babel/register": "^7.11.5",
    "eslint": "^7.9.0",
    "postcss": "^8.1.0",
    "tape": "^5.0.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/postcss/postcss-selector-not#readme",
  "keywords": [
    "postcss",
    "postcss-plugin",
    "selectors",
    "selector",
    "Not"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "postcss-selector-not",
  "peerDependencies": {
    "postcss": "^8.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-selector-not.git"
  },
  "scripts": {
    "babelify": "babel src --out-dir dist",
    "lint": "eslint ./src/*.js ./test/*.js",
    "prepublishOnly": "npm run babelify",
    "tape": "tape -r @babel/register test/*.js",
    "test": "npm run lint && npm run babelify && npm run tape"
  },
  "version": "5.0.0"
}
