{
  "_args": [
    [
      "laravel-vue-pagination@2.3.1",
      "/var/www/html/esp"
    ]
  ],
  "_from": "laravel-vue-pagination@2.3.1",
  "_id": "laravel-vue-pagination@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-I67KWSQiAJszVINoddLdHEZ1YBgDvs5lstXI88olRELBR7cQfVNUVly95kdIpHj/Qb+4L95lZ/iVfyifZfikyg==",
  "_location": "/laravel-vue-pagination",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "laravel-vue-pagination@2.3.1",
    "name": "laravel-vue-pagination",
    "escapedName": "laravel-vue-pagination",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/laravel-vue-pagination/-/laravel-vue-pagination-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/var/www/html/esp",
  "author": {
    "name": "Gilbert Pellegrom",
    "email": "gilbert@pellegrom.me"
  },
  "bugs": {
    "url": "https://github.com/gilbitron/laravel-vue-pagination/issues"
  },
  "description": "Vue.js pagination component for Laravel paginators and Bootstrap styles",
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.4.1",
    "@vue/cli-plugin-eslint": "^3.4.1",
    "@vue/cli-plugin-unit-jest": "^3.4.1",
    "@vue/cli-service": "^3.4.1",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "bootstrap": "^4.3.1",
    "eslint": "^5.14.1",
    "eslint-plugin-vue": "^5.2.2",
    "vue": "^2.6.7",
    "vue-template-compiler": "^2.6.7"
  },
  "homepage": "https://github.com/gilbitron/laravel-vue-pagination",
  "keywords": [
    "vue",
    "component",
    "bootstrap",
    "laravel",
    "pagination"
  ],
  "license": "MIT",
  "main": "dist/laravel-vue-pagination.common.js",
  "name": "laravel-vue-pagination",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gilbitron/laravel-vue-pagination.git"
  },
  "scripts": {
    "build": "vue-cli-service build --target lib src/LaravelVuePagination.vue",
    "deploy": "npm run now-build && now && now alias",
    "lint": "vue-cli-service lint",
    "now-build": "vue-cli-service build",
    "serve": "vue-cli-service serve --open",
    "test": "vue-cli-service test:unit"
  },
  "version": "2.3.1"
}
