teddit/node_modules/pug-load/package.json
2020-11-17 21:44:32 +01:00

53 lines
1.3 KiB
JSON

{
"_from": "pug-load@^3.0.0",
"_id": "pug-load@3.0.0",
"_inBundle": false,
"_integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==",
"_location": "/pug-load",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-load@^3.0.0",
"name": "pug-load",
"escapedName": "pug-load",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz",
"_shasum": "9fd9cda52202b08adb11d25681fb9f34bd41b662",
"_spec": "pug-load@^3.0.0",
"_where": "/home/user/site/node_modules/pug",
"author": {
"name": "ForbesLindesay"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^4.1.1",
"pug-walk": "^2.0.0"
},
"deprecated": false,
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"devDependencies": {
"pug-lexer": "^5.0.0",
"pug-parser": "^6.0.0"
},
"files": [
"index.js"
],
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-load",
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
},
"version": "3.0.0"
}