UNPKG

newify

Version:

Call function constructors with an array of arguments that spread

36 lines (35 loc) 716 B
{ "name": "newify", "version": "1.1.9", "description": "Call function constructors with an array of arguments that spread", "main": "index.js", "scripts": { "test": "make test", "test-w": "make test-w", "test-debug": "mocha --debug-brk" }, "keywords": [ "new", "constructor", "arguments", "create", "new", "object", "spread", "instantiate" ], "author": "Radu Brehar", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/radubrehar/newify.git" }, "bugs": { "url": "https://github.com/radubrehar/newify/issues" }, "devDependencies": { "tape": "~2.4.0", "should": "~4.0.4", "mocha": "~1.20.1" } }