node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

22
server/node_modules/addressparser/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "addressparser",
"version": "1.0.1",
"description": "Parse e-mail addresses",
"main": "lib/addressparser.js",
"repository": {
"type": "git",
"url": "https://github.com/andris9/addressparser.git"
},
"author": "Andris Reinman",
"license": "MIT",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-eslint": "^17.3.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5"
}
}