{
  "_from": "cssdb@^7.0.1",
  "_id": "cssdb@7.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Vm4b6P/PifADu0a76H0DKRNVWq3Rq9xa/Nx6oEMUBJlwTUuZoZ3dkZxo8Gob3UEL53Cq+Ma1GBgISed6XEBs3w==",
  "_location": "/cssdb",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cssdb@^7.0.1",
    "name": "cssdb",
    "escapedName": "cssdb",
    "rawSpec": "^7.0.1",
    "saveSpec": null,
    "fetchSpec": "^7.0.1"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.0.2.tgz",
  "_shasum": "e1cadfe2be318797bd02ca929d2b3c7bac332abc",
  "_spec": "cssdb@^7.0.1",
  "_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/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.6",
    "browserslist": "^4.21.4",
    "caniuse-lite": "^1.0.30001418",
    "glob": "^8.0.3",
    "lodash.get": "^4.4.2",
    "postcss": "^8.4.17",
    "postcss-cli": "^10.0.0",
    "postcss-preset-env": "^7.8.1",
    "semver": "^7.3.8",
    "stylelint": "^14.13.0",
    "stylelint-config-standard": "^28.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"
  },
  "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.0.2"
}
