Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

31
node_modules/generic-names/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "generic-names",
"version": "4.0.0",
"description": "Helper for building generic names, similar to webpack",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/generic-names.git"
},
"keywords": [
"css-modules",
"postcss-modules-scope",
"webpack"
],
"author": "Alexey Litvinov",
"license": "MIT",
"bugs": {
"url": "https://github.com/css-modules/generic-names/issues"
},
"homepage": "https://github.com/css-modules/generic-names#readme",
"devDependencies": {
"tape": "^4.6.2"
},
"dependencies": {
"loader-utils": "^3.2.0"
}
}