{
  "_args": [
    [
      "vuejs-paginate@2.1.0",
      "/var/www/html/Spa"
    ]
  ],
  "_development": true,
  "_from": "vuejs-paginate@2.1.0",
  "_id": "vuejs-paginate@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-gnwyXlmCiDOu9MLWxN5UJ4PGijKGNOMpHG8ujsrynCzTJljn/rp7Jq0WiDGDAMi5/u0AHuYIHhced+tUW4jblA==",
  "_location": "/vuejs-paginate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vuejs-paginate@2.1.0",
    "name": "vuejs-paginate",
    "escapedName": "vuejs-paginate",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/vuejs-paginate/-/vuejs-paginate-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/var/www/html/Spa",
  "author": {
    "name": "Cain Liu"
  },
  "bugs": {
    "url": "https://github.com/lokyoung/vuejs-paginate/issues"
  },
  "description": "A simple pagination component for Vue.js",
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-istanbul": "^4.0.0",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^3.5.0",
    "css-loader": "^0.26.1",
    "karma": "^1.4.1",
    "karma-chai": "^0.1.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sinon-chai": "^1.2.4",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^2.0.2",
    "mocha": "^3.2.0",
    "phantomjs-prebuilt": "^2.1.14",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "vue": "^2.3.4",
    "vue-loader": "^10.0.2",
    "vue-template-compiler": "^2.3.4",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2",
    "webpack-merge": "^2.6.1"
  },
  "homepage": "https://github.com/lokyoung/vuejs-paginate#readme",
  "keywords": [
    "vue",
    "paginate",
    "pagination"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "vuejs-paginate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lokyoung/vuejs-paginate.git"
  },
  "scripts": {
    "build": "rm -rf ./dist && webpack --config ./webpack.config.js",
    "demo": "webpack-dev-server --config ./demo/webpack.config.js",
    "test": "BABEL_ENV=test ./node_modules/karma/bin/karma start test/karma.conf.js --single-run"
  },
  "version": "2.1.0"
}
