{
  "_from": "vue-star-rating@next",
  "_id": "vue-star-rating@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-LnhuQPi4hkRg7egKls+iqtL1U0RTN2gQkdLsJN7acyynMsSc9epHLzk8McJS+bR0OzfG98zNFq7mxAyuSb/okQ==",
  "_location": "/vue-star-rating",
  "_phantomChildren": {
    "@vue/compiler-dom": "3.1.1",
    "@vue/runtime-dom": "3.1.1",
    "@vue/shared": "3.1.1"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "vue-star-rating@next",
    "name": "vue-star-rating",
    "escapedName": "vue-star-rating",
    "rawSpec": "next",
    "saveSpec": null,
    "fetchSpec": "next"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-star-rating/-/vue-star-rating-2.1.0.tgz",
  "_shasum": "303df0231b5d04d271977c44a0967d4768b44e75",
  "_spec": "vue-star-rating@next",
  "_where": "D:\\Projects\\ergol\\site\\front-municipal",
  "author": {
    "name": "Craig Humphreys"
  },
  "bugs": {
    "url": "https://github.com/craigh411/vue-star-rating/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "vue": "^3.0.0"
  },
  "deprecated": false,
  "description": "A simple, highly customisable star rating component for Vue 3.x.",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/runtime-corejs3": "^7.11.2",
    "@vue/cli-plugin-eslint": "^4.5.6",
    "@vue/cli-service": "^4.5.6",
    "@vue/compiler-sfc": "^3.0.0",
    "@vue/test-utils": "^2.0.0-beta.5",
    "babel-jest": "^26.3.0",
    "eslint": "^7.10.0",
    "eslint-plugin-vue": "^7.0.0",
    "jest": "^26.4.2",
    "typescript": "^4.0.3",
    "vue-jest": "^5.0.0-alpha.4"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/craigh411/vue-star-rating#readme",
  "keywords": [
    "star rating",
    "star",
    "vue",
    "vue.js",
    "vue 3"
  ],
  "license": "MIT",
  "main": "dist/VueStarRating.common.js",
  "name": "vue-star-rating",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/craigh411/vue-star-rating.git"
  },
  "scripts": {
    "build": "npx vue-cli-service build --target lib --name VueStarRating ./src/index.js --mode production",
    "lint": "npx vue-cli-service lint",
    "serve": "npx vue-cli-service serve ./examples/commonjs/app.js",
    "test": "jest"
  },
  "version": "2.1.0"
}
