Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
697 B

{
"name": "argsarray",
"version": "0.0.1",
"description": "get arguments to a function as an array, withouth deoptimizing",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/test.*.js | tspec"
},
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/argsarray.git"
},
"keywords": [
"arguments",
"args"
],
"author": "Calvin Metcalf",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/calvinmetcalf/argsarray/issues"
},
"homepage": "https://github.com/calvinmetcalf/argsarray",
"devDependencies": {
"tape": "^2.10.2",
"glob": "^3.2.9",
"tap-spec": "^0.1.5"
}
}