initial commit
This commit is contained in:
35
node_modules/newify/package.json
generated
vendored
Normal file
35
node_modules/newify/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user