{
  "_from": "postcss-env-function@^4.0.6",
  "_id": "postcss-env-function@4.0.6",
  "_inBundle": false,
  "_integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  "_location": "/postcss-env-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-env-function@^4.0.6",
    "name": "postcss-env-function",
    "escapedName": "postcss-env-function",
    "rawSpec": "^4.0.6",
    "saveSpec": null,
    "fetchSpec": "^4.0.6"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  "_shasum": "7b2d24c812f540ed6eda4c81f6090416722a8e7a",
  "_spec": "postcss-env-function@^4.0.6",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/postcss-preset-env",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "csstools": {
    "exportName": "postcssEnvFunction",
    "humanReadableName": "PostCSS Environment Variables"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Use env() variables in CSS",
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-env-function#readme",
  "keywords": [
    "constants",
    "css",
    "environments",
    "envs",
    "functions",
    "postcss",
    "postcss-plugin",
    "variables"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-env-function",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-env-function"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "docs": "node ../../.github/bin/generate-docs/install.mjs",
    "lint": "npm run lint:eslint && npm run lint:package-json",
    "lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "lint:package-json": "node ../../.github/bin/format-package-json.mjs",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "test": "node .tape.cjs && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
    "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.cjs"
  },
  "version": "4.0.6",
  "volta": {
    "extends": "../../package.json"
  }
}
