So siehts ganz gut aus !

This commit is contained in:
2019-04-03 17:44:16 +02:00
parent 3695b33c83
commit 0fe884c90a
6758 changed files with 530485 additions and 65 deletions

53
node_modules/pug-load/package.json generated vendored Normal file
View File

@@ -0,0 +1,53 @@
{
"_from": "pug-load@^2.0.5",
"_id": "pug-load@2.0.11",
"_inBundle": false,
"_integrity": "sha1-5kjlftET/iwfRdV4WOorrWvAFSc=",
"_location": "/pug-load",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-load@^2.0.5",
"name": "pug-load",
"escapedName": "pug-load",
"rawSpec": "^2.0.5",
"saveSpec": null,
"fetchSpec": "^2.0.5"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-load/-/pug-load-2.0.11.tgz",
"_shasum": "e648e57ed113fe2c1f45d57858ea2bad6bc01527",
"_spec": "pug-load@^2.0.5",
"_where": "/Users/rxf/WebstormProjects/laufschrift/node_modules/pug",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-load/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^4.1.0",
"pug-walk": "^1.1.7"
},
"deprecated": false,
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-parser": "^5.0.0"
},
"homepage": "https://github.com/pugjs/pug-load#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-load",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-load.git"
},
"version": "2.0.11"
}