{
  "_from": "@chenfengyuan/vue-countdown@2.1.3",
  "_id": "@chenfengyuan/vue-countdown@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-BAsflvU+jYaOUq+t3j4p4nNBNen0YSFzeOT2ffsxzG7/szvCzrM1S2wHmj/476Arqf4F28YEee95Wnng/CVqCA==",
  "_location": "/@chenfengyuan/vue-countdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chenfengyuan/vue-countdown@2.1.3",
    "name": "@chenfengyuan/vue-countdown",
    "escapedName": "@chenfengyuan%2fvue-countdown",
    "scope": "@chenfengyuan",
    "rawSpec": "2.1.3",
    "saveSpec": null,
    "fetchSpec": "2.1.3"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@chenfengyuan/vue-countdown/-/vue-countdown-2.1.3.tgz",
  "_shasum": "b3eefbe1141646b65255b66207d308d479603f30",
  "_spec": "@chenfengyuan/vue-countdown@2.1.3",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "Chen Fengyuan",
    "url": "https://chenfengyuan.com/"
  },
  "bugs": {
    "url": "https://github.com/fengyuanchen/vue-countdown/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Countdown component for Vue 3.",
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@types/jest": "^28.1.8",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "@vue/compiler-sfc": "^3.5.13",
    "@vue/test-utils": "^2.4.6",
    "@vue/vue3-jest": "^28.1.0",
    "babel-jest": "^28.1.3",
    "babel-loader": "^8.4.1",
    "change-case": "^4.1.2",
    "conventional-changelog-cli": "^2.2.2",
    "create-banner": "^2.0.0",
    "css-loader": "^6.11.0",
    "del-cli": "^5.1.0",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-vue": "^9.32.0",
    "html-webpack-plugin": "^5.6.3",
    "husky": "^8.0.3",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "lint-staged": "^13.3.0",
    "markdown-to-vue-loader": "^3.1.5",
    "mini-css-extract-plugin": "^2.9.2",
    "move-file-cli": "^3.0.0",
    "postcss": "^8.5.3",
    "rollup": "^2.79.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "rollup-plugin-vue": "^6.0.0",
    "sass": "^1.85.1",
    "sass-loader": "^13.3.3",
    "style-loader": "^3.3.4",
    "stylelint": "^14.16.1",
    "stylelint-config-recommended-scss": "^7.0.0",
    "stylelint-config-recommended-vue": "^1.6.0",
    "stylelint-order": "^5.0.0",
    "ts-jest": "^28.0.8",
    "ts-loader": "^9.5.2",
    "tslib": "^2.8.1",
    "typescript": "^4.9.5",
    "vue": "^3.5.13",
    "vue-loader": "^17.4.2",
    "webpack": "^5.98.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.15.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://fengyuanchen.github.io/vue-countdown",
  "keywords": [
    "countdown",
    "vue",
    "vue3",
    "vue-component",
    "front-end",
    "web"
  ],
  "license": "MIT",
  "main": "dist/vue-countdown.js",
  "module": "dist/vue-countdown.esm.js",
  "name": "@chenfengyuan/vue-countdown",
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengyuanchen/vue-countdown.git"
  },
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "build:docs": "webpack --env production",
    "build:types": "move-file dist/index.d.ts dist/vue-countdown.d.ts",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "clean": "del-cli dist",
    "lint": "npm run lint:js && npm run lint:css",
    "lint:css": "stylelint **/*.{css,scss,vue} --fix",
    "lint:js": "eslint . --ext .js,.ts,.vue --fix",
    "prepare": "husky install",
    "release": "npm run clean && npm run lint && npm run build && npm run build:types && npm run build:docs && npm test && npm run changelog",
    "serve": "webpack serve --hot --open",
    "start": "npm run serve",
    "test": "jest"
  },
  "types": "dist/vue-countdown.d.ts",
  "version": "2.1.3"
}
