initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

35
node_modules/newify/package.json generated vendored Normal file
View 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"
}
}