1234567891011121314151617181920212223242526 |
- {
- "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"
- }
|