{
  "_args": [
    [
      "vue-async-computed@3.7.0",
      "C:\\xampp\\htdocs\\laravel"
    ]
  ],
  "_from": "vue-async-computed@3.7.0",
  "_id": "vue-async-computed@3.7.0",
  "_inBundle": false,
  "_integrity": "sha512-TyP37QJZK8pvN14wxBcXtt9TOjkpYYdndklABZNH+X1ZjeyM/krndloiS1DeFUg95MqIi5wzjevOPu6UTcD7pg==",
  "_location": "/vue-async-computed",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-async-computed@3.7.0",
    "name": "vue-async-computed",
    "escapedName": "vue-async-computed",
    "rawSpec": "3.7.0",
    "saveSpec": null,
    "fetchSpec": "3.7.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-async-computed/-/vue-async-computed-3.7.0.tgz",
  "_spec": "3.7.0",
  "_where": "C:\\xampp\\htdocs\\laravel",
  "author": {
    "name": "Benjamin Fox",
    "email": "foxbenjaminfox@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/foxbenjaminfox/vue-async-computed/issues"
  },
  "description": "Async computed properties for Vue",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-istanbul": "^0.12.2",
    "babel-preset-env": "^1.7.0",
    "coveralls": "^3.0.3",
    "dependency-check": "^3.3.0",
    "doctoc": "^1.4.0",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "estraverse-fb": "^1.3.2",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.3",
    "rollup": "^1.14.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.2",
    "vue": "^2.5.21",
    "watch": "^1.0.2"
  },
  "files": [
    "bin/",
    "dist/"
  ],
  "homepage": "https://github.com/foxbenjaminfox/vue-async-computed#readme",
  "keywords": [
    "vue",
    "data",
    "async",
    "computed",
    "computed data"
  ],
  "license": "MIT",
  "main": "dist/vue-async-computed.js",
  "module": "dist/vue-async-computed.esm.js",
  "name": "vue-async-computed",
  "peerDependencies": {
    "vue": "~2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foxbenjaminfox/vue-async-computed.git"
  },
  "scripts": {
    "babel": "npm run babel-umd -s && npm run babel-esm -s",
    "babel-esm": "babel --optional runtime dist/vue-async-computed.esm.esnext.js --out-file dist/vue-async-computed.esm.js",
    "babel-umd": "babel --optional runtime dist/vue-async-computed.esnext.js --out-file dist/vue-async-computed.js",
    "build": "npm run rollup -s && npm run babel -s",
    "check": "npm run lint -s && dependency-check package.json --no-default-entries src/index.js",
    "clean": "rimraf dist",
    "coverage": "babel-node node_modules/.bin/babel-istanbul cover test/index.js",
    "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
    "lint": "eslint src test",
    "major": "npm version major && npm publish",
    "minor": "npm version minor && npm publish",
    "patch": "npm version patch && npm publish",
    "postbuild": "npm run test -s",
    "postcoveralls": "rimraf ./coverage",
    "postpublish": "git push origin master --follow-tags",
    "prebuild": "npm run check -s && npm run clean -s && mkdirp dist",
    "prepublishOnly": "npm run build -s",
    "rollup": "npm run rollup-umd -s && npm run rollup-esm -s",
    "rollup-esm": "rollup src/index.js --output.format esm --name AsyncComputed --output.file dist/vue-async-computed.esm.esnext.js",
    "rollup-umd": "rollup src/index.js --output.format umd --name AsyncComputed --output.file dist/vue-async-computed.esnext.js",
    "test": "babel-node --presets env test/index.js | tspec",
    "toc": "doctoc --github --title \"# Changelog\" CHANGELOG.md",
    "watch": "watch 'npm run build' src test"
  },
  "version": "3.7.0"
}
