Init. Map does not function and only working on backend at the moment.

This commit is contained in:
eetnaviation
2024-03-15 22:15:20 +02:00
commit d521b9db0c
1488 changed files with 252767 additions and 0 deletions

37
node_modules/to-array/package.json generated vendored Normal file
View File

@ -0,0 +1,37 @@
{
"name": "to-array",
"version": "0.1.4",
"description": "Turn an array like into an array",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/to-array.git",
"main": "index",
"homepage": "https://github.com/Raynos/to-array",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/to-array/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {},
"devDependencies": {
"tap": "~0.3.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
}
],
"scripts": {
"test": "tap --stderr --tap ./test"
},
"component": {
"scripts": {
"to-array/index.js": "index.js"
}
}
}