@ngx-resource/handler-fetch
Version:
Resource handler for fetch
40 lines (39 loc) • 1.19 kB
JSON
{
"name": "@ngx-resource/handler-fetch",
"version": "7.0.0-beta.1",
"description": "Resource handler for fetch",
"author": "Roman Rosluk <roma@redbox.by>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troyanskiy/ngx-resource/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/troyanskiy/ngx-resource.git"
},
"keywords": [
"ngx-resource",
"handler-fetch",
"ngx-resource-rest",
"ngx-resource-handler",
"ngx-resource-handler-fetch",
"Resource"
],
"peerDependencies": {
"@ngx-resource/core": "^7.0.0",
"@ngx-resource/handler-ngx-http": "^7.0.0"
},
"main": "bundles/ngx-resource-handler-fetch.umd.js",
"module": "fesm5/ngx-resource-handler-fetch.js",
"es2015": "fesm2015/ngx-resource-handler-fetch.js",
"esm5": "esm5/ngx-resource-handler-fetch.js",
"esm2015": "esm2015/ngx-resource-handler-fetch.js",
"fesm5": "fesm5/ngx-resource-handler-fetch.js",
"fesm2015": "fesm2015/ngx-resource-handler-fetch.js",
"typings": "ngx-resource-handler-fetch.d.ts",
"metadata": "ngx-resource-handler-fetch.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}