UNPKG

@w11k/ngx-componentdestroyed

Version:

[![Build Status](https://travis-ci.org/w11k/ngx-componentdestroyed.svg?branch=master)](https://travis-ci.org/w11k/ngx-componentdestroyed) [![npm version](https://badge.fury.io/js/%40w11k%2Fngx-componentdestroyed.svg)](https://badge.fury.io/js/%40w11k%2Fng

51 lines (50 loc) 1.19 kB
{ "name": "@w11k/ngx-componentdestroyed", "version": "5.0.2", "license": "Apache-2.0", "main": "./dist/index.js", "module": "./dist/es2015/index.js", "typings": "dist/index.d.ts", "repository": "https://github.com/w11k/ngx-componentdestroyed", "keywords": [ "Angular", "RxJS", "unsubscribe", "easy unsubscribe", "memory leak" ], "files": [ "dist", "LICENSE", "README.md" ], "dependencies": { "rxjs": ">=6.5.0" }, "devDependencies": { "@types/chai": "4.1.2", "@types/mocha": "2.2.48", "chai": "4.1.2", "del-cli": "1.1.0", "mocha": "5.0.0", "np": "6.2.0", "source-map-support": "0.5.3", "ts-node": "4.1.0", "tslint": "^5.11.0", "typescript": "^3.1.6", "typings": "^2.1.1", "watch": "1.0.2" }, "peerDependencies": { "rxjs": ">=6.0.0", "@angular/core": ">=9.x.x" }, "scripts": { "np": "np", "clean": "del-cli dist", "build": "npm run clean ; npm run dist", "dist": "tsc -p tsconfig.json ; tsc -p tsconfig.dist.es2015.json", "dist.watch": "watch 'npm run test ; npm run dist' src", "test": "mocha --opts spec/mocha.opts src/**/*test.ts" } }