{
  "_args": [
    [
      "v-tooltip@2.0.3",
      "/var/www/www-root/data/www/afutest.su"
    ]
  ],
  "_development": true,
  "_from": "v-tooltip@2.0.3",
  "_id": "v-tooltip@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-KZZY3s+dcijzZmV2qoDH4rYmjMZ9YKGBVoUznZKQX0e3c2GjpJm3Sldzz8HHH2Ud87JqhZPB4+4gyKZ6m98cKQ==",
  "_location": "/v-tooltip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "v-tooltip@2.0.3",
    "name": "v-tooltip",
    "escapedName": "v-tooltip",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "/craftable"
  ],
  "_resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.0.3.tgz",
  "_spec": "2.0.3",
  "_where": "/var/www/www-root/data/www/afutest.su",
  "author": {
    "name": "Guillaume Chau",
    "email": "guillaume.b.chau@gmail.com"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "bugs": {
    "url": "https://github.com/Akryum/vue-tooltip/issues"
  },
  "dependencies": {
    "lodash": "^4.17.15",
    "popper.js": "^1.16.0",
    "vue-resize": "^0.4.5"
  },
  "description": "Easy tooltips with Vue 2.x",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/polyfill": "^7.4.3",
    "@babel/preset-env": "^7.4.2",
    "@vue/cli-plugin-babel": "^3.5.1",
    "@vue/cli-plugin-eslint": "^3.5.1",
    "@vue/cli-plugin-unit-jest": "^3.5.3",
    "@vue/cli-service": "^3.5.1",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.7.1",
    "clean-css": "^4.1.8",
    "cross-env": "^5.0.5",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-html": "^5.0.3",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "faker": "^4.1.0",
    "highlight.js": "^9.7.0",
    "jest": "^24.7.1",
    "jest-serializer-vue": "^2.0.2",
    "jest-vue": "^0.8.2",
    "rollup": "^1.10.0",
    "rollup-plugin-analyzer": "^3.0.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-css-only": "^1.0.0",
    "rollup-plugin-node-resolve": "^4.2.3",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-terser": "^4.0.4",
    "rollup-plugin-vue": "^5.0.0",
    "sass": "^1.18.0",
    "sass-loader": "^7.1.0",
    "screenfull": "^3.3.2",
    "vue": "^2.6.10",
    "vue-router": "^3.0.1",
    "vue-template-compiler": "^2.6.10"
  },
  "homepage": "https://github.com/Akryum/vue-tooltip#readme",
  "keywords": [
    "vue",
    "tooltip"
  ],
  "license": "ISC",
  "main": "dist/v-tooltip.umd.js",
  "module": "dist/v-tooltip.esm.js",
  "name": "v-tooltip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akryum/vue-tooltip.git"
  },
  "scripts": {
    "build": "NODE_ENV=production npm run build:browser && npm run build:es && npm run build:umd",
    "build:browser": "rollup --config build/rollup.config.browser.js",
    "build:es": "rollup --config build/rollup.config.es.js",
    "build:umd": "rollup --config build/rollup.config.umd.js",
    "demo:build": "vue-cli-service build",
    "demo:serve": "vue-cli-service serve",
    "dev": "cross-env NODE_ENV=development rollup --config build/rollup.config.es.js --watch",
    "prepublishOnly": "npm run test && npm run build",
    "test": "npm run test:unit",
    "test:unit": "vue-cli-service test:unit"
  },
  "typings": "types/index.d.ts",
  "unpkg": "dist/v-tooltip.min.js",
  "version": "2.0.3"
}
