UNPKG

ng-custom-pipe

Version:

An Angular Library, that gives you a hussle free experience on data operation using pipes

147 lines 2.98 kB
{ "name": "ng-custom-pipe", "version": "1.2.1", "description": "An Angular Library, that gives you a hussle free experience on data operation using pipes", "main": "index.d.ts", "license": "MIT", "author": "Rajneesh Kumar <rajneeshkumar4044@gmail.com> (https://github.com/raj4044)", "contributors": [ { "name": "Petchi Muthu Kannan P", "email": "ppmkannan404@gmail.com", "url": "https://github.com/ppmkannan" }, { "name": "Akshay Shinde", "email": "akshayinfy1238815@gmail.com", "url": "https://github.com/akshayinfy1" } ], "repository": { "type": "npm", "url": "https://www.npmjs.com/package/ng-custom-pipe?activeTab=code" }, "keywords": [ "ngx", "ng", "angular", "pipes", "filters", "library", "ngx pipes", "angular filters", "angular pipes", "angular", "library", "pipe", "pipes", "operation", "string", "array", "object", "number", "boolean", "aggregate", "handle-nan", "absolute", "byte-convert-to", "ceil", "convert-to-base", "floor", "integer-type", "ordinal", "power", "round", "sqroot", "to-degree", "to-radian", "average", "group-by", "maximum", "median", "minimum", "mode", "sum", "and", "chunk", "combine", "drop", "empty", "except", "filter-one", "filter", "first-item", "flat", "join", "last-item", "length", "map", "or", "order-by", "pluck-property", "pop-first-item", "pop-last-item", "range", "reverse-array", "set", "sort", "is-array", "is-binary", "is-defined", "is-equal", "is-function", "is-identical", "is-nil", "is-null", "is-number", "is-object", "is-string", "is-truthy", "is-undefined", "key-array", "normalise-obj-array", "stringify", "to-array", "capitalize", "de-latinize", "interpolate", "lower", "match", "repeat", "replace", "reverse", "slug-it", "split", "trim", "truncate", "upper", "ng custom pipe" ], "peerDependencies": { "@angular/common": "^15.2.0", "@angular/core": "^15.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2015/ng-custom-pipe.mjs", "es2020": "fesm2020/ng-custom-pipe.mjs", "esm2020": "esm2020/ng-custom-pipe.mjs", "fesm2020": "fesm2020/ng-custom-pipe.mjs", "fesm2015": "fesm2015/ng-custom-pipe.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/ng-custom-pipe.mjs", "es2020": "./fesm2020/ng-custom-pipe.mjs", "es2015": "./fesm2015/ng-custom-pipe.mjs", "node": "./fesm2015/ng-custom-pipe.mjs", "default": "./fesm2020/ng-custom-pipe.mjs" } } }