mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 00:59:24 +01:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"_from": "pug-lexer@^5.0.0",
|
|
"_id": "pug-lexer@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-52xMk8nNpuyQ/M2wjZBN5gXQLIylaGkAoTk5Y1pBhVqaopaoj8Z0iVzpbFZAqitL4RHNVDZRnJDsqEYe99Ti0A==",
|
|
"_location": "/pug-lexer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pug-lexer@^5.0.0",
|
|
"name": "pug-lexer",
|
|
"escapedName": "pug-lexer",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pug"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.0.tgz",
|
|
"_shasum": "0b779e7d8cbf0f103803675be96351942fd9a727",
|
|
"_spec": "pug-lexer@^5.0.0",
|
|
"_where": "/home/user/site/node_modules/pug",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"character-parser": "^2.2.0",
|
|
"is-expression": "^4.0.0",
|
|
"pug-error": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The pug lexer (takes a string and converts it to an array of tokens)",
|
|
"devDependencies": {
|
|
"acorn": "^7.1.1",
|
|
"acorn-walk": "^7.1.1"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"pug"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pug-lexer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-lexer"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|