Uploading the main structure

هذا الالتزام موجود في:
2025-08-18 23:23:28 +03:00
التزام e696f2f4cd
1011 ملفات معدلة مع 275020 إضافات و0 حذوفات

23
node_modules/pug-strip-comments/package.json مولّد مباع Normal file
عرض الملف

@@ -0,0 +1,23 @@
{
"name": "pug-strip-comments",
"version": "2.0.0",
"description": "Strip comments from a Pug token stream (from the lexer)",
"keywords": [
"pug"
],
"dependencies": {
"pug-error": "^2.0.0"
},
"devDependencies": {
"line-json": "^2.0.0"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments"
},
"author": "Timothy Gu <timothygu99@gmail.com>",
"license": "MIT"
}