{
  "_args": [
    [
      "@nuxtjs/vuetify@1.12.1",
      "D:\\Projects\\ashkanTala\\theme"
    ]
  ],
  "_development": true,
  "_from": "@nuxtjs/vuetify@1.12.1",
  "_id": "@nuxtjs/vuetify@1.12.1",
  "_inBundle": false,
  "_integrity": "sha512-oNwNhR6LY7l9ETsNyPkmCxgzbOYuAf27m+6E9mjQzHSu8PPI0vJ3xnGLgo87XnTcnWr9nYxqjwRN8xqMuuyoxQ==",
  "_location": "/@nuxtjs/vuetify",
  "_phantomChildren": {
    "ajv": "6.12.6",
    "ajv-keywords": "3.5.2",
    "big.js": "5.2.2",
    "emojis-list": "3.0.0",
    "json5": "2.1.3",
    "klona": "2.0.4",
    "lru-cache": "6.0.0",
    "neo-async": "2.6.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxtjs/vuetify@1.12.1",
    "name": "@nuxtjs/vuetify",
    "escapedName": "@nuxtjs%2fvuetify",
    "scope": "@nuxtjs",
    "rawSpec": "1.12.1",
    "saveSpec": null,
    "fetchSpec": "1.12.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxtjs/vuetify/-/vuetify-1.12.1.tgz",
  "_spec": "1.12.1",
  "_where": "D:\\Projects\\ashkanTala\\theme",
  "bugs": {
    "url": "https://github.com/nuxt-community/vuetify-module/issues"
  },
  "contributors": [
    {
      "name": "Pooya Parsa",
      "url": "@pi0"
    },
    {
      "name": "Kevin Marrec",
      "url": "@kevinmarrec"
    }
  ],
  "dependencies": {
    "deepmerge": "^4.2.2",
    "sass": "~1.32.13",
    "sass-loader": "^10.2.0",
    "vuetify": "^2.5.3",
    "vuetify-loader": "^1.7.2"
  },
  "description": "Vuetify Module for Nuxt.js",
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@nuxt/types": "^2.15.6",
    "@nuxt/typescript-build": "^2.1.0",
    "@nuxt/typescript-runtime": "^2.1.0",
    "@nuxtjs/eslint-config-typescript": "^6.0.1",
    "@types/jest": "^26.0.23",
    "@types/sass": "^1.16.0",
    "codecov": "^3.8.2",
    "eslint": "^7.28.0",
    "husky": "^4.3.8",
    "jest": "^27.0.4",
    "nuxt": "^2.15.6",
    "nuxt-webfontloader": "^1.1.0",
    "standard-version": "^9.3.0",
    "ts-jest": "^27.0.3",
    "typescript": "~4.0"
  },
  "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.12.1"
}
