{
  "_args": [
    [
      "vue-social-sharing@3.0.4",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_from": "vue-social-sharing@3.0.4",
  "_id": "vue-social-sharing@3.0.4",
  "_inBundle": false,
  "_integrity": "sha512-noifuAgZIiNnsVEwGYz0kTVRdj80JkEIt1Qp1HRTLYPPQsyKVhrIMqJGVQGQjm9cp4UB51pUOxdGElMVyavvtw==",
  "_location": "/vue-social-sharing",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-social-sharing@3.0.4",
    "name": "vue-social-sharing",
    "escapedName": "vue-social-sharing",
    "rawSpec": "3.0.4",
    "saveSpec": null,
    "fetchSpec": "3.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-social-sharing/-/vue-social-sharing-3.0.4.tgz",
  "_spec": "3.0.4",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": {
    "name": "Nicolas Beauvais",
    "email": "nicolas@bvs.email"
  },
  "bugs": {
    "url": "https://github.com/nicolasbeauvais/vue-social-sharing/issues"
  },
  "description": "A Vue.js component for sharing links to social networks",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@storybook/addon-notes": "^5.1.10",
    "@storybook/vue": "^5.1.10",
    "@vue/test-utils": "^1.0.2",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.0.1",
    "babel-loader": "^8.0.6",
    "babel-preset-vue": "^2.0.2",
    "conventional-github-releaser": "^3.1.3",
    "cross-env": "^5.2.0",
    "eslint": "^7.0.0",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-jest": "^23.11.0",
    "eslint-plugin-vue": "^6.2.2",
    "husky": "^3.0.2",
    "jest": "^26.0.1",
    "lint-staged": "^9.2.1",
    "poi": "^12.7.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "vue": "^2.6.10",
    "vue-html-loader": "^1.2.4",
    "vue-loader": "^15.7.1",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.6"
  },
  "files": [
    "dist",
    "src",
    "nuxt",
    "vetur",
    "types/*.d.ts"
  ],
  "homepage": "https://github.com/nicolasbeauvais/vue-social-sharing#readme",
  "keywords": [
    "nuxtjs",
    "plugin",
    "renderless-components",
    "share",
    "social",
    "social-network",
    "social-networks",
    "social-shares",
    "ssr",
    "vue",
    "vue-component",
    "vue-components",
    "vuejs",
    "vuejs-components"
  ],
  "license": "MIT",
  "main": "dist/vue-social-sharing.js",
  "name": "vue-social-sharing",
  "peerDependencies": {
    "vue": "^2.6.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nicolasbeauvais/vue-social-sharing.git"
  },
  "scripts": {
    "build": "yarn run build-dist && yarn run build-storybook",
    "build-dist": "cross-env NODE_ENV=production webpack --config webpack.config.js",
    "build-storybook": "build-storybook -c .storybook -o docs",
    "example": "poi -s examples/index.js",
    "lint": "eslint --ext js --ext vue src nuxt examples .storybook tests",
    "release": "yarn run lint && yarn run test && conventional-github-releaser -p angular && npm publish",
    "storybook": "start-storybook",
    "test": "jest tests"
  },
  "types": "types/index.d.ts",
  "version": "3.0.4",
  "vetur": {
    "tags": "vetur/vetur-tags.json"
  }
}
