28 lines
578 B
JSON
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"
|
|
}
|