This commit is contained in:
MishaBagger
2023-10-25 09:15:21 +03:00
commit b6c10cc93f
9828 changed files with 1446743 additions and 0 deletions

23
33/node_modules/pug-strip-comments/package.json generated vendored Normal file
View 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"
}