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

33
server/node_modules/copyfiles/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "copyfiles",
"version": "2.4.1",
"description": "copy some files",
"main": "index.js",
"bin": {
"copyfiles": "./copyfiles",
"copyup": "./copyfiles"
},
"scripts": {
"test": "tape test/test.*.js | tspec"
},
"author": "",
"license": "MIT",
"dependencies": {
"glob": "^7.0.5",
"minimatch": "^3.0.3",
"mkdirp": "^1.0.4",
"noms": "0.0.0",
"through2": "^2.0.1",
"untildify": "^4.0.0",
"yargs": "^16.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/copyfiles.git"
},
"devDependencies": {
"rimraf": "^2.2.6",
"tape": "^4.6.0",
"tap-spec": "^5.0.0"
}
}