{
  "_from": "vue-star-rating@^1.6.1",
  "_id": "vue-star-rating@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-2qdONqnIlvFzJoallfr7VuFRB6hBzYgBVEbXC3yYZz2TfMhx36WtYQ5p7JRjW+pzZx2PGQYZ75UFoBE0jwIANw==",
  "_location": "/vue-star-rating",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-star-rating@^1.6.1",
    "name": "vue-star-rating",
    "escapedName": "vue-star-rating",
    "rawSpec": "^1.6.1",
    "saveSpec": null,
    "fetchSpec": "^1.6.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-star-rating/-/vue-star-rating-1.7.0.tgz",
  "_shasum": "07576aa1a83d54d4e9ea80eebccf058ff3c868b6",
  "_spec": "vue-star-rating@^1.6.1",
  "_where": "/var/www/html/moro",
  "author": {
    "name": "Craig Humphreys"
  },
  "bugs": {
    "url": "https://github.com/craigh411/vue-star-rating/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "vue": "^2.3.3"
  },
  "deprecated": false,
  "description": "A simple, highly customisable star rating component for Vue 2.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-service": "^4.5.7",
    "@vue/test-utils": "^1.1.0",
    "babel-jest": "^26.3.0",
    "eslint": "^7.10.0",
    "eslint-plugin-vue": "^6.2.2",
    "jest": "^26.4.2",
    "style-loader": "^1.2.1",
    "typescript": "^4.0.3",
    "vue-jest": "^4.0.0-rc.0",
    "vue-template-compiler": "^2.3.3"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/craigh411/vue-star-rating#readme",
  "keywords": [
    "star rating",
    "star",
    "vue",
    "vue.js",
    "vue 2"
  ],
  "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": "vue-cli-service build --target lib --name VueStarRating ./src/index.js --mode production",
    "lint": "eslint src --ext=js,vue",
    "lint:fix": "eslint src --ext=js,vue --fix",
    "serve": "vue-cli-service serve ./examples/commonjs/app.js",
    "test": "jest"
  },
  "version": "1.7.0"
}
