1234567891011121314151617181920212223242526 |
- {
- "name": "pug-load",
- "version": "2.0.12",
- "description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
- "keywords": [
- "pug"
- ],
- "dependencies": {
- "object-assign": "^4.1.0",
- "pug-walk": "^1.1.8"
- },
- "devDependencies": {
- "pug-lexer": "^4.1.0",
- "pug-parser": "^5.0.1"
- },
- "files": [
- "index.js"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
- },
- "author": "ForbesLindesay",
- "license": "MIT",
- "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
- }
|