UNPKG

1.96 kBJSONView Raw
1{
2 "name": "ngx-pipes",
3 "version": "2.4.2",
4 "author": "Dan Revah",
5 "description": "Useful angular2 pipes",
6 "license": "MIT",
7 "keywords": [
8 "ngx",
9 "ng",
10 "angular",
11 "pipes",
12 "filters",
13 "library",
14 "ngx pipes",
15 "angular filters",
16 "angular pipes"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/danrevah/ngx-pipes.git"
21 },
22 "peerDependencies": {
23 "@angular/core": "^4.0.1 || ^5.0.0 || ^6.0.0 || ^7.0.0"
24 },
25 "devDependencies": {
26 "@angular-devkit/build-angular": "~0.13.3",
27 "@angular/cli": "^7.3.0",
28 "@angular/common": "^7.2.6",
29 "@angular/compiler": "^7.2.6",
30 "@angular/compiler-cli": "^7.2.6",
31 "@angular/core": "^7.2.6",
32 "@angular/platform-browser": "^7.2.6",
33 "@angular/platform-browser-dynamic": "^7.2.6",
34 "@types/jasmine": "^2.8.2",
35 "@types/jasminewd2": "~2.0.2",
36 "@types/node": "^10.0.0",
37 "braces": "2.3.2",
38 "codelyzer": "^4.5.0",
39 "core-js": "^2.6.5",
40 "husky": "^1.3.1",
41 "jasmine-core": "~2.8.0",
42 "jasmine-spec-reporter": "~4.2.0",
43 "karma": "^4.0.0",
44 "karma-chrome-launcher": "^2.2.0",
45 "karma-cli": "~1.0.1",
46 "karma-coverage-istanbul-reporter": "^1.3.0",
47 "karma-jasmine": "~1.1.0",
48 "karma-jasmine-html-reporter": "^0.2.2",
49 "lint-staged": "^7.3.0",
50 "ng-packagr": "^4.7.1",
51 "prettier": "^1.16.4",
52 "protractor": "^5.4.2",
53 "rxjs": "6.4.0",
54 "standard-version": "^5.0.0",
55 "tsickle": "^0.34.3",
56 "tslint": "^5.12.1",
57 "typescript": "^3.2.4",
58 "zone.js": "^0.8.29"
59 },
60 "main": "bundles/ngx-pipes.umd.js",
61 "module": "fesm5/ngx-pipes.js",
62 "es2015": "fesm2015/ngx-pipes.js",
63 "esm5": "esm5/ngx-pipes.js",
64 "esm2015": "esm2015/ngx-pipes.js",
65 "fesm5": "fesm5/ngx-pipes.js",
66 "fesm2015": "fesm2015/ngx-pipes.js",
67 "typings": "ngx-pipes.d.ts",
68 "metadata": "ngx-pipes.metadata.json",
69 "sideEffects": false,
70 "dependencies": {
71 "tslib": "^1.9.0"
72 }
73}