line_push/node_modules/pug-parser/package.json
2022-07-17 13:16:16 +08:00

55 lines
1.3 KiB
JSON

{
"_args": [
[
"pug-parser@6.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_development": true,
"_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": "version",
"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",
"_spec": "6.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "ForbesLindesay"
},
"dependencies": {
"pug-error": "^2.0.0",
"token-stream": "1.0.0"
},
"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"
}