{
  "_args": [
    [
      "v-calendar@3.0.0-alpha.5",
      "C:\\laragon\\www\\jdih_satker_PA_SERANG"
    ]
  ],
  "_from": "v-calendar@3.0.0-alpha.5",
  "_id": "v-calendar@3.0.0-alpha.5",
  "_inBundle": false,
  "_integrity": "sha512-KGTzBDQzSbk1nwHvvm1zb3rcTYB4giL46mOjNvwtgxrvM2a5Kt7Ytxa9HolNIrDl8eYgMrfPY0L7bNnGb7dXCA==",
  "_location": "/v-calendar",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "v-calendar@3.0.0-alpha.5",
    "name": "v-calendar",
    "escapedName": "v-calendar",
    "rawSpec": "3.0.0-alpha.5",
    "saveSpec": null,
    "fetchSpec": "3.0.0-alpha.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-3.0.0-alpha.5.tgz",
  "_spec": "3.0.0-alpha.5",
  "_where": "C:\\laragon\\www\\jdih_satker_PA_SERANG",
  "author": {
    "name": "Nathan Reyes",
    "email": "nathanreyes@me.com"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ],
  "bugs": {
    "url": "https://github.com/nathanreyes/v-calendar/issues"
  },
  "dependencies": {
    "@types/lodash": "^4.14.165",
    "core-js": "^3.7.0",
    "date-fns": "^2.16.1",
    "date-fns-tz": "^1.0.12",
    "lodash": "^4.17.20"
  },
  "description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
  "devDependencies": {
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "7.12.0",
    "@popperjs/core": "2.4.0",
    "@rollup/plugin-alias": "^3.1.1",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-image": "^2.0.5",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-replace": "^2.3.3",
    "@rollup/plugin-url": "^5.0.1",
    "@typescript-eslint/eslint-plugin": "2.33.0",
    "@typescript-eslint/parser": "2.33.0",
    "@vue/cli-plugin-babel": "4.5.0",
    "@vue/cli-plugin-eslint": "4.5.0",
    "@vue/cli-plugin-typescript": "4.5.0",
    "@vue/cli-plugin-unit-jest": "~4.5.4",
    "@vue/cli-service": "~4.5.0",
    "@vue/compiler-sfc": "^3.0.0",
    "@vue/eslint-config-airbnb": "^5.0.2",
    "@vue/eslint-config-prettier": "6.0.0",
    "@vue/eslint-config-typescript": "5.0.2",
    "@vue/test-utils": "1.0.3",
    "autoprefixer": "^9.7.8",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^22.0.4",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-plugin-prettier": "3.1.3",
    "eslint-plugin-vue": "^7.1.0",
    "husky": "^4.3.0",
    "lint-staged": "^10.4.2",
    "postcss": "^8.0.0",
    "postcss-import": "12.0.1",
    "postcss-inline-svg": "^4.1.0",
    "postcss-loader": "^4.0.4",
    "postcss-nested": "^4.2.1",
    "postcss-simple-vars": "5.0.2",
    "postcss-url": "^8.0.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.30.0",
    "rollup-plugin-css-only": "^2.1.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "0.28.0",
    "rollup-plugin-vue": "^6.0.0",
    "typescript": "3.9.3",
    "vue": "^3.0.0",
    "vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/vue3-essential",
      "eslint:recommended"
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    },
    "rules": {}
  },
  "files": [
    "src",
    "lib",
    "types/*.d.ts"
  ],
  "homepage": "https://vcalendar.io",
  "keywords": [
    "vue",
    "vuejs",
    "plugin",
    "calendar",
    "datepicker",
    "date picker",
    "highlights",
    "dots",
    "bars",
    "indicators"
  ],
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "name": "v-calendar",
  "peerDependencies": {
    "@popperjs/core": "^2.4.0",
    "vue": "^3.0.0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nathanreyes/v-calendar.git"
  },
  "scripts": {
    "build": "vue-cli-service build",
    "build:es": "rimraf lib && cross-env NODE_ENV=production rollup --config rollup.config.js --format es",
    "build:lib": "rimraf lib && cross-env NODE_ENV=production rollup --config rollup.config.js",
    "build:lib_css": "rimraf lib && cross-env NODE_ENV=production SEP_CSS=true rollup --config rollup.config.js",
    "deploy:docs": "vuepress build docs && netlify deploy",
    "dev": "vuepress dev docs",
    "lint": "vue-cli-service lint",
    "serve": "vue-cli-service serve",
    "test": "vue-cli-service test:unit --watch"
  },
  "types": "types/index.d.ts",
  "unpkg": "lib/vcalendar.min.js",
  "version": "3.0.0-alpha.5"
}
