UNPKG

browser-cache-mock

Version:

a mock for the browser cache that can be used in a node environment

39 lines (38 loc) 921 B
{ "name": "browser-cache-mock", "version": "0.1.7", "description": "a mock for the browser cache that can be used in a node environment", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && tsc", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/MechanicalRock/browser-cache-mock.git" }, "keywords": [ "test", "mock", "browser", "cache" ], "author": "Rick Foxcroft", "license": "MIT", "bugs": { "url": "https://github.com/MechanicalRock/browser-cache-mock/issues" }, "homepage": "https://github.com/MechanicalRock/browser-cache-mock#readme", "devDependencies": { "@types/jest": "^23.3.13", "coveralls": "^3.0.2", "isomorphic-fetch": "^2.2.1", "jest": "^23.6.0", "ts-jest": "^23.10.5", "typescript": "^3.3.3333" }, "files": [ "dist/" ] }