UNPKG

fetchye-immutable-cache

Version:

Immutable cache library to use with fetchye.

55 lines (54 loc) 1.72 kB
{ "name": "fetchye-immutable-cache", "version": "1.7.1", "description": "Immutable cache library to use with fetchye.", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "files": [ "lib", "es" ], "scripts": { "clean": "rimraf lib && rimraf es", "prebuild": "yarn clean", "build:cjs": "cross-env BABEL_ENV=commonjs babel --extensions .js,.jsx ./src --out-dir lib", "build:esm": "babel --extensions .js,.jsx ./src --out-dir es", "build": "yarn build:cjs && yarn build:esm" }, "keywords": [ "fetchye-immutable-cache", "immutable", "fetchye" ], "repository": { "type": "git", "url": "https://github.com/americanexpress/fetchye.git", "directory": "packages/fetchye-immutable-cache" }, "contributors": [ "James Singleton <James.Singleton1@aexp.com> https://github.com/JamesSingleton)", "Jamie King <Jamie.King@aexp.com> (https://github.com/10xLaCroixDrinker)", "Jonathan Adshead <Jonathan.Adshead@aexp.com> (https://github.com/JAdshead)", "Michael Tobia <Michael.M.Tobia@aexp.com> (https://github.com/Francois-Esquire)", "Nelly Kiboi <Nelly.J.Kiboi@aexp.com> (https://github.com/nellyk)", "Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)" ], "dependencies": { "immutable": "^4.0.0-rc.12" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "7.11.6", "babel-preset-amex": "^3.4.1", "cross-env": "^7.0.2", "fetchye-test-utils": "^1.7.1", "redux": "^4.0.5", "rimraf": "^3.0.2" }, "peerDependencies": { "fetchye": "^1.0.3", "fetchye-core": "^1.0.3" }, "gitHead": "f46a545810acaa4762dd1e285b1a4f929596943b" }