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

71
node_modules/resolve/package.json generated vendored Normal file
View File

@@ -0,0 +1,71 @@
{
"_from": "resolve@^1.1.6",
"_id": "resolve@1.10.0",
"_inBundle": false,
"_integrity": "sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve@^1.1.6",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "^1.1.6",
"saveSpec": null,
"fetchSpec": "^1.1.6"
},
"_requiredBy": [
"/pug-filters"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.10.0.tgz",
"_shasum": "3bdaaeaf45cc07f375656dfd2e54ed0810b101ba",
"_spec": "resolve@^1.1.6",
"_where": "/Users/rxf/WebstormProjects/laufschrift/node_modules/pug-filters",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/browserify/resolve/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-parse": "^1.0.6"
},
"deprecated": false,
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"eslint": "^5.12.0",
"object-keys": "^1.0.12",
"safe-publish-latest": "^1.1.2",
"tap": "0.4.13",
"tape": "^4.9.2"
},
"homepage": "https://github.com/browserify/resolve#readme",
"keywords": [
"resolve",
"require",
"node",
"module"
],
"license": "MIT",
"main": "index.js",
"name": "resolve",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
},
"scripts": {
"lint": "eslint .",
"posttest": "npm run test:multirepo",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
"tests-only": "tape test/*.js"
},
"version": "1.10.0"
}