{
  "_from": "csstype@^2.5.2",
  "_id": "csstype@2.6.14",
  "_inBundle": false,
  "_integrity": "sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==",
  "_location": "/csstype",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csstype@^2.5.2",
    "name": "csstype",
    "escapedName": "csstype",
    "rawSpec": "^2.5.2",
    "saveSpec": null,
    "fetchSpec": "^2.5.2"
  },
  "_requiredBy": [
    "/@material-ui/styles",
    "/@material-ui/system"
  ],
  "_resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz",
  "_shasum": "004822a4050345b55ad4dcc00be1d9cf2f4296de",
  "_spec": "csstype@^2.5.2",
  "_where": "/var/www/html/iqecommerce/node_modules/@material-ui/styles",
  "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": {
    "@types/chokidar": "^2.1.3",
    "@types/jest": "^24.0.21",
    "@types/jsdom": "^12.2.4",
    "@types/node": "^12.12.3",
    "@types/prettier": "^1.18.3",
    "chalk": "^2.4.2",
    "chokidar": "^3.2.3",
    "fast-glob": "^3.1.0",
    "flow-bin": "^0.110.1",
    "jest": "^24.9.0",
    "jsdom": "^15.2.0",
    "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#37f0d1cb4765494ea388adc0d38c1e5eeb6a60e1",
    "mdn-data": "git+https://github.com/mdn/data.git#29e9e61ddc8299bffc92545446bbd5d2b35ed1d5",
    "prettier": "^1.18.2",
    "sync-request": "^6.1.0",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "turndown": "^5.0.3",
    "typescript": "~3.6.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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frenic/csstype.git"
  },
  "scripts": {
    "build": "ts-node --files build.ts --start",
    "lazy": "tsc && npm run lint && npm run pretty",
    "lint": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts",
    "prepublish": "tsc && npm run test && npm run build && npm run typecheck",
    "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
    "rebase-build": "git rebase --exec \"yarn --ignore-scripts && yarn build && git commit -a --amend --no-verify --no-edit --allow-empty\"",
    "test": "jest --no-cache",
    "typecheck": "tsc typecheck.ts --noEmit --pretty & flow check typecheck.js",
    "update": "ts-node --files update.ts",
    "watch": "ts-node --files build.ts --watch"
  },
  "types": "index.d.ts",
  "version": "2.6.14"
}
