UNPKG

object-mixin

Version:

ES6 next big thing polyfilled before it gets real

35 lines (34 loc) 762 B
{ "version": "0.2.1", "name": "object-mixin", "description": "ES6 next big thing polyfilled before it gets real", "homepage": "https://github.com/WebReflection/object-mixin", "keywords": [ "ES6", "standard", "JavaScript", "extend", "mixin", "Object", "getPrototypeOf", "getOwnPropertyDescriptor", "getOwnPropertyNames", "defineProperty", "defineProperties" ], "author": { "name": "Andrea Giammarchi", "web": "http://webreflection.blogspot.com/" }, "repository": { "type": "git", "url": "git://github.com/WebReflection/object-mixin.git" }, "main": "./build/object-mixin.node.js", "scripts": { "test": "node test/.test.js" }, "dependencies": { "wru": ">= 0.0.0" } }