UNPKG

indexeddb-getall-shim

Version:

A shim/polyfill for supporting IDBObjectStore.getAll and IDBIndex.getAll.

31 lines (30 loc) 789 B
{ "name": "indexeddb-getall-shim", "version": "1.3.6", "description": "A shim/polyfill for supporting IDBObjectStore.getAll and IDBIndex.getAll.", "main": "IndexedDB-getAll-shim.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/dumbmatter/IndexedDB-getAll-shim.git" }, "keywords": [ "IndexedDB", "getAll" ], "author": "Jeremy Scheff <jdscheff@gmail.com> (http://dumbmatter.com/)", "license": "MIT", "bugs": { "url": "https://github.com/dumbmatter/IndexedDB-getAll-shim/issues" }, "homepage": "https://github.com/dumbmatter/IndexedDB-getAll-shim#readme", "devDependencies": { "fake-indexeddb": "^1.0.6", "mocha": "^2.5.3" }, "files": [ "IndexedDB-getAll-shim.js" ] }