{
  "_from": "vue-property-decorator@^6.0.0",
  "_id": "vue-property-decorator@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-NM4PYPOkOIO7SFtWiQqVrbp+ORzd7CJXcIz0X710PNW9pxGfbil0/x/ULFympzIUoHXBKN2dqoOQzh6oeMzpTQ==",
  "_location": "/vue-property-decorator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-property-decorator@^6.0.0",
    "name": "vue-property-decorator",
    "escapedName": "vue-property-decorator",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/vue-payjp-checkout"
  ],
  "_resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-6.1.0.tgz",
  "_shasum": "ef97bcc1bfe794ec060133ca04a5aca02e808828",
  "_spec": "vue-property-decorator@^6.0.0",
  "_where": "/var/www/html/moro/node_modules/vue-payjp-checkout",
  "author": {
    "name": "kaorun343"
  },
  "bugs": {
    "url": "https://github.com/kaorun343/vue-property-decorator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "reflect-metadata": "^0.1.10",
    "vue-class-component": "^6.1.0"
  },
  "deprecated": false,
  "description": "property decorators for Vue Component",
  "devDependencies": {
    "@types/node": "^8.0.47",
    "ava": "^0.23.0",
    "rollup": "^0.50.0",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-typescript": "^0.8.1",
    "ts-loader": "^4.3.0",
    "typescript": "^2.6.1",
    "vue": "^2.5.3",
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kaorun343/vue-property-decorator#readme",
  "keywords": [
    "vue",
    "typescript",
    "decorator"
  ],
  "license": "MIT",
  "main": "lib/vue-property-decorator.umd.js",
  "module": "lib/vue-property-decorator.js",
  "name": "vue-property-decorator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaorun343/vue-property-decorator.git"
  },
  "scripts": {
    "build": "tsc -p src/tsconfig.json",
    "build:umd": "rollup -c",
    "test": "webpack --config ./test/webpack.config.js && ava test/decorator.spec.js"
  },
  "typings": "./lib/vue-property-decorator.d.ts",
  "version": "6.1.0"
}
