Intial Commit

This commit is contained in:
valki
2020-10-17 18:42:50 +02:00
commit 664c6d8ca3
5892 changed files with 759183 additions and 0 deletions

26
nodered/rootfs/data/node_modules/complex.js/bower.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "complex.js",
"main": "complex.js",
"version": "2.0.1",
"homepage": "https://github.com/infusion/Complex.js",
"description": "A complex number library",
"keywords": [
"math", "complex", "number", "calculus", "parser"
],
"authors": [
"Robert Eisele <robert@xarg.org> (http://www.xarg.org/)"
],
"license": [
"MIT",
"GPL"
],
"repository": {
"type": "git",
"url": "git://github.com/infusion/Complex.js.git"
},
"ignore": [
"tests",
".travis.yml",
"package.json"
]
}