{
  "_args": [
    [
      "@csstools/postcss-normalize-display-values@1.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@csstools/postcss-normalize-display-values@1.0.0",
  "_id": "@csstools/postcss-normalize-display-values@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ==",
  "_location": "/@csstools/postcss-normalize-display-values",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@csstools/postcss-normalize-display-values@1.0.0",
    "name": "@csstools/postcss-normalize-display-values",
    "escapedName": "@csstools%2fpostcss-normalize-display-values",
    "scope": "@csstools",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "description": "Use two values display syntax for inner and outer display types.",
  "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#readme",
  "keywords": [
    "postcss-plugin",
    "css",
    "display",
    "block",
    "flex",
    "flow",
    "flow-root",
    "grid",
    "inline",
    "inline-block",
    "inline-flex",
    "inline-grid",
    "inline-table",
    "list-item",
    "ruby",
    "ruby-base",
    "ruby-text",
    "run-in",
    "table",
    "table-cell",
    "table-caption"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/postcss-normalize-display-values",
  "peerDependencies": {
    "postcss": "^8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-normalize-display-values"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "lint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "test": "node .tape.mjs && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.0",
  "volta": {
    "extends": "../../package.json"
  }
}
