Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/csstype/
Upload File :
Current File : //etc/kibana/node_modules/csstype/package.json

{
  "name": "csstype",
  "version": "2.6.7",
  "main": "",
  "types": "index.d.ts",
  "description": "Strict TypeScript and Flow types for style based on MDN data",
  "repository": "https://github.com/frenic/csstype",
  "author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/chokidar": "^2.1.3",
    "@types/jest": "^24.0.18",
    "@types/jsdom": "^12.2.4",
    "@types/node": "^12.7.11",
    "@types/prettier": "^1.18.3",
    "chalk": "^2.4.2",
    "chokidar": "^3.2.1",
    "fast-glob": "^3.0.4",
    "flow-bin": "^0.109.0",
    "jest": "^24.9.0",
    "jsdom": "^15.1.1",
    "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#18f08ca5304d0e7d413eb478f603ccb856b811f1",
    "mdn-data": "git+https://github.com/mdn/data.git#0ede72d90cdb925d9eccea8806ddf9dd87ab2453",
    "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.3"
  },
  "scripts": {
    "update": "ts-node --files update.ts",
    "build": "ts-node --files build.ts --start",
    "watch": "ts-node --files build.ts --watch",
    "lint": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts",
    "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
    "lazy": "tsc && npm run lint && npm run pretty",
    "test": "jest --no-cache",
    "typecheck": "tsc typecheck.ts --noEmit --pretty & flow check typecheck.js",
    "prepublish": "tsc && npm run test && npm run build && npm run typecheck",
    "rebase-build": "git rebase --exec \"yarn --ignore-scripts && yarn build && git commit -a --amend --no-verify --no-edit --allow-empty\""
  },
  "files": [
    "index.d.ts",
    "index.js.flow"
  ],
  "keywords": [
    "css",
    "style",
    "typescript",
    "flow",
    "typings",
    "types",
    "definitions"
  ]
}