Studying all day long)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
540 B

2 years ago
{
"name": "pug-load",
"version": "3.0.0",
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"keywords": [
"pug"
],
"dependencies": {
"object-assign": "^4.1.1",
"pug-walk": "^2.0.0"
},
"devDependencies": {
"pug-lexer": "^5.0.0",
"pug-parser": "^6.0.0"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
},
"author": "ForbesLindesay",
"license": "MIT"
}