{
  "_args": [
    [
      "csstype@3.0.9",
      "/opt/bitnami/apps/home/yftblog"
    ]
  ],
  "_from": "csstype@3.0.9",
  "_id": "csstype@3.0.9",
  "_inBundle": false,
  "_integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==",
  "_location": "/csstype",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "csstype@3.0.9",
    "name": "csstype",
    "escapedName": "csstype",
    "rawSpec": "3.0.9",
    "saveSpec": null,
    "fetchSpec": "3.0.9"
  },
  "_requiredBy": [
    "/@types/react"
  ],
  "_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz",
  "_spec": "3.0.9",
  "_where": "/opt/bitnami/apps/home/yftblog",
  "author": {
    "name": "Fredrik Nicol",
    "email": "fredrik.nicol@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/frenic/csstype/issues"
  },
  "description": "Strict TypeScript and Flow types for style based on MDN data",
  "devDependencies": {
    "@types/chokidar": "^2.1.3",
    "@types/jest": "^27.0.1",
    "@types/jsdom": "^16.2.13",
    "@types/node": "^16.9.1",
    "@types/prettier": "^2.3.2",
    "@types/request": "^2.48.7",
    "@types/turndown": "^5.0.1",
    "@typescript-eslint/eslint-plugin": "^4.31.0",
    "@typescript-eslint/parser": "^4.31.0",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.2",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "fast-glob": "^3.2.7",
    "flow-bin": "^0.159.0",
    "jest": "^27.2.0",
    "jsdom": "^17.0.0",
    "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#9660656bb7acc7eee075d2b1ee589cbc2d8da1d0",
    "mdn-data": "git+https://github.com/mdn/data.git#46942543a1ca2160b85a19e55dfcb33a964daecc",
    "prettier": "^2.4.0",
    "request": "^2.88.2",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "turndown": "^7.1.1",
    "typescript": "~4.4.3"
  },
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frenic/csstype.git"
  },
  "scripts": {
    "build": "ts-node --files build.ts --start",
    "lazy": "tsc && npm run lint",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
    "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
    "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
    "test": "jest",
    "test:dist": "jest dist.*.ts",
    "test:src": "jest src.*.ts",
    "update": "ts-node --files update.ts",
    "watch": "ts-node --files build.ts --watch"
  },
  "types": "index.d.ts",
  "version": "3.0.9"
}
