UNPKG

nz-ng2-interceptors

Version:

Angular Cache interceptor, Token authentication interceptor, CSRF XSRF interceptor

102 lines (101 loc) 2.83 kB
{ "name": "nz-ng2-interceptors", "version": "0.0.11", "description": "Angular Cache interceptor, Token authentication interceptor, CSRF XSRF interceptor", "main": "./bundles/ng2-interceptors.umd.js", "module": "./esm5/ng2-interceptors.js", "es2015": "./esm2015/ng2-interceptors.js", "scripts": { "build": "node build.js", "test": "karma start", "pack:lib": "npm pack ./dist", "publish:lib": "ci-publish ./dist", "publish:lib:next": "npm publish --tag next ./dist", "compodoc": "compodoc -p tsconfig.json", "compodoc:serve": "compodoc -s" }, "typings": "./ng2-interceptors.d.ts", "author": "", "repository": { "type": "git", "url": "git@github.com:ywarezk/ng2-interceptors.git" }, "bugs": { "url": "git@github.com:ywarezk/ng2-interceptors.git/issues" }, "keywords": [ "nerdeez", "angular", "angular2", "angular 2", "ng2", "angular5", "ng5", "angular4", "ng4", "HttpClientModule", "HttpClient", "Interceptors", "Interceptor", "cache" ], "license": "MIT", "dependencies": { "tslib": "^1.7.1", "url-join": "^3.0.0" }, "peerDependencies": { "rxjs": "^5.5.2", "@angular/common": ">= 5.0.0", "@angular/core": ">= 5.0.0" }, "devDependencies": { "@angular/animations": "5.0.0", "@angular/common": ">= 5.0.0", "@angular/compiler": "5.0.0", "@angular/compiler-cli": "5.0.0", "@angular/core": ">= 5.0.0", "@angular/platform-browser": "5.0.0", "@angular/platform-browser-dynamic": "5.0.0", "@angular/platform-server": "5.0.0", "@compodoc/compodoc": "1.0.3", "@types/jasmine": "2.6.2", "@types/js-cookie": "^2.1.0", "@types/node": "8.0.47", "@types/url-join": "^0.8.2", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "chalk": "2.3.0", "ci-publish": "^1.3.0", "codecov.io": "^0.1.6", "codelyzer": "4.0.2", "core-js": "2.5.1", "istanbul-instrumenter-loader": "3.0.0", "jasmine-core": "2.8.0", "karma": "1.7.1", "karma-chrome-launcher": "2.2.0", "karma-coverage-istanbul-reporter": "1.3.0", "karma-jasmine": "1.1.0", "karma-junit-reporter": "^1.2.0", "karma-phantomjs-launcher": "^1.0.4", "karma-sourcemap-loader": "0.3.7", "karma-spec-reporter": "0.0.31", "karma-webpack": "2.0.5", "reflect-metadata": "0.1.10", "rollup": "0.50.0", "rollup-plugin-license": "0.5.0", "rollup-plugin-node-resolve": "3.0.0", "rollup-plugin-sourcemaps": "0.4.2", "rxjs": "5.5.2", "shelljs": "0.7.8", "source-map-loader": "0.2.3", "ts-loader": "3.1.1", "tslint": "5.8.0", "tslint-angular": "1.0.0", "typescript": "2.4.2", "uglify-js": "3.1.6", "webpack": "3.8.1", "zone.js": "0.8.18" } }