mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 09:09:27 +01:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"_from": "pug-parser@^6.0.0",
|
|
"_id": "pug-parser@6.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==",
|
|
"_location": "/pug-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pug-parser@^6.0.0",
|
|
"name": "pug-parser",
|
|
"escapedName": "pug-parser",
|
|
"rawSpec": "^6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pug"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz",
|
|
"_shasum": "a8fdc035863a95b2c1dc5ebf4ecf80b4e76a1260",
|
|
"_spec": "pug-parser@^6.0.0",
|
|
"_where": "/home/user/site/node_modules/pug",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"pug-error": "^2.0.0",
|
|
"token-stream": "1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
|
|
"devDependencies": {},
|
|
"files": [
|
|
"lib/inline-tags.js",
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"pug"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pug-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser"
|
|
},
|
|
"version": "6.0.0"
|
|
}
|