{
  "_args": [
    [
      {
        "raw": "vuex@^2.1.2",
        "scope": null,
        "escapedName": "vuex",
        "name": "vuex",
        "rawSpec": "^2.1.2",
        "spec": ">=2.1.2 <3.0.0",
        "type": "range"
      },
      "/home/salesvol/public_html/internationalify.com"
    ]
  ],
  "_from": "vuex@>=2.1.2 <3.0.0",
  "_id": "vuex@2.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/vuex",
  "_nodeVersion": "7.4.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/vuex-2.2.1.tgz_1488124217147_0.7860643926542252"
  },
  "_npmUser": {
    "name": "yyx990803",
    "email": "yyx990803@gmail.com"
  },
  "_npmVersion": "4.0.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "vuex@^2.1.2",
    "scope": null,
    "escapedName": "vuex",
    "name": "vuex",
    "rawSpec": "^2.1.2",
    "spec": ">=2.1.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vuex/-/vuex-2.2.1.tgz",
  "_shasum": "a42d0ce18cb0e0359258f84bfd76835ed468c185",
  "_shrinkwrap": null,
  "_spec": "vuex@^2.1.2",
  "_where": "/home/salesvol/public_html/internationalify.com",
  "author": {
    "name": "Evan You"
  },
  "bugs": {
    "url": "https://github.com/vuejs/vuex/issues"
  },
  "dependencies": {},
  "description": "state management for Vue.js",
  "devDependencies": {
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.10",
    "babel-plugin-transform-runtime": "^6.22.0",
    "babel-polyfill": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-runtime": "^6.22.0",
    "chromedriver": "^2.27.2",
    "cross-spawn": "^5.0.1",
    "css-loader": "^0.26.1",
    "eslint": "^3.15.0",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-vue": "^2.0.1",
    "express": "^4.14.1",
    "jasmine": "2.5.3",
    "jasmine-core": "2.5.2",
    "nightwatch": "^0.9.12",
    "nightwatch-helpers": "^1.2.0",
    "phantomjs-prebuilt": "^2.1.14",
    "rollup": "^0.41.4",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-replace": "^1.1.1",
    "rollup-watch": "^3.2.2",
    "selenium-server": "^2.53.1",
    "todomvc-app-css": "^2.0.6",
    "typescript": "^2.1.5",
    "uglify-js": "^2.7.5",
    "vue": "^2.1.10",
    "vue-loader": "^11.0.0",
    "vue-template-compiler": "^2.1.10",
    "webpack": "^2.2.1",
    "webpack-dev-middleware": "^1.10.0",
    "webpack-hot-middleware": "^2.16.1"
  },
  "directories": {},
  "dist": {
    "shasum": "a42d0ce18cb0e0359258f84bfd76835ed468c185",
    "tarball": "https://registry.npmjs.org/vuex/-/vuex-2.2.1.tgz"
  },
  "files": [
    "dist",
    "src",
    "types/index.d.ts",
    "types/helpers.d.ts",
    "types/vue.d.ts"
  ],
  "gitHead": "4e1e9b230e7c93885c69bc3edf789069df010e36",
  "homepage": "https://github.com/vuejs/vuex#readme",
  "license": "MIT",
  "main": "dist/vuex.js",
  "maintainers": [
    {
      "name": "yyx990803",
      "email": "yyx990803@gmail.com"
    }
  ],
  "module": "dist/vuex.esm.js",
  "name": "vuex",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuex.git"
  },
  "scripts": {
    "build": "npm run build:main && npm run build:esm && npm run build:logger",
    "build:esm": "rollup -c build/rollup.config.js --environment ESM",
    "build:logger": "rollup -c build/rollup.logger.config.js",
    "build:main": "rollup -c build/rollup.config.js && uglifyjs dist/vuex.js -cm --comments -o dist/vuex.min.js",
    "dev": "node examples/server.js",
    "dev:dist": "rollup -wm -c build/rollup.config.js",
    "docs": "cd docs && gitbook serve",
    "docs:deploy": "cd docs && ./deploy.sh",
    "lint": "eslint src test",
    "release": "bash build/release.sh",
    "test": "npm run lint && npm run test:types && npm run test:unit && npm run test:e2e",
    "test:e2e": "node test/e2e/runner.js",
    "test:types": "tsc -p types/test",
    "test:unit": "rollup -c build/rollup.config.js && jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  },
  "typings": "types/index.d.ts",
  "version": "2.2.1"
}
