hexo/node_modules/pug-attrs/package.json

23 lines
468 B
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "pug-attrs",
"version": "3.0.0",
"description": "Generate code for Pug attributes",
"keywords": [
"pug"
],
"dependencies": {
"constantinople": "^4.0.1",
"js-stringify": "^1.0.2",
"pug-runtime": "^3.0.0"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-attrs"
},
"author": "Forbes Lindesay",
"license": "MIT"
}