UNPKG

@oada/oada-cache

Version:

node library for interacting with and locally caching data served on an oada-compliant server

64 lines (63 loc) 1.51 kB
{ "name": "@oada/oada-cache", "version": "4.0.0", "description": "node library for interacting with and locally caching data served on an oada-compliant server", "main": "./src/index.js", "directories": { "test": "test", "src": "src" }, "mocha": { "exit": true, "recursive": true, "require" : ["mocha-steps"], "file": [ "./test/setup-all-tests.js" ] }, "scripts": { "test": "mocha", "test-watch": "mocha -w", "dev": "cpx --watch --verbose './src/**' '$APP_DIR/node_modules/@oada/oada-cache/src/'" }, "author": "oada", "license": "Apache-2.0", "dependencies": { "@oada/oada-id-client": "^1.0.8", "axios": "^0.19.2", "bluebird": "^3.5.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "concurrent-queue": "^7.0.2", "debug": "^4.1.0", "isomorphic-ws": "^4.0.1", "json-pointer": "^0.6.0", "lodash": "^4.17.10", "moment": "^2.22.2", "performance-now": "^2.1.0", "pouchdb": "^7.0.0", "prettyjson": "^1.2.1", "url": "^0.11.0", "uuid": "^3.3.2", "ws": "^7.2.1" }, "devDependencies": { "http-status": "^1.2.0", "mocha": "^7.0.1", "mocha-steps": "^1.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/oada/oada-cache.git" }, "keywords": [ "cache", "oada", "node", "javascript" ], "bugs": { "url": "https://github.com/oada/oada-cache/issues" }, "homepage": "https://github.com/oada/oada-cache#readme" }