{
  "_from": "cssdb@^7.1.0",
  "_id": "cssdb@7.6.0",
  "_inBundle": false,
  "_integrity": "sha512-Nna7rph8V0jC6+JBY4Vk4ndErUmfJfV6NJCaZdurL0omggabiy+QB2HCQtu5c/ACLZ0I7REv7A4QyPIoYzZx0w==",
  "_location": "/cssdb",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cssdb@^7.1.0",
    "name": "cssdb",
    "escapedName": "cssdb",
    "rawSpec": "^7.1.0",
    "saveSpec": null,
    "fetchSpec": "^7.1.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.6.0.tgz",
  "_shasum": "beac8f7a5f676db62d3c33da517ef4c9eb008f8b",
  "_spec": "cssdb@^7.1.0",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/node_modules/postcss-preset-env",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/cssdb/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
  "devDependencies": {
    "@mdn/browser-compat-data": "^5.2.57",
    "browserslist": "^4.21.5",
    "caniuse-lite": "^1.0.30001487",
    "glob": "^10.2.4",
    "lodash.get": "^4.4.2",
    "postcss": "^8.4.23",
    "postcss-cli": "^10.1.0",
    "postcss-preset-env": "^8.3.2",
    "semver": "^7.5.0",
    "stylelint": "^15.6.0",
    "stylelint-config-standard": "^33.0.0"
  },
  "exports": {
    ".": {
      "import": "./cssdb.mjs",
      "require": "./cssdb.json",
      "default": "./cssdb.json"
    }
  },
  "files": [
    "cssdb.json",
    "cssdb.mjs"
  ],
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/csstools"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/csstools"
    }
  ],
  "homepage": "https://github.com/csstools/cssdb#readme",
  "keywords": [
    "css",
    "features",
    "list",
    "specifications",
    "stages",
    "tc39"
  ],
  "license": "CC0-1.0",
  "main": "cssdb.json",
  "module": "cssdb.mjs",
  "name": "cssdb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/cssdb.git"
  },
  "scripts": {
    "build": "node ./tasks/render-site.mjs",
    "buildcss": "postcss src/styles/style.css -d dist/styles -m",
    "create-badges": "node tasks/write-badges.js",
    "populatedb": "node tasks/populate-db.mjs",
    "prebuild": "npm run preparesite",
    "preparesite": "npm run populatedb && npm run create-badges && npm run buildcss",
    "prepublishOnly": "npm run populatedb",
    "prestart": "npm run build",
    "start": "node ./tasks/preview-site.mjs",
    "test": "npm run test:css && npm run test:json",
    "test:css": "stylelint src/styles/style.css",
    "test:json": "node tasks/test.cjs"
  },
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "indentation": "tab",
      "property-no-unknown": [
        true,
        {
          "ignoreProperties": [
            "font-smoothing"
          ]
        }
      ],
      "selector-class-pattern": null,
      "no-descending-specificity": null,
      "value-keyword-case": null,
      "number-leading-zero": "never"
    }
  },
  "type": "module",
  "version": "7.6.0",
  "volta": {
    "node": "16.18.1"
  }
}
