{
  "_from": "@feathers-plus/batch-loader@^0.3.6",
  "_id": "@feathers-plus/batch-loader@0.3.6",
  "_inBundle": false,
  "_integrity": "sha512-r+n31iZ/B5Rl1mLkC9/S20UI445MdkZvE3VBmjupep2t8OuyTYHPkFEgR25HY6khH+RothK1VL3B5eumk9N2QQ==",
  "_location": "/@feathers-plus/batch-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathers-plus/batch-loader@^0.3.6",
    "name": "@feathers-plus/batch-loader",
    "escapedName": "@feathers-plus%2fbatch-loader",
    "scope": "@feathers-plus",
    "rawSpec": "^0.3.6",
    "saveSpec": null,
    "fetchSpec": "^0.3.6"
  },
  "_requiredBy": [
    "/feathers-hooks-common"
  ],
  "_resolved": "https://registry.npmjs.org/@feathers-plus/batch-loader/-/batch-loader-0.3.6.tgz",
  "_shasum": "1e096e95fcdffb83fb1a65468e6ef80b416f7d98",
  "_spec": "@feathers-plus/batch-loader@^0.3.6",
  "_where": "/home/editor/editor.api/node_modules/feathers-hooks-common",
  "author": {
    "name": "John J. Szwaronek",
    "email": "johnsz9999@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/feathers-plus/batch-loader/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "deprecated": false,
  "description": "Reduce requests to backend services by batching calls and caching records.",
  "devDependencies": {
    "@types/feathersjs__feathers": "^3.0.4",
    "asyncro": "2.0.1",
    "chai": "3.5.0",
    "dtslint": "^0.3.0",
    "istanbul": "1.1.0-alpha.1",
    "mocha": "4.0.1",
    "semistandard": "11.0.0"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "homepage": "https://github.com/feathers-plus/batch-loader",
  "keywords": [
    "feathers",
    "feathers-plus",
    "batch",
    "cache"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathers-plus/batch-loader",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathers-plus/batch-loader.git"
  },
  "scripts": {
    "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
    "lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --fix",
    "lint:types": "dtslint types/",
    "mocha": "mocha --opts mocha.opts",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:major": "npm version major && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:patch": "npm version patch && npm publish",
    "release:pre": "npm version prerelease && npm publish --tag pre",
    "test": "npm run lint && npm run lint:types && npm run coverage"
  },
  "semistandard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "types": "types/",
  "version": "0.3.6"
}
