UNPKG

aurelia-getter-throttle

Version:
38 lines (37 loc) 1.03 kB
{ "name": "aurelia-getter-throttle", "version": "1.0.5", "description": "Throttle getter to make Aurelia rendering efficient", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "tape -r @babel/register test.js", "preversion": "npm test", "version": "standard-changelog && git add CHANGELOG.md", "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/aurelia-contrib/aurelia-getter-throttle.git" }, "keywords": [ "Aurelia" ], "author": "Chunpeng Huo", "license": "MIT", "bugs": { "url": "https://github.com/aurelia-contrib/aurelia-getter-throttle/issues" }, "homepage": "https://github.com/aurelia-contrib/aurelia-getter-throttle", "devDependencies": { "@babel/core": "^7.4.4", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/register": "^7.4.4", "standard-changelog": "^2.0.7", "tape": "^4.10.1" } }