{
  "_args": [
    [
      "@handsontable/vue@4.1.1",
      "D:\\jenkins\\workspace\\xq-web-bpm"
    ]
  ],
  "_from": "@handsontable/vue@4.1.1",
  "_id": "@handsontable/vue@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-gpsMxmfM2KzpvXQBuHY1WNwHpDtqn+6iApIBrHrUpwY8uyYjh91wFRjzR4tY3kRf8uYJJjc0xTzePRvJzEoQaw==",
  "_location": "/@handsontable/vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@handsontable/vue@4.1.1",
    "name": "@handsontable/vue",
    "escapedName": "@handsontable%2fvue",
    "scope": "@handsontable",
    "rawSpec": "4.1.1",
    "saveSpec": null,
    "fetchSpec": "4.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@handsontable/vue/-/vue-4.1.1.tgz",
  "_spec": "4.1.1",
  "_where": "D:\\jenkins\\workspace\\xq-web-bpm",
  "author": {
    "name": "Handsoncode",
    "email": "hello@handsoncode.net",
    "url": "https://handsoncode.net"
  },
  "bugs": {
    "url": "https://github.com/handsontable/vue-handsontable-official/issues"
  },
  "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/runtime": "^7.4.5",
    "@types/jest": "^24.0.14",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-core": "^7.0.0-bridge.0",
    "cpy-cli": "^2.0.0",
    "cross-env": "^5.2.0",
    "css-loader": "^3.0.0",
    "del-cli": "^2.0.0",
    "handsontable": "^7.2.2",
    "jest": "^24.8.0",
    "rollup": "^1.15.4",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-cleanup": "^3.1.1",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.0.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-plugin-typescript2": "^0.21.1",
    "rollup-plugin-uglify": "^6.0.2",
    "rollup-plugin-vue": "^5.0.0",
    "typescript": "^3.5.2",
    "vue": "^2.6.10",
    "vue-class-component": "^7.1.0",
    "vue-jest": "^3.0.4",
    "vue-router": "^3.0.6",
    "vue-template-compiler": "^2.6.10",
    "vuex": "^3.1.1"
  },
  "homepage": "https://handsontable.com",
  "jest": {
    "testURL": "http://localhost/",
    "transform": {
      "^.+\\.ts?$": "babel-jest",
      "^.+\\.js$": "babel-jest",
      ".*\\.vue$": "vue-jest"
    },
    "testRegex": "(/test/(.*).(test|spec)).(js?|ts?)$",
    "moduleFileExtensions": [
      "ts",
      "js",
      "json",
      "vue",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "test-tsconfig.json",
        "babelConfig": true
      }
    }
  },
  "jsdelivr": "./dist/vue-handsontable.min.js",
  "keywords": [
    "handsontable",
    "component",
    "data",
    "table",
    "grid",
    "data table",
    "data grid",
    "spreadsheet",
    "sheet",
    "excel",
    "vue",
    "vue.js",
    "vuejs",
    "vue2",
    "vue component",
    "vue grid",
    "wrapper",
    "enterprise",
    "sort",
    "formulas",
    "filter",
    "search",
    "conditional formatting",
    "csv"
  ],
  "license": "MIT",
  "main": "./commonjs/vue-handsontable.js",
  "module": "./es/vue-handsontable.js",
  "name": "@handsontable/vue",
  "peerDependencies": {
    "handsontable": ">=7.2.2",
    "vue": "^2.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/handsontable/vue-handsontable-official.git"
  },
  "scripts": {
    "build": "npm run delete-build && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:min",
    "build:commonjs": "cross-env NODE_ENV=cjs rollup -c",
    "build:es": "cross-env NODE_ENV=es rollup -c",
    "build:esDts": "cross-env NODE_ENV=esDts rollup -c && del-cli ./buildTemp/",
    "build:min": "cross-env NODE_ENV=min rollup -c",
    "build:umd": "cross-env NODE_ENV=umd rollup -c",
    "delete-build": "del-cli ./es/ && del-cli ./commonjs/ && del-cli ./dist/ && del-cli ./*.d.ts",
    "publish-all": "npm run build && npm run publish-build && npm run delete-build",
    "publish-build": "npm publish",
    "test": "jest",
    "watch:commonjs": "cross-env NODE_ENV=cjs rollup -c --watch",
    "watch:es": "cross-env NODE_ENV=es rollup -c --watch",
    "watch:umd": "cross-env NODE_ENV=umd rollup -c --watch"
  },
  "types": "./index.d.ts",
  "unpkg": "./dist/vue-handsontable.min.js",
  "version": "4.1.1"
}
