@tko/filter.punches
Version:
TKO filters from knockout punches
49 lines (48 loc) • 962 B
JSON
{
"version": "4.0.0-beta1.3",
"name": "@tko/filter.punches",
"description": "TKO filters from knockout punches",
"module": "dist/filter.punches.js",
"files": [
"dist/",
"helpers/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/knockout/tko.git"
},
"keywords": [
"knockout",
"tko",
"ko"
],
"author": "The Knockout Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/knockout/tko/issues"
},
"homepage": "https://tko.io",
"dependencies": {
"@tko/observable": "^4.0.0-beta1.3",
"tslib": "^2.2.0"
},
"karma": {
"frameworks": [
"jasmine"
]
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./helpers/*": "./helpers/*"
},
"gitHead": "a8843acb8ae085915115e53a4e057b30731c635e"
}