{
  "_from": "v-money@^0.8.1",
  "_id": "v-money@0.8.1",
  "_inBundle": false,
  "_integrity": "sha512-raz87AP5F2YEpv1GAocI3SC/y9af1+TQeZQIhAK5UNovho6dnh6RQBa5UG8ZNC+BPLpUh5VECi7EWTjr4+4s1g==",
  "_location": "/v-money",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "v-money@^0.8.1",
    "name": "v-money",
    "escapedName": "v-money",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/v-money/-/v-money-0.8.1.tgz",
  "_shasum": "dc28cf3be915c5a6c52bfe1085075e1fe7ae9db5",
  "_spec": "v-money@^0.8.1",
  "_where": "/var/www/html/dev.odorata.com.br",
  "author": {
    "name": "Marcos Neves",
    "email": "marcos.neves@gmail.com",
    "url": "https://vuejs-tips.github.io/"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Vue currency input/directive mask",
  "devDependencies": {
    "babel-jest": "^21.2.0",
    "babel-preset-vue-app": "^1.3.1",
    "jest": "^21.2.1",
    "npm-check-updates": "^2.13.0",
    "size-limit": "^0.11.6",
    "vuetify": "^0.16.7"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "vue",
    "input",
    "mask",
    "directive",
    "currency",
    "money"
  ],
  "license": "MIT",
  "main": "dist/v-money.js",
  "name": "v-money",
  "scripts": {
    "build": "vue build ./src/index.js --config ./build.config.js --dist ./dist/ --prod --lib",
    "compile": "npm run build -- --disable-compress",
    "dev": "vue build ./src/docs/docs.vue --config ./src/docs/build.config.js --host 0.0.0.0",
    "docs:build": "vue build ./src/docs/docs.vue --config ./src/docs/build.config.js --dist ./docs/ --prod",
    "docs:serve": "open http://localhost:5000/docs/ && serve ./",
    "size": "size-limit",
    "test": "jest",
    "upgrade:apply": "ncu -a",
    "upgrade:check": "ncu"
  },
  "size-limit": [
    {
      "path": "dist/v-money.js",
      "limit": "1.6 KB"
    }
  ],
  "version": "0.8.1"
}
