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

32
node_modules/has-cors/package.json generated vendored Normal file
View File

@ -0,0 +1,32 @@
{
"name": "has-cors",
"version": "1.1.0",
"description": "Detects support for Cross-Origin Resource Sharing",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/component/has-cors.git"
},
"keywords": [
"cors",
"cross",
"origin",
"resource",
"sharing",
"domain"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"component": {
"scripts": {
"has-cors/index.js": "index.js"
}
},
"devDependencies": {
"mocha": "^2.0",
"chai": "^1.10"
},
"scripts": {
"test": "mocha"
}
}