{
  "_from": "@nuxtjs/vuetify@^1.0.0",
  "_id": "@nuxtjs/vuetify@1.9.0",
  "_inBundle": false,
  "_integrity": "sha512-yilQ0HMmD15IB2pI7SaN8RPWJK86ga14RgihZyi+ioCV/ayIABkX3IiwEc3lmUto6umAjoPpylJ97blu/iyVJg==",
  "_location": "/@nuxtjs/vuetify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nuxtjs/vuetify@^1.0.0",
    "name": "@nuxtjs/vuetify",
    "escapedName": "@nuxtjs%2fvuetify",
    "scope": "@nuxtjs",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxtjs/vuetify/-/vuetify-1.9.0.tgz",
  "_shasum": "296e1b5874253cbd7b504ec1b85648744d585761",
  "_spec": "@nuxtjs/vuetify@^1.0.0",
  "_where": "/Users/malicktraoredermane/kidim-nuxt",
  "bugs": {
    "url": "https://github.com/nuxt-community/vuetify-module/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Pooya Parsa",
      "url": "@pi0"
    },
    {
      "name": "Kevin Marrec",
      "url": "@kevinmarrec"
    }
  ],
  "dependencies": {
    "deepmerge": "^4.0.0",
    "fibers": "^4.0.1",
    "sass": "^1.23.0",
    "sass-loader": "^8.0.0",
    "vuetify": "^2.1.0",
    "vuetify-loader": "^1.3.0"
  },
  "deprecated": false,
  "description": "Vuetify Module for Nuxt.js",
  "devDependencies": {
    "@commitlint/cli": "latest",
    "@commitlint/config-conventional": "latest",
    "@nuxt/typescript-build": "latest",
    "@nuxt/typescript-runtime": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "@types/jest": "latest",
    "@types/sass": "latest",
    "codecov": "latest",
    "eslint": "latest",
    "husky": "latest",
    "jest": "latest",
    "nuxt-edge": "latest",
    "nuxt-webfontloader": "^1.1.0",
    "standard-version": "latest",
    "ts-jest": "latest",
    "typescript": "~3.6"
  },
  "files": [
    "dist",
    "templates"
  ],
  "homepage": "https://github.com/nuxt-community/vuetify-module#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nuxtjs/vuetify",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-community/vuetify-module.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc && nuxt-ts test/fixture",
    "lint": "eslint --ext .ts,.js,.vue .",
    "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest"
  },
  "typings": "dist/index.d.ts",
  "version": "1.9.0"
}
