{ "_args": [ [ "@nuxtjs/vuetify@1.11.2", "/home/node/nuxt" ] ], "_from": "@nuxtjs/vuetify@1.11.2", "_id": "@nuxtjs/vuetify@1.11.2", "_inBundle": false, "_integrity": "sha512-8+k/PQG37OAoXvXgKE+BkBQXaoBCz9odK8oPYA4lwmxQ0ekHnh4PFrU/6Fr+OeVHbQbynbuMZnkF9aWxDsTqug==", "_location": "/@nuxtjs/vuetify", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@nuxtjs/vuetify@1.11.2", "name": "@nuxtjs/vuetify", "escapedName": "@nuxtjs%2fvuetify", "scope": "@nuxtjs", "rawSpec": "1.11.2", "saveSpec": null, "fetchSpec": "1.11.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@nuxtjs/vuetify/-/vuetify-1.11.2.tgz", "_spec": "1.11.2", "_where": "/home/node/nuxt", "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", "fibers": "^4.0.3", "sass": "^1.26.5", "sass-loader": "^8.0.2", "vuetify": "^2", "vuetify-loader": "^1.4.3" }, "description": "Vuetify Module for Nuxt.js", "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@nuxt/typescript-build": "^0.6.6", "@nuxt/typescript-runtime": "^0.4.6", "@nuxtjs/eslint-config-typescript": "^1.0.2", "@types/jest": "^25.2.1", "@types/sass": "^1.16.0", "codecov": "^3.6.5", "eslint": "^6.8.0", "husky": "^4.2.5", "jest": "^25.4.0", "nuxt-edge": "2.11.1-26375059.fd5fefe", "nuxt-webfontloader": "^1.1.0", "standard-version": "^7.1.0", "ts-jest": "^25.4.0", "typescript": "~3.8" }, "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.11.2" }