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