UNPKG

@ngx-cache/fs-storage

Version:
51 lines (50 loc) 1.57 kB
{ "name": "@ngx-cache/fs-storage", "version": "9.0.0", "description": "Fs storage for ngx-cache (server platform)", "repository": { "type": "git", "url": "https://github.com/fulls1z3/ngx-cache.git" }, "keywords": [ "server side", "platform-server", "storage", "file", "fs", "caching", "cache", "universal", "angular" ], "author": { "name": "Burak Tasci", "email": "mail@buraktasci.com" }, "license": "MIT", "bugs": { "url": "https://github.com/fulls1z3/ngx-cache/issues" }, "homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage#readme", "peerDependencies": { "@angular/core": ">=9.0.0 <10.0.0", "@ngx-cache/core": ">=9.0.0 <10.0.0", "tslib": "^1.10.0" }, "publishConfig": { "access": "public", "directory": "../../../dist/@ngx-cache/fs-storage" }, "main": "bundles/ngx-cache-fs-storage.umd.js", "module": "fesm5/ngx-cache-fs-storage.js", "es2015": "fesm2015/ngx-cache-fs-storage.js", "esm5": "esm5/ngx-cache-fs-storage.js", "esm2015": "esm2015/ngx-cache-fs-storage.js", "fesm5": "fesm5/ngx-cache-fs-storage.js", "fesm2015": "fesm2015/ngx-cache-fs-storage.js", "typings": "ngx-cache-fs-storage.d.ts", "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1" } }