devsite/node_modules/pug-lexer/package.json
2024-07-07 18:49:38 -07:00

28 lines
578 B
JSON

{
"name": "pug-lexer",
"version": "5.0.1",
"description": "The pug lexer (takes a string and converts it to an array of tokens)",
"keywords": [
"pug"
],
"dependencies": {
"character-parser": "^2.2.0",
"is-expression": "^4.0.0",
"pug-error": "^2.0.0"
},
"devDependencies": {
"acorn": "^7.1.1",
"acorn-walk": "^7.1.1"
},
"files": [
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-lexer"
},
"author": "ForbesLindesay",
"license": "MIT"
}