main page

This commit is contained in:
2025-12-17 17:55:13 +01:00
commit 7fb446c53a
8943 changed files with 1209030 additions and 0 deletions

22
node_modules/isomorphic-form-data/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"author": "Dylan Piercey <pierceydylan@gmail.com>",
"name": "isomorphic-form-data",
"description": "A library to create readable \"multipart/form-data\" in node and the browser.",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/form-data/isomorphic-form-data.git"
},
"main": "./lib/index",
"browser": "./lib/browser",
"scripts": {
"test": "./test/run.js"
},
"pre-commit": [
"test"
],
"dependencies": {
"form-data": "^2.3.2"
},
"license": "MIT"
}