{
  "_from": "csstype@^3.2.3",
  "_id": "csstype@3.2.3",
  "_inBundle": false,
  "_integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  "_location": "/csstype",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csstype@^3.2.3",
    "name": "csstype",
    "escapedName": "csstype",
    "rawSpec": "^3.2.3",
    "saveSpec": null,
    "fetchSpec": "^3.2.3"
  },
  "_requiredBy": [
    "/@vue/runtime-dom"
  ],
  "_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  "_shasum": "ec48c0f3e993e50648c86da559e2610995cf989a",
  "_spec": "csstype@^3.2.3",
  "_where": "/var/www/laravelapp/node_modules/@vue/runtime-dom",
  "author": {
    "name": "Fredrik Nicol",
    "email": "fredrik.nicol@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/frenic/csstype/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Strict TypeScript and Flow types for style based on MDN data",
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@eslint/js": "^9.39.1",
    "@mdn/browser-compat-data": "7.1.21",
    "@tsconfig/node24": "^24.0.2",
    "@types/chokidar": "^2.1.7",
    "@types/css-tree": "^2.3.11",
    "@types/jest": "^30.0.0",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^24.10.1",
    "@types/prettier": "^3.0.0",
    "@types/turndown": "^5.0.6",
    "babel-jest": "^30.2.0",
    "chalk": "^5.6.2",
    "chokidar": "^4.0.3",
    "css-tree": "^3.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "flow-bin": "^0.291.0",
    "jest": "^30.2.0",
    "jsdom": "^27.2.0",
    "mdn-data": "2.25.0",
    "prettier": "^3.6.2",
    "release-it": "^19.0.6",
    "tsx": "^4.20.6",
    "turndown": "^7.2.2",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.46.4"
  },
  "files": [
    "index.d.ts",
    "index.js.flow"
  ],
  "homepage": "https://github.com/frenic/csstype#readme",
  "keywords": [
    "css",
    "style",
    "typescript",
    "flow",
    "typings",
    "types",
    "definitions"
  ],
  "license": "MIT",
  "main": "",
  "name": "csstype",
  "overrides": {
    "js-yaml": ">=4.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frenic/csstype.git"
  },
  "scripts": {
    "build": "tsx --inspect build.ts --start",
    "lazy": "tsc && npm run lint",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    "prepublish": "npm install --no-save --prefix __tests__ && npm install --no-save --prefix __tests__/__fixtures__",
    "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
    "release": "release-it",
    "test": "jest --runInBand",
    "test:dist": "jest dist.*.ts --runInBand",
    "test:src": "jest src.*.ts",
    "update": "tsx update.ts",
    "watch": "tsx build.ts --watch"
  },
  "types": "index.d.ts",
  "version": "3.2.3"
}
