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

58
server/node_modules/plop/package.json generated vendored Normal file
View File

@@ -0,0 +1,58 @@
{
"name": "plop",
"version": "4.0.1",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/plopjs/plop.git",
"directory": "packages/plop"
},
"keywords": [
"generator",
"scaffolding",
"yeoman",
"make",
"build",
"generate",
"gen",
"plop"
],
"author": "Andrew Worcester <andrew@amwmedia.com> (http://amwmedia.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/plopjs/plop/issues"
},
"scripts": {
"test": "npm run test:instrument && npm run vitest && nyc report",
"test:instrument": "nyc instrument ./bin ./instrumented/bin && nyc instrument ./src ./instrumented/src && cp package.json ./instrumented",
"vitest": "vitest run",
"prepublishOnly": "node ./scripts/prepublishOnly.js",
"postpublish": "node ./scripts/postpublish.js"
},
"devDependencies": {
"cli-testing-library": "^2.0.1",
"inquirer-directory": "^2.2.0",
"nyc": "^15.1.0",
"plop-pack-fancy-comments": "^0.2.1",
"queue-microtask": "^1.2.3",
"vitest": "^1.1.0"
},
"homepage": "https://plopjs.com",
"dependencies": {
"@types/liftoff": "^4.0.3",
"chalk": "^5.3.0",
"interpret": "^3.1.1",
"liftoff": "^4.0.0",
"minimist": "^1.2.8",
"node-plop": "^0.32.0",
"ora": "^8.0.0",
"v8flags": "^4.0.1"
},
"engines": {
"node": ">=18"
},
"preferGlobal": true,
"bin": "./bin/plop.js"
}