{
  "_args": [
    [
      "vue-property-decorator@6.0.0",
      "C:\\xampp\\htdocs\\laravel_boilerplate"
    ]
  ],
  "_development": true,
  "_from": "vue-property-decorator@6.0.0",
  "_id": "vue-property-decorator@6.0.0",
  "_inBundle": false,
  "_integrity": "sha1-u2UbKTVC4x2w0k829LAlDvCNhRU=",
  "_location": "/vue-property-decorator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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": [
    "/jest-vue-preprocessor"
  ],
  "_resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-6.0.0.tgz",
  "_spec": "6.0.0",
  "_where": "C:\\xampp\\htdocs\\laravel_boilerplate",
  "author": {
    "name": "kaorun343"
  },
  "bugs": {
    "url": "https://github.com/kaorun343/vue-property-decorator/issues"
  },
  "dependencies": {
    "reflect-metadata": "^0.1.10",
    "vue-class-component": "^6.0.0"
  },
  "description": "property decorators for Vue Component",
  "devDependencies": {
    "@types/node": "^8.0.34",
    "ava": "^0.22.0",
    "rollup": "^0.50.0",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-typescript": "^0.8.1",
    "typescript": "^2.5.3",
    "vue": "^2.5.0"
  },
  "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",
  "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": "rollup -c test/rollup.config.js && ava test/decorator.spec.js"
  },
  "typings": "./lib/vue-property-decorator.d.ts",
  "version": "6.0.0"
}
