Studying all day long)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
578 B

{
"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"
}