{
  "_args": [
    [
      "@vuex-orm/core@0.32.1",
      "/var/www/html"
    ]
  ],
  "_from": "@vuex-orm/core@0.32.1",
  "_id": "@vuex-orm/core@0.32.1",
  "_inBundle": false,
  "_integrity": "sha512-zy3xj+6robrjNx5nJF73GlhAlcaespLrOByAQAILo/4q1IP542YUPAO+Kr1DH4n0iMV3vaj1275A741+y2djOg==",
  "_location": "/@vuex-orm/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vuex-orm/core@0.32.1",
    "name": "@vuex-orm/core",
    "escapedName": "@vuex-orm%2fcore",
    "scope": "@vuex-orm",
    "rawSpec": "0.32.1",
    "saveSpec": null,
    "fetchSpec": "0.32.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@vuex-orm/core/-/core-0.32.1.tgz",
  "_spec": "0.32.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Kia Ishii"
  },
  "bugs": {
    "url": "https://github.com/vuex-orm/vuex-orm/issues"
  },
  "dependencies": {
    "normalizr": "^3.4.0",
    "vuex": "^3.1.1"
  },
  "description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.",
  "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",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.6",
    "codecov": "^3.5.0",
    "core-js": "^2.6.9",
    "cross-env": "^5.2.0",
    "eslint": "^6.0.1",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "expect": "^24.8.0",
    "fork-ts-checker-webpack-plugin": "^1.4.3",
    "istanbul-instrumenter-loader": "^3.0.1",
    "mocha": "^6.2.0",
    "mocha-webpack": "2.0.0-beta.0",
    "nyc": "^13.3.0",
    "rollup": "^1.17.0",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "ts-loader": "^6.0.4",
    "tslint": "^5.18.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.5.3",
    "uglify-js": "^3.6.0",
    "vue": "^2.5.22",
    "vuepress": "^1.0.2",
    "vuepress-theme-vue": "^1.1.0",
    "webpack": "^4.37.0"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/vuex-orm/vuex-orm#readme",
  "keywords": [
    "vue",
    "vuex",
    "vuex-plugin",
    "vuex-orm",
    "orm"
  ],
  "license": "MIT",
  "main": "dist/vuex-orm.common.js",
  "module": "dist/vuex-orm.esm.js",
  "name": "@vuex-orm/core",
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "src/polyfills/index.ts",
      "src/support/Utils.ts"
    ],
    "instrument": false,
    "sourceMap": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuex-orm/vuex-orm.git"
  },
  "scripts": {
    "build": "yarn clean && yarn build:ts && yarn build:main && tsc -p .",
    "build:main": "node build/build.js",
    "build:ts": "tsc -p .",
    "clean": "rm -rf dist && rm -rf lib && rm -rf dist && rm -rf coverage && rm -rf .nyc_output && rm -rf .tmp",
    "coverage": "NODE_ENV=coverage nyc --reporter=lcov --reporter=text npm run test:coverage",
    "docs": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "bash ./docs/deploy.sh",
    "lint": "yarn lint:ts && yarn lint:js",
    "lint:js": "yarn eslint --fix --ext js .",
    "lint:ts": "tslint 'src/**/*.ts' -c tslint.json -p . --fix",
    "test": "cross-env mocha-webpack --webpack-config test/webpack.config.js --require test/bootstrap.js 'test/{feature,unit}/**/*.spec.js'",
    "test:all": "cross-env mocha-webpack --webpack-config test/webpack.config.js --require test/bootstrap.js 'test/{feature,performance,unit}/**/*.spec.js'",
    "test:coverage": "cross-env mocha-webpack --webpack-config test/webpack.config.js --require test/bootstrap.js 'src/**/*.js' 'test/{feature,unit}/**/*.spec.js'",
    "test:perf": "cross-env mocha-webpack --webpack-config test/webpack.config.js --require test/bootstrap.js 'test/performance/**/*.spec.js'",
    "test:perf:watch": "cross-env mocha-webpack --webpack-config test/webpack.config.js --watch --require test/bootstrap.js 'test/performance/**/*.spec.js'",
    "test:watch": "cross-env mocha-webpack --webpack-config test/webpack.config.js --watch --require test/bootstrap.js 'test/{feature,unit}/**/*.spec.js'"
  },
  "typings": "lib/index.d.ts",
  "unpkg": "dist/vuex-orm.js",
  "version": "0.32.1"
}
