{
  "_from": "postcss-values-parser@^4.0.0",
  "_id": "postcss-values-parser@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-R9x2D87FcbhwXUmoCXJR85M1BLII5suXRuXibGYyBJ7lVDEpRIdKZh4+8q5S+/+A4m0IoG1U5tFw39asyhX/Hw==",
  "_location": "/postcss-values-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-values-parser@^4.0.0",
    "name": "postcss-values-parser",
    "escapedName": "postcss-values-parser",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/postcss-custom-properties"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-4.0.0.tgz",
  "_shasum": "3b4625e649279613f52842f1c81f2064321beec7",
  "_spec": "postcss-values-parser@^4.0.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\postcss-custom-properties",
  "author": {
    "name": "Andrew Powell",
    "email": "andrew@shellscape.org",
    "url": "shellscape"
  },
  "ava": {
    "files": [
      "!**/fixtures/**",
      "!**/helpers/**"
    ]
  },
  "bugs": {
    "url": "https://github.com/shellscape/postcss-values-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "color-name": "^1.1.4",
    "is-url-superb": "^4.0.0",
    "postcss": "^7.0.5"
  },
  "deprecated": false,
  "description": "A CSS property value parser for use with PostCSS",
  "devDependencies": {
    "ava": "^3.5.1",
    "chalk": "^4.1.0",
    "eslint-config-shellscape": "^2.0.2",
    "globby": "^11.0.0",
    "lint-staged": "^10.0.8",
    "nyc": "^15.0.0",
    "perfy": "^1.1.5",
    "postcss-value-parser": "^4.0.0",
    "pre-commit": "^1.2.2",
    "prettier": "^2.0.1",
    "strip-ansi": "^6.0.0",
    "text-table": "^0.2.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/shellscape/postcss-values-parser",
  "keywords": [
    "css",
    "less",
    "ast",
    "postcss",
    "value",
    "values",
    "parser",
    "parsing",
    "properties"
  ],
  "license": "MPL-2.0",
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "main": "lib/index.js",
  "name": "postcss-values-parser",
  "nyc": {
    "include": [
      "lib/*.js"
    ],
    "exclude": [
      "test/"
    ]
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shellscape/postcss-values-parser.git"
  },
  "scripts": {
    "ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
    "ci:test": "npm run test",
    "lint": "eslint lib test --fix --cache",
    "lint-staged": "lint-staged",
    "security": "npm audit --audit-level=moderate",
    "test": "ava"
  },
  "types": "lib/index.d.ts",
  "version": "4.0.0"
}
