Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
52
server/node_modules/data-urls/package.json
generated
vendored
Normal file
52
server/node_modules/data-urls/package.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "data-urls",
|
||||
"description": "Parses data: URLs",
|
||||
"keywords": [
|
||||
"data url",
|
||||
"data uri",
|
||||
"data:",
|
||||
"http",
|
||||
"fetch",
|
||||
"whatwg"
|
||||
],
|
||||
"version": "6.0.0",
|
||||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/data-urls.git"
|
||||
},
|
||||
"main": "lib/parser.js",
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node --test",
|
||||
"coverage": "c8 node --test --experimental-test-coverage",
|
||||
"lint": "eslint .",
|
||||
"pretest": "node scripts/get-latest-platform-tests.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"whatwg-mimetype": "^4.0.0",
|
||||
"whatwg-url": "^15.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@domenic/eslint-config": "^4.0.1",
|
||||
"c8": "^10.1.3",
|
||||
"eslint": "^9.35.0",
|
||||
"globals": "^16.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"c8": {
|
||||
"reporter": [
|
||||
"text",
|
||||
"html"
|
||||
],
|
||||
"exclude": [
|
||||
"scripts/",
|
||||
"test/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user