UNPKG

@feathers-plus/batch-loader

Version:

Reduce requests to backend services by batching calls and caching records.

62 lines (61 loc) 1.82 kB
{ "name": "@feathers-plus/batch-loader", "description": "Reduce requests to backend services by batching calls and caching records.", "version": "0.3.6", "homepage": "https://github.com/feathers-plus/batch-loader", "main": "lib/", "types": "types/", "keywords": [ "feathers", "feathers-plus", "batch", "cache" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/feathers-plus/batch-loader.git" }, "author": { "name": "John J. Szwaronek", "email": "johnsz9999@gmail.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathers-plus/batch-loader/issues" }, "engines": { "node": ">= 6.0.0" }, "scripts": { "publish": "git push origin --tags && npm run changelog && git push origin", "release:pre": "npm version prerelease && npm publish --tag pre", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"", "lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --fix", "lint:types": "dtslint types/", "mocha": "mocha --opts mocha.opts", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts", "test": "npm run lint && npm run lint:types && npm run coverage" }, "semistandard": { "sourceType": "module", "env": [ "mocha" ] }, "directories": { "lib": "lib" }, "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" } }