bind-late
Version:
Late binding of overridable object properties.
42 lines (41 loc) • 935 B
JSON
{
"name": "bind-late",
"version": "1.0.5",
"description": "Late binding of overridable object properties.",
"keywords": [
"bind",
"late",
"overridable",
"lazy",
"composite"
],
"homepage": "https://github.com/valeriangalliat/bind-late",
"license": "Unlicense",
"author": {
"name": "Valérian Galliat",
"url": "http://val.codejam.info/"
},
"files": [
"index.js",
"README.md",
"UNLICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/valeriangalliat/bind-late.git"
},
"dependencies": {
"is-plain-object": "^1.0.0",
"lazy-object": "^1.0.1",
"make-overridable": "^1.0.3",
"object-assign": "^2.0.0"
},
"devDependencies": {
"babel": "^4.4.5"
},
"scripts": {
"build": "babel index.es6.js -o index.js",
"prepublish": "$npm_package_scripts_build",
"test": "$npm_package_scripts_build && babel-node test.js"
}
}