{
  "_args": [
    [
      "csstype@2.6.4",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_from": "csstype@2.6.4",
  "_id": "csstype@2.6.4",
  "_inBundle": false,
  "_integrity": "sha512-lAJUJP3M6HxFXbqtGRc0iZrdyeN+WzOWeY0q/VnFzI+kqVrYIzC7bWlKqCW7oCIdzoPkvfp82EVvrTlQ8zsWQg==",
  "_location": "/csstype",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "csstype@2.6.4",
    "name": "csstype",
    "escapedName": "csstype",
    "rawSpec": "2.6.4",
    "saveSpec": null,
    "fetchSpec": "2.6.4"
  },
  "_requiredBy": [
    "/@emotion/serialize",
    "/@types/react"
  ],
  "_resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.4.tgz",
  "_spec": "2.6.4",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "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": "^1.7.5",
    "@types/jest": "^24.0.9",
    "@types/jsdom": "^12.2.3",
    "@types/node": "^11.10.4",
    "@types/prettier": "^1.16.1",
    "chalk": "^2.4.2",
    "chokidar": "^2.1.2",
    "fast-glob": "^2.2.6",
    "flow-bin": "^0.94.0",
    "jest": "^24.1.0",
    "jsdom": "^13.2.0",
    "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#cca8064adf09a9e95a8ff0d2abe233798912b5d0",
    "mdn-data": "git+https://github.com/mdn/data.git#4547ad7194b75b3837af0c6fb9228f848020d8e6",
    "prettier": "^1.16.4",
    "sync-request": "^6.0.0",
    "ts-node": "^8.0.2",
    "tslint": "^5.13.1",
    "tslint-config-prettier": "^1.18.0",
    "turndown": "^5.0.3",
    "typescript": "~3.3.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 && 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.4"
}
