schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

View File

@@ -1,41 +1,42 @@
{
"_from": "make-error-cause@^1.1.1",
"_id": "make-error-cause@1.2.2",
"_inBundle": false,
"_integrity": "sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=",
"_location": "/make-error-cause",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "make-error-cause@^1.1.1",
"name": "make-error-cause",
"escapedName": "make-error-cause",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/gulp-uglify"
"name": "make-error-cause",
"version": "1.2.2",
"description": "Make your own nested error types!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"lint": "tslint \"src/**/*.ts\"",
"build": "rm -rf dist/ && tsc",
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec",
"test-cov": "ts-node node_modules/istanbul/lib/cli.js cover -e .ts --print none -x \"*.d.ts\" -x \"*.spec.ts\" blue-tape -- \"src/**/*.spec.ts\" | tap-spec",
"test": "npm run lint && npm run test-cov",
"prepublish": "typings install && npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/make-error-cause.git"
},
"keywords": [
"nested",
"error",
"cause",
"extend",
"inherit",
"custom"
],
"_resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz",
"_shasum": "df0388fcd0b37816dff0a5fb8108939777dcbc9d",
"_spec": "make-error-cause@^1.1.1",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gulp-uglify",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/blakeembrey/make-error-cause/issues"
},
"bundleDependencies": false,
"dependencies": {
"make-error": "^1.2.0"
},
"deprecated": false,
"description": "Make your own nested error types!",
"homepage": "https://github.com/blakeembrey/make-error-cause",
"devDependencies": {
"blue-tape": "^1.0.0",
"istanbul": "1.0.0-alpha.2",
@@ -46,33 +47,7 @@
"typescript": "^2.0.3",
"typings": "^1.3.1"
},
"files": [
"dist/"
],
"homepage": "https://github.com/blakeembrey/make-error-cause",
"keywords": [
"nested",
"error",
"cause",
"extend",
"inherit",
"custom"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "make-error-cause",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/make-error-cause.git"
},
"scripts": {
"build": "rm -rf dist/ && tsc",
"lint": "tslint \"src/**/*.ts\"",
"prepublish": "typings install && npm run build",
"test": "npm run lint && npm run test-cov",
"test-cov": "ts-node node_modules/istanbul/lib/cli.js cover -e .ts --print none -x \"*.d.ts\" -x \"*.spec.ts\" blue-tape -- \"src/**/*.spec.ts\" | tap-spec",
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-spec"
},
"typings": "dist/index.d.ts",
"version": "1.2.2"
"dependencies": {
"make-error": "^1.2.0"
}
}