diff --git a/.releaserc.json b/.releaserc.json index b79b54f..dac6058 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -51,9 +51,8 @@ { "assets": [ "CHANGELOG.md", - "**/package.json", - "**/package-lock.json", - "**/cumulocity.json", + "*/package.json", + "*/cumulocity.json", "yarn.lock" ], "message": "ci(release): ${nextRelease.version}\n\n${nextRelease.notes}" diff --git a/frontend/node_modules/@angular-devkit/build-angular/package.json b/frontend/node_modules/@angular-devkit/build-angular/package.json deleted file mode 100755 index 6d9ce48..0000000 --- a/frontend/node_modules/@angular-devkit/build-angular/package.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "name": "@angular-devkit/build-angular", - "version": "16.2.13", - "description": "Angular Webpack Build Facade", - "main": "src/index.js", - "typings": "src/index.d.ts", - "builders": "builders.json", - "dependencies": { - "@ampproject/remapping": "2.2.1", - "@angular-devkit/architect": "0.1602.13", - "@angular-devkit/build-webpack": "0.1602.13", - "@angular-devkit/core": "16.2.13", - "@babel/core": "7.22.9", - "@babel/generator": "7.22.9", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/plugin-proposal-async-generator-functions": "7.20.7", - "@babel/plugin-transform-async-to-generator": "7.22.5", - "@babel/plugin-transform-runtime": "7.22.9", - "@babel/preset-env": "7.22.9", - "@babel/runtime": "7.22.6", - "@babel/template": "7.22.5", - "@discoveryjs/json-ext": "0.5.7", - "@ngtools/webpack": "16.2.13", - "@vitejs/plugin-basic-ssl": "1.0.1", - "ansi-colors": "4.1.3", - "autoprefixer": "10.4.14", - "babel-loader": "9.1.3", - "babel-plugin-istanbul": "6.1.1", - "browserslist": "^4.21.5", - "chokidar": "3.5.3", - "copy-webpack-plugin": "11.0.0", - "critters": "0.0.20", - "css-loader": "6.8.1", - "esbuild-wasm": "0.18.17", - "fast-glob": "3.3.1", - "guess-parser": "0.4.22", - "https-proxy-agent": "5.0.1", - "inquirer": "8.2.4", - "jsonc-parser": "3.2.0", - "karma-source-map-support": "1.4.0", - "less": "4.1.3", - "less-loader": "11.1.0", - "license-webpack-plugin": "4.0.2", - "loader-utils": "3.2.1", - "magic-string": "0.30.1", - "mini-css-extract-plugin": "2.7.6", - "mrmime": "1.0.1", - "open": "8.4.2", - "ora": "5.4.1", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "2.3.1", - "piscina": "4.0.0", - "postcss": "8.4.31", - "postcss-loader": "7.3.3", - "resolve-url-loader": "5.0.0", - "rxjs": "7.8.1", - "sass": "1.64.1", - "sass-loader": "13.3.2", - "semver": "7.5.4", - "source-map-loader": "4.0.1", - "source-map-support": "0.5.21", - "terser": "5.19.2", - "text-table": "0.2.0", - "tree-kill": "1.2.2", - "tslib": "2.6.1", - "vite": "4.5.2", - "webpack": "5.88.2", - "webpack-dev-middleware": "6.1.2", - "webpack-dev-server": "4.15.1", - "webpack-merge": "5.9.0", - "webpack-subresource-integrity": "5.1.0" - }, - "optionalDependencies": { - "esbuild": "0.18.17" - }, - "peerDependencies": { - "@angular/compiler-cli": "^16.0.0", - "@angular/localize": "^16.0.0", - "@angular/platform-server": "^16.0.0", - "@angular/service-worker": "^16.0.0", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", - "karma": "^6.3.0", - "ng-packagr": "^16.0.0", - "protractor": "^7.0.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=4.9.3 <5.2" - }, - "peerDependenciesMeta": { - "@angular/localize": { - "optional": true - }, - "@angular/platform-server": { - "optional": true - }, - "@angular/service-worker": { - "optional": true - }, - "jest": { - "optional": true - }, - "jest-environment-jsdom": { - "optional": true - }, - "karma": { - "optional": true - }, - "ng-packagr": { - "optional": true - }, - "protractor": { - "optional": true - }, - "tailwindcss": { - "optional": true - } - }, - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "devkit", - "sdk" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map/package.json b/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map/package.json deleted file mode 100644 index c38f29f..0000000 --- a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "convert-source-map", - "version": "2.0.0", - "description": "Converts a source-map from/to different formats and allows adding/changing properties.", - "main": "index.js", - "scripts": { - "test": "tap test/*.js --color" - }, - "repository": { - "type": "git", - "url": "git://github.com/thlorenz/convert-source-map.git" - }, - "homepage": "https://github.com/thlorenz/convert-source-map", - "devDependencies": { - "inline-source-map": "~0.6.2", - "tap": "~9.0.0" - }, - "keywords": [ - "convert", - "sourcemap", - "source", - "map", - "browser", - "debug" - ], - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" - }, - "license": "MIT", - "engine": { - "node": ">=4" - }, - "files": [ - "index.js" - ] -} diff --git a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver/package.json b/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/package.json b/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/package.json deleted file mode 100644 index bd8a010..0000000 --- a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/core/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "@babel/core", - "version": "7.23.2", - "description": "Babel compiler core.", - "main": "./lib/index.js", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-core" - }, - "homepage": "https://babel.dev/docs/en/next/babel-core", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen", - "keywords": [ - "6to5", - "babel", - "classes", - "const", - "es6", - "harmony", - "let", - "modules", - "transpile", - "transpiler", - "var", - "babel-core", - "compiler" - ], - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - }, - "browser": { - "./lib/config/files/index.js": "./lib/config/files/index-browser.js", - "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js", - "./lib/transform-file.js": "./lib/transform-file-browser.js", - "./src/config/files/index.ts": "./src/config/files/index-browser.ts", - "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts", - "./src/transform-file.ts": "./src/transform-file-browser.ts" - }, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.2", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.2", - "@babel/types": "^7.23.0", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/helper-transform-fixture-test-runner": "^7.22.19", - "@babel/plugin-syntax-flow": "^7.22.5", - "@babel/plugin-transform-flow-strip-types": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.23.0", - "@babel/preset-env": "^7.23.2", - "@babel/preset-typescript": "^7.23.2", - "@jridgewell/trace-mapping": "^0.3.17", - "@types/convert-source-map": "^2.0.0", - "@types/debug": "^4.1.0", - "@types/gensync": "^1.0.0", - "@types/resolve": "^1.3.2", - "@types/semver": "^5.4.0", - "rimraf": "^3.0.0", - "ts-node": "^10.9.1" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/generator/package.json b/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/generator/package.json deleted file mode 100644 index 786aec0..0000000 --- a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/generator/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/generator", - "version": "7.24.4", - "description": "Turns an AST into code.", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-generator", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen", - "main": "./lib/index.js", - "files": [ - "lib" - ], - "dependencies": { - "@babel/types": "^7.24.0", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "devDependencies": { - "@babel/helper-fixtures": "^7.24.4", - "@babel/parser": "^7.24.4", - "@jridgewell/sourcemap-codec": "^1.4.15", - "@types/jsesc": "^2.5.0", - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/template/package.json b/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/template/package.json deleted file mode 100644 index 7077203..0000000 --- a/frontend/node_modules/@angular/compiler-cli/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.24.0", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@angular/compiler-cli/package.json b/frontend/node_modules/@angular/compiler-cli/package.json deleted file mode 100755 index af22d3b..0000000 --- a/frontend/node_modules/@angular/compiler-cli/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "@angular/compiler-cli", - "version": "16.2.12", - "description": "Angular - the compiler CLI for Node.js", - "typings": "index.d.ts", - "bin": { - "ngcc": "./bundles/ngcc/index.js", - "ngc": "./bundles/src/bin/ngc.js", - "ng-xi18n": "./bundles/src/bin/ng_xi18n.js" - }, - "type": "module", - "exports": { - ".": { - "types": "./index.d.ts", - "default": "./bundles/index.js" - }, - "./package.json": { - "default": "./package.json" - }, - "./linker": { - "types": "./linker/index.d.ts", - "default": "./bundles/linker/index.js" - }, - "./linker/babel": { - "types": "./linker/babel/index.d.ts", - "default": "./bundles/linker/babel/index.js" - }, - "./private/bazel": { - "types": "./private/bazel.d.ts", - "default": "./bundles/private/bazel.js" - }, - "./private/localize": { - "types": "./private/localize.d.ts", - "default": "./bundles/private/localize.js" - }, - "./private/migrations": { - "types": "./private/migrations.d.ts", - "default": "./bundles/private/migrations.js" - }, - "./private/tooling": { - "types": "./private/tooling.d.ts", - "default": "./bundles/private/tooling.js" - } - }, - "dependencies": { - "@babel/core": "7.23.2", - "@jridgewell/sourcemap-codec": "^1.4.14", - "reflect-metadata": "^0.1.2", - "chokidar": "^3.0.0", - "convert-source-map": "^1.5.1", - "semver": "^7.0.0", - "tslib": "^2.3.0", - "yargs": "^17.2.1" - }, - "peerDependencies": { - "@angular/compiler": "16.2.12", - "typescript": ">=4.9.3 <5.2" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/compiler-cli" - }, - "keywords": [ - "angular", - "compiler" - ], - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "bugs": { - "url": "https://github.com/angular/angular/issues" - }, - "homepage": "https://github.com/angular/angular/tree/main/packages/compiler-cli", - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - } -} diff --git a/frontend/node_modules/@c8y/client/package.json b/frontend/node_modules/@c8y/client/package.json deleted file mode 100644 index 1e97880..0000000 --- a/frontend/node_modules/@c8y/client/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "@c8y/client", - "version": "1019.6.11", - "license": "Apache-2.0", - "author": "Cumulocity", - "description": "Client application programming interface to access the Cumulocity IoT-Platform REST services.", - "scripts": { - "build": "rimraf lib && yarn build:esm2015 && yarn build:cjs && yarn build:typings && yarn build:rollup", - "build:cjs": "tsc -p . --module commonjs --outDir lib/cjs", - "build:esm2015": "tsc -p . --target es2015 --outDir lib/esm2015", - "build:typings": "tsc -p . --emitDeclarationOnly true --declaration true --declarationDir lib", - "build:rollup": "rollup -c --bundleConfigAsCjs", - "docs": "typedoc ./index.ts", - "prepare": "rimraf lib && yarn build", - "test:coverage": "jest --coverage", - "test:watch": "jest --watch", - "test": "jest", - "watch": "tsc --watch" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "require": "./lib/cjs/index.js", - "import": "./lib/esm2015/index.js", - "esm2015": "./lib/esm2015/index.js", - "default": "./lib/esm2015/index.js" - }, - "./package.json": "./package.json", - "./src/test": "./src/test/index.ts" - }, - "files": [ - "NOTICES", - "typedoc.json", - "jest.config.js", - "lib" - ], - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "Client", - "API", - "REST", - "fetch" - ], - "browser": "lib/bundles/client.umd.js", - "module": "lib/esm2015/index.js", - "types": "lib/index.d.ts", - "dependencies": { - "@types/cometd": "4.0.8", - "@types/node": "14.11.11", - "b2a": "1.1.2", - "cometd": "4.0.8", - "cometd-nodejs-client": "1.0.2", - "cross-fetch": "3.1.5", - "form-data": "4.0.0", - "isomorphic-cometd": "1.1.0" - }, - "devDependencies": { - "@types/fs-extra": "11.0.4", - "@types/jest": "^29.5.10", - "fs-extra": "11.2.0", - "ncp": "2.0.0", - "rimraf": "2.6.2", - "rollup": "^3.27.2", - "rollup-plugin-commonjs": "10.1.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-uglify": "6.0.4", - "ts-jest": "^29.1.1", - "typedoc": "0.25.7", - "typescript": "4.9.5" - } -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/cli/node_modules/commander/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/cli/node_modules/commander/package.json deleted file mode 100644 index e4781e5..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/cli/node_modules/commander/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "commander", - "version": "4.1.1", - "description": "the complete solution for node.js command-line programs", - "keywords": [ - "commander", - "command", - "option", - "parser" - ], - "author": "TJ Holowaychuk ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/tj/commander.js.git" - }, - "scripts": { - "lint": "eslint index.js \"tests/**/*.js\"", - "test": "jest && npm run test-typings", - "test-typings": "tsc -p tsconfig.json" - }, - "main": "index", - "files": [ - "index.js", - "typings/index.d.ts" - ], - "dependencies": {}, - "devDependencies": { - "@types/jest": "^24.0.23", - "@types/node": "^12.12.11", - "eslint": "^6.7.0", - "eslint-plugin-jest": "^22.21.0", - "jest": "^24.8.0", - "standard": "^14.3.1", - "typescript": "^3.7.2" - }, - "typings": "typings/index.d.ts", - "engines": { - "node": ">= 6" - } -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/cli/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/cli/package.json deleted file mode 100644 index 1cf264a..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/cli/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "@babel/cli", - "version": "7.23.4", - "description": "Babel command line.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-cli", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-cli" - }, - "keywords": [ - "6to5", - "babel", - "es6", - "transpile", - "transpiler", - "babel-cli", - "compiler" - ], - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "commander": "^4.0.1", - "convert-source-map": "^2.0.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - }, - "optionalDependencies": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.23.3", - "@babel/helper-fixtures": "^7.23.4", - "@types/fs-readdir-recursive": "^1.1.0", - "@types/glob": "^7.2.0", - "rimraf": "^3.0.0", - "semver": "^6.3.1" - }, - "bin": { - "babel": "./bin/babel.js", - "babel-external-helpers": "./bin/babel-external-helpers.js" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/node_modules/semver/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/package.json deleted file mode 100644 index 57a6a05..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "@babel/eslint-parser", - "version": "7.24.1", - "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "eslint/babel-eslint-parser" - }, - "publishConfig": { - "access": "public" - }, - "bugs": { - "url": "https://github.com/babel/babel/issues" - }, - "homepage": "https://babel.dev/", - "engines": { - "node": "^10.13.0 || ^12.13.0 || >=14.0.0" - }, - "main": "./lib/index.cjs", - "type": "commonjs", - "exports": { - ".": "./lib/index.cjs", - "./experimental-worker": "./lib/experimental-worker.cjs", - "./package.json": "./package.json" - }, - "peerDependencies": { - "@babel/core": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" - }, - "dependencies": { - "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@types/eslint": "^8.56.2", - "@types/estree": "^1.0.5", - "@typescript-eslint/scope-manager": "^6.19.0", - "dedent": "^0.7.0", - "eslint": "^8.22.0" - } -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json deleted file mode 100644 index 39e2c14..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "version": "7.24.4", - "description": "Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-bugfix-firefox-class-in-computed-class-key" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-firefox-class-in-computed-class-key", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin", - "bugfix" - ], - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json deleted file mode 100644 index 08cd641..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "version": "7.24.1", - "description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin", - "bugfix" - ], - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-object-rest-spread/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-object-rest-spread/package.json deleted file mode 100644 index b8d6455..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-object-rest-spread/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@babel/plugin-proposal-object-rest-spread", - "version": "7.20.7", - "description": "Compile object rest and spread to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-proposal-object-rest-spread" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.20.7", - "@babel/helper-plugin-test-runner": "^7.18.6", - "@babel/parser": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-optional-chaining/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-optional-chaining/package.json deleted file mode 100644 index f3441bb..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-optional-chaining/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/plugin-proposal-optional-chaining", - "version": "7.21.0", - "description": "Transform optional chaining operators into a series of nil checks", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-proposal-optional-chaining" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.21.0", - "@babel/helper-plugin-test-runner": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.21.0", - "@babel/traverse": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-transform-async-to-generator/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-transform-async-to-generator/package.json deleted file mode 100644 index 6cf9473..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/plugin-transform-async-to-generator/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-async-to-generator", - "version": "7.24.1", - "description": "Turn async functions into ES2015 generators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-async-to-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-module-imports": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/data/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/data/package.json deleted file mode 100644 index 6acf458..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/data/package.json +++ /dev/null @@ -1 +0,0 @@ -{ "type": "commonjs" } \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/node_modules/semver/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/package.json deleted file mode 100644 index a9e9b7c..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-env/package.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "name": "@babel/preset-env", - "version": "7.24.4", - "description": "A Babel preset for each environment.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-preset-env", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-preset-env" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/compat-data": "^7.24.4", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.4", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.1", - "@babel/plugin-syntax-import-attributes": "^7.24.1", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.1", - "@babel/plugin-transform-async-generator-functions": "^7.24.3", - "@babel/plugin-transform-async-to-generator": "^7.24.1", - "@babel/plugin-transform-block-scoped-functions": "^7.24.1", - "@babel/plugin-transform-block-scoping": "^7.24.4", - "@babel/plugin-transform-class-properties": "^7.24.1", - "@babel/plugin-transform-class-static-block": "^7.24.4", - "@babel/plugin-transform-classes": "^7.24.1", - "@babel/plugin-transform-computed-properties": "^7.24.1", - "@babel/plugin-transform-destructuring": "^7.24.1", - "@babel/plugin-transform-dotall-regex": "^7.24.1", - "@babel/plugin-transform-duplicate-keys": "^7.24.1", - "@babel/plugin-transform-dynamic-import": "^7.24.1", - "@babel/plugin-transform-exponentiation-operator": "^7.24.1", - "@babel/plugin-transform-export-namespace-from": "^7.24.1", - "@babel/plugin-transform-for-of": "^7.24.1", - "@babel/plugin-transform-function-name": "^7.24.1", - "@babel/plugin-transform-json-strings": "^7.24.1", - "@babel/plugin-transform-literals": "^7.24.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", - "@babel/plugin-transform-member-expression-literals": "^7.24.1", - "@babel/plugin-transform-modules-amd": "^7.24.1", - "@babel/plugin-transform-modules-commonjs": "^7.24.1", - "@babel/plugin-transform-modules-systemjs": "^7.24.1", - "@babel/plugin-transform-modules-umd": "^7.24.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.24.1", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", - "@babel/plugin-transform-numeric-separator": "^7.24.1", - "@babel/plugin-transform-object-rest-spread": "^7.24.1", - "@babel/plugin-transform-object-super": "^7.24.1", - "@babel/plugin-transform-optional-catch-binding": "^7.24.1", - "@babel/plugin-transform-optional-chaining": "^7.24.1", - "@babel/plugin-transform-parameters": "^7.24.1", - "@babel/plugin-transform-private-methods": "^7.24.1", - "@babel/plugin-transform-private-property-in-object": "^7.24.1", - "@babel/plugin-transform-property-literals": "^7.24.1", - "@babel/plugin-transform-regenerator": "^7.24.1", - "@babel/plugin-transform-reserved-words": "^7.24.1", - "@babel/plugin-transform-shorthand-properties": "^7.24.1", - "@babel/plugin-transform-spread": "^7.24.1", - "@babel/plugin-transform-sticky-regex": "^7.24.1", - "@babel/plugin-transform-template-literals": "^7.24.1", - "@babel/plugin-transform-typeof-symbol": "^7.24.1", - "@babel/plugin-transform-unicode-escapes": "^7.24.1", - "@babel/plugin-transform-unicode-property-regex": "^7.24.1", - "@babel/plugin-transform-unicode-regex": "^7.24.1", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.1", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/core-7.12": "npm:@babel/core@7.12.9", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-modules/package.json b/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-modules/package.json deleted file mode 100644 index 76c9762..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/@babel/preset-modules/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "@babel/preset-modules", - "version": "0.1.6-no-external-plugins", - "description": "A Babel preset that targets modern browsers by fixing engine bugs.", - "main": "lib/index.js", - "license": "MIT", - "scripts": { - "start": "concurrently -r 'npm:watch:* -s'", - "build": "babel src -d lib --ignore '**/*.test.js'", - "test": "eslint src test && jest --colors", - "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'", - "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'", - "test:safari": "npm run test:local -- --browsers sauce-safari-10", - "test:edge": "npm run test:local -- --browsers sauce-edge-16", - "watch:test": "jest --watch", - "watch:build": "npm run -s build -- -w" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/preset-modules.git" - }, - "keywords": [ - "babel", - "preset", - "preset-env", - "modern", - "modules", - "ES Modules", - "module/nomodule" - ], - "files": [ - "src", - "lib" - ], - "lint-staged": { - "*.js": [ - "eslint --format=codeframe" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "jest": { - "testEnvironment": "node", - "roots": [ - "src", - "test" - ] - }, - "eslintConfig": { - "extends": "developit", - "rules": { - "no-console": 0, - "new-cap": 0 - } - }, - "eslintIgnore": [ - "test/fixtures/**/*", - "test/integration/**/*" - ], - "authors": [ - "Jason Miller " - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.7.0", - "@babel/core": "^7.7.2", - "@babel/helper-fixtures": "^7.6.3", - "@babel/helper-plugin-test-runner": "^7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.5.0", - "@babel/plugin-transform-react-jsx": "^7.7.0", - "@babel/preset-env": "^7.9.6", - "acorn-jsx": "^5.0.1", - "babel-eslint": "^10.0.3", - "babel-plugin-add-module-exports": "^1.0.2", - "chalk": "^2.4.2", - "concurrently": "^4.1.0", - "eslint": "^6.6.0", - "eslint-config-babel": "^9.0.0", - "eslint-plugin-flowtype": "3", - "eslint-plugin-import": "^2.18.2", - "eslint-plugin-prettier": "^3.1.1", - "gzip-size": "^5.1.1", - "if-env": "^1.0.4", - "jest": "^24.8.0", - "karmatic": "^1.4.0", - "prettier": "^1.19.1", - "pretty-bytes": "^5.2.0", - "rollup": "^1.16.3", - "rollup-plugin-babel": "^4.3.3", - "rollup-plugin-node-resolve": "^5.2.0", - "terser": "^4.0.2", - "webpack": "^4.35.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-corejs3/package.json b/frontend/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-corejs3/package.json deleted file mode 100644 index f631266..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-corejs3/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "babel-plugin-polyfill-corejs3", - "version": "0.10.4", - "description": "A Babel plugin to inject imports to core-js@3 polyfills", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-corejs3" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" - }, - "devDependencies": { - "@babel/core": "^7.22.6", - "@babel/helper-plugin-test-runner": "^7.22.5", - "@babel/plugin-proposal-decorators": "^7.22.15", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-runtime": "^7.22.15", - "@babel/plugin-transform-spread": "^7.22.5", - "core-js": "^3.36.1", - "core-js-pure": "^3.36.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "a5db9c31c5b5474b4018e6178bc40882fc3eb5bf" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-regenerator/package.json b/frontend/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-regenerator/package.json deleted file mode 100644 index 60d9256..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-regenerator/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "babel-plugin-polyfill-regenerator", - "version": "0.6.1", - "description": "A Babel plugin to inject imports to regenerator-runtime", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-regenerator" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1" - }, - "devDependencies": { - "@babel/core": "^7.17.8", - "@babel/helper-plugin-test-runner": "^7.16.7", - "@babel/plugin-transform-regenerator": "~7.14.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "1ce88db2507db2ef3d2ed2a2f920a3cf0b9364b5" -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/convert-source-map/package.json b/frontend/node_modules/@c8y/devkit/node_modules/convert-source-map/package.json deleted file mode 100644 index c38f29f..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/convert-source-map/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "convert-source-map", - "version": "2.0.0", - "description": "Converts a source-map from/to different formats and allows adding/changing properties.", - "main": "index.js", - "scripts": { - "test": "tap test/*.js --color" - }, - "repository": { - "type": "git", - "url": "git://github.com/thlorenz/convert-source-map.git" - }, - "homepage": "https://github.com/thlorenz/convert-source-map", - "devDependencies": { - "inline-source-map": "~0.6.2", - "tap": "~9.0.0" - }, - "keywords": [ - "convert", - "sourcemap", - "source", - "map", - "browser", - "debug" - ], - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" - }, - "license": "MIT", - "engine": { - "node": ">=4" - }, - "files": [ - "index.js" - ] -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/css-loader/package.json b/frontend/node_modules/@c8y/devkit/node_modules/css-loader/package.json deleted file mode 100644 index e6fe456..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/css-loader/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "css-loader", - "version": "5.0.1", - "description": "css loader module for webpack", - "license": "MIT", - "repository": "webpack-contrib/css-loader", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack-contrib/css-loader", - "bugs": "https://github.com/webpack-contrib/css-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 10.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "postbuild": "npm run validate:runtime", - "commitlint": "commitlint --from=master", - "security": "npm audit", - "lint:prettier": "prettier --list-different .", - "lint:js": "eslint --cache .", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "npm run build", - "release": "standard-version", - "defaults": "webpack-defaults" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^4.27.0 || ^5.0.0" - }, - "dependencies": { - "camelcase": "^6.2.0", - "cssesc": "^3.0.0", - "icss-utils": "^5.0.0", - "loader-utils": "^2.0.0", - "postcss": "^8.1.4", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.2" - }, - "devDependencies": { - "@babel/cli": "^7.12.1", - "@babel/core": "^7.12.3", - "@babel/preset-env": "^7.12.1", - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "@webpack-contrib/defaults": "^6.3.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^26.6.3", - "cross-env": "^7.0.2", - "del": "^6.0.0", - "del-cli": "^3.0.1", - "es-check": "^5.1.2", - "eslint": "^7.12.1", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-import": "^2.22.1", - "file-loader": "^6.2.0", - "husky": "^4.3.0", - "jest": "^26.6.3", - "less": "^3.12.2", - "less-loader": "^7.0.2", - "lint-staged": "^10.5.1", - "memfs": "^3.2.0", - "mini-css-extract-plugin": "^1.2.1", - "npm-run-all": "^4.1.5", - "postcss-loader": "^4.0.4", - "postcss-preset-env": "^6.7.0", - "prettier": "^2.1.2", - "sass": "^1.28.0", - "sass-loader": "^10.0.5", - "standard-version": "^9.0.0", - "strip-ansi": "^6.0.0", - "style-loader": "^2.0.0", - "stylus": "^0.54.8", - "stylus-loader": "^4.2.0", - "url-loader": "^4.1.1", - "webpack": "^5.4.0" - }, - "keywords": [ - "webpack", - "css", - "loader", - "url", - "import" - ] -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/loader-utils/package.json b/frontend/node_modules/@c8y/devkit/node_modules/loader-utils/package.json deleted file mode 100644 index b2c7b48..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/loader-utils/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "loader-utils", - "version": "2.0.4", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "scripts": { - "lint": "eslint lib test", - "pretest": "yarn lint", - "test": "jest", - "test:ci": "jest --coverage", - "release": "yarn test && standard-version" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/webpack/loader-utils.git" - }, - "engines": { - "node": ">=8.9.0" - }, - "devDependencies": { - "coveralls": "^3.0.9", - "eslint": "^6.8.0", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-prettier": "^3.1.2", - "jest": "^25.1.0", - "prettier": "^1.19.1", - "standard-version": "^7.1.0" - }, - "main": "lib/index.js", - "files": [ - "lib" - ] -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/postcss-loader/node_modules/cosmiconfig/package.json b/frontend/node_modules/@c8y/devkit/node_modules/postcss-loader/node_modules/cosmiconfig/package.json deleted file mode 100644 index 17241bb..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/postcss-loader/node_modules/cosmiconfig/package.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "name": "cosmiconfig", - "version": "7.1.0", - "description": "Find and load configuration from a package.json property, rc file, or CommonJS module", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "clean": "del-cli --dot=true \"./dist/**/*\"", - "build": "npm run clean && npm run build:compile && npm run build:types", - "build:compile": "cross-env NODE_ENV=production babel src -d dist --verbose --extensions .js,.ts --ignore \"**/**/*.test.js\",\"**/**/*.test.ts\" --source-maps", - "build:types": "cross-env NODE_ENV=production tsc --project tsconfig.types.json", - "dev": "npm run clean && npm run build:compile -- --watch", - "lint": "eslint --ext .js,.ts . && npm run lint:md", - "lint:fix": "eslint --ext .js,.ts . --fix", - "lint:md": "remark-preset-davidtheclark", - "format": "prettier \"**/*.{js,ts,json,yml,yaml}\" --write", - "format:md": "remark-preset-davidtheclark --format", - "format:check": "prettier \"**/*.{js,ts,json,yml,yaml}\" --check", - "typescript": "tsc", - "test": "jest --coverage", - "test:watch": "jest --watch", - "check:all": "npm run test && npm run typescript && npm run lint && npm run format:check", - "prepublishOnly": "npm run check:all && npm run build" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm run typescript && npm run test", - "pre-push": "npm run check:all" - } - }, - "lint-staged": { - "*.{js,ts}": [ - "eslint --fix", - "prettier --write" - ], - "*.{json,yml,yaml}": [ - "prettier --write" - ], - "*.md": [ - "remark-preset-davidtheclark", - "remark-preset-davidtheclark --format" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/davidtheclark/cosmiconfig.git" - }, - "keywords": [ - "load", - "configuration", - "config" - ], - "author": "David Clark ", - "contributors": [ - "Bogdan Chadkin ", - "Suhas Karanth " - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/davidtheclark/cosmiconfig/issues" - }, - "homepage": "https://github.com/davidtheclark/cosmiconfig#readme", - "prettier": { - "trailingComma": "all", - "arrowParens": "always", - "singleQuote": true, - "printWidth": 80, - "tabWidth": 2 - }, - "jest": { - "testEnvironment": "node", - "collectCoverageFrom": [ - "src/**/*.{js,ts}" - ], - "coverageReporters": [ - "text", - "html", - "lcov" - ], - "coverageThreshold": { - "global": { - "branches": 100, - "functions": 100, - "lines": 100, - "statements": 100 - } - }, - "resetModules": true, - "resetMocks": true, - "restoreMocks": true - }, - "babel": { - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "node": "10" - } - } - ], - "@babel/preset-typescript" - ] - }, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "devDependencies": { - "@babel/cli": "^7.10.4", - "@babel/core": "^7.10.4", - "@babel/preset-env": "^7.10.4", - "@babel/preset-typescript": "^7.10.4", - "@types/jest": "^26.0.4", - "@types/node": "^14.0.22", - "@typescript-eslint/eslint-plugin": "^3.6.0", - "@typescript-eslint/parser": "^3.6.0", - "cross-env": "^7.0.2", - "del": "^5.1.0", - "del-cli": "^3.0.1", - "eslint": "^7.4.0", - "eslint-config-davidtheclark-node": "^0.2.2", - "eslint-config-prettier": "^6.11.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-jest": "^23.18.0", - "eslint-plugin-node": "^11.1.0", - "husky": "^4.2.5", - "jest": "^26.1.0", - "lint-staged": "^10.2.11", - "make-dir": "^3.1.0", - "parent-module": "^2.0.0", - "prettier": "^2.0.5", - "remark-preset-davidtheclark": "^0.12.0", - "typescript": "^3.9.6" - }, - "engines": { - "node": ">=10" - } -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/postcss-loader/package.json b/frontend/node_modules/@c8y/devkit/node_modules/postcss-loader/package.json deleted file mode 100644 index d6a6d94..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/postcss-loader/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "postcss-loader", - "version": "6.1.1", - "description": "PostCSS loader for webpack", - "license": "MIT", - "repository": "webpack-contrib/postcss-loader", - "author": "Andrey Sitnik ", - "homepage": "https://github.com/webpack-contrib/postcss-loader", - "bugs": "https://github.com/webpack-contrib/postcss-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 12.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", - "lint:js": "eslint --cache .", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - }, - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "semver": "^7.3.5" - }, - "devDependencies": { - "@babel/cli": "^7.14.5", - "@babel/core": "^7.14.6", - "@babel/preset-env": "^7.14.5", - "@commitlint/cli": "^12.1.4", - "@commitlint/config-conventional": "^12.1.4", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^27.0.2", - "cross-env": "^7.0.3", - "cssnano": "^5.0.6", - "del": "^6.0.0", - "del-cli": "^4.0.0", - "eslint": "^7.28.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.23.4", - "husky": "^7.0.0", - "jest": "^27.0.4", - "less": "^4.1.1", - "less-loader": "^10.0.0", - "lint-staged": "^11.0.0", - "memfs": "^3.2.2", - "midas": "^2.0.3", - "npm-run-all": "^4.1.5", - "postcss": "^8.3.1", - "postcss-dark-theme-class": "^0.5.2", - "postcss-import": "^14.0.2", - "postcss-js": "^3.0.3", - "postcss-nested": "^5.0.5", - "postcss-short": "^5.0.0", - "prettier": "^2.3.1", - "sass": "^1.35.1", - "sass-loader": "^12.1.0", - "standard-version": "^9.3.0", - "strip-ansi": "^6.0.0", - "sugarss": "^4.0.1", - "webpack": "^5.39.0" - }, - "keywords": [ - "css", - "postcss", - "postcss-runner", - "webpack", - "webpack-loader" - ] -} diff --git a/frontend/node_modules/@c8y/devkit/node_modules/typescript/package.json b/frontend/node_modules/@c8y/devkit/node_modules/typescript/package.json deleted file mode 100644 index 44f7055..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/typescript/package.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "name": "typescript", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "4.9.5", - "license": "Apache-2.0", - "description": "TypeScript is a language for application scale JavaScript development", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/TypeScript.git" - }, - "main": "./lib/typescript.js", - "typings": "./lib/typescript.d.ts", - "bin": { - "tsc": "./bin/tsc", - "tsserver": "./bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - }, - "files": [ - "bin", - "lib", - "!lib/enu", - "LICENSE.txt", - "README.md", - "SECURITY.md", - "ThirdPartyNoticeText.txt", - "!**/.gitattributes" - ], - "devDependencies": { - "@octokit/rest": "latest", - "@types/chai": "latest", - "@types/fancy-log": "^2.0.0", - "@types/fs-extra": "^9.0.13", - "@types/glob": "latest", - "@types/gulp": "^4.0.9", - "@types/gulp-concat": "latest", - "@types/gulp-newer": "latest", - "@types/gulp-rename": "latest", - "@types/gulp-sourcemaps": "latest", - "@types/merge2": "latest", - "@types/microsoft__typescript-etw": "latest", - "@types/minimist": "latest", - "@types/mkdirp": "latest", - "@types/mocha": "latest", - "@types/ms": "latest", - "@types/node": "latest", - "@types/source-map-support": "latest", - "@types/which": "^2.0.1", - "@types/xml2js": "^0.4.11", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", - "@typescript-eslint/utils": "^5.33.1", - "azure-devops-node-api": "^11.2.0", - "chai": "latest", - "chalk": "^4.1.2", - "del": "^6.1.1", - "diff": "^5.1.0", - "eslint": "^8.22.0", - "eslint-formatter-autolinkable-stylish": "^1.2.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-local": "^1.0.0", - "eslint-plugin-no-null": "^1.0.2", - "fancy-log": "latest", - "fs-extra": "^9.1.0", - "glob": "latest", - "gulp": "^4.0.2", - "gulp-concat": "latest", - "gulp-insert": "latest", - "gulp-newer": "latest", - "gulp-rename": "latest", - "gulp-sourcemaps": "latest", - "merge2": "latest", - "minimist": "latest", - "mkdirp": "latest", - "mocha": "latest", - "mocha-fivemat-progress-reporter": "latest", - "ms": "^2.1.3", - "node-fetch": "^3.2.10", - "source-map-support": "latest", - "typescript": "^4.8.4", - "vinyl": "latest", - "which": "^2.0.2", - "xml2js": "^0.4.23" - }, - "overrides": { - "es5-ext": "0.10.53" - }, - "scripts": { - "test": "gulp runtests-parallel --light=false", - "test:eslint-rules": "gulp run-eslint-rules-tests", - "build": "npm run build:compiler && npm run build:tests", - "build:compiler": "gulp local", - "build:tests": "gulp tests", - "start": "node lib/tsc", - "clean": "gulp clean", - "gulp": "gulp", - "lint": "gulp lint", - "setup-hooks": "node scripts/link-hooks.mjs" - }, - "browser": { - "fs": false, - "os": false, - "path": false, - "crypto": false, - "buffer": false, - "@microsoft/typescript-etw": false, - "source-map-support": false, - "inspector": false - }, - "packageManager": "npm@8.15.0", - "volta": { - "node": "14.20.0", - "npm": "8.15.0" - } -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/devkit/node_modules/webpack-dev-middleware/package.json b/frontend/node_modules/@c8y/devkit/node_modules/webpack-dev-middleware/package.json deleted file mode 100644 index c9ff9b4..0000000 --- a/frontend/node_modules/@c8y/devkit/node_modules/webpack-dev-middleware/package.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "name": "webpack-dev-middleware", - "version": "4.1.0", - "description": "A development middleware for webpack", - "license": "MIT", - "repository": "webpack/webpack-dev-middleware", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack/webpack-dev-middleware", - "bugs": "https://github.com/webpack/webpack-dev-middleware/issues", - "main": "dist/cjs.js", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "engines": { - "node": ">= 10.13.0" - }, - "scripts": { - "commitlint": "commitlint --from=master", - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", - "lint:js": "eslint --cache src test", - "lint": "npm-run-all -l -p \"lint:**\"", - "prepare": "npm run build", - "build": "del dist && babel src -d dist --copy-files", - "release": "standard-version", - "security": "npm audit", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "defaults": "webpack-defaults" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - }, - "dependencies": { - "colorette": "^1.2.1", - "mem": "^8.0.0", - "memfs": "^3.2.0", - "mime-types": "^2.1.28", - "range-parser": "^1.2.1", - "schema-utils": "^3.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.12.10", - "@babel/core": "^7.12.10", - "@babel/preset-env": "^7.12.11", - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "@webpack-contrib/defaults": "^6.3.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^26.6.3", - "chokidar": "^3.5.0", - "connect": "^3.7.0", - "cross-env": "^7.0.3", - "deepmerge": "^4.2.2", - "del": "^6.0.0", - "del-cli": "^3.0.1", - "eslint": "^7.17.0", - "eslint-config-prettier": "^7.1.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-prettier": "^3.3.0", - "execa": "^5.0.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "husky": "^4.3.7", - "jest": "^26.6.3", - "lint-staged": "^10.5.3", - "npm-run-all": "^4.1.5", - "prettier": "^2.2.1", - "standard-version": "^9.1.0", - "strip-ansi": "^6.0.0", - "supertest": "^6.0.1", - "webpack": "^5.14.0" - }, - "keywords": [ - "webpack", - "middleware", - "development" - ] -} diff --git a/frontend/node_modules/@c8y/devkit/package.json b/frontend/node_modules/@c8y/devkit/package.json deleted file mode 100644 index 699ec60..0000000 --- a/frontend/node_modules/@c8y/devkit/package.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "name": "@c8y/devkit", - "version": "1019.6.11", - "license": "Apache-2.0", - "author": "Cumulocity", - "description": "Cumulocity Webpack Build Facade", - "engines": { - "node": ">=14 <=18" - }, - "exports": { - ".": "./dist/index.js", - "./package.json": "./package.json", - "./dist/builders.json": "./dist/builders.json", - "./dist/src/schematics/collection.json": "./dist/src/schematics/collection.json", - "./dist/src/*.js": "./dist/src/schematics/*.js", - "./options": "./dist/options.js" - }, - "scripts": { - "build": "rimraf dist && tsc -p . && yarn copy:schema:create && yarn copy:builders && yarn copy:schemas", - "copy:schema:create": "node ./dist/src/builders/create-schema.js", - "copy:schemas": "npx ncp ./src/schematics/collection.json ./dist/src/schematics/collection.json && npx ncp ./src/schematics/ng-add/ng-add.json ./dist/src/schematics/ng-add/ng-add.json", - "copy:builders": "npx ncp ./builders.json ./dist/builders.json" - }, - "files": [ - "dist/" - ], - "schematics": "./dist/src/schematics/collection.json", - "builders": "./dist/builders.json", - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "devkit", - "tools" - ], - "dependencies": { - "@babel/cli": "7.23.4", - "@babel/core": "^7.12.0", - "@babel/eslint-parser": "^7.21.3", - "@babel/helper-plugin-utils": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/plugin-proposal-object-rest-spread": "^7.14.0", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/preset-env": "^7.23.8", - "@c8y/client": "1019.6.11", - "@schematics/angular": "^15.2.6", - "angular-gettext-tools": "2.5.3", - "babel-eslint": "10.0.1", - "babel-loader": "9.1.3", - "babel-plugin-angularjs-annotate": "0.10.0", - "chalk": "^4.1.2", - "copy-webpack-plugin": "11.0.0", - "cosmiconfig": "8.3.6", - "cosmiconfig-typescript-loader": "~5.0.0", - "css-loader": "5.0.1", - "css-minimizer-webpack-plugin": "^4.0.0", - "dotenv": "16.3.1", - "file-loader": "^6.2.0", - "fs-extra": "11.2.0", - "html-loader": "5.0.0", - "html-webpack-plugin": "5.5.0", - "imports-loader": "^0.8.0", - "mini-css-extract-plugin": "2.7.6", - "postcss-loader": "6.1.1", - "style-loader": "3.3.4", - "terser-webpack-plugin": "^5.3.3", - "tslib": "^2.3.1", - "tslint": "^5.9.1", - "typescript": "4.9.5", - "unzip-stream": "0.3.1", - "webpack-dev-middleware": "4.1.0", - "webpack-hot-middleware": "2.25.3", - "webpack-merge": "^5.8.0", - "webpack-sources": "^3.2.3", - "zip-dir": "2.0.0", - "JSONPath": "0.11.2", - "pofile": "1.0.11", - "commander": "11.1.0", - "fast-glob": "3.3.1" - }, - "browserslist": [ - "last 2 major versions" - ], - "devDependencies": { - "@types/lodash": "4.14.202", - "@types/unzip-stream": "0.3.4", - "@types/node": "14.11.11", - "@types/semver": "^7.3.13", - "@types/webpack": "^5.28.0", - "@types/webpack-dev-server": "^4.3.1" - }, - "peerDependencies": { - "@angular-devkit/build-angular": "^16.2.10", - "@angular-devkit/schematics": "^16.2.10", - "webpack": "^5.88.2" - } -} \ No newline at end of file diff --git a/frontend/node_modules/@c8y/ngx-components/package.json b/frontend/node_modules/@c8y/ngx-components/package.json deleted file mode 100644 index 73cfa92..0000000 --- a/frontend/node_modules/@c8y/ngx-components/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"@c8y/ngx-components","version":"1019.6.11","license":"Apache-2.0","author":"Cumulocity","description":"Angular modules for Cumulocity IoT applications","keywords":["Cumulocity","IoT","m2m","Angular","Components"],"peerDependencies":{"@angular/cdk":"^16.2.11","@angular/common":"^16.2.11","@angular/core":"^16.2.11","@angular/forms":"^16.2.11","@angular/platform-browser":"^16.2.11","@angular/router":"^16.2.11","@angular/upgrade":"^16.2.11","@c8y/client":"1019.6.11","@c8y/devkit":"1019.6.11","leaflet":"^1.7.1","rxjs":"^7.4.0"},"dependencies":{"@c8y/client":"1019.6.11","@ngx-formly/core":"6.1.3","@ngx-translate/core":"15.0.0","@ngx-translate/http-loader":"8.0.0","angularx-qrcode":"16.0.2","file-saver":"2.0.5","libphonenumber-js":"1.10.54","lodash-es":"^4.0.0","marked":"4.2.12","ngx-bootstrap":"11.0.2","semver":"~7.5.3","three":"0.154.0","tslib":"^2.6.0"},"module":"fesm2022/c8y-ngx-components.mjs","typings":"index.d.ts","exports":{"./locales/de.po":"./locales/de.po","./locales/en.po":"./locales/en.po","./locales/es.po":"./locales/es.po","./locales/fr.po":"./locales/fr.po","./locales/ja_JP.po":"./locales/ja_JP.po","./locales/ko.po":"./locales/ko.po","./locales/nl.po":"./locales/nl.po","./locales/pt_BR.po":"./locales/pt_BR.po","./locales/ru.po":"./locales/ru.po","./locales/zh_CN.po":"./locales/zh_CN.po","./locales/zh_TW.po":"./locales/zh_TW.po","./locales/pl.po":"./locales/pl.po","./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","esm2022":"./esm2022/c8y-ngx-components.mjs","esm":"./esm2022/c8y-ngx-components.mjs","default":"./fesm2022/c8y-ngx-components.mjs"},"./actility-device-registration":{"types":"./actility-device-registration/index.d.ts","esm2022":"./esm2022/actility-device-registration/c8y-ngx-components-actility-device-registration.mjs","esm":"./esm2022/actility-device-registration/c8y-ngx-components-actility-device-registration.mjs","default":"./fesm2022/c8y-ngx-components-actility-device-registration.mjs"},"./api":{"types":"./api/index.d.ts","esm2022":"./esm2022/api/c8y-ngx-components-api.mjs","esm":"./esm2022/api/c8y-ngx-components-api.mjs","default":"./fesm2022/c8y-ngx-components-api.mjs"},"./app-logs":{"types":"./app-logs/index.d.ts","esm2022":"./esm2022/app-logs/c8y-ngx-components-app-logs.mjs","esm":"./esm2022/app-logs/c8y-ngx-components-app-logs.mjs","default":"./fesm2022/c8y-ngx-components-app-logs.mjs"},"./assets-navigator":{"types":"./assets-navigator/index.d.ts","esm2022":"./esm2022/assets-navigator/c8y-ngx-components-assets-navigator.mjs","esm":"./esm2022/assets-navigator/c8y-ngx-components-assets-navigator.mjs","default":"./fesm2022/c8y-ngx-components-assets-navigator.mjs"},"./auth-configuration":{"types":"./auth-configuration/index.d.ts","esm2022":"./esm2022/auth-configuration/c8y-ngx-components-auth-configuration.mjs","esm":"./esm2022/auth-configuration/c8y-ngx-components-auth-configuration.mjs","default":"./fesm2022/c8y-ngx-components-auth-configuration.mjs"},"./binary-file-download":{"types":"./binary-file-download/index.d.ts","esm2022":"./esm2022/binary-file-download/c8y-ngx-components-binary-file-download.mjs","esm":"./esm2022/binary-file-download/c8y-ngx-components-binary-file-download.mjs","default":"./fesm2022/c8y-ngx-components-binary-file-download.mjs"},"./bookmarks":{"types":"./bookmarks/index.d.ts","esm2022":"./esm2022/bookmarks/c8y-ngx-components-bookmarks.mjs","esm":"./esm2022/bookmarks/c8y-ngx-components-bookmarks.mjs","default":"./fesm2022/c8y-ngx-components-bookmarks.mjs"},"./child-devices":{"types":"./child-devices/index.d.ts","esm2022":"./esm2022/child-devices/c8y-ngx-components-child-devices.mjs","esm":"./esm2022/child-devices/c8y-ngx-components-child-devices.mjs","default":"./fesm2022/c8y-ngx-components-child-devices.mjs"},"./cockpit-config":{"types":"./cockpit-config/index.d.ts","esm2022":"./esm2022/cockpit-config/c8y-ngx-components-cockpit-config.mjs","esm":"./esm2022/cockpit-config/c8y-ngx-components-cockpit-config.mjs","default":"./fesm2022/c8y-ngx-components-cockpit-config.mjs"},"./connectivity":{"types":"./connectivity/index.d.ts","esm2022":"./esm2022/connectivity/c8y-ngx-components-connectivity.mjs","esm":"./esm2022/connectivity/c8y-ngx-components-connectivity.mjs","default":"./fesm2022/c8y-ngx-components-connectivity.mjs"},"./context-dashboard":{"types":"./context-dashboard/index.d.ts","esm2022":"./esm2022/context-dashboard/c8y-ngx-components-context-dashboard.mjs","esm":"./esm2022/context-dashboard/c8y-ngx-components-context-dashboard.mjs","default":"./fesm2022/c8y-ngx-components-context-dashboard.mjs"},"./data-broker":{"types":"./data-broker/index.d.ts","esm2022":"./esm2022/data-broker/c8y-ngx-components-data-broker.mjs","esm":"./esm2022/data-broker/c8y-ngx-components-data-broker.mjs","default":"./fesm2022/c8y-ngx-components-data-broker.mjs"},"./data-grid-columns":{"types":"./data-grid-columns/index.d.ts","esm2022":"./esm2022/data-grid-columns/c8y-ngx-components-data-grid-columns.mjs","esm":"./esm2022/data-grid-columns/c8y-ngx-components-data-grid-columns.mjs","default":"./fesm2022/c8y-ngx-components-data-grid-columns.mjs"},"./datapoint-library":{"types":"./datapoint-library/index.d.ts","esm2022":"./esm2022/datapoint-library/c8y-ngx-components-datapoint-library.mjs","esm":"./esm2022/datapoint-library/c8y-ngx-components-datapoint-library.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library.mjs"},"./datapoint-selector":{"types":"./datapoint-selector/index.d.ts","esm2022":"./esm2022/datapoint-selector/c8y-ngx-components-datapoint-selector.mjs","esm":"./esm2022/datapoint-selector/c8y-ngx-components-datapoint-selector.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-selector.mjs"},"./default-subscriptions":{"types":"./default-subscriptions/index.d.ts","esm2022":"./esm2022/default-subscriptions/c8y-ngx-components-default-subscriptions.mjs","esm":"./esm2022/default-subscriptions/c8y-ngx-components-default-subscriptions.mjs","default":"./fesm2022/c8y-ngx-components-default-subscriptions.mjs"},"./device-grid":{"types":"./device-grid/index.d.ts","esm2022":"./esm2022/device-grid/c8y-ngx-components-device-grid.mjs","esm":"./esm2022/device-grid/c8y-ngx-components-device-grid.mjs","default":"./fesm2022/c8y-ngx-components-device-grid.mjs"},"./device-list":{"types":"./device-list/index.d.ts","esm2022":"./esm2022/device-list/c8y-ngx-components-device-list.mjs","esm":"./esm2022/device-list/c8y-ngx-components-device-list.mjs","default":"./fesm2022/c8y-ngx-components-device-list.mjs"},"./device-profile":{"types":"./device-profile/index.d.ts","esm2022":"./esm2022/device-profile/c8y-ngx-components-device-profile.mjs","esm":"./esm2022/device-profile/c8y-ngx-components-device-profile.mjs","default":"./fesm2022/c8y-ngx-components-device-profile.mjs"},"./device-protocols":{"types":"./device-protocols/index.d.ts","esm2022":"./esm2022/device-protocols/c8y-ngx-components-device-protocols.mjs","esm":"./esm2022/device-protocols/c8y-ngx-components-device-protocols.mjs","default":"./fesm2022/c8y-ngx-components-device-protocols.mjs"},"./device-shell":{"types":"./device-shell/index.d.ts","esm2022":"./esm2022/device-shell/c8y-ngx-components-device-shell.mjs","esm":"./esm2022/device-shell/c8y-ngx-components-device-shell.mjs","default":"./fesm2022/c8y-ngx-components-device-shell.mjs"},"./diagnostics":{"types":"./diagnostics/index.d.ts","esm2022":"./esm2022/diagnostics/c8y-ngx-components-diagnostics.mjs","esm":"./esm2022/diagnostics/c8y-ngx-components-diagnostics.mjs","default":"./fesm2022/c8y-ngx-components-diagnostics.mjs"},"./ecosystem":{"types":"./ecosystem/index.d.ts","esm2022":"./esm2022/ecosystem/c8y-ngx-components-ecosystem.mjs","esm":"./esm2022/ecosystem/c8y-ngx-components-ecosystem.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem.mjs"},"./file-preview":{"types":"./file-preview/index.d.ts","esm2022":"./esm2022/file-preview/c8y-ngx-components-file-preview.mjs","esm":"./esm2022/file-preview/c8y-ngx-components-file-preview.mjs","default":"./fesm2022/c8y-ngx-components-file-preview.mjs"},"./files-repository":{"types":"./files-repository/index.d.ts","esm2022":"./esm2022/files-repository/c8y-ngx-components-files-repository.mjs","esm":"./esm2022/files-repository/c8y-ngx-components-files-repository.mjs","default":"./fesm2022/c8y-ngx-components-files-repository.mjs"},"./icon-selector":{"types":"./icon-selector/index.d.ts","esm2022":"./esm2022/icon-selector/c8y-ngx-components-icon-selector.mjs","esm":"./esm2022/icon-selector/c8y-ngx-components-icon-selector.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector.mjs"},"./location":{"types":"./location/index.d.ts","esm2022":"./esm2022/location/c8y-ngx-components-location.mjs","esm":"./esm2022/location/c8y-ngx-components-location.mjs","default":"./fesm2022/c8y-ngx-components-location.mjs"},"./loriot-device-registration":{"types":"./loriot-device-registration/index.d.ts","esm2022":"./esm2022/loriot-device-registration/c8y-ngx-components-loriot-device-registration.mjs","esm":"./esm2022/loriot-device-registration/c8y-ngx-components-loriot-device-registration.mjs","default":"./fesm2022/c8y-ngx-components-loriot-device-registration.mjs"},"./map":{"types":"./map/index.d.ts","esm2022":"./esm2022/map/c8y-ngx-components-map.mjs","esm":"./esm2022/map/c8y-ngx-components-map.mjs","default":"./fesm2022/c8y-ngx-components-map.mjs"},"./operations":{"types":"./operations/index.d.ts","esm2022":"./esm2022/operations/c8y-ngx-components-operations.mjs","esm":"./esm2022/operations/c8y-ngx-components-operations.mjs","default":"./fesm2022/c8y-ngx-components-operations.mjs"},"./platform-configuration":{"types":"./platform-configuration/index.d.ts","esm2022":"./esm2022/platform-configuration/c8y-ngx-components-platform-configuration.mjs","esm":"./esm2022/platform-configuration/c8y-ngx-components-platform-configuration.mjs","default":"./fesm2022/c8y-ngx-components-platform-configuration.mjs"},"./polyfills":{"types":"./polyfills/index.d.ts","esm2022":"./esm2022/polyfills/c8y-ngx-components-polyfills.mjs","esm":"./esm2022/polyfills/c8y-ngx-components-polyfills.mjs","default":"./fesm2022/c8y-ngx-components-polyfills.mjs"},"./protocol-lpwan":{"types":"./protocol-lpwan/index.d.ts","esm2022":"./esm2022/protocol-lpwan/c8y-ngx-components-protocol-lpwan.mjs","esm":"./esm2022/protocol-lpwan/c8y-ngx-components-protocol-lpwan.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lpwan.mjs"},"./protocol-lwm2m":{"types":"./protocol-lwm2m/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/c8y-ngx-components-protocol-lwm2m.mjs","esm":"./esm2022/protocol-lwm2m/c8y-ngx-components-protocol-lwm2m.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m.mjs"},"./protocol-opcua":{"types":"./protocol-opcua/index.d.ts","esm2022":"./esm2022/protocol-opcua/c8y-ngx-components-protocol-opcua.mjs","esm":"./esm2022/protocol-opcua/c8y-ngx-components-protocol-opcua.mjs","default":"./fesm2022/c8y-ngx-components-protocol-opcua.mjs"},"./register-device":{"types":"./register-device/index.d.ts","esm2022":"./esm2022/register-device/c8y-ngx-components-register-device.mjs","esm":"./esm2022/register-device/c8y-ngx-components-register-device.mjs","default":"./fesm2022/c8y-ngx-components-register-device.mjs"},"./replace-device":{"types":"./replace-device/index.d.ts","esm2022":"./esm2022/replace-device/c8y-ngx-components-replace-device.mjs","esm":"./esm2022/replace-device/c8y-ngx-components-replace-device.mjs","default":"./fesm2022/c8y-ngx-components-replace-device.mjs"},"./replace-device-wizard":{"types":"./replace-device-wizard/index.d.ts","esm2022":"./esm2022/replace-device-wizard/c8y-ngx-components-replace-device-wizard.mjs","esm":"./esm2022/replace-device-wizard/c8y-ngx-components-replace-device-wizard.mjs","default":"./fesm2022/c8y-ngx-components-replace-device-wizard.mjs"},"./reports":{"types":"./reports/index.d.ts","esm2022":"./esm2022/reports/c8y-ngx-components-reports.mjs","esm":"./esm2022/reports/c8y-ngx-components-reports.mjs","default":"./fesm2022/c8y-ngx-components-reports.mjs"},"./repository":{"types":"./repository/index.d.ts","esm2022":"./esm2022/repository/c8y-ngx-components-repository.mjs","esm":"./esm2022/repository/c8y-ngx-components-repository.mjs","default":"./fesm2022/c8y-ngx-components-repository.mjs"},"./search":{"types":"./search/index.d.ts","esm2022":"./esm2022/search/c8y-ngx-components-search.mjs","esm":"./esm2022/search/c8y-ngx-components-search.mjs","default":"./fesm2022/c8y-ngx-components-search.mjs"},"./sensor-phone":{"types":"./sensor-phone/index.d.ts","esm2022":"./esm2022/sensor-phone/c8y-ngx-components-sensor-phone.mjs","esm":"./esm2022/sensor-phone/c8y-ngx-components-sensor-phone.mjs","default":"./fesm2022/c8y-ngx-components-sensor-phone.mjs"},"./services":{"types":"./services/index.d.ts","esm2022":"./esm2022/services/c8y-ngx-components-services.mjs","esm":"./esm2022/services/c8y-ngx-components-services.mjs","default":"./fesm2022/c8y-ngx-components-services.mjs"},"./sigfox-device-registration":{"types":"./sigfox-device-registration/index.d.ts","esm2022":"./esm2022/sigfox-device-registration/c8y-ngx-components-sigfox-device-registration.mjs","esm":"./esm2022/sigfox-device-registration/c8y-ngx-components-sigfox-device-registration.mjs","default":"./fesm2022/c8y-ngx-components-sigfox-device-registration.mjs"},"./sms-gateway":{"types":"./sms-gateway/index.d.ts","esm2022":"./esm2022/sms-gateway/c8y-ngx-components-sms-gateway.mjs","esm":"./esm2022/sms-gateway/c8y-ngx-components-sms-gateway.mjs","default":"./fesm2022/c8y-ngx-components-sms-gateway.mjs"},"./sub-assets":{"types":"./sub-assets/index.d.ts","esm2022":"./esm2022/sub-assets/c8y-ngx-components-sub-assets.mjs","esm":"./esm2022/sub-assets/c8y-ngx-components-sub-assets.mjs","default":"./fesm2022/c8y-ngx-components-sub-assets.mjs"},"./tenants":{"types":"./tenants/index.d.ts","esm2022":"./esm2022/tenants/c8y-ngx-components-tenants.mjs","esm":"./esm2022/tenants/c8y-ngx-components-tenants.mjs","default":"./fesm2022/c8y-ngx-components-tenants.mjs"},"./tracking":{"types":"./tracking/index.d.ts","esm2022":"./esm2022/tracking/c8y-ngx-components-tracking.mjs","esm":"./esm2022/tracking/c8y-ngx-components-tracking.mjs","default":"./fesm2022/c8y-ngx-components-tracking.mjs"},"./trusted-certificates":{"types":"./trusted-certificates/index.d.ts","esm2022":"./esm2022/trusted-certificates/c8y-ngx-components-trusted-certificates.mjs","esm":"./esm2022/trusted-certificates/c8y-ngx-components-trusted-certificates.mjs","default":"./fesm2022/c8y-ngx-components-trusted-certificates.mjs"},"./upgrade":{"types":"./upgrade/index.d.ts","esm2022":"./esm2022/upgrade/c8y-ngx-components-upgrade.mjs","esm":"./esm2022/upgrade/c8y-ngx-components-upgrade.mjs","default":"./fesm2022/c8y-ngx-components-upgrade.mjs"},"./user-roles":{"types":"./user-roles/index.d.ts","esm2022":"./esm2022/user-roles/c8y-ngx-components-user-roles.mjs","esm":"./esm2022/user-roles/c8y-ngx-components-user-roles.mjs","default":"./fesm2022/c8y-ngx-components-user-roles.mjs"},"./widgets":{"types":"./widgets/index.d.ts","esm2022":"./esm2022/widgets/c8y-ngx-components-widgets.mjs","esm":"./esm2022/widgets/c8y-ngx-components-widgets.mjs","default":"./fesm2022/c8y-ngx-components-widgets.mjs"},"./data-grid-columns/asset-type":{"types":"./data-grid-columns/asset-type/index.d.ts","esm2022":"./esm2022/data-grid-columns/asset-type/c8y-ngx-components-data-grid-columns-asset-type.mjs","esm":"./esm2022/data-grid-columns/asset-type/c8y-ngx-components-data-grid-columns-asset-type.mjs","default":"./fesm2022/c8y-ngx-components-data-grid-columns-asset-type.mjs"},"./datapoint-library/details":{"types":"./datapoint-library/details/index.d.ts","esm2022":"./esm2022/datapoint-library/details/c8y-ngx-components-datapoint-library-details.mjs","esm":"./esm2022/datapoint-library/details/c8y-ngx-components-datapoint-library-details.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-details.mjs"},"./datapoint-library/list":{"types":"./datapoint-library/list/index.d.ts","esm2022":"./esm2022/datapoint-library/list/c8y-ngx-components-datapoint-library-list.mjs","esm":"./esm2022/datapoint-library/list/c8y-ngx-components-datapoint-library-list.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-list.mjs"},"./datapoint-library/model":{"types":"./datapoint-library/model/index.d.ts","esm2022":"./esm2022/datapoint-library/model/c8y-ngx-components-datapoint-library-model.mjs","esm":"./esm2022/datapoint-library/model/c8y-ngx-components-datapoint-library-model.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-model.mjs"},"./datapoint-library/services":{"types":"./datapoint-library/services/index.d.ts","esm2022":"./esm2022/datapoint-library/services/c8y-ngx-components-datapoint-library-services.mjs","esm":"./esm2022/datapoint-library/services/c8y-ngx-components-datapoint-library-services.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-services.mjs"},"./ecosystem/application-plugins":{"types":"./ecosystem/application-plugins/index.d.ts","esm2022":"./esm2022/ecosystem/application-plugins/c8y-ngx-components-ecosystem-application-plugins.mjs","esm":"./esm2022/ecosystem/application-plugins/c8y-ngx-components-ecosystem-application-plugins.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs"},"./ecosystem/license-confirm":{"types":"./ecosystem/license-confirm/index.d.ts","esm2022":"./esm2022/ecosystem/license-confirm/c8y-ngx-components-ecosystem-license-confirm.mjs","esm":"./esm2022/ecosystem/license-confirm/c8y-ngx-components-ecosystem-license-confirm.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-license-confirm.mjs"},"./ecosystem/plugin-setup-stepper":{"types":"./ecosystem/plugin-setup-stepper/index.d.ts","esm2022":"./esm2022/ecosystem/plugin-setup-stepper/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs","esm":"./esm2022/ecosystem/plugin-setup-stepper/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs"},"./ecosystem/shared":{"types":"./ecosystem/shared/index.d.ts","esm2022":"./esm2022/ecosystem/shared/c8y-ngx-components-ecosystem-shared.mjs","esm":"./esm2022/ecosystem/shared/c8y-ngx-components-ecosystem-shared.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-shared.mjs"},"./icon-selector/icons":{"types":"./icon-selector/icons/index.d.ts","esm2022":"./esm2022/icon-selector/icons/c8y-ngx-components-icon-selector-icons.mjs","esm":"./esm2022/icon-selector/icons/c8y-ngx-components-icon-selector-icons.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons.mjs"},"./icon-selector/model":{"types":"./icon-selector/model/index.d.ts","esm2022":"./esm2022/icon-selector/model/c8y-ngx-components-icon-selector-model.mjs","esm":"./esm2022/icon-selector/model/c8y-ngx-components-icon-selector-model.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-model.mjs"},"./lazy/three":{"types":"./lazy/three/index.d.ts","esm2022":"./esm2022/lazy/three/c8y-ngx-components-lazy-three.mjs","esm":"./esm2022/lazy/three/c8y-ngx-components-lazy-three.mjs","default":"./fesm2022/c8y-ngx-components-lazy-three.mjs"},"./lazy/three-orbit-controls":{"types":"./lazy/three-orbit-controls/index.d.ts","esm2022":"./esm2022/lazy/three-orbit-controls/c8y-ngx-components-lazy-three-orbit-controls.mjs","esm":"./esm2022/lazy/three-orbit-controls/c8y-ngx-components-lazy-three-orbit-controls.mjs","default":"./fesm2022/c8y-ngx-components-lazy-three-orbit-controls.mjs"},"./operations/bulk-operation-from-single":{"types":"./operations/bulk-operation-from-single/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-from-single/c8y-ngx-components-operations-bulk-operation-from-single.mjs","esm":"./esm2022/operations/bulk-operation-from-single/c8y-ngx-components-operations-bulk-operation-from-single.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-from-single.mjs"},"./operations/bulk-operation-list-item":{"types":"./operations/bulk-operation-list-item/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-list-item/c8y-ngx-components-operations-bulk-operation-list-item.mjs","esm":"./esm2022/operations/bulk-operation-list-item/c8y-ngx-components-operations-bulk-operation-list-item.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs"},"./operations/bulk-operation-modal-details":{"types":"./operations/bulk-operation-modal-details/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-modal-details/c8y-ngx-components-operations-bulk-operation-modal-details.mjs","esm":"./esm2022/operations/bulk-operation-modal-details/c8y-ngx-components-operations-bulk-operation-modal-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-modal-details.mjs"},"./operations/bulk-operation-scheduler":{"types":"./operations/bulk-operation-scheduler/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-scheduler/c8y-ngx-components-operations-bulk-operation-scheduler.mjs","esm":"./esm2022/operations/bulk-operation-scheduler/c8y-ngx-components-operations-bulk-operation-scheduler.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs"},"./operations/bulk-operation-stepper":{"types":"./operations/bulk-operation-stepper/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-stepper/c8y-ngx-components-operations-bulk-operation-stepper.mjs","esm":"./esm2022/operations/bulk-operation-stepper/c8y-ngx-components-operations-bulk-operation-stepper.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-stepper.mjs"},"./operations/bulk-operations-list":{"types":"./operations/bulk-operations-list/index.d.ts","esm2022":"./esm2022/operations/bulk-operations-list/c8y-ngx-components-operations-bulk-operations-list.mjs","esm":"./esm2022/operations/bulk-operations-list/c8y-ngx-components-operations-bulk-operations-list.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs"},"./operations/bulk-operations-service":{"types":"./operations/bulk-operations-service/index.d.ts","esm2022":"./esm2022/operations/bulk-operations-service/c8y-ngx-components-operations-bulk-operations-service.mjs","esm":"./esm2022/operations/bulk-operations-service/c8y-ngx-components-operations-bulk-operations-service.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-service.mjs"},"./operations/bulk-operations-stepper-container":{"types":"./operations/bulk-operations-stepper-container/index.d.ts","esm2022":"./esm2022/operations/bulk-operations-stepper-container/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs","esm":"./esm2022/operations/bulk-operations-stepper-container/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs"},"./operations/bulk-single-operations-list":{"types":"./operations/bulk-single-operations-list/index.d.ts","esm2022":"./esm2022/operations/bulk-single-operations-list/c8y-ngx-components-operations-bulk-single-operations-list.mjs","esm":"./esm2022/operations/bulk-single-operations-list/c8y-ngx-components-operations-bulk-single-operations-list.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs"},"./operations/create-bulk-operation-details":{"types":"./operations/create-bulk-operation-details/index.d.ts","esm2022":"./esm2022/operations/create-bulk-operation-details/c8y-ngx-components-operations-create-bulk-operation-details.mjs","esm":"./esm2022/operations/create-bulk-operation-details/c8y-ngx-components-operations-create-bulk-operation-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-create-bulk-operation-details.mjs"},"./operations/device-selector":{"types":"./operations/device-selector/index.d.ts","esm2022":"./esm2022/operations/device-selector/c8y-ngx-components-operations-device-selector.mjs","esm":"./esm2022/operations/device-selector/c8y-ngx-components-operations-device-selector.mjs","default":"./fesm2022/c8y-ngx-components-operations-device-selector.mjs"},"./operations/operation-details":{"types":"./operations/operation-details/index.d.ts","esm2022":"./esm2022/operations/operation-details/c8y-ngx-components-operations-operation-details.mjs","esm":"./esm2022/operations/operation-details/c8y-ngx-components-operations-operation-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-operation-details.mjs"},"./operations/operation-summary":{"types":"./operations/operation-summary/index.d.ts","esm2022":"./esm2022/operations/operation-summary/c8y-ngx-components-operations-operation-summary.mjs","esm":"./esm2022/operations/operation-summary/c8y-ngx-components-operations-operation-summary.mjs","default":"./fesm2022/c8y-ngx-components-operations-operation-summary.mjs"},"./operations/operations-list":{"types":"./operations/operations-list/index.d.ts","esm2022":"./esm2022/operations/operations-list/c8y-ngx-components-operations-operations-list.mjs","esm":"./esm2022/operations/operations-list/c8y-ngx-components-operations-operations-list.mjs","default":"./fesm2022/c8y-ngx-components-operations-operations-list.mjs"},"./operations/operations-list-item-details":{"types":"./operations/operations-list-item-details/index.d.ts","esm2022":"./esm2022/operations/operations-list-item-details/c8y-ngx-components-operations-operations-list-item-details.mjs","esm":"./esm2022/operations/operations-list-item-details/c8y-ngx-components-operations-operations-list-item-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-operations-list-item-details.mjs"},"./operations/operations-timeline":{"types":"./operations/operations-timeline/index.d.ts","esm2022":"./esm2022/operations/operations-timeline/c8y-ngx-components-operations-operations-timeline.mjs","esm":"./esm2022/operations/operations-timeline/c8y-ngx-components-operations-operations-timeline.mjs","default":"./fesm2022/c8y-ngx-components-operations-operations-timeline.mjs"},"./operations/product-experience":{"types":"./operations/product-experience/index.d.ts","esm2022":"./esm2022/operations/product-experience/c8y-ngx-components-operations-product-experience.mjs","esm":"./esm2022/operations/product-experience/c8y-ngx-components-operations-product-experience.mjs","default":"./fesm2022/c8y-ngx-components-operations-product-experience.mjs"},"./operations/shared":{"types":"./operations/shared/index.d.ts","esm2022":"./esm2022/operations/shared/c8y-ngx-components-operations-shared.mjs","esm":"./esm2022/operations/shared/c8y-ngx-components-operations-shared.mjs","default":"./fesm2022/c8y-ngx-components-operations-shared.mjs"},"./operations/status-filter":{"types":"./operations/status-filter/index.d.ts","esm2022":"./esm2022/operations/status-filter/c8y-ngx-components-operations-status-filter.mjs","esm":"./esm2022/operations/status-filter/c8y-ngx-components-operations-status-filter.mjs","default":"./fesm2022/c8y-ngx-components-operations-status-filter.mjs"},"./operations/stepper-bulk-type-configuration":{"types":"./operations/stepper-bulk-type-configuration/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-configuration/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs","esm":"./esm2022/operations/stepper-bulk-type-configuration/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs"},"./operations/stepper-bulk-type-device-profile":{"types":"./operations/stepper-bulk-type-device-profile/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-device-profile/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs","esm":"./esm2022/operations/stepper-bulk-type-device-profile/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs"},"./operations/stepper-bulk-type-firmware":{"types":"./operations/stepper-bulk-type-firmware/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-firmware/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs","esm":"./esm2022/operations/stepper-bulk-type-firmware/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs"},"./operations/stepper-bulk-type-software":{"types":"./operations/stepper-bulk-type-software/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-software/c8y-ngx-components-operations-stepper-bulk-type-software.mjs","esm":"./esm2022/operations/stepper-bulk-type-software/c8y-ngx-components-operations-stepper-bulk-type-software.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs"},"./operations/stepper-frames":{"types":"./operations/stepper-frames/index.d.ts","esm2022":"./esm2022/operations/stepper-frames/c8y-ngx-components-operations-stepper-frames.mjs","esm":"./esm2022/operations/stepper-frames/c8y-ngx-components-operations-stepper-frames.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-frames.mjs"},"./protocol-lwm2m/factories":{"types":"./protocol-lwm2m/factories/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/factories/c8y-ngx-components-protocol-lwm2m-factories.mjs","esm":"./esm2022/protocol-lwm2m/factories/c8y-ngx-components-protocol-lwm2m-factories.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-factories.mjs"},"./protocol-lwm2m/formly":{"types":"./protocol-lwm2m/formly/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/formly/c8y-ngx-components-protocol-lwm2m-formly.mjs","esm":"./esm2022/protocol-lwm2m/formly/c8y-ngx-components-protocol-lwm2m-formly.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-formly.mjs"},"./protocol-lwm2m/guards":{"types":"./protocol-lwm2m/guards/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/guards/c8y-ngx-components-protocol-lwm2m-guards.mjs","esm":"./esm2022/protocol-lwm2m/guards/c8y-ngx-components-protocol-lwm2m-guards.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-guards.mjs"},"./protocol-lwm2m/model":{"types":"./protocol-lwm2m/model/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/model/c8y-ngx-components-protocol-lwm2m-model.mjs","esm":"./esm2022/protocol-lwm2m/model/c8y-ngx-components-protocol-lwm2m-model.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-model.mjs"},"./protocol-lwm2m/services":{"types":"./protocol-lwm2m/services/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/services/c8y-ngx-components-protocol-lwm2m-services.mjs","esm":"./esm2022/protocol-lwm2m/services/c8y-ngx-components-protocol-lwm2m-services.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-services.mjs"},"./repository/configuration":{"types":"./repository/configuration/index.d.ts","esm2022":"./esm2022/repository/configuration/c8y-ngx-components-repository-configuration.mjs","esm":"./esm2022/repository/configuration/c8y-ngx-components-repository-configuration.mjs","default":"./fesm2022/c8y-ngx-components-repository-configuration.mjs"},"./repository/firmware":{"types":"./repository/firmware/index.d.ts","esm2022":"./esm2022/repository/firmware/c8y-ngx-components-repository-firmware.mjs","esm":"./esm2022/repository/firmware/c8y-ngx-components-repository-firmware.mjs","default":"./fesm2022/c8y-ngx-components-repository-firmware.mjs"},"./repository/shared":{"types":"./repository/shared/index.d.ts","esm2022":"./esm2022/repository/shared/c8y-ngx-components-repository-shared.mjs","esm":"./esm2022/repository/shared/c8y-ngx-components-repository-shared.mjs","default":"./fesm2022/c8y-ngx-components-repository-shared.mjs"},"./repository/software":{"types":"./repository/software/index.d.ts","esm2022":"./esm2022/repository/software/c8y-ngx-components-repository-software.mjs","esm":"./esm2022/repository/software/c8y-ngx-components-repository-software.mjs","default":"./fesm2022/c8y-ngx-components-repository-software.mjs"},"./sensor-phone/sensor-phone-modal":{"types":"./sensor-phone/sensor-phone-modal/index.d.ts","esm2022":"./esm2022/sensor-phone/sensor-phone-modal/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs","esm":"./esm2022/sensor-phone/sensor-phone-modal/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs","default":"./fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs"},"./upgrade/upgraded-services":{"types":"./upgrade/upgraded-services/index.d.ts","esm2022":"./esm2022/upgrade/upgraded-services/c8y-ngx-components-upgrade-upgraded-services.mjs","esm":"./esm2022/upgrade/upgraded-services/c8y-ngx-components-upgrade-upgraded-services.mjs","default":"./fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs"},"./widgets/cockpit":{"types":"./widgets/cockpit/index.d.ts","esm2022":"./esm2022/widgets/cockpit/c8y-ngx-components-widgets-cockpit.mjs","esm":"./esm2022/widgets/cockpit/c8y-ngx-components-widgets-cockpit.mjs","default":"./fesm2022/c8y-ngx-components-widgets-cockpit.mjs"},"./widgets/definitions":{"types":"./widgets/definitions/index.d.ts","esm2022":"./esm2022/widgets/definitions/c8y-ngx-components-widgets-definitions.mjs","esm":"./esm2022/widgets/definitions/c8y-ngx-components-widgets-definitions.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions.mjs"},"./widgets/device-management":{"types":"./widgets/device-management/index.d.ts","esm2022":"./esm2022/widgets/device-management/c8y-ngx-components-widgets-device-management.mjs","esm":"./esm2022/widgets/device-management/c8y-ngx-components-widgets-device-management.mjs","default":"./fesm2022/c8y-ngx-components-widgets-device-management.mjs"},"./icon-selector/icons/arrows":{"types":"./icon-selector/icons/arrows/index.d.ts","esm2022":"./esm2022/icon-selector/icons/arrows/c8y-ngx-components-icon-selector-icons-arrows.mjs","esm":"./esm2022/icon-selector/icons/arrows/c8y-ngx-components-icon-selector-icons-arrows.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-arrows.mjs"},"./icon-selector/icons/city":{"types":"./icon-selector/icons/city/index.d.ts","esm2022":"./esm2022/icon-selector/icons/city/c8y-ngx-components-icon-selector-icons-city.mjs","esm":"./esm2022/icon-selector/icons/city/c8y-ngx-components-icon-selector-icons-city.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-city.mjs"},"./icon-selector/icons/data":{"types":"./icon-selector/icons/data/index.d.ts","esm2022":"./esm2022/icon-selector/icons/data/c8y-ngx-components-icon-selector-icons-data.mjs","esm":"./esm2022/icon-selector/icons/data/c8y-ngx-components-icon-selector-icons-data.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-data.mjs"},"./icon-selector/icons/dateAndTime":{"types":"./icon-selector/icons/dateAndTime/index.d.ts","esm2022":"./esm2022/icon-selector/icons/dateAndTime/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs","esm":"./esm2022/icon-selector/icons/dateAndTime/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs"},"./icon-selector/icons/devicesAndSensors":{"types":"./icon-selector/icons/devicesAndSensors/index.d.ts","esm2022":"./esm2022/icon-selector/icons/devicesAndSensors/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs","esm":"./esm2022/icon-selector/icons/devicesAndSensors/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs"},"./icon-selector/icons/ecommerce":{"types":"./icon-selector/icons/ecommerce/index.d.ts","esm2022":"./esm2022/icon-selector/icons/ecommerce/c8y-ngx-components-icon-selector-icons-ecommerce.mjs","esm":"./esm2022/icon-selector/icons/ecommerce/c8y-ngx-components-icon-selector-icons-ecommerce.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-ecommerce.mjs"},"./icon-selector/icons/editing":{"types":"./icon-selector/icons/editing/index.d.ts","esm2022":"./esm2022/icon-selector/icons/editing/c8y-ngx-components-icon-selector-icons-editing.mjs","esm":"./esm2022/icon-selector/icons/editing/c8y-ngx-components-icon-selector-icons-editing.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-editing.mjs"},"./icon-selector/icons/filesAndFolders":{"types":"./icon-selector/icons/filesAndFolders/index.d.ts","esm2022":"./esm2022/icon-selector/icons/filesAndFolders/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs","esm":"./esm2022/icon-selector/icons/filesAndFolders/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs"},"./icon-selector/icons/finance":{"types":"./icon-selector/icons/finance/index.d.ts","esm2022":"./esm2022/icon-selector/icons/finance/c8y-ngx-components-icon-selector-icons-finance.mjs","esm":"./esm2022/icon-selector/icons/finance/c8y-ngx-components-icon-selector-icons-finance.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-finance.mjs"},"./icon-selector/icons/hands":{"types":"./icon-selector/icons/hands/index.d.ts","esm2022":"./esm2022/icon-selector/icons/hands/c8y-ngx-components-icon-selector-icons-hands.mjs","esm":"./esm2022/icon-selector/icons/hands/c8y-ngx-components-icon-selector-icons-hands.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-hands.mjs"},"./icon-selector/icons/location":{"types":"./icon-selector/icons/location/index.d.ts","esm2022":"./esm2022/icon-selector/icons/location/c8y-ngx-components-icon-selector-icons-location.mjs","esm":"./esm2022/icon-selector/icons/location/c8y-ngx-components-icon-selector-icons-location.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-location.mjs"},"./icon-selector/icons/messaging":{"types":"./icon-selector/icons/messaging/index.d.ts","esm2022":"./esm2022/icon-selector/icons/messaging/c8y-ngx-components-icon-selector-icons-messaging.mjs","esm":"./esm2022/icon-selector/icons/messaging/c8y-ngx-components-icon-selector-icons-messaging.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-messaging.mjs"},"./icon-selector/icons/multimedia":{"types":"./icon-selector/icons/multimedia/index.d.ts","esm2022":"./esm2022/icon-selector/icons/multimedia/c8y-ngx-components-icon-selector-icons-multimedia.mjs","esm":"./esm2022/icon-selector/icons/multimedia/c8y-ngx-components-icon-selector-icons-multimedia.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-multimedia.mjs"},"./icon-selector/icons/network":{"types":"./icon-selector/icons/network/index.d.ts","esm2022":"./esm2022/icon-selector/icons/network/c8y-ngx-components-icon-selector-icons-network.mjs","esm":"./esm2022/icon-selector/icons/network/c8y-ngx-components-icon-selector-icons-network.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-network.mjs"},"./icon-selector/icons/office":{"types":"./icon-selector/icons/office/index.d.ts","esm2022":"./esm2022/icon-selector/icons/office/c8y-ngx-components-icon-selector-icons-office.mjs","esm":"./esm2022/icon-selector/icons/office/c8y-ngx-components-icon-selector-icons-office.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-office.mjs"},"./icon-selector/icons/people":{"types":"./icon-selector/icons/people/index.d.ts","esm2022":"./esm2022/icon-selector/icons/people/c8y-ngx-components-icon-selector-icons-people.mjs","esm":"./esm2022/icon-selector/icons/people/c8y-ngx-components-icon-selector-icons-people.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-people.mjs"},"./icon-selector/icons/platform":{"types":"./icon-selector/icons/platform/index.d.ts","esm2022":"./esm2022/icon-selector/icons/platform/c8y-ngx-components-icon-selector-icons-platform.mjs","esm":"./esm2022/icon-selector/icons/platform/c8y-ngx-components-icon-selector-icons-platform.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs"},"./icon-selector/icons/programming":{"types":"./icon-selector/icons/programming/index.d.ts","esm2022":"./esm2022/icon-selector/icons/programming/c8y-ngx-components-icon-selector-icons-programming.mjs","esm":"./esm2022/icon-selector/icons/programming/c8y-ngx-components-icon-selector-icons-programming.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-programming.mjs"},"./icon-selector/icons/security":{"types":"./icon-selector/icons/security/index.d.ts","esm2022":"./esm2022/icon-selector/icons/security/c8y-ngx-components-icon-selector-icons-security.mjs","esm":"./esm2022/icon-selector/icons/security/c8y-ngx-components-icon-selector-icons-security.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-security.mjs"},"./icon-selector/icons/transport":{"types":"./icon-selector/icons/transport/index.d.ts","esm2022":"./esm2022/icon-selector/icons/transport/c8y-ngx-components-icon-selector-icons-transport.mjs","esm":"./esm2022/icon-selector/icons/transport/c8y-ngx-components-icon-selector-icons-transport.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-transport.mjs"},"./icon-selector/icons/userInterface":{"types":"./icon-selector/icons/userInterface/index.d.ts","esm2022":"./esm2022/icon-selector/icons/userInterface/c8y-ngx-components-icon-selector-icons-userInterface.mjs","esm":"./esm2022/icon-selector/icons/userInterface/c8y-ngx-components-icon-selector-icons-userInterface.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-userInterface.mjs"},"./icon-selector/icons/weather":{"types":"./icon-selector/icons/weather/index.d.ts","esm2022":"./esm2022/icon-selector/icons/weather/c8y-ngx-components-icon-selector-icons-weather.mjs","esm":"./esm2022/icon-selector/icons/weather/c8y-ngx-components-icon-selector-icons-weather.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-weather.mjs"},"./protocol-lwm2m/components/bootstrap-parameters":{"types":"./protocol-lwm2m/components/bootstrap-parameters/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/components/bootstrap-parameters/c8y-ngx-components-protocol-lwm2m-components-bootstrap-parameters.mjs","esm":"./esm2022/protocol-lwm2m/components/bootstrap-parameters/c8y-ngx-components-protocol-lwm2m-components-bootstrap-parameters.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-components-bootstrap-parameters.mjs"},"./protocol-lwm2m/components/configuration":{"types":"./protocol-lwm2m/components/configuration/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/components/configuration/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs","esm":"./esm2022/protocol-lwm2m/components/configuration/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs"},"./protocol-lwm2m/components/post-registration-operations":{"types":"./protocol-lwm2m/components/post-registration-operations/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/components/post-registration-operations/c8y-ngx-components-protocol-lwm2m-components-post-registration-operations.mjs","esm":"./esm2022/protocol-lwm2m/components/post-registration-operations/c8y-ngx-components-protocol-lwm2m-components-post-registration-operations.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-components-post-registration-operations.mjs"},"./widgets/definitions/applications":{"types":"./widgets/definitions/applications/index.d.ts","esm2022":"./esm2022/widgets/definitions/applications/c8y-ngx-components-widgets-definitions-applications.mjs","esm":"./esm2022/widgets/definitions/applications/c8y-ngx-components-widgets-definitions-applications.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-applications.mjs"},"./widgets/definitions/cockpit-legacy-welcome":{"types":"./widgets/definitions/cockpit-legacy-welcome/index.d.ts","esm2022":"./esm2022/widgets/definitions/cockpit-legacy-welcome/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs","esm":"./esm2022/widgets/definitions/cockpit-legacy-welcome/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs"},"./widgets/definitions/cockpit-welcome":{"types":"./widgets/definitions/cockpit-welcome/index.d.ts","esm2022":"./esm2022/widgets/definitions/cockpit-welcome/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs","esm":"./esm2022/widgets/definitions/cockpit-welcome/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs"},"./widgets/definitions/device-control-message":{"types":"./widgets/definitions/device-control-message/index.d.ts","esm2022":"./esm2022/widgets/definitions/device-control-message/c8y-ngx-components-widgets-definitions-device-control-message.mjs","esm":"./esm2022/widgets/definitions/device-control-message/c8y-ngx-components-widgets-definitions-device-control-message.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-control-message.mjs"},"./widgets/definitions/device-management-welcome":{"types":"./widgets/definitions/device-management-welcome/index.d.ts","esm2022":"./esm2022/widgets/definitions/device-management-welcome/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs","esm":"./esm2022/widgets/definitions/device-management-welcome/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs"},"./widgets/definitions/help-and-service":{"types":"./widgets/definitions/help-and-service/index.d.ts","esm2022":"./esm2022/widgets/definitions/help-and-service/c8y-ngx-components-widgets-definitions-help-and-service.mjs","esm":"./esm2022/widgets/definitions/help-and-service/c8y-ngx-components-widgets-definitions-help-and-service.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-help-and-service.mjs"},"./widgets/definitions/image":{"types":"./widgets/definitions/image/index.d.ts","esm2022":"./esm2022/widgets/definitions/image/c8y-ngx-components-widgets-definitions-image.mjs","esm":"./esm2022/widgets/definitions/image/c8y-ngx-components-widgets-definitions-image.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-image.mjs"},"./widgets/definitions/info-gauge":{"types":"./widgets/definitions/info-gauge/index.d.ts","esm2022":"./esm2022/widgets/definitions/info-gauge/c8y-ngx-components-widgets-definitions-info-gauge.mjs","esm":"./esm2022/widgets/definitions/info-gauge/c8y-ngx-components-widgets-definitions-info-gauge.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-info-gauge.mjs"},"./widgets/definitions/kpi":{"types":"./widgets/definitions/kpi/index.d.ts","esm2022":"./esm2022/widgets/definitions/kpi/c8y-ngx-components-widgets-definitions-kpi.mjs","esm":"./esm2022/widgets/definitions/kpi/c8y-ngx-components-widgets-definitions-kpi.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-kpi.mjs"},"./widgets/definitions/map":{"types":"./widgets/definitions/map/index.d.ts","esm2022":"./esm2022/widgets/definitions/map/c8y-ngx-components-widgets-definitions-map.mjs","esm":"./esm2022/widgets/definitions/map/c8y-ngx-components-widgets-definitions-map.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-map.mjs"},"./widgets/definitions/markdown":{"types":"./widgets/definitions/markdown/index.d.ts","esm2022":"./esm2022/widgets/definitions/markdown/c8y-ngx-components-widgets-definitions-markdown.mjs","esm":"./esm2022/widgets/definitions/markdown/c8y-ngx-components-widgets-definitions-markdown.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs"},"./widgets/definitions/three-d-rotation":{"types":"./widgets/definitions/three-d-rotation/index.d.ts","esm2022":"./esm2022/widgets/definitions/three-d-rotation/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs","esm":"./esm2022/widgets/definitions/three-d-rotation/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs"},"./widgets/implementations/cockpit-legacy-welcome":{"types":"./widgets/implementations/cockpit-legacy-welcome/index.d.ts","esm2022":"./esm2022/widgets/implementations/cockpit-legacy-welcome/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs","esm":"./esm2022/widgets/implementations/cockpit-legacy-welcome/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs"},"./widgets/implementations/cockpit-welcome":{"types":"./widgets/implementations/cockpit-welcome/index.d.ts","esm2022":"./esm2022/widgets/implementations/cockpit-welcome/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs","esm":"./esm2022/widgets/implementations/cockpit-welcome/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs"},"./widgets/implementations/device-control-message":{"types":"./widgets/implementations/device-control-message/index.d.ts","esm2022":"./esm2022/widgets/implementations/device-control-message/c8y-ngx-components-widgets-implementations-device-control-message.mjs","esm":"./esm2022/widgets/implementations/device-control-message/c8y-ngx-components-widgets-implementations-device-control-message.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-control-message.mjs"},"./widgets/implementations/device-management-welcome":{"types":"./widgets/implementations/device-management-welcome/index.d.ts","esm2022":"./esm2022/widgets/implementations/device-management-welcome/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs","esm":"./esm2022/widgets/implementations/device-management-welcome/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs"},"./widgets/implementations/help-and-service-widget":{"types":"./widgets/implementations/help-and-service-widget/index.d.ts","esm2022":"./esm2022/widgets/implementations/help-and-service-widget/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs","esm":"./esm2022/widgets/implementations/help-and-service-widget/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs"},"./widgets/implementations/image":{"types":"./widgets/implementations/image/index.d.ts","esm2022":"./esm2022/widgets/implementations/image/c8y-ngx-components-widgets-implementations-image.mjs","esm":"./esm2022/widgets/implementations/image/c8y-ngx-components-widgets-implementations-image.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-image.mjs"},"./widgets/implementations/info-gauge":{"types":"./widgets/implementations/info-gauge/index.d.ts","esm2022":"./esm2022/widgets/implementations/info-gauge/c8y-ngx-components-widgets-implementations-info-gauge.mjs","esm":"./esm2022/widgets/implementations/info-gauge/c8y-ngx-components-widgets-implementations-info-gauge.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-info-gauge.mjs"},"./widgets/implementations/kpi":{"types":"./widgets/implementations/kpi/index.d.ts","esm2022":"./esm2022/widgets/implementations/kpi/c8y-ngx-components-widgets-implementations-kpi.mjs","esm":"./esm2022/widgets/implementations/kpi/c8y-ngx-components-widgets-implementations-kpi.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-kpi.mjs"},"./widgets/implementations/map":{"types":"./widgets/implementations/map/index.d.ts","esm2022":"./esm2022/widgets/implementations/map/c8y-ngx-components-widgets-implementations-map.mjs","esm":"./esm2022/widgets/implementations/map/c8y-ngx-components-widgets-implementations-map.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-map.mjs"},"./widgets/implementations/markdown":{"types":"./widgets/implementations/markdown/index.d.ts","esm2022":"./esm2022/widgets/implementations/markdown/c8y-ngx-components-widgets-implementations-markdown.mjs","esm":"./esm2022/widgets/implementations/markdown/c8y-ngx-components-widgets-implementations-markdown.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-markdown.mjs"},"./widgets/implementations/three-d-rotation":{"types":"./widgets/implementations/three-d-rotation/index.d.ts","esm2022":"./esm2022/widgets/implementations/three-d-rotation/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs","esm":"./esm2022/widgets/implementations/three-d-rotation/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs"},"./widgets/implementations/three-d-rotation/lazy-box-model":{"types":"./widgets/implementations/three-d-rotation/lazy-box-model/index.d.ts","esm2022":"./esm2022/widgets/implementations/three-d-rotation/lazy-box-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs","esm":"./esm2022/widgets/implementations/three-d-rotation/lazy-box-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs"},"./widgets/implementations/three-d-rotation/lazy-phone-model":{"types":"./widgets/implementations/three-d-rotation/lazy-phone-model/index.d.ts","esm2022":"./esm2022/widgets/implementations/three-d-rotation/lazy-phone-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs","esm":"./esm2022/widgets/implementations/three-d-rotation/lazy-phone-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs"}},"sideEffects":false} diff --git a/frontend/node_modules/@ngtools/webpack/package.json b/frontend/node_modules/@ngtools/webpack/package.json deleted file mode 100755 index 8f3d0cd..0000000 --- a/frontend/node_modules/@ngtools/webpack/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@ngtools/webpack", - "version": "16.2.13", - "description": "Webpack plugin that AoT compiles your Angular components and modules.", - "main": "./src/index.js", - "typings": "src/index.d.ts", - "license": "MIT", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "aot", - "devkit", - "plugin", - "sdk", - "webpack" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "author": "Angular Authors", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli", - "dependencies": {}, - "peerDependencies": { - "@angular/compiler-cli": "^16.0.0", - "typescript": ">=4.9.3 <5.2", - "webpack": "^5.54.0" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } -} diff --git a/frontend/node_modules/@types/node/package.json b/frontend/node_modules/@types/node/package.json deleted file mode 100644 index 686c095..0000000 --- a/frontend/node_modules/@types/node/package.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "name": "@types/node", - "version": "14.11.11", - "description": "TypeScript definitions for Node.js", - "license": "MIT", - "contributors": [ - { - "name": "Microsoft TypeScript", - "url": "https://github.com/Microsoft", - "githubUsername": "Microsoft" - }, - { - "name": "DefinitelyTyped", - "url": "https://github.com/DefinitelyTyped", - "githubUsername": "DefinitelyTyped" - }, - { - "name": "Alberto Schiabel", - "url": "https://github.com/jkomyno", - "githubUsername": "jkomyno" - }, - { - "name": "Alexander T.", - "url": "https://github.com/a-tarasyuk", - "githubUsername": "a-tarasyuk" - }, - { - "name": "Alvis HT Tang", - "url": "https://github.com/alvis", - "githubUsername": "alvis" - }, - { - "name": "Andrew Makarov", - "url": "https://github.com/r3nya", - "githubUsername": "r3nya" - }, - { - "name": "Benjamin Toueg", - "url": "https://github.com/btoueg", - "githubUsername": "btoueg" - }, - { - "name": "Bruno Scheufler", - "url": "https://github.com/brunoscheufler", - "githubUsername": "brunoscheufler" - }, - { - "name": "Chigozirim C.", - "url": "https://github.com/smac89", - "githubUsername": "smac89" - }, - { - "name": "David Junger", - "url": "https://github.com/touffy", - "githubUsername": "touffy" - }, - { - "name": "Deividas Bakanas", - "url": "https://github.com/DeividasBakanas", - "githubUsername": "DeividasBakanas" - }, - { - "name": "Eugene Y. Q. Shen", - "url": "https://github.com/eyqs", - "githubUsername": "eyqs" - }, - { - "name": "Flarna", - "url": "https://github.com/Flarna", - "githubUsername": "Flarna" - }, - { - "name": "Hannes Magnusson", - "url": "https://github.com/Hannes-Magnusson-CK", - "githubUsername": "Hannes-Magnusson-CK" - }, - { - "name": "Hoàng Văn Khải", - "url": "https://github.com/KSXGitHub", - "githubUsername": "KSXGitHub" - }, - { - "name": "Huw", - "url": "https://github.com/hoo29", - "githubUsername": "hoo29" - }, - { - "name": "Kelvin Jin", - "url": "https://github.com/kjin", - "githubUsername": "kjin" - }, - { - "name": "Klaus Meinhardt", - "url": "https://github.com/ajafff", - "githubUsername": "ajafff" - }, - { - "name": "Lishude", - "url": "https://github.com/islishude", - "githubUsername": "islishude" - }, - { - "name": "Mariusz Wiktorczyk", - "url": "https://github.com/mwiktorczyk", - "githubUsername": "mwiktorczyk" - }, - { - "name": "Mohsen Azimi", - "url": "https://github.com/mohsen1", - "githubUsername": "mohsen1" - }, - { - "name": "Nicolas Even", - "url": "https://github.com/n-e", - "githubUsername": "n-e" - }, - { - "name": "Nikita Galkin", - "url": "https://github.com/galkin", - "githubUsername": "galkin" - }, - { - "name": "Parambir Singh", - "url": "https://github.com/parambirs", - "githubUsername": "parambirs" - }, - { - "name": "Sebastian Silbermann", - "url": "https://github.com/eps1lon", - "githubUsername": "eps1lon" - }, - { - "name": "Simon Schick", - "url": "https://github.com/SimonSchick", - "githubUsername": "SimonSchick" - }, - { - "name": "Thomas den Hollander", - "url": "https://github.com/ThomasdenH", - "githubUsername": "ThomasdenH" - }, - { - "name": "Wilco Bakker", - "url": "https://github.com/WilcoBakker", - "githubUsername": "WilcoBakker" - }, - { - "name": "wwwy3y3", - "url": "https://github.com/wwwy3y3", - "githubUsername": "wwwy3y3" - }, - { - "name": "Samuel Ainsworth", - "url": "https://github.com/samuela", - "githubUsername": "samuela" - }, - { - "name": "Kyle Uehlein", - "url": "https://github.com/kuehlein", - "githubUsername": "kuehlein" - }, - { - "name": "Jordi Oliveras Rovira", - "url": "https://github.com/j-oliveras", - "githubUsername": "j-oliveras" - }, - { - "name": "Thanik Bhongbhibhat", - "url": "https://github.com/bhongy", - "githubUsername": "bhongy" - }, - { - "name": "Marcin Kopacz", - "url": "https://github.com/chyzwar", - "githubUsername": "chyzwar" - }, - { - "name": "Trivikram Kamat", - "url": "https://github.com/trivikr", - "githubUsername": "trivikr" - }, - { - "name": "Minh Son Nguyen", - "url": "https://github.com/nguymin4", - "githubUsername": "nguymin4" - }, - { - "name": "Junxiao Shi", - "url": "https://github.com/yoursunny", - "githubUsername": "yoursunny" - }, - { - "name": "Ilia Baryshnikov", - "url": "https://github.com/qwelias", - "githubUsername": "qwelias" - }, - { - "name": "ExE Boss", - "url": "https://github.com/ExE-Boss", - "githubUsername": "ExE-Boss" - }, - { - "name": "Surasak Chaisurin", - "url": "https://github.com/Ryan-Willpower", - "githubUsername": "Ryan-Willpower" - }, - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - }, - { - "name": "Anna Henningsen", - "url": "https://github.com/addaleax", - "githubUsername": "addaleax" - }, - { - "name": "Jason Kwok", - "url": "https://github.com/JasonHK", - "githubUsername": "JasonHK" - }, - { - "name": "Victor Perin", - "url": "https://github.com/victorperin", - "githubUsername": "victorperin" - } - ], - "main": "", - "types": "index.d.ts", - "typesVersions": { - "<=3.4": { - "*": [ - "ts3.4/*" - ] - }, - "<=3.6": { - "*": [ - "ts3.6/*" - ] - } - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "c2b0b558a90b2111443786aacee9bd00dccbb5b39a303db22beb1f851fd91469", - "typeScriptVersion": "3.2" -} \ No newline at end of file diff --git a/frontend/node_modules/autoprefixer/package.json b/frontend/node_modules/autoprefixer/package.json deleted file mode 100644 index 8dca3a8..0000000 --- a/frontend/node_modules/autoprefixer/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "autoprefixer", - "version": "10.4.14", - "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "keywords": [ - "autoprefixer", - "css", - "prefix", - "postcss", - "postcss-plugin" - ], - "main": "lib/autoprefixer.js", - "bin": "bin/autoprefixer", - "types": "lib/autoprefixer.d.ts", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - ], - "author": "Andrey Sitnik ", - "license": "MIT", - "repository": "postcss/autoprefixer", - "bugs": { - "url": "https://github.com/postcss/autoprefixer/issues" - }, - "peerDependencies": { - "postcss": "^8.1.0" - }, - "dependencies": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - } -} diff --git a/frontend/node_modules/camelcase/package.json b/frontend/node_modules/camelcase/package.json deleted file mode 100644 index c433579..0000000 --- a/frontend/node_modules/camelcase/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "camelcase", - "version": "6.3.0", - "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", - "license": "MIT", - "repository": "sindresorhus/camelcase", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "camelcase", - "camel-case", - "camel", - "case", - "dash", - "hyphen", - "dot", - "underscore", - "separator", - "string", - "text", - "convert", - "pascalcase", - "pascal-case" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.11.0", - "xo": "^0.28.3" - } -} diff --git a/frontend/node_modules/colorette/package.json b/frontend/node_modules/colorette/package.json deleted file mode 100644 index aa0e729..0000000 --- a/frontend/node_modules/colorette/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "colorette", - "version": "1.4.0", - "type": "module", - "main": "index.cjs", - "module": "index.js", - "types": "index.d.ts", - "description": "Easily set the text color and style in the terminal.", - "repository": "jorgebucaran/colorette", - "license": "MIT", - "exports": { - "./package.json": "./package.json", - ".": { - "require": "./index.cjs", - "import": "./index.js" - } - }, - "files": [ - "*.*(c)[tj]s*" - ], - "author": "Jorge Bucaran", - "keywords": [ - "terminal", - "styles", - "color", - "ansi" - ], - "scripts": { - "test": "c8 twist tests/*.js", - "build": "node -e \"fs.writeFileSync('index.cjs', fs.readFileSync('index.js', 'utf8').replace(/export const /g, 'exports.').replace(/import \\* as ([^ ]+) from \\\"(.+)\\\"/, 'const \\$1 = require(\\\"\\$2\\\")'), 'utf8')\"", - "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags", - "release": "tag=$npm_package_version npm run deploy && npm publish --access public", - "prepare": "npm run build" - }, - "devDependencies": { - "c8": "*", - "twist": "*" - } -} diff --git a/frontend/node_modules/dotenv/package.json b/frontend/node_modules/dotenv/package.json deleted file mode 100644 index 012d789..0000000 --- a/frontend/node_modules/dotenv/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "dotenv", - "version": "16.3.1", - "description": "Loads environment variables from .env file", - "main": "lib/main.js", - "types": "lib/main.d.ts", - "exports": { - ".": { - "types": "./lib/main.d.ts", - "require": "./lib/main.js", - "default": "./lib/main.js" - }, - "./config": "./config.js", - "./config.js": "./config.js", - "./lib/env-options": "./lib/env-options.js", - "./lib/env-options.js": "./lib/env-options.js", - "./lib/cli-options": "./lib/cli-options.js", - "./lib/cli-options.js": "./lib/cli-options.js", - "./package.json": "./package.json" - }, - "scripts": { - "dts-check": "tsc --project tests/types/tsconfig.json", - "lint": "standard", - "lint-readme": "standard-markdown", - "pretest": "npm run lint && npm run dts-check", - "test": "tap tests/*.js --100 -Rspec", - "prerelease": "npm test", - "release": "standard-version" - }, - "repository": { - "type": "git", - "url": "git://github.com/motdotla/dotenv.git" - }, - "funding": "https://github.com/motdotla/dotenv?sponsor=1", - "keywords": [ - "dotenv", - "env", - ".env", - "environment", - "variables", - "config", - "settings" - ], - "readmeFilename": "README.md", - "license": "BSD-2-Clause", - "devDependencies": { - "@definitelytyped/dtslint": "^0.0.133", - "@types/node": "^18.11.3", - "decache": "^4.6.1", - "sinon": "^14.0.1", - "standard": "^17.0.0", - "standard-markdown": "^7.1.0", - "standard-version": "^9.5.0", - "tap": "^16.3.0", - "tar": "^6.1.11", - "typescript": "^4.8.4" - }, - "engines": { - "node": ">=12" - }, - "browser": { - "fs": false - } -} diff --git a/frontend/node_modules/eslint-visitor-keys/package.json b/frontend/node_modules/eslint-visitor-keys/package.json deleted file mode 100644 index 775706b..0000000 --- a/frontend/node_modules/eslint-visitor-keys/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "eslint-visitor-keys", - "version": "2.1.0", - "description": "Constants and utilities about visitor keys to traverse AST.", - "main": "lib/index.js", - "files": [ - "lib" - ], - "engines": { - "node": ">=10" - }, - "dependencies": {}, - "devDependencies": { - "eslint": "^4.7.2", - "eslint-config-eslint": "^4.0.0", - "eslint-release": "^1.0.0", - "mocha": "^3.5.3", - "nyc": "^11.2.1", - "opener": "^1.4.3" - }, - "scripts": { - "lint": "eslint lib tests/lib", - "test": "nyc mocha tests/lib", - "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - }, - "repository": "eslint/eslint-visitor-keys", - "keywords": [], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/eslint/eslint-visitor-keys/issues" - }, - "homepage": "https://github.com/eslint/eslint-visitor-keys#readme" -} diff --git a/frontend/node_modules/make-dir/node_modules/semver/package.json b/frontend/node_modules/make-dir/node_modules/semver/package.json deleted file mode 100644 index db035e9..0000000 --- a/frontend/node_modules/make-dir/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "5.7.2", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/frontend/node_modules/make-dir/package.json b/frontend/node_modules/make-dir/package.json deleted file mode 100644 index 1b51bf7..0000000 --- a/frontend/node_modules/make-dir/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "make-dir", - "version": "2.1.0", - "description": "Make a directory and its parents if needed - Think `mkdir -p`", - "license": "MIT", - "repository": "sindresorhus/make-dir", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && nyc ava && tsd-check" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "mkdir", - "mkdirp", - "make", - "directories", - "dir", - "dirs", - "folders", - "directory", - "folder", - "path", - "parent", - "parents", - "intermediate", - "recursively", - "recursive", - "create", - "fs", - "filesystem", - "file-system" - ], - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "devDependencies": { - "@types/graceful-fs": "^4.1.3", - "@types/node": "^11.10.4", - "ava": "^1.2.0", - "codecov": "^3.0.0", - "graceful-fs": "^4.1.11", - "nyc": "^13.1.0", - "path-type": "^3.0.0", - "tempy": "^0.2.1", - "tsd-check": "^0.3.0", - "xo": "^0.24.0" - } -} diff --git a/frontend/node_modules/postcss/package.json b/frontend/node_modules/postcss/package.json deleted file mode 100755 index d68db86..0000000 --- a/frontend/node_modules/postcss/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "postcss", - "version": "8.4.31", - "description": "Tool for transforming styles with JS plugins", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "exports": { - ".": { - "require": "./lib/postcss.js", - "import": "./lib/postcss.mjs" - }, - "./lib/at-rule": "./lib/at-rule.js", - "./lib/comment": "./lib/comment.js", - "./lib/container": "./lib/container.js", - "./lib/css-syntax-error": "./lib/css-syntax-error.js", - "./lib/declaration": "./lib/declaration.js", - "./lib/fromJSON": "./lib/fromJSON.js", - "./lib/input": "./lib/input.js", - "./lib/lazy-result": "./lib/lazy-result.js", - "./lib/no-work-result": "./lib/no-work-result.js", - "./lib/list": "./lib/list.js", - "./lib/map-generator": "./lib/map-generator.js", - "./lib/node": "./lib/node.js", - "./lib/parse": "./lib/parse.js", - "./lib/parser": "./lib/parser.js", - "./lib/postcss": "./lib/postcss.js", - "./lib/previous-map": "./lib/previous-map.js", - "./lib/processor": "./lib/processor.js", - "./lib/result": "./lib/result.js", - "./lib/root": "./lib/root.js", - "./lib/rule": "./lib/rule.js", - "./lib/stringifier": "./lib/stringifier.js", - "./lib/stringify": "./lib/stringify.js", - "./lib/symbols": "./lib/symbols.js", - "./lib/terminal-highlight": "./lib/terminal-highlight.js", - "./lib/tokenize": "./lib/tokenize.js", - "./lib/warn-once": "./lib/warn-once.js", - "./lib/warning": "./lib/warning.js", - "./package.json": "./package.json" - }, - "main": "./lib/postcss.js", - "types": "./lib/postcss.d.ts", - "keywords": [ - "css", - "postcss", - "rework", - "preprocessor", - "parser", - "source map", - "transform", - "manipulation", - "transpiler" - ], - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "author": "Andrey Sitnik ", - "license": "MIT", - "homepage": "https://postcss.org/", - "repository": "postcss/postcss", - "bugs": { - "url": "https://github.com/postcss/postcss/issues" - }, - "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "browser": { - "./lib/terminal-highlight": false, - "source-map-js": false, - "path": false, - "url": false, - "fs": false - } -} diff --git a/frontend/node_modules/slash/package.json b/frontend/node_modules/slash/package.json deleted file mode 100644 index 1e36007..0000000 --- a/frontend/node_modules/slash/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "slash", - "version": "2.0.0", - "description": "Convert Windows backslash paths to slash paths", - "license": "MIT", - "repository": "sindresorhus/slash", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "path", - "seperator", - "sep", - "slash", - "backslash", - "windows", - "win" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/frontend/node_modules/tslib/modules/package.json b/frontend/node_modules/tslib/modules/package.json deleted file mode 100644 index aafa0e4..0000000 --- a/frontend/node_modules/tslib/modules/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} \ No newline at end of file diff --git a/frontend/node_modules/tslib/package.json b/frontend/node_modules/tslib/package.json deleted file mode 100644 index b4aa34e..0000000 --- a/frontend/node_modules/tslib/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "tslib", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "2.6.1", - "license": "0BSD", - "description": "Runtime library for TypeScript helper functions", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript", - "tslib", - "runtime" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/tslib.git" - }, - "main": "tslib.js", - "module": "tslib.es6.js", - "jsnext:main": "tslib.es6.js", - "typings": "tslib.d.ts", - "sideEffects": false, - "exports": { - ".": { - "module": { - "types": "./tslib/modules/index.d.ts", - "default": "./tslib.es6.mjs" - }, - "import": { - "node": "./modules/index.js", - "default": { - "types": "./modules/index.d.ts", - "default": "./tslib.es6.mjs" - } - }, - "default": "./tslib.js" - }, - "./*": "./*", - "./": "./" - } -} diff --git a/frontend/node_modules/typescript/package.json b/frontend/node_modules/typescript/package.json deleted file mode 100644 index 34b5df1..0000000 --- a/frontend/node_modules/typescript/package.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "name": "typescript", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "5.1.6", - "license": "Apache-2.0", - "description": "TypeScript is a language for application scale JavaScript development", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/TypeScript.git" - }, - "main": "./lib/typescript.js", - "typings": "./lib/typescript.d.ts", - "bin": { - "tsc": "./bin/tsc", - "tsserver": "./bin/tsserver" - }, - "engines": { - "node": ">=14.17" - }, - "files": [ - "bin", - "lib", - "!lib/enu", - "LICENSE.txt", - "README.md", - "SECURITY.md", - "ThirdPartyNoticeText.txt", - "!**/.gitattributes" - ], - "devDependencies": { - "@esfx/canceltoken": "^1.0.0", - "@octokit/rest": "latest", - "@types/chai": "^4.3.4", - "@types/fs-extra": "^9.0.13", - "@types/glob": "^8.1.0", - "@types/microsoft__typescript-etw": "^0.1.1", - "@types/minimist": "^1.2.2", - "@types/mocha": "^10.0.1", - "@types/ms": "^0.7.31", - "@types/node": "latest", - "@types/source-map-support": "^0.5.6", - "@types/which": "^2.0.1", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", - "@typescript-eslint/utils": "^5.33.1", - "azure-devops-node-api": "^12.0.0", - "chai": "^4.3.7", - "chalk": "^4.1.2", - "chokidar": "^3.5.3", - "del": "^6.1.1", - "diff": "^5.1.0", - "esbuild": "^0.17.2", - "eslint": "^8.22.0", - "eslint-formatter-autolinkable-stylish": "^1.2.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-local": "^1.0.0", - "eslint-plugin-no-null": "^1.0.2", - "eslint-plugin-simple-import-sort": "^10.0.0", - "fast-xml-parser": "^4.0.11", - "fs-extra": "^9.1.0", - "glob": "^8.1.0", - "hereby": "^1.6.4", - "jsonc-parser": "^3.2.0", - "minimist": "^1.2.8", - "mocha": "^10.2.0", - "mocha-fivemat-progress-reporter": "^0.1.0", - "ms": "^2.1.3", - "node-fetch": "^3.2.10", - "source-map-support": "^0.5.21", - "tslib": "^2.5.0", - "typescript": "^5.0.2", - "which": "^2.0.2" - }, - "overrides": { - "typescript@*": "$typescript" - }, - "scripts": { - "test": "hereby runtests-parallel --light=false", - "test:eslint-rules": "hereby run-eslint-rules-tests", - "build": "npm run build:compiler && npm run build:tests", - "build:compiler": "hereby local", - "build:tests": "hereby tests", - "build:tests:notypecheck": "hereby tests --no-typecheck", - "start": "node lib/tsc", - "clean": "hereby clean", - "gulp": "hereby", - "lint": "hereby lint", - "setup-hooks": "node scripts/link-hooks.mjs" - }, - "browser": { - "fs": false, - "os": false, - "path": false, - "crypto": false, - "buffer": false, - "@microsoft/typescript-etw": false, - "source-map-support": false, - "inspector": false - }, - "packageManager": "npm@8.19.4", - "volta": { - "node": "20.1.0", - "npm": "8.19.4" - } -} diff --git a/frontend/node_modules/webpack/package.json b/frontend/node_modules/webpack/package.json deleted file mode 100644 index 10b9bc5..0000000 --- a/frontend/node_modules/webpack/package.json +++ /dev/null @@ -1,246 +0,0 @@ -{ - "name": "webpack", - "version": "5.88.2", - "author": "Tobias Koppers @sokra", - "description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.", - "license": "MIT", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.0", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.7", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - }, - "devDependencies": { - "@babel/core": "^7.21.4", - "@babel/preset-react": "^7.18.6", - "@types/jest": "^29.5.0", - "@types/mime-types": "^2.1.1", - "@types/node": "^20.1.7", - "assemblyscript": "^0.27.2", - "babel-loader": "^8.1.0", - "benchmark": "^2.1.4", - "bundle-loader": "^0.5.6", - "coffee-loader": "^1.0.0", - "coffeescript": "^2.5.1", - "core-js": "^3.6.5", - "coveralls": "^3.1.0", - "cspell": "^6.31.1", - "css-loader": "^5.0.1", - "date-fns": "^2.15.0", - "es5-ext": "^0.10.53", - "es6-promise-polyfill": "^1.2.0", - "eslint": "^8.38.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-jsdoc": "^43.0.5", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-prettier": "^4.2.1", - "file-loader": "^6.0.0", - "fork-ts-checker-webpack-plugin": "^8.0.0", - "hash-wasm": "^4.9.0", - "husky": "^8.0.3", - "is-ci": "^3.0.0", - "istanbul": "^0.4.5", - "jest": "^29.5.0", - "jest-circus": "^29.5.0", - "jest-cli": "^29.5.0", - "jest-diff": "^29.5.0", - "jest-environment-node": "^29.5.0", - "jest-junit": "^16.0.0", - "json-loader": "^0.5.7", - "json5": "^2.1.3", - "less": "^4.0.0", - "less-loader": "^8.0.0", - "lint-staged": "^13.2.1", - "lodash": "^4.17.19", - "lodash-es": "^4.17.15", - "memfs": "^3.5.0", - "mini-css-extract-plugin": "^1.6.1", - "mini-svg-data-uri": "^1.2.3", - "nyc": "^15.1.0", - "open-cli": "^7.2.0", - "prettier": "^2.7.1", - "pretty-format": "^29.5.0", - "pug": "^3.0.0", - "pug-loader": "^2.4.0", - "raw-loader": "^4.0.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "rimraf": "^3.0.2", - "script-loader": "^0.7.2", - "simple-git": "^3.17.0", - "strip-ansi": "^6.0.0", - "style-loader": "^2.0.0", - "terser": "^5.17.0", - "toml": "^3.0.0", - "tooling": "webpack/tooling#v1.23.0", - "ts-loader": "^9.4.2", - "typescript": "^5.0.4", - "url-loader": "^4.1.0", - "wast-loader": "^1.11.5", - "webassembly-feature": "1.3.0", - "webpack-cli": "^5.0.1", - "xxhashjs": "^0.2.2", - "yamljs": "^0.3.0", - "yarn-deduplicate": "^6.0.1" - }, - "engines": { - "node": ">=10.13.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/webpack/webpack.git" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "homepage": "https://github.com/webpack/webpack", - "bugs": "https://github.com/webpack/webpack/issues", - "main": "lib/index.js", - "bin": { - "webpack": "bin/webpack.js" - }, - "types": "types.d.ts", - "files": [ - "lib/", - "bin/", - "hot/", - "schemas/", - "SECURITY.md", - "module.d.ts", - "types.d.ts" - ], - "scripts": { - "setup": "node ./setup/setup.js", - "jest": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage", - "test": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage", - "test:update-snapshots": "yarn jest -u", - "test:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,longtest,test}.js\"", - "test:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.basictest.js\"", - "test:unit": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"/test/*.unittest.js\"", - "build:examples": "cd examples && node buildAll.js", - "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html", - "pretest": "yarn lint", - "prelint": "yarn setup", - "lint": "yarn code-lint && yarn special-lint && yarn type-lint && yarn typings-test && yarn module-typings-test && yarn yarn-lint && yarn pretty-lint && yarn spellcheck", - "code-lint": "eslint --cache .", - "type-lint": "tsc", - "typings-test": "tsc -p tsconfig.types.test.json", - "module-typings-test": "tsc -p tsconfig.module.test.json", - "spellcheck": "cspell --no-progress \"**\"", - "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node tooling/generate-wasm-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals", - "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node tooling/generate-wasm-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write", - "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix", - "prepare": "husky install", - "pretty-lint-base": "prettier --cache .", - "pretty-lint-fix": "yarn pretty-lint-base --loglevel warn --write", - "pretty-lint": "yarn pretty-lint-base --check", - "yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock", - "yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock", - "benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"/test/*.benchmark.js\" --runInBand", - "cover": "yarn cover:all && yarn cover:report", - "cover:clean": "rimraf .nyc_output coverage", - "cover:all": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --coverage", - "cover:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.basictest.js\" --coverage", - "cover:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,longtest,test}.js\" --coverage", - "cover:integration:a": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,test}.js\" --coverage", - "cover:integration:b": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.longtest.js\" --coverage", - "cover:unit": "node --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --testMatch \"/test/*.unittest.js\" --coverage", - "cover:types": "node node_modules/tooling/type-coverage", - "cover:merge": "yarn mkdirp .nyc_output && nyc merge .nyc_output coverage/coverage-nyc.json && rimraf .nyc_output", - "cover:report": "nyc report --reporter=lcov --reporter=text -t coverage" - }, - "lint-staged": { - "*.{js,cjs,mjs}": [ - "eslint --cache --fix" - ], - "*": [ - "prettier --cache --ignore-unknown" - ], - "*.md|{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}": [ - "cspell" - ] - }, - "jest": { - "forceExit": true, - "setupFilesAfterEnv": [ - "/test/setupTestFramework.js" - ], - "testMatch": [ - "/test/*.test.js", - "/test/*.basictest.js", - "/test/*.longtest.js", - "/test/*.unittest.js" - ], - "watchPathIgnorePatterns": [ - "/.git", - "/node_modules", - "/test/js", - "/test/browsertest/js", - "/test/fixtures/temp-cache-fixture", - "/test/fixtures/temp-", - "/benchmark", - "/assembly", - "/tooling", - "/examples/*/dist", - "/coverage", - "/.eslintcache" - ], - "modulePathIgnorePatterns": [ - "/.git", - "/node_modules/webpack/node_modules", - "/test/js", - "/test/browsertest/js", - "/test/fixtures/temp-cache-fixture", - "/test/fixtures/temp-", - "/benchmark", - "/examples/*/dist", - "/coverage", - "/.eslintcache" - ], - "transformIgnorePatterns": [ - "" - ], - "coverageDirectory": "/coverage", - "coveragePathIgnorePatterns": [ - "\\.runtime\\.js$", - "/test", - "/schemas", - "/node_modules" - ], - "testEnvironment": "./test/patch-node-env.js", - "coverageReporters": [ - "json" - ], - "snapshotFormat": { - "escapeString": true, - "printBasicPrototype": true - } - } -} diff --git a/node_modules/@aashutoshrathi/word-wrap/package.json b/node_modules/@aashutoshrathi/word-wrap/package.json deleted file mode 100644 index e33e077..0000000 --- a/node_modules/@aashutoshrathi/word-wrap/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "@aashutoshrathi/word-wrap", - "description": "Wrap words to a specified length.", - "version": "1.2.6", - "homepage": "https://github.com/aashutoshrathi/word-wrap", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Aashutosh Rathi ", - "Danilo Sampaio (localhost:8080)", - "Fede Ramirez (https://2fd.github.io)", - "Joe Hildebrand (https://twitter.com/hildjj)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Todd Kennedy (https://tck.io)", - "Waldemar Reusch (https://github.com/lordvlad)", - "Wolfgang Faust (http://www.linestarve.com)", - "Zach Hale (http://zachhale.com)" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/aashutoshrathi/word-wrap.git" - }, - "bugs": { - "url": "https://github.com/aashutoshrathi/word-wrap/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "index.d.ts" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "gulp-format-md": "^0.1.11", - "mocha": "^10.2.0" - }, - "keywords": [ - "break", - "carriage", - "line", - "new-line", - "newline", - "return", - "soft", - "text", - "word", - "word-wrap", - "words", - "wrap" - ], - "typings": "index.d.ts", - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "common-words", - "shuffle-words", - "unique-words", - "wordcount" - ] - }, - "reflinks": [ - "verb", - "verb-generate-readme" - ] - } -} diff --git a/node_modules/@ampproject/remapping/package.json b/node_modules/@ampproject/remapping/package.json deleted file mode 100644 index bf3dad2..0000000 --- a/node_modules/@ampproject/remapping/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "@ampproject/remapping", - "version": "2.2.1", - "description": "Remap sequential sourcemaps through transformations to point at the original source code", - "keywords": [ - "source", - "map", - "remap" - ], - "main": "dist/remapping.umd.js", - "module": "dist/remapping.mjs", - "types": "dist/types/remapping.d.ts", - "exports": { - ".": [ - { - "types": "./dist/types/remapping.d.ts", - "browser": "./dist/remapping.umd.js", - "require": "./dist/remapping.umd.js", - "import": "./dist/remapping.mjs" - }, - "./dist/remapping.umd.js" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist" - ], - "author": "Justin Ridgewell ", - "repository": { - "type": "git", - "url": "git+https://github.com/ampproject/remapping.git" - }, - "license": "Apache-2.0", - "engines": { - "node": ">=6.0.0" - }, - "scripts": { - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "prebuild": "rm -rf dist", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build", - "test": "run-s -n test:lint test:only", - "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "jest --coverage", - "test:watch": "jest --coverage --watch" - }, - "devDependencies": { - "@rollup/plugin-typescript": "8.3.2", - "@types/jest": "27.4.1", - "@typescript-eslint/eslint-plugin": "5.20.0", - "@typescript-eslint/parser": "5.20.0", - "eslint": "8.14.0", - "eslint-config-prettier": "8.5.0", - "jest": "27.5.1", - "jest-config": "27.5.1", - "npm-run-all": "4.1.5", - "prettier": "2.6.2", - "rollup": "2.70.2", - "ts-jest": "27.1.4", - "tslib": "2.4.0", - "typescript": "4.6.3" - }, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } -} diff --git a/node_modules/@angular-devkit/architect/package.json b/node_modules/@angular-devkit/architect/package.json deleted file mode 100755 index 32d2c7b..0000000 --- a/node_modules/@angular-devkit/architect/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@angular-devkit/architect", - "version": "0.1602.13", - "description": "Angular Build Facade", - "experimental": true, - "main": "src/index.js", - "typings": "src/index.d.ts", - "dependencies": { - "@angular-devkit/core": "16.2.13", - "rxjs": "7.8.1" - }, - "builders": "./builders/builders.json", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "devkit", - "sdk" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@angular-devkit/build-webpack/package.json b/node_modules/@angular-devkit/build-webpack/package.json deleted file mode 100755 index a70a7ef..0000000 --- a/node_modules/@angular-devkit/build-webpack/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@angular-devkit/build-webpack", - "version": "0.1602.13", - "description": "Webpack Builder for Architect", - "experimental": true, - "main": "src/index.js", - "typings": "src/index.d.ts", - "builders": "builders.json", - "dependencies": { - "@angular-devkit/architect": "0.1602.13", - "rxjs": "7.8.1" - }, - "peerDependencies": { - "webpack": "^5.30.0", - "webpack-dev-server": "^4.0.0" - }, - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "devkit", - "sdk" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@angular-devkit/core/package.json b/node_modules/@angular-devkit/core/package.json deleted file mode 100755 index b7ca1c3..0000000 --- a/node_modules/@angular-devkit/core/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "@angular-devkit/core", - "version": "16.2.13", - "description": "Angular DevKit - Core Utility Library", - "main": "src/index.js", - "typings": "src/index.d.ts", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "core", - "devkit", - "sdk" - ], - "exports": { - ".": { - "types": "./src/index.d.ts", - "default": "./src/index.js" - }, - "./node": { - "types": "./node/index.d.ts", - "default": "./node/index.js" - }, - "./node/testing": { - "types": "./node/testing/index.d.ts", - "default": "./node/testing/index.js" - }, - "./package.json": "./package.json", - "./*": "./*.js", - "./*.js": "./*.js" - }, - "dependencies": { - "ajv-formats": "2.1.1", - "ajv": "8.12.0", - "jsonc-parser": "3.2.0", - "picomatch": "2.3.1", - "rxjs": "7.8.1", - "source-map": "0.7.4" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@angular-devkit/schematics/package.json b/node_modules/@angular-devkit/schematics/package.json deleted file mode 100755 index 550976f..0000000 --- a/node_modules/@angular-devkit/schematics/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@angular-devkit/schematics", - "version": "16.2.13", - "description": "Angular Schematics - Library", - "main": "src/index.js", - "typings": "src/index.d.ts", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "blueprints", - "code generation", - "devkit", - "scaffolding", - "schematics", - "sdk", - "template", - "tooling" - ], - "dependencies": { - "@angular-devkit/core": "16.2.13", - "jsonc-parser": "3.2.0", - "magic-string": "0.30.1", - "ora": "5.4.1", - "rxjs": "7.8.1" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@angular-devkit/schematics/tasks/package.json b/node_modules/@angular-devkit/schematics/tasks/package.json deleted file mode 100755 index 075ac40..0000000 --- a/node_modules/@angular-devkit/schematics/tasks/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/schematics/tasks", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@angular-devkit/schematics/testing/package.json b/node_modules/@angular-devkit/schematics/testing/package.json deleted file mode 100755 index 05a2482..0000000 --- a/node_modules/@angular-devkit/schematics/testing/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/schematics/testing", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@angular-devkit/schematics/tools/package.json b/node_modules/@angular-devkit/schematics/tools/package.json deleted file mode 100755 index e82f12c..0000000 --- a/node_modules/@angular-devkit/schematics/tools/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/schematics/tools", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@angular/animations/package.json b/node_modules/@angular/animations/package.json deleted file mode 100755 index 3fdee2c..0000000 --- a/node_modules/@angular/animations/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "@angular/animations", - "version": "16.2.12", - "description": "Angular - animations integration with web-animations", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/animations" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": false, - "module": "./fesm2022/animations.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/animations.mjs", - "esm": "./esm2022/animations.mjs", - "default": "./fesm2022/animations.mjs" - }, - "./browser": { - "types": "./browser/index.d.ts", - "esm2022": "./esm2022/browser/browser.mjs", - "esm": "./esm2022/browser/browser.mjs", - "default": "./fesm2022/browser.mjs" - }, - "./browser/testing": { - "types": "./browser/testing/index.d.ts", - "esm2022": "./esm2022/browser/testing/testing.mjs", - "esm": "./esm2022/browser/testing/testing.mjs", - "default": "./fesm2022/browser/testing.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@angular/cdk/package.json b/node_modules/@angular/cdk/package.json deleted file mode 100755 index a447f2c..0000000 --- a/node_modules/@angular/cdk/package.json +++ /dev/null @@ -1,223 +0,0 @@ -{ - "name": "@angular/cdk", - "version": "16.2.14", - "description": "Angular Material Component Development Kit", - "repository": { - "type": "git", - "url": "https://github.com/angular/components.git" - }, - "keywords": [ - "angular", - "cdk", - "component", - "development", - "kit" - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/components/issues" - }, - "homepage": "https://github.com/angular/components#readme", - "exports": { - ".": { - "sass": "./_index.scss", - "types": "./index.d.ts", - "esm2022": "./esm2022/index.mjs", - "esm": "./esm2022/index.mjs", - "default": "./fesm2022/cdk.mjs" - }, - "./a11y-prebuilt.css": { - "style": "./a11y-prebuilt.css" - }, - "./a11y-prebuilt": { - "style": "./a11y-prebuilt.css" - }, - "./overlay-prebuilt.css": { - "style": "./overlay-prebuilt.css" - }, - "./overlay-prebuilt": { - "style": "./overlay-prebuilt.css" - }, - "./text-field-prebuilt.css": { - "style": "./text-field-prebuilt.css" - }, - "./text-field-prebuilt": { - "style": "./text-field-prebuilt.css" - }, - "./schematics": { - "default": "./schematics/index.js" - }, - "./package.json": { - "default": "./package.json" - }, - "./a11y": { - "types": "./a11y/index.d.ts", - "esm2022": "./esm2022/a11y/a11y_public_index.mjs", - "esm": "./esm2022/a11y/a11y_public_index.mjs", - "default": "./fesm2022/a11y.mjs" - }, - "./accordion": { - "types": "./accordion/index.d.ts", - "esm2022": "./esm2022/accordion/accordion_public_index.mjs", - "esm": "./esm2022/accordion/accordion_public_index.mjs", - "default": "./fesm2022/accordion.mjs" - }, - "./bidi": { - "types": "./bidi/index.d.ts", - "esm2022": "./esm2022/bidi/bidi_public_index.mjs", - "esm": "./esm2022/bidi/bidi_public_index.mjs", - "default": "./fesm2022/bidi.mjs" - }, - "./clipboard": { - "types": "./clipboard/index.d.ts", - "esm2022": "./esm2022/clipboard/clipboard_public_index.mjs", - "esm": "./esm2022/clipboard/clipboard_public_index.mjs", - "default": "./fesm2022/clipboard.mjs" - }, - "./coercion": { - "types": "./coercion/index.d.ts", - "esm2022": "./esm2022/coercion/index.mjs", - "esm": "./esm2022/coercion/index.mjs", - "default": "./fesm2022/coercion.mjs" - }, - "./collections": { - "types": "./collections/index.d.ts", - "esm2022": "./esm2022/collections/collections_public_index.mjs", - "esm": "./esm2022/collections/collections_public_index.mjs", - "default": "./fesm2022/collections.mjs" - }, - "./dialog": { - "types": "./dialog/index.d.ts", - "esm2022": "./esm2022/dialog/dialog_public_index.mjs", - "esm": "./esm2022/dialog/dialog_public_index.mjs", - "default": "./fesm2022/dialog.mjs" - }, - "./drag-drop": { - "types": "./drag-drop/index.d.ts", - "esm2022": "./esm2022/drag-drop/drag-drop_public_index.mjs", - "esm": "./esm2022/drag-drop/drag-drop_public_index.mjs", - "default": "./fesm2022/drag-drop.mjs" - }, - "./keycodes": { - "types": "./keycodes/index.d.ts", - "esm2022": "./esm2022/keycodes/keycodes_public_index.mjs", - "esm": "./esm2022/keycodes/keycodes_public_index.mjs", - "default": "./fesm2022/keycodes.mjs" - }, - "./layout": { - "types": "./layout/index.d.ts", - "esm2022": "./esm2022/layout/layout_public_index.mjs", - "esm": "./esm2022/layout/layout_public_index.mjs", - "default": "./fesm2022/layout.mjs" - }, - "./listbox": { - "types": "./listbox/index.d.ts", - "esm2022": "./esm2022/listbox/listbox_public_index.mjs", - "esm": "./esm2022/listbox/listbox_public_index.mjs", - "default": "./fesm2022/listbox.mjs" - }, - "./menu": { - "types": "./menu/index.d.ts", - "esm2022": "./esm2022/menu/menu_public_index.mjs", - "esm": "./esm2022/menu/menu_public_index.mjs", - "default": "./fesm2022/menu.mjs" - }, - "./observers": { - "types": "./observers/index.d.ts", - "esm2022": "./esm2022/observers/observers_public_index.mjs", - "esm": "./esm2022/observers/observers_public_index.mjs", - "default": "./fesm2022/observers.mjs" - }, - "./observers/private": { - "types": "./observers/private/index.d.ts", - "esm2022": "./esm2022/observers/private/private_public_index.mjs", - "esm": "./esm2022/observers/private/private_public_index.mjs", - "default": "./fesm2022/observers/private.mjs" - }, - "./overlay": { - "types": "./overlay/index.d.ts", - "esm2022": "./esm2022/overlay/overlay_public_index.mjs", - "esm": "./esm2022/overlay/overlay_public_index.mjs", - "default": "./fesm2022/overlay.mjs" - }, - "./platform": { - "types": "./platform/index.d.ts", - "esm2022": "./esm2022/platform/platform_public_index.mjs", - "esm": "./esm2022/platform/platform_public_index.mjs", - "default": "./fesm2022/platform.mjs" - }, - "./portal": { - "types": "./portal/index.d.ts", - "esm2022": "./esm2022/portal/portal_public_index.mjs", - "esm": "./esm2022/portal/portal_public_index.mjs", - "default": "./fesm2022/portal.mjs" - }, - "./scrolling": { - "types": "./scrolling/index.d.ts", - "esm2022": "./esm2022/scrolling/scrolling_public_index.mjs", - "esm": "./esm2022/scrolling/scrolling_public_index.mjs", - "default": "./fesm2022/scrolling.mjs" - }, - "./stepper": { - "types": "./stepper/index.d.ts", - "esm2022": "./esm2022/stepper/stepper_public_index.mjs", - "esm": "./esm2022/stepper/stepper_public_index.mjs", - "default": "./fesm2022/stepper.mjs" - }, - "./table": { - "types": "./table/index.d.ts", - "esm2022": "./esm2022/table/table_public_index.mjs", - "esm": "./esm2022/table/table_public_index.mjs", - "default": "./fesm2022/table.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/index.mjs", - "esm": "./esm2022/testing/index.mjs", - "default": "./fesm2022/testing.mjs" - }, - "./testing/selenium-webdriver": { - "types": "./testing/selenium-webdriver/index.d.ts", - "esm2022": "./esm2022/testing/selenium-webdriver/index.mjs", - "esm": "./esm2022/testing/selenium-webdriver/index.mjs", - "default": "./fesm2022/testing/selenium-webdriver.mjs" - }, - "./testing/testbed": { - "types": "./testing/testbed/index.d.ts", - "esm2022": "./esm2022/testing/testbed/index.mjs", - "esm": "./esm2022/testing/testbed/index.mjs", - "default": "./fesm2022/testing/testbed.mjs" - }, - "./text-field": { - "types": "./text-field/index.d.ts", - "esm2022": "./esm2022/text-field/text-field_public_index.mjs", - "esm": "./esm2022/text-field/text-field_public_index.mjs", - "default": "./fesm2022/text-field.mjs" - }, - "./tree": { - "types": "./tree/index.d.ts", - "esm2022": "./esm2022/tree/tree_public_index.mjs", - "esm": "./esm2022/tree/tree_public_index.mjs", - "default": "./fesm2022/tree.mjs" - } - }, - "peerDependencies": { - "@angular/core": "^16.0.0 || ^17.0.0", - "@angular/common": "^16.0.0 || ^17.0.0", - "rxjs": "^6.5.3 || ^7.4.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "optionalDependencies": { - "parse5": "^7.1.2" - }, - "schematics": "./schematics/collection.json", - "ng-update": { - "migrations": "./schematics/migration.json" - }, - "sideEffects": false, - "module": "./fesm2022/cdk.mjs", - "typings": "./index.d.ts", - "type": "module" -} \ No newline at end of file diff --git a/node_modules/@angular/cdk/schematics/package.json b/node_modules/@angular/cdk/schematics/package.json deleted file mode 100755 index 5bbefff..0000000 --- a/node_modules/@angular/cdk/schematics/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/@angular/cli/bin/package.json b/node_modules/@angular/cli/bin/package.json deleted file mode 100755 index 5bbefff..0000000 --- a/node_modules/@angular/cli/bin/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/@angular/cli/node_modules/@schematics/angular/package.json b/node_modules/@angular/cli/node_modules/@schematics/angular/package.json deleted file mode 100755 index eddf815..0000000 --- a/node_modules/@angular/cli/node_modules/@schematics/angular/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@schematics/angular", - "version": "16.2.13", - "description": "Schematics specific to Angular", - "homepage": "https://github.com/angular/angular-cli", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "blueprints", - "code generation", - "devkit", - "schematics", - "sdk" - ], - "exports": { - "./package.json": "./package.json", - "./utility": "./utility/index.js", - "./utility/*": "./utility/*.js", - "./migrations/migration-collection.json": "./migrations/migration-collection.json", - "./*": "./*.js", - "./private/components": "./private/components.js" - }, - "schematics": "./collection.json", - "dependencies": { - "@angular-devkit/core": "16.2.13", - "@angular-devkit/schematics": "16.2.13", - "jsonc-parser": "3.2.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - } -} diff --git a/node_modules/@angular/cli/node_modules/@schematics/angular/utility/latest-versions/package.json b/node_modules/@angular/cli/node_modules/@schematics/angular/utility/latest-versions/package.json deleted file mode 100755 index 603fca9..0000000 --- a/node_modules/@angular/cli/node_modules/@schematics/angular/utility/latest-versions/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "description": "Package versions used by schematics in @schematics/angular.", - "comment": "This file is needed so that dependencies are synced by Renovate.", - "private": true, - "dependencies": { - "@types/jasmine": "~4.3.0", - "@types/node": "^16.11.7", - "jasmine-core": "~4.6.0", - "jasmine-spec-reporter": "~7.0.0", - "karma-chrome-launcher": "~3.2.0", - "karma-coverage": "~2.2.0", - "karma-jasmine-html-reporter": "~2.1.0", - "karma-jasmine": "~5.1.0", - "karma": "~6.4.0", - "ng-packagr": "^16.2.0", - "protractor": "~7.0.0", - "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "ts-node": "~10.9.0", - "typescript": "~5.1.3", - "zone.js": "~0.13.0" - } -} diff --git a/node_modules/@angular/cli/package.json b/node_modules/@angular/cli/package.json deleted file mode 100755 index a30096d..0000000 --- a/node_modules/@angular/cli/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "@angular/cli", - "version": "16.2.13", - "description": "CLI tool for Angular", - "main": "lib/cli/index.js", - "bin": { - "ng": "./bin/ng.js" - }, - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "angular-cli", - "devkit", - "sdk" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli", - "dependencies": { - "@angular-devkit/architect": "0.1602.13", - "@angular-devkit/core": "16.2.13", - "@angular-devkit/schematics": "16.2.13", - "@schematics/angular": "16.2.13", - "@yarnpkg/lockfile": "1.1.0", - "ansi-colors": "4.1.3", - "ini": "4.1.1", - "inquirer": "8.2.4", - "jsonc-parser": "3.2.0", - "npm-package-arg": "10.1.0", - "npm-pick-manifest": "8.0.1", - "open": "8.4.2", - "ora": "5.4.1", - "pacote": "15.2.0", - "resolve": "1.22.2", - "semver": "7.5.4", - "symbol-observable": "4.0.0", - "yargs": "17.7.2" - }, - "ng-update": { - "migrations": "@schematics/angular/migrations/migration-collection.json", - "packageGroup": { - "@angular/cli": "16.2.13", - "@angular-devkit/architect": "0.1602.13", - "@angular-devkit/build-angular": "16.2.13", - "@angular-devkit/build-webpack": "0.1602.13", - "@angular-devkit/core": "16.2.13", - "@angular-devkit/schematics": "16.2.13" - } - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } -} diff --git a/node_modules/@angular/common/package.json b/node_modules/@angular/common/package.json deleted file mode 100755 index 70c8987..0000000 --- a/node_modules/@angular/common/package.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "name": "@angular/common", - "version": "16.2.12", - "description": "Angular - commonly needed directives and services", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "locales": "locales", - "dependencies": { - "tslib": "^2.3.0" - }, - "exports": { - "./locales/global/*": { - "default": "./locales/global/*.js" - }, - "./locales/*": { - "default": "./locales/*.mjs" - }, - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/common.mjs", - "esm": "./esm2022/common.mjs", - "default": "./fesm2022/common.mjs" - }, - "./http": { - "types": "./http/index.d.ts", - "esm2022": "./esm2022/http/http.mjs", - "esm": "./esm2022/http/http.mjs", - "default": "./fesm2022/http.mjs" - }, - "./http/testing": { - "types": "./http/testing/index.d.ts", - "esm2022": "./esm2022/http/testing/testing.mjs", - "esm": "./esm2022/http/testing/testing.mjs", - "default": "./fesm2022/http/testing.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/testing.mjs", - "esm": "./esm2022/testing/testing.mjs", - "default": "./fesm2022/testing.mjs" - }, - "./upgrade": { - "types": "./upgrade/index.d.ts", - "esm2022": "./esm2022/upgrade/upgrade.mjs", - "esm": "./esm2022/upgrade/upgrade.mjs", - "default": "./fesm2022/upgrade.mjs" - } - }, - "peerDependencies": { - "@angular/core": "16.2.12", - "rxjs": "^6.5.3 || ^7.4.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/common" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": [ - "**/global/*.js", - "**/closure-locale.*" - ], - "module": "./fesm2022/common.mjs", - "typings": "./index.d.ts", - "type": "module" -} \ No newline at end of file diff --git a/node_modules/@angular/compiler/package.json b/node_modules/@angular/compiler/package.json deleted file mode 100755 index b603509..0000000 --- a/node_modules/@angular/compiler/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "@angular/compiler", - "version": "16.2.12", - "description": "Angular - the compiler library", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/compiler" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": true, - "module": "./fesm2022/compiler.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/index.mjs", - "esm": "./esm2022/index.mjs", - "default": "./fesm2022/compiler.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/testing.mjs", - "esm": "./esm2022/testing/testing.mjs", - "default": "./fesm2022/testing.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@angular/core/package.json b/node_modules/@angular/core/package.json deleted file mode 100755 index 6ac9188..0000000 --- a/node_modules/@angular/core/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "@angular/core", - "version": "16.2.12", - "description": "Angular - the core framework", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "exports": { - "./schematics/*": { - "default": "./schematics/*.js" - }, - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/core.mjs", - "esm": "./esm2022/core.mjs", - "default": "./fesm2022/core.mjs" - }, - "./rxjs-interop": { - "types": "./rxjs-interop/index.d.ts", - "esm2022": "./esm2022/rxjs-interop/rxjs-interop.mjs", - "esm": "./esm2022/rxjs-interop/rxjs-interop.mjs", - "default": "./fesm2022/rxjs-interop.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/testing.mjs", - "esm": "./esm2022/testing/testing.mjs", - "default": "./fesm2022/testing.mjs" - } - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.13.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/core" - }, - "ng-update": { - "migrations": "./schematics/migrations.json", - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "schematics": "./schematics/collection.json", - "sideEffects": false, - "module": "./fesm2022/core.mjs", - "typings": "./index.d.ts", - "type": "module" -} \ No newline at end of file diff --git a/node_modules/@angular/core/schematics/package.json b/node_modules/@angular/core/schematics/package.json deleted file mode 100755 index 5bbefff..0000000 --- a/node_modules/@angular/core/schematics/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/@angular/forms/package.json b/node_modules/@angular/forms/package.json deleted file mode 100755 index 0423753..0000000 --- a/node_modules/@angular/forms/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "@angular/forms", - "version": "16.2.12", - "description": "Angular - directives and services for creating forms", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12", - "@angular/common": "16.2.12", - "@angular/platform-browser": "16.2.12", - "rxjs": "^6.5.3 || ^7.4.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/forms" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": false, - "module": "./fesm2022/forms.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/forms.mjs", - "esm": "./esm2022/forms.mjs", - "default": "./fesm2022/forms.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@angular/platform-browser-dynamic/package.json b/node_modules/@angular/platform-browser-dynamic/package.json deleted file mode 100755 index d7abf63..0000000 --- a/node_modules/@angular/platform-browser-dynamic/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "@angular/platform-browser-dynamic", - "version": "16.2.12", - "description": "Angular - library for using Angular in a web browser with JIT compilation", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12", - "@angular/common": "16.2.12", - "@angular/compiler": "16.2.12", - "@angular/platform-browser": "16.2.12" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/platform-browser-dynamic" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": false, - "module": "./fesm2022/platform-browser-dynamic.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/platform-browser-dynamic.mjs", - "esm": "./esm2022/platform-browser-dynamic.mjs", - "default": "./fesm2022/platform-browser-dynamic.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/testing.mjs", - "esm": "./esm2022/testing/testing.mjs", - "default": "./fesm2022/testing.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@angular/platform-browser/package.json b/node_modules/@angular/platform-browser/package.json deleted file mode 100755 index 8473718..0000000 --- a/node_modules/@angular/platform-browser/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "@angular/platform-browser", - "version": "16.2.12", - "description": "Angular - library for using Angular in a web browser", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/animations": "16.2.12", - "@angular/core": "16.2.12", - "@angular/common": "16.2.12" - }, - "peerDependenciesMeta": { - "@angular/animations": { - "optional": true - } - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/platform-browser" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": false, - "module": "./fesm2022/platform-browser.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/platform-browser.mjs", - "esm": "./esm2022/platform-browser.mjs", - "default": "./fesm2022/platform-browser.mjs" - }, - "./animations": { - "types": "./animations/index.d.ts", - "esm2022": "./esm2022/animations/animations.mjs", - "esm": "./esm2022/animations/animations.mjs", - "default": "./fesm2022/animations.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/testing.mjs", - "esm": "./esm2022/testing/testing.mjs", - "default": "./fesm2022/testing.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@angular/router/package.json b/node_modules/@angular/router/package.json deleted file mode 100755 index 1f9f44e..0000000 --- a/node_modules/@angular/router/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "@angular/router", - "version": "16.2.12", - "description": "Angular - the routing library", - "keywords": [ - "angular", - "router" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/angular/angular.git", - "directory": "packages/router" - }, - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "bugs": { - "url": "https://github.com/angular/angular/issues" - }, - "homepage": "https://github.com/angular/angular/tree/main/packages/router", - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12", - "@angular/common": "16.2.12", - "@angular/platform-browser": "16.2.12", - "rxjs": "^6.5.3 || ^7.4.0" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": false, - "module": "./fesm2022/router.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/router.mjs", - "esm": "./esm2022/router.mjs", - "default": "./fesm2022/router.mjs" - }, - "./testing": { - "types": "./testing/index.d.ts", - "esm2022": "./esm2022/testing/testing.mjs", - "esm": "./esm2022/testing/testing.mjs", - "default": "./fesm2022/testing.mjs" - }, - "./upgrade": { - "types": "./upgrade/index.d.ts", - "esm2022": "./esm2022/upgrade/upgrade.mjs", - "esm": "./esm2022/upgrade/upgrade.mjs", - "default": "./fesm2022/upgrade.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@angular/upgrade/package.json b/node_modules/@angular/upgrade/package.json deleted file mode 100755 index e2b9f16..0000000 --- a/node_modules/@angular/upgrade/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "@angular/upgrade", - "version": "16.2.12", - "description": "Angular - the library for easing update from v1 to v2", - "author": "angular", - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12", - "@angular/compiler": "16.2.12", - "@angular/platform-browser": "16.2.12", - "@angular/platform-browser-dynamic": "16.2.12" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/upgrade" - }, - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - }, - "sideEffects": false, - "module": "./fesm2022/upgrade.mjs", - "typings": "./index.d.ts", - "type": "module", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/upgrade.mjs", - "esm": "./esm2022/upgrade.mjs", - "default": "./fesm2022/upgrade.mjs" - }, - "./static": { - "types": "./static/index.d.ts", - "esm2022": "./esm2022/static/static.mjs", - "esm": "./esm2022/static/static.mjs", - "default": "./fesm2022/static.mjs" - }, - "./static/testing": { - "types": "./static/testing/index.d.ts", - "esm2022": "./esm2022/static/testing/testing.mjs", - "esm": "./esm2022/static/testing/testing.mjs", - "default": "./fesm2022/static/testing.mjs" - } - } -} \ No newline at end of file diff --git a/node_modules/@assemblyscript/loader/package.json b/node_modules/@assemblyscript/loader/package.json deleted file mode 100644 index 0bc1fa2..0000000 --- a/node_modules/@assemblyscript/loader/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@assemblyscript/loader", - "description": "A convenient loader for AssemblyScript modules.", - "keywords": [ - "assemblyscript", - "loader", - "glue", - "interop", - "webassembly", - "wasm" - ], - "version": "0.10.1", - "author": "Daniel Wirtz ", - "license": "Apache-2.0", - "homepage": "https://assemblyscript.org", - "repository": { - "type": "git", - "url": "https://github.com/AssemblyScript/assemblyscript.git", - "directory": "lib/loader" - }, - "bugs": { - "url": "https://github.com/AssemblyScript/assemblyscript/issues" - }, - "main": "index.js", - "types": "index.d.ts", - "scripts": { - "asbuild": "npm run asbuild:default && npm run asbuild:legacy", - "asbuild:default": "node ../../bin/asc tests/assembly/index.ts -b tests/build/default.wasm", - "asbuild:legacy": "node ../../bin/asc tests/assembly/index.ts --disable mutable-globals -b tests/build/legacy.wasm", - "test": "node tests" - }, - "files": [ - "index.d.ts", - "index.js", - "package.json", - "README.md" - ] -} diff --git a/node_modules/@babel/code-frame/package.json b/node_modules/@babel/code-frame/package.json deleted file mode 100644 index a644fc0..0000000 --- a/node_modules/@babel/code-frame/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@babel/code-frame", - "version": "7.24.2", - "description": "Generate errors that contain a code frame that point to source locations.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-code-frame", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-code-frame" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/highlight": "^7.24.2", - "picocolors": "^1.0.0" - }, - "devDependencies": { - "import-meta-resolve": "^4.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/compat-data/package.json b/node_modules/@babel/compat-data/package.json deleted file mode 100644 index cf92941..0000000 --- a/node_modules/@babel/compat-data/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@babel/compat-data", - "version": "7.24.4", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "description": "", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-compat-data" - }, - "publishConfig": { - "access": "public" - }, - "exports": { - "./plugins": "./plugins.js", - "./native-modules": "./native-modules.js", - "./corejs2-built-ins": "./corejs2-built-ins.js", - "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js", - "./overlapping-plugins": "./overlapping-plugins.js", - "./plugin-bugfixes": "./plugin-bugfixes.js" - }, - "scripts": { - "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js" - }, - "keywords": [ - "babel", - "compat-table", - "compat-data" - ], - "devDependencies": { - "@mdn/browser-compat-data": "^5.3.0", - "core-js-compat": "^3.31.0", - "electron-to-chromium": "^1.4.441" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/core/node_modules/semver/package.json b/node_modules/@babel/core/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@babel/core/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@babel/core/package.json b/node_modules/@babel/core/package.json deleted file mode 100644 index 3cf00b0..0000000 --- a/node_modules/@babel/core/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "@babel/core", - "version": "7.22.9", - "description": "Babel compiler core.", - "main": "./lib/index.js", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-core" - }, - "homepage": "https://babel.dev/docs/en/next/babel-core", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen", - "keywords": [ - "6to5", - "babel", - "classes", - "const", - "es6", - "harmony", - "let", - "modules", - "transpile", - "transpiler", - "var", - "babel-core", - "compiler" - ], - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - }, - "browser": { - "./lib/config/files/index.js": "./lib/config/files/index-browser.js", - "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js", - "./lib/transform-file.js": "./lib/transform-file-browser.js", - "./src/config/files/index.ts": "./src/config/files/index-browser.ts", - "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts", - "./src/transform-file.ts": "./src/transform-file-browser.ts" - }, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.9", - "@babel/helper-module-transforms": "^7.22.9", - "@babel/helpers": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.8", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/helper-transform-fixture-test-runner": "^7.22.7", - "@babel/plugin-syntax-flow": "^7.22.5", - "@babel/plugin-transform-flow-strip-types": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/preset-env": "^7.22.9", - "@babel/preset-typescript": "^7.22.5", - "@jridgewell/trace-mapping": "^0.3.17", - "@types/convert-source-map": "^1.5.1", - "@types/debug": "^4.1.0", - "@types/gensync": "^1.0.0", - "@types/resolve": "^1.3.2", - "@types/semver": "^5.4.0", - "rimraf": "^3.0.0", - "ts-node": "^10.9.1" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/generator/package.json b/node_modules/@babel/generator/package.json deleted file mode 100644 index 239534f..0000000 --- a/node_modules/@babel/generator/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/generator", - "version": "7.22.9", - "description": "Turns an AST into code.", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-generator", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen", - "main": "./lib/index.js", - "files": [ - "lib" - ], - "dependencies": { - "@babel/types": "^7.22.5", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - }, - "devDependencies": { - "@babel/helper-fixtures": "^7.22.9", - "@babel/parser": "^7.22.7", - "@jridgewell/sourcemap-codec": "^1.4.15", - "@types/jsesc": "^2.5.0", - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-annotate-as-pure/package.json b/node_modules/@babel/helper-annotate-as-pure/package.json deleted file mode 100644 index 65299c0..0000000 --- a/node_modules/@babel/helper-annotate-as-pure/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@babel/helper-annotate-as-pure", - "version": "7.22.5", - "description": "Helper function to annotate paths and nodes with #__PURE__ comment", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-annotate-as-pure" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json b/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json deleted file mode 100644 index e96c807..0000000 --- a/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/helper-builder-binary-assignment-operator-visitor", - "version": "7.22.15", - "description": "Helper function to build binary assignment operator visitors", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.22.15" - }, - "devDependencies": { - "@babel/traverse": "^7.22.15" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json b/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@babel/helper-compilation-targets/package.json b/node_modules/@babel/helper-compilation-targets/package.json deleted file mode 100644 index 9d908fd..0000000 --- a/node_modules/@babel/helper-compilation-targets/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@babel/helper-compilation-targets", - "version": "7.23.6", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "description": "Helper functions on Babel compilation targets", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-compilation-targets" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "publishConfig": { - "access": "public" - }, - "keywords": [ - "babel", - "babel-plugin" - ], - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/helper-plugin-test-runner": "^7.22.5", - "@types/lru-cache": "^5.1.1", - "@types/semver": "^5.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json b/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@babel/helper-create-class-features-plugin/package.json b/node_modules/@babel/helper-create-class-features-plugin/package.json deleted file mode 100644 index b915fcf..0000000 --- a/node_modules/@babel/helper-create-class-features-plugin/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@babel/helper-create-class-features-plugin", - "version": "7.24.4", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "description": "Compile class public and private fields, private methods and decorators to ES6", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-create-class-features-plugin" - }, - "main": "./lib/index.js", - "publishConfig": { - "access": "public" - }, - "keywords": [ - "babel", - "babel-plugin" - ], - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/preset-env": "^7.24.4", - "@types/charcodes": "^0.2.0", - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/package.json b/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@babel/helper-create-regexp-features-plugin/package.json b/node_modules/@babel/helper-create-regexp-features-plugin/package.json deleted file mode 100644 index e489479..0000000 --- a/node_modules/@babel/helper-create-regexp-features-plugin/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/helper-create-regexp-features-plugin", - "version": "7.22.15", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "description": "Compile ESNext Regular Expressions to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-create-regexp-features-plugin" - }, - "main": "./lib/index.js", - "publishConfig": { - "access": "public" - }, - "keywords": [ - "babel", - "babel-plugin" - ], - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.22.15", - "@babel/helper-plugin-test-runner": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-define-polyfill-provider/package.json b/node_modules/@babel/helper-define-polyfill-provider/package.json deleted file mode 100644 index 6e0e3b4..0000000 --- a/node_modules/@babel/helper-define-polyfill-provider/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "@babel/helper-define-polyfill-provider", - "version": "0.6.1", - "description": "Babel helper to create your own polyfill provider", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-helper-define-polyfill-provider" - }, - "keywords": [ - "babel-plugin" - ], - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "browser": { - "./lib/node/dependencies.js": "./lib/browser/dependencies.js", - "./src/node/dependencies.js": "./src/browser/dependencies.js" - }, - "exports": { - ".": [ - { - "import": { - "node": "./esm/index.node.mjs", - "browser": "./esm/index.browser.mjs" - }, - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.22.6", - "@babel/core": "^7.22.6", - "@babel/generator": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/traverse": "^7.22.6", - "babel-loader": "^8.1.0", - "rollup": "^2.3.2", - "rollup-plugin-babel": "^4.4.0", - "strip-ansi": "^6.0.0", - "webpack": "^4.42.1", - "webpack-cli": "^3.3.11" - }, - "gitHead": "1ce88db2507db2ef3d2ed2a2f920a3cf0b9364b5" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-environment-visitor/package.json b/node_modules/@babel/helper-environment-visitor/package.json deleted file mode 100644 index 5316931..0000000 --- a/node_modules/@babel/helper-environment-visitor/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "@babel/helper-environment-visitor", - "version": "7.22.20", - "description": "Helper visitor to only visit nodes in the current 'this' context", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-environment-visitor" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "devDependencies": { - "@babel/traverse": "^7.22.20", - "@babel/types": "^7.22.19" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-function-name/node_modules/@babel/template/package.json b/node_modules/@babel/helper-function-name/node_modules/@babel/template/package.json deleted file mode 100644 index 7077203..0000000 --- a/node_modules/@babel/helper-function-name/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.24.0", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-function-name/package.json b/node_modules/@babel/helper-function-name/package.json deleted file mode 100644 index 0f1e3d4..0000000 --- a/node_modules/@babel/helper-function-name/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@babel/helper-function-name", - "version": "7.23.0", - "description": "Helper function to change the property 'name' of every function", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-function-name" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-hoist-variables/package.json b/node_modules/@babel/helper-hoist-variables/package.json deleted file mode 100644 index b7a9010..0000000 --- a/node_modules/@babel/helper-hoist-variables/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/helper-hoist-variables", - "version": "7.22.5", - "description": "Helper function to hoist variables", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-hoist-variables" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.", - "devDependencies": { - "@babel/traverse": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-member-expression-to-functions/package.json b/node_modules/@babel/helper-member-expression-to-functions/package.json deleted file mode 100644 index 2ecc441..0000000 --- a/node_modules/@babel/helper-member-expression-to-functions/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/helper-member-expression-to-functions", - "version": "7.23.0", - "description": "Helper function to replace certain member expressions with function calls", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-member-expression-to-functions" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "author": "The Babel Team (https://babel.dev/team)", - "dependencies": { - "@babel/types": "^7.23.0" - }, - "devDependencies": { - "@babel/traverse": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-module-imports/package.json b/node_modules/@babel/helper-module-imports/package.json deleted file mode 100644 index 93369a1..0000000 --- a/node_modules/@babel/helper-module-imports/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/helper-module-imports", - "version": "7.24.3", - "description": "Babel helper functions for inserting module loads", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-module-imports" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.24.0" - }, - "devDependencies": { - "@babel/core": "^7.24.3", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-module-transforms/package.json b/node_modules/@babel/helper-module-transforms/package.json deleted file mode 100644 index 895e0dd..0000000 --- a/node_modules/@babel/helper-module-transforms/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/helper-module-transforms", - "version": "7.23.3", - "description": "Babel helper functions for implementing ES6 module transformations", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-module-transforms" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" - }, - "devDependencies": { - "@babel/core": "^7.23.3", - "@babel/traverse": "^7.23.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-optimise-call-expression/package.json b/node_modules/@babel/helper-optimise-call-expression/package.json deleted file mode 100644 index 6dee76d..0000000 --- a/node_modules/@babel/helper-optimise-call-expression/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/helper-optimise-call-expression", - "version": "7.22.5", - "description": "Helper function to optimise call expression", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-optimise-call-expression" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "devDependencies": { - "@babel/generator": "^7.22.5", - "@babel/parser": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-plugin-utils/package.json b/node_modules/@babel/helper-plugin-utils/package.json deleted file mode 100644 index c1afb77..0000000 --- a/node_modules/@babel/helper-plugin-utils/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "@babel/helper-plugin-utils", - "version": "7.24.0", - "description": "General utilities for plugins to use", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-plugin-utils" - }, - "main": "./lib/index.js", - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-remap-async-to-generator/package.json b/node_modules/@babel/helper-remap-async-to-generator/package.json deleted file mode 100644 index 8e71361..0000000 --- a/node_modules/@babel/helper-remap-async-to-generator/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "@babel/helper-remap-async-to-generator", - "version": "7.22.20", - "description": "Helper function to remap async functions to generators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-remap-async-to-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" - }, - "devDependencies": { - "@babel/core": "^7.22.20", - "@babel/traverse": "^7.22.20" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-replace-supers/package.json b/node_modules/@babel/helper-replace-supers/package.json deleted file mode 100644 index 935cea9..0000000 --- a/node_modules/@babel/helper-replace-supers/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/helper-replace-supers", - "version": "7.24.1", - "description": "Helper function to replace supers", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-replace-supers" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5" - }, - "devDependencies": { - "@babel/core": "^7.24.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-simple-access/package.json b/node_modules/@babel/helper-simple-access/package.json deleted file mode 100644 index d71efa4..0000000 --- a/node_modules/@babel/helper-simple-access/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/helper-simple-access", - "version": "7.22.5", - "description": "Babel helper for ensuring that access to a given value is performed through simple accesses", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-simple-access" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "devDependencies": { - "@babel/core": "^7.22.5", - "@babel/traverse": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json b/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json deleted file mode 100644 index d4e675d..0000000 --- a/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@babel/helper-skip-transparent-expression-wrappers", - "version": "7.22.5", - "description": "Helper which skips types and parentheses", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-skip-transparent-expression-wrappers" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "devDependencies": { - "@babel/traverse": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-split-export-declaration/package.json b/node_modules/@babel/helper-split-export-declaration/package.json deleted file mode 100644 index 1e69201..0000000 --- a/node_modules/@babel/helper-split-export-declaration/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@babel/helper-split-export-declaration", - "version": "7.22.6", - "description": "", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-split-export-declaration" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-string-parser/package.json b/node_modules/@babel/helper-string-parser/package.json deleted file mode 100644 index 06c6be3..0000000 --- a/node_modules/@babel/helper-string-parser/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/helper-string-parser", - "version": "7.24.1", - "description": "A utility package to parse strings", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-string-parser" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "devDependencies": { - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-validator-identifier/package.json b/node_modules/@babel/helper-validator-identifier/package.json deleted file mode 100644 index 67bddb4..0000000 --- a/node_modules/@babel/helper-validator-identifier/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/helper-validator-identifier", - "version": "7.22.20", - "description": "Validate identifier/keywords name", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-validator-identifier" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "devDependencies": { - "@unicode/unicode-15.1.0": "^1.5.2", - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-validator-option/package.json b/node_modules/@babel/helper-validator-option/package.json deleted file mode 100644 index 8e58a9c..0000000 --- a/node_modules/@babel/helper-validator-option/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@babel/helper-validator-option", - "version": "7.23.5", - "description": "Validate plugin/preset options", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-validator-option" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/package.json b/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/package.json deleted file mode 100644 index 7077203..0000000 --- a/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.24.0", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helper-wrap-function/package.json b/node_modules/@babel/helper-wrap-function/package.json deleted file mode 100644 index 4141606..0000000 --- a/node_modules/@babel/helper-wrap-function/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "@babel/helper-wrap-function", - "version": "7.22.20", - "description": "Helper to wrap functions inside a function call.", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helper-wrap-function" - }, - "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.15", - "@babel/types": "^7.22.19" - }, - "engines": { - "node": ">=6.9.0" - }, - "devDependencies": { - "@babel/traverse": "^7.22.20" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helpers/node_modules/@babel/template/package.json b/node_modules/@babel/helpers/node_modules/@babel/template/package.json deleted file mode 100644 index 7077203..0000000 --- a/node_modules/@babel/helpers/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.24.0", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helpers/package.json b/node_modules/@babel/helpers/package.json deleted file mode 100644 index 6a8362a..0000000 --- a/node_modules/@babel/helpers/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/helpers", - "version": "7.24.4", - "description": "Collection of helper functions used by Babel transforms.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-helpers", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-helpers" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" - }, - "devDependencies": { - "@babel/generator": "^7.24.4", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/parser": "^7.24.4", - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/helpers/scripts/package.json b/node_modules/@babel/helpers/scripts/package.json deleted file mode 100644 index 5ffd980..0000000 --- a/node_modules/@babel/helpers/scripts/package.json +++ /dev/null @@ -1 +0,0 @@ -{ "type": "module" } diff --git a/node_modules/@babel/highlight/node_modules/ansi-styles/package.json b/node_modules/@babel/highlight/node_modules/ansi-styles/package.json deleted file mode 100644 index 65edb48..0000000 --- a/node_modules/@babel/highlight/node_modules/ansi-styles/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "ansi-styles", - "version": "3.2.1", - "description": "ANSI escape codes for styling strings in the terminal", - "license": "MIT", - "repository": "chalk/ansi-styles", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava", - "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" - }, - "files": [ - "index.js" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "color-convert": "^1.9.0" - }, - "devDependencies": { - "ava": "*", - "babel-polyfill": "^6.23.0", - "svg-term-cli": "^2.1.1", - "xo": "*" - }, - "ava": { - "require": "babel-polyfill" - } -} diff --git a/node_modules/@babel/highlight/node_modules/chalk/package.json b/node_modules/@babel/highlight/node_modules/chalk/package.json deleted file mode 100644 index bc32468..0000000 --- a/node_modules/@babel/highlight/node_modules/chalk/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "chalk", - "version": "2.4.2", - "description": "Terminal string styling done right", - "license": "MIT", - "repository": "chalk/chalk", - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava", - "bench": "matcha benchmark.js", - "coveralls": "nyc report --reporter=text-lcov | coveralls" - }, - "files": [ - "index.js", - "templates.js", - "types/index.d.ts", - "index.js.flow" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "str", - "ansi", - "style", - "styles", - "tty", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "devDependencies": { - "ava": "*", - "coveralls": "^3.0.0", - "execa": "^0.9.0", - "flow-bin": "^0.68.0", - "import-fresh": "^2.0.0", - "matcha": "^0.7.0", - "nyc": "^11.0.2", - "resolve-from": "^4.0.0", - "typescript": "^2.5.3", - "xo": "*" - }, - "types": "types/index.d.ts", - "xo": { - "envs": [ - "node", - "mocha" - ], - "ignores": [ - "test/_flow.js" - ] - } -} diff --git a/node_modules/@babel/highlight/node_modules/color-convert/package.json b/node_modules/@babel/highlight/node_modules/color-convert/package.json deleted file mode 100644 index dfbc471..0000000 --- a/node_modules/@babel/highlight/node_modules/color-convert/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "color-convert", - "description": "Plain color conversion functions", - "version": "1.9.3", - "author": "Heather Arthur ", - "license": "MIT", - "repository": "Qix-/color-convert", - "scripts": { - "pretest": "xo", - "test": "node test/basic.js" - }, - "keywords": [ - "color", - "colour", - "convert", - "converter", - "conversion", - "rgb", - "hsl", - "hsv", - "hwb", - "cmyk", - "ansi", - "ansi16" - ], - "files": [ - "index.js", - "conversions.js", - "css-keywords.js", - "route.js" - ], - "xo": { - "rules": { - "default-case": 0, - "no-inline-comments": 0, - "operator-linebreak": 0 - } - }, - "devDependencies": { - "chalk": "1.1.1", - "xo": "0.11.2" - }, - "dependencies": { - "color-name": "1.1.3" - } -} diff --git a/node_modules/@babel/highlight/node_modules/color-name/package.json b/node_modules/@babel/highlight/node_modules/color-name/package.json deleted file mode 100644 index d061123..0000000 --- a/node_modules/@babel/highlight/node_modules/color-name/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "color-name", - "version": "1.1.3", - "description": "A list of color names and its values", - "main": "index.js", - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git@github.com:dfcreative/color-name.git" - }, - "keywords": [ - "color-name", - "color", - "color-keyword", - "keyword" - ], - "author": "DY ", - "license": "MIT", - "bugs": { - "url": "https://github.com/dfcreative/color-name/issues" - }, - "homepage": "https://github.com/dfcreative/color-name" -} diff --git a/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json b/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json deleted file mode 100644 index f307df3..0000000 --- a/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "escape-string-regexp", - "version": "1.0.5", - "description": "Escape RegExp special characters", - "license": "MIT", - "repository": "sindresorhus/escape-string-regexp", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "maintainers": [ - "Sindre Sorhus (sindresorhus.com)", - "Joshua Boy Nicolai Appelman (jbna.nl)" - ], - "engines": { - "node": ">=0.8.0" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "escape", - "regex", - "regexp", - "re", - "regular", - "expression", - "string", - "str", - "special", - "characters" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/@babel/highlight/node_modules/has-flag/package.json b/node_modules/@babel/highlight/node_modules/has-flag/package.json deleted file mode 100644 index e1eb17a..0000000 --- a/node_modules/@babel/highlight/node_modules/has-flag/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "has-flag", - "version": "3.0.0", - "description": "Check if argv has a specific flag", - "license": "MIT", - "repository": "sindresorhus/has-flag", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "has", - "check", - "detect", - "contains", - "find", - "flag", - "cli", - "command-line", - "argv", - "process", - "arg", - "args", - "argument", - "arguments", - "getopt", - "minimist", - "optimist" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/@babel/highlight/node_modules/supports-color/package.json b/node_modules/@babel/highlight/node_modules/supports-color/package.json deleted file mode 100644 index ad199f5..0000000 --- a/node_modules/@babel/highlight/node_modules/supports-color/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "supports-color", - "version": "5.5.0", - "description": "Detect whether a terminal supports color", - "license": "MIT", - "repository": "chalk/supports-color", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "browser.js" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "ansi", - "styles", - "tty", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "support", - "supports", - "capability", - "detect", - "truecolor", - "16m" - ], - "dependencies": { - "has-flag": "^3.0.0" - }, - "devDependencies": { - "ava": "^0.25.0", - "import-fresh": "^2.0.0", - "xo": "^0.20.0" - }, - "browser": "browser.js" -} diff --git a/node_modules/@babel/highlight/package.json b/node_modules/@babel/highlight/package.json deleted file mode 100644 index 0b7a760..0000000 --- a/node_modules/@babel/highlight/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@babel/highlight", - "version": "7.24.2", - "description": "Syntax highlight JavaScript strings for output in terminals.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-highlight", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-highlight" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "devDependencies": { - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/parser/package.json b/node_modules/@babel/parser/package.json deleted file mode 100644 index 39790fe..0000000 --- a/node_modules/@babel/parser/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "@babel/parser", - "version": "7.24.4", - "description": "A JavaScript parser", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-parser", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "keywords": [ - "babel", - "javascript", - "parser", - "tc39", - "ecmascript", - "@babel/parser" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-parser" - }, - "main": "./lib/index.js", - "types": "./typings/babel-parser.d.ts", - "files": [ - "bin", - "lib", - "typings/babel-parser.d.ts", - "index.cjs" - ], - "engines": { - "node": ">=6.0.0" - }, - "devDependencies": { - "@babel/code-frame": "^7.24.2", - "@babel/helper-check-duplicate-nodes": "^7.22.5", - "@babel/helper-fixtures": "^7.24.4", - "@babel/helper-string-parser": "^7.24.1", - "@babel/helper-validator-identifier": "^7.22.20", - "charcodes": "^0.2.0" - }, - "bin": "./bin/babel-parser.js", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json b/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json deleted file mode 100644 index 58bb2c3..0000000 --- a/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "version": "7.24.1", - "description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin", - "bugfix" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json b/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json deleted file mode 100644 index b3ef059..0000000 --- a/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "version": "7.24.1", - "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin", - "bugfix" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.24.1" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-proposal-async-generator-functions/package.json b/node_modules/@babel/plugin-proposal-async-generator-functions/package.json deleted file mode 100644 index 6cc5398..0000000 --- a/node_modules/@babel/plugin-proposal-async-generator-functions/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@babel/plugin-proposal-async-generator-functions", - "version": "7.20.7", - "description": "Turn async generator functions into ES2015 generators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-proposal-async-generator-functions" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.20.7", - "@babel/helper-plugin-test-runner": "^7.18.6", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "core-js-pure": "^3.25.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-proposal-private-property-in-object/package.json b/node_modules/@babel/plugin-proposal-private-property-in-object/package.json deleted file mode 100644 index 69001b9..0000000 --- a/node_modules/@babel/plugin-proposal-private-property-in-object/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.0-placeholder-for-preset-env.2", - "description": "This plugin transforms checks for a private property in an object", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-plugin-proposal-private-property-in-object.git" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": {}, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} diff --git a/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json b/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json deleted file mode 100644 index b7dc018..0000000 --- a/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-proposal-unicode-property-regex", - "version": "7.18.6", - "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "engines": { - "node": ">=4" - }, - "keywords": [ - "babel-plugin", - "regex", - "regexp", - "regular expressions", - "unicode properties", - "unicode" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-proposal-unicode-property-regex" - }, - "bugs": "https://github.com/babel/babel/issues", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.18.6", - "@babel/helper-plugin-test-runner": "^7.18.6" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-async-generators/package.json b/node_modules/@babel/plugin-syntax-async-generators/package.json deleted file mode 100644 index 5d9d9de..0000000 --- a/node_modules/@babel/plugin-syntax-async-generators/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-async-generators", - "version": "7.8.4", - "description": "Allow parsing of async generator functions", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-class-properties/package.json b/node_modules/@babel/plugin-syntax-class-properties/package.json deleted file mode 100644 index cf443ba..0000000 --- a/node_modules/@babel/plugin-syntax-class-properties/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/plugin-syntax-class-properties", - "version": "7.12.13", - "description": "Allow parsing of class properties", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-class-properties" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "7.12.13" - } -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-class-static-block/package.json b/node_modules/@babel/plugin-syntax-class-static-block/package.json deleted file mode 100644 index 13553eb..0000000 --- a/node_modules/@babel/plugin-syntax-class-static-block/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/plugin-syntax-class-static-block", - "version": "7.14.5", - "description": "Allow parsing of class static blocks", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-class-static-block" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-dynamic-import/package.json b/node_modules/@babel/plugin-syntax-dynamic-import/package.json deleted file mode 100644 index 7b646ad..0000000 --- a/node_modules/@babel/plugin-syntax-dynamic-import/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-dynamic-import", - "version": "7.8.3", - "description": "Allow parsing of import()", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-export-namespace-from/package.json b/node_modules/@babel/plugin-syntax-export-namespace-from/package.json deleted file mode 100644 index 174d0ca..0000000 --- a/node_modules/@babel/plugin-syntax-export-namespace-from/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@babel/plugin-syntax-export-namespace-from", - "version": "7.8.3", - "description": "Allow parsing of export namespace from", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.3" - }, - "gitHead": "a7620bd266ae1345975767bbc7abf09034437017" -} diff --git a/node_modules/@babel/plugin-syntax-import-assertions/package.json b/node_modules/@babel/plugin-syntax-import-assertions/package.json deleted file mode 100644 index 193ca50..0000000 --- a/node_modules/@babel/plugin-syntax-import-assertions/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/plugin-syntax-import-assertions", - "version": "7.24.1", - "description": "Allow parsing of the module assertion attributes in the import statement", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-import-assertions" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-import-attributes/package.json b/node_modules/@babel/plugin-syntax-import-attributes/package.json deleted file mode 100644 index 2431824..0000000 --- a/node_modules/@babel/plugin-syntax-import-attributes/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-syntax-import-attributes", - "version": "7.24.1", - "description": "Allow parsing of the module attributes in the import statement", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-import-attributes" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-import-meta/package.json b/node_modules/@babel/plugin-syntax-import-meta/package.json deleted file mode 100644 index de09665..0000000 --- a/node_modules/@babel/plugin-syntax-import-meta/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/plugin-syntax-import-meta", - "version": "7.10.4", - "description": "Allow parsing of import.meta", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-import-meta" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.10.4" - }, - "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" -} diff --git a/node_modules/@babel/plugin-syntax-json-strings/package.json b/node_modules/@babel/plugin-syntax-json-strings/package.json deleted file mode 100644 index e41c646..0000000 --- a/node_modules/@babel/plugin-syntax-json-strings/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-json-strings", - "version": "7.8.3", - "description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json b/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json deleted file mode 100644 index cce0541..0000000 --- a/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/plugin-syntax-logical-assignment-operators", - "version": "7.10.4", - "description": "Allow parsing of the logical assignment operators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-logical-assignment-operators" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.10.4" - }, - "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" -} diff --git a/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json b/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json deleted file mode 100644 index 983e655..0000000 --- a/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-nullish-coalescing-operator", - "version": "7.8.3", - "description": "Allow parsing of the nullish-coalescing operator", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-numeric-separator/package.json b/node_modules/@babel/plugin-syntax-numeric-separator/package.json deleted file mode 100644 index 6dc4d96..0000000 --- a/node_modules/@babel/plugin-syntax-numeric-separator/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@babel/plugin-syntax-numeric-separator", - "version": "7.10.4", - "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-numeric-separator" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.10.4" - }, - "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" -} diff --git a/node_modules/@babel/plugin-syntax-object-rest-spread/package.json b/node_modules/@babel/plugin-syntax-object-rest-spread/package.json deleted file mode 100644 index 66b76d3..0000000 --- a/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-object-rest-spread", - "version": "7.8.3", - "description": "Allow parsing of object rest/spread", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json b/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json deleted file mode 100644 index 5b38a0c..0000000 --- a/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-optional-catch-binding", - "version": "7.8.3", - "description": "Allow parsing of optional catch bindings", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-optional-chaining/package.json b/node_modules/@babel/plugin-syntax-optional-chaining/package.json deleted file mode 100644 index a1dcdc2..0000000 --- a/node_modules/@babel/plugin-syntax-optional-chaining/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@babel/plugin-syntax-optional-chaining", - "version": "7.8.3", - "description": "Allow parsing of optional properties", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.8.0" - } -} diff --git a/node_modules/@babel/plugin-syntax-private-property-in-object/package.json b/node_modules/@babel/plugin-syntax-private-property-in-object/package.json deleted file mode 100644 index 0df9140..0000000 --- a/node_modules/@babel/plugin-syntax-private-property-in-object/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/plugin-syntax-private-property-in-object", - "version": "7.14.5", - "description": "Allow parsing of '#foo in obj' brand checks", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-private-property-in-object" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-top-level-await/package.json b/node_modules/@babel/plugin-syntax-top-level-await/package.json deleted file mode 100644 index 70952be..0000000 --- a/node_modules/@babel/plugin-syntax-top-level-await/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/plugin-syntax-top-level-await", - "version": "7.14.5", - "description": "Allow parsing of top-level await in modules", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-top-level-await" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json b/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json deleted file mode 100644 index 715c0e1..0000000 --- a/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "@babel/plugin-syntax-unicode-sets-regex", - "version": "7.18.6", - "description": "Parse regular expressions' unicodeSets (v) flag.", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-unicode-sets-regex", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin", - "regex", - "regexp", - "unicode", - "sets", - "properties", - "property", - "string", - "strings", - "regular expressions" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-syntax-unicode-sets-regex" - }, - "bugs": "https://github.com/babel/babel/issues", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.18.6", - "@babel/helper-plugin-test-runner": "^7.18.6" - }, - "author": "The Babel Team (https://babel.dev/team)", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-arrow-functions/package.json b/node_modules/@babel/plugin-transform-arrow-functions/package.json deleted file mode 100644 index e7f49a8..0000000 --- a/node_modules/@babel/plugin-transform-arrow-functions/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-arrow-functions", - "version": "7.24.1", - "description": "Compile ES2015 arrow functions to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-arrow-functions" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-async-generator-functions/package.json b/node_modules/@babel/plugin-transform-async-generator-functions/package.json deleted file mode 100644 index c271dce..0000000 --- a/node_modules/@babel/plugin-transform-async-generator-functions/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@babel/plugin-transform-async-generator-functions", - "version": "7.24.3", - "description": "Turn async generator functions into ES2015 generators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-async-generator-functions" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-generator-functions", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.3", - "@babel/helper-plugin-test-runner": "^7.24.1", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "core-js-pure": "^3.30.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-async-to-generator/package.json b/node_modules/@babel/plugin-transform-async-to-generator/package.json deleted file mode 100644 index 68e1ba1..0000000 --- a/node_modules/@babel/plugin-transform-async-to-generator/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-async-to-generator", - "version": "7.22.5", - "description": "Turn async functions into ES2015 generators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-async-to-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.22.5", - "@babel/helper-plugin-test-runner": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-block-scoped-functions/package.json b/node_modules/@babel/plugin-transform-block-scoped-functions/package.json deleted file mode 100644 index 5aa3f12..0000000 --- a/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-block-scoped-functions", - "version": "7.24.1", - "description": "Babel plugin to ensure function declarations at the block level are block scoped", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-block-scoped-functions" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-block-scoping/package.json b/node_modules/@babel/plugin-transform-block-scoping/package.json deleted file mode 100644 index ef97bcc..0000000 --- a/node_modules/@babel/plugin-transform-block-scoping/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-block-scoping", - "version": "7.24.4", - "description": "Compile ES2015 block scoping (const and let) to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-block-scoping" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-class-properties/package.json b/node_modules/@babel/plugin-transform-class-properties/package.json deleted file mode 100644 index a89adaa..0000000 --- a/node_modules/@babel/plugin-transform-class-properties/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-class-properties", - "version": "7.24.1", - "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-class-properties" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-properties", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-class-static-block/package.json b/node_modules/@babel/plugin-transform-class-static-block/package.json deleted file mode 100644 index 4e88f4c..0000000 --- a/node_modules/@babel/plugin-transform-class-static-block/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "@babel/plugin-transform-class-static-block", - "version": "7.24.4", - "description": "Transform class static blocks", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-class-static-block" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.4", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-external-helpers": "^7.24.1", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-classes/package.json b/node_modules/@babel/plugin-transform-classes/package.json deleted file mode 100644 index b530cbd..0000000 --- a/node_modules/@babel/plugin-transform-classes/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@babel/plugin-transform-classes", - "version": "7.24.1", - "description": "Compile ES2015 classes to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-classes" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-classes", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-split-export-declaration": "^7.22.6", - "globals": "^11.1.0" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template/package.json b/node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template/package.json deleted file mode 100644 index 7077203..0000000 --- a/node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.24.0", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-computed-properties/package.json b/node_modules/@babel/plugin-transform-computed-properties/package.json deleted file mode 100644 index bc8b1ee..0000000 --- a/node_modules/@babel/plugin-transform-computed-properties/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-computed-properties", - "version": "7.24.1", - "description": "Compile ES2015 computed properties to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-computed-properties" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/template": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-destructuring/package.json b/node_modules/@babel/plugin-transform-destructuring/package.json deleted file mode 100644 index 7e83e6c..0000000 --- a/node_modules/@babel/plugin-transform-destructuring/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-destructuring", - "version": "7.24.1", - "description": "Compile ES2015 destructuring to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-destructuring" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-destructuring", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-dotall-regex/package.json b/node_modules/@babel/plugin-transform-dotall-regex/package.json deleted file mode 100644 index f86a54d..0000000 --- a/node_modules/@babel/plugin-transform-dotall-regex/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@babel/plugin-transform-dotall-regex", - "version": "7.24.1", - "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin", - "regex", - "regexp", - "regular expressions", - "dotall" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-dotall-regex" - }, - "bugs": "https://github.com/babel/babel/issues", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-duplicate-keys/package.json b/node_modules/@babel/plugin-transform-duplicate-keys/package.json deleted file mode 100644 index 74d90cf..0000000 --- a/node_modules/@babel/plugin-transform-duplicate-keys/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-duplicate-keys", - "version": "7.24.1", - "description": "Compile objects with duplicate keys to valid strict ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-duplicate-keys" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-dynamic-import/package.json b/node_modules/@babel/plugin-transform-dynamic-import/package.json deleted file mode 100644 index 152df20..0000000 --- a/node_modules/@babel/plugin-transform-dynamic-import/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-dynamic-import", - "version": "7.24.1", - "description": "Transform import() expressions", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-dynamic-import" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-exponentiation-operator/package.json b/node_modules/@babel/plugin-transform-exponentiation-operator/package.json deleted file mode 100644 index 0e25d2f..0000000 --- a/node_modules/@babel/plugin-transform-exponentiation-operator/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-exponentiation-operator", - "version": "7.24.1", - "description": "Compile exponentiation operator to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-exponentiation-operator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-export-namespace-from/package.json b/node_modules/@babel/plugin-transform-export-namespace-from/package.json deleted file mode 100644 index 6033840..0000000 --- a/node_modules/@babel/plugin-transform-export-namespace-from/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-export-namespace-from", - "version": "7.24.1", - "description": "Compile export namespace to ES2015", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-export-namespace-from" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-export-namespace-from", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-for-of/package.json b/node_modules/@babel/plugin-transform-for-of/package.json deleted file mode 100644 index 7e3d6ea..0000000 --- a/node_modules/@babel/plugin-transform-for-of/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-for-of", - "version": "7.24.1", - "description": "Compile ES2015 for...of to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-for-of" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-function-name/package.json b/node_modules/@babel/plugin-transform-function-name/package.json deleted file mode 100644 index f2a0361..0000000 --- a/node_modules/@babel/plugin-transform-function-name/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-function-name", - "version": "7.24.1", - "description": "Apply ES2015 function.name semantics to all functions", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-function-name" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-json-strings/package.json b/node_modules/@babel/plugin-transform-json-strings/package.json deleted file mode 100644 index edf17f5..0000000 --- a/node_modules/@babel/plugin-transform-json-strings/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-json-strings", - "version": "7.24.1", - "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-json-strings" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-json-strings", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-literals/package.json b/node_modules/@babel/plugin-transform-literals/package.json deleted file mode 100644 index 6b6748c..0000000 --- a/node_modules/@babel/plugin-transform-literals/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-literals", - "version": "7.24.1", - "description": "Compile ES2015 unicode string and number literals to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-literals" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-literals", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json b/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json deleted file mode 100644 index e42f275..0000000 --- a/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-logical-assignment-operators", - "version": "7.24.1", - "description": "Transforms logical assignment operators into short-circuited assignments", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-logical-assignment-operators" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-logical-assignment-operators", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-member-expression-literals/package.json b/node_modules/@babel/plugin-transform-member-expression-literals/package.json deleted file mode 100644 index 08fe439..0000000 --- a/node_modules/@babel/plugin-transform-member-expression-literals/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-member-expression-literals", - "version": "7.24.1", - "description": "Ensure that reserved words are quoted in property accesses", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-member-expression-literals" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-modules-amd/package.json b/node_modules/@babel/plugin-transform-modules-amd/package.json deleted file mode 100644 index 905c8a5..0000000 --- a/node_modules/@babel/plugin-transform-modules-amd/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-modules-amd", - "version": "7.24.1", - "description": "This plugin transforms ES2015 modules to AMD", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-modules-amd" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-external-helpers": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-modules-commonjs/package.json b/node_modules/@babel/plugin-transform-modules-commonjs/package.json deleted file mode 100644 index 50b84e5..0000000 --- a/node_modules/@babel/plugin-transform-modules-commonjs/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@babel/plugin-transform-modules-commonjs", - "version": "7.24.1", - "description": "This plugin transforms ES2015 modules to CommonJS", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-modules-commonjs" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-simple-access": "^7.22.5" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-external-helpers": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-modules-systemjs/package.json b/node_modules/@babel/plugin-transform-modules-systemjs/package.json deleted file mode 100644 index ec45984..0000000 --- a/node_modules/@babel/plugin-transform-modules-systemjs/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@babel/plugin-transform-modules-systemjs", - "version": "7.24.1", - "description": "This plugin transforms ES2015 modules to SystemJS", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-modules-systemjs" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-identifier": "^7.22.20" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/helper-transform-fixture-test-runner": "^7.24.1", - "core-js": "^3.35.0" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-modules-umd/package.json b/node_modules/@babel/plugin-transform-modules-umd/package.json deleted file mode 100644 index 04dd2a1..0000000 --- a/node_modules/@babel/plugin-transform-modules-umd/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-modules-umd", - "version": "7.24.1", - "description": "This plugin transforms ES2015 modules to UMD", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-modules-umd" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-external-helpers": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json b/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json deleted file mode 100644 index 344f855..0000000 --- a/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@babel/plugin-transform-named-capturing-groups-regex", - "version": "7.22.5", - "description": "Compile regular expressions using named groups to ES5.", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin", - "regex", - "regexp", - "regular expressions" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-named-capturing-groups-regex" - }, - "bugs": "https://github.com/babel/babel/issues", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.22.5", - "@babel/helper-plugin-test-runner": "^7.22.5", - "core-js": "^3.30.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-new-target/package.json b/node_modules/@babel/plugin-transform-new-target/package.json deleted file mode 100644 index b68ccab..0000000 --- a/node_modules/@babel/plugin-transform-new-target/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-new-target", - "version": "7.24.1", - "description": "Transforms new.target meta property", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-new-target" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-new-target", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-transform-arrow-functions": "^7.24.1", - "@babel/plugin-transform-class-properties": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json b/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json deleted file mode 100644 index 7bd6465..0000000 --- a/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-nullish-coalescing-operator", - "version": "7.24.1", - "description": "Remove nullish coalescing operator", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-nullish-coalescing-operator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-nullish-coalescing-operator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-numeric-separator/package.json b/node_modules/@babel/plugin-transform-numeric-separator/package.json deleted file mode 100644 index 394681e..0000000 --- a/node_modules/@babel/plugin-transform-numeric-separator/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@babel/plugin-transform-numeric-separator", - "version": "7.24.1", - "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-numeric-separator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-numeric-separator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-object-rest-spread/package.json b/node_modules/@babel/plugin-transform-object-rest-spread/package.json deleted file mode 100644 index cca68da..0000000 --- a/node_modules/@babel/plugin-transform-object-rest-spread/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/plugin-transform-object-rest-spread", - "version": "7.24.1", - "description": "Compile object rest and spread to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-object-rest-spread" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-rest-spread", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/parser": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-object-super/package.json b/node_modules/@babel/plugin-transform-object-super/package.json deleted file mode 100644 index 54f12df..0000000 --- a/node_modules/@babel/plugin-transform-object-super/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-object-super", - "version": "7.24.1", - "description": "Compile ES2015 object super to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-object-super" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-super", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-replace-supers": "^7.24.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-optional-catch-binding/package.json b/node_modules/@babel/plugin-transform-optional-catch-binding/package.json deleted file mode 100644 index 7459e76..0000000 --- a/node_modules/@babel/plugin-transform-optional-catch-binding/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-optional-catch-binding", - "version": "7.24.1", - "description": "Compile optional catch bindings", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-optional-catch-binding" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-catch-binding", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-optional-chaining/package.json b/node_modules/@babel/plugin-transform-optional-chaining/package.json deleted file mode 100644 index 534594f..0000000 --- a/node_modules/@babel/plugin-transform-optional-chaining/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/plugin-transform-optional-chaining", - "version": "7.24.1", - "description": "Transform optional chaining operators into a series of nil checks", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-optional-chaining" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/plugin-transform-block-scoping": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-parameters/package.json b/node_modules/@babel/plugin-transform-parameters/package.json deleted file mode 100644 index 836e8b0..0000000 --- a/node_modules/@babel/plugin-transform-parameters/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-parameters", - "version": "7.24.1", - "description": "Compile ES2015 default and rest parameters to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-parameters" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-parameters", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-private-methods/package.json b/node_modules/@babel/plugin-transform-private-methods/package.json deleted file mode 100644 index c599d4e..0000000 --- a/node_modules/@babel/plugin-transform-private-methods/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-private-methods", - "version": "7.24.1", - "description": "This plugin transforms private class methods", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-private-methods" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-private-methods", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-private-property-in-object/package.json b/node_modules/@babel/plugin-transform-private-property-in-object/package.json deleted file mode 100644 index fbb22fc..0000000 --- a/node_modules/@babel/plugin-transform-private-property-in-object/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@babel/plugin-transform-private-property-in-object", - "version": "7.24.1", - "description": "This plugin transforms checks for a private property in an object", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-private-property-in-object" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-private-property-in-object", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-property-literals/package.json b/node_modules/@babel/plugin-transform-property-literals/package.json deleted file mode 100644 index 0cb1bba..0000000 --- a/node_modules/@babel/plugin-transform-property-literals/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-property-literals", - "version": "7.24.1", - "description": "Ensure that reserved words are quoted in object property keys", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-property-literals" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-property-literals", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-regenerator/package.json b/node_modules/@babel/plugin-transform-regenerator/package.json deleted file mode 100644 index 5ca1f3e..0000000 --- a/node_modules/@babel/plugin-transform-regenerator/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@babel/plugin-transform-regenerator", - "author": "The Babel Team (https://babel.dev/team)", - "description": "Explode async and generator functions into a state machine.", - "version": "7.24.1", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-regenerator" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "regenerator-transform": "^0.15.2" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-reserved-words/package.json b/node_modules/@babel/plugin-transform-reserved-words/package.json deleted file mode 100644 index a27e2fc..0000000 --- a/node_modules/@babel/plugin-transform-reserved-words/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-reserved-words", - "version": "7.24.1", - "description": "Ensure that no reserved words are used.", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-reserved-words" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-runtime/node_modules/semver/package.json b/node_modules/@babel/plugin-transform-runtime/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@babel/plugin-transform-runtime/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@babel/plugin-transform-runtime/package.json b/node_modules/@babel/plugin-transform-runtime/package.json deleted file mode 100644 index d1ca4fc..0000000 --- a/node_modules/@babel/plugin-transform-runtime/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@babel/plugin-transform-runtime", - "version": "7.22.9", - "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-runtime" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "browser": { - "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js", - "./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts" - }, - "dependencies": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.4", - "babel-plugin-polyfill-corejs3": "^0.8.2", - "babel-plugin-polyfill-regenerator": "^0.5.1", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.22.9", - "@babel/helper-plugin-test-runner": "^7.22.5", - "@babel/helpers": "^7.22.6", - "@babel/preset-env": "^7.22.9", - "@babel/runtime": "^7.22.6", - "@babel/runtime-corejs3": "^7.22.6", - "make-dir": "^2.1.0" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-shorthand-properties/package.json b/node_modules/@babel/plugin-transform-shorthand-properties/package.json deleted file mode 100644 index 48fbb61..0000000 --- a/node_modules/@babel/plugin-transform-shorthand-properties/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-shorthand-properties", - "version": "7.24.1", - "description": "Compile ES2015 shorthand properties to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-shorthand-properties" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-spread/package.json b/node_modules/@babel/plugin-transform-spread/package.json deleted file mode 100644 index b4da900..0000000 --- a/node_modules/@babel/plugin-transform-spread/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-spread", - "version": "7.24.1", - "description": "Compile ES2015 spread to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-spread" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-spread", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-sticky-regex/package.json b/node_modules/@babel/plugin-transform-sticky-regex/package.json deleted file mode 100644 index a4a82cf..0000000 --- a/node_modules/@babel/plugin-transform-sticky-regex/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-sticky-regex", - "version": "7.24.1", - "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-sticky-regex" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-template-literals/package.json b/node_modules/@babel/plugin-transform-template-literals/package.json deleted file mode 100644 index 7c165c8..0000000 --- a/node_modules/@babel/plugin-transform-template-literals/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-template-literals", - "version": "7.24.1", - "description": "Compile ES2015 template literals to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-template-literals" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "keywords": [ - "babel-plugin" - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-template-literals", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-typeof-symbol/package.json b/node_modules/@babel/plugin-transform-typeof-symbol/package.json deleted file mode 100644 index 1880500..0000000 --- a/node_modules/@babel/plugin-transform-typeof-symbol/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@babel/plugin-transform-typeof-symbol", - "version": "7.24.1", - "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-typeof-symbol" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/runtime": "^7.24.1", - "@babel/runtime-corejs2": "^7.24.0", - "@babel/runtime-corejs3": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-unicode-escapes/package.json b/node_modules/@babel/plugin-transform-unicode-escapes/package.json deleted file mode 100644 index 4b32385..0000000 --- a/node_modules/@babel/plugin-transform-unicode-escapes/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@babel/plugin-transform-unicode-escapes", - "version": "7.24.1", - "description": "Compile ES2015 Unicode escapes to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-unicode-escapes" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-escapes", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-unicode-property-regex/package.json b/node_modules/@babel/plugin-transform-unicode-property-regex/package.json deleted file mode 100644 index c3bc291..0000000 --- a/node_modules/@babel/plugin-transform-unicode-property-regex/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-transform-unicode-property-regex", - "version": "7.24.1", - "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-property-regex", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "engines": { - "node": ">=6.9.0" - }, - "keywords": [ - "babel-plugin", - "regex", - "regexp", - "regular expressions", - "unicode properties", - "unicode" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-unicode-property-regex" - }, - "bugs": "https://github.com/babel/babel/issues", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-unicode-regex/package.json b/node_modules/@babel/plugin-transform-unicode-regex/package.json deleted file mode 100644 index cb94680..0000000 --- a/node_modules/@babel/plugin-transform-unicode-regex/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@babel/plugin-transform-unicode-regex", - "version": "7.24.1", - "description": "Compile ES2015 Unicode regex to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-unicode-regex" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex", - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json b/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json deleted file mode 100644 index 05a94df..0000000 --- a/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "@babel/plugin-transform-unicode-sets-regex", - "version": "7.24.1", - "description": "Compile regular expressions' unicodeSets (v) flag.", - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin", - "regex", - "regexp", - "unicode", - "sets", - "properties", - "property", - "string", - "strings", - "regular expressions" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-unicode-sets-regex" - }, - "bugs": "https://github.com/babel/babel/issues", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "author": "The Babel Team (https://babel.dev/team)", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/preset-env/data/package.json b/node_modules/@babel/preset-env/data/package.json deleted file mode 100644 index 6acf458..0000000 --- a/node_modules/@babel/preset-env/data/package.json +++ /dev/null @@ -1 +0,0 @@ -{ "type": "commonjs" } \ No newline at end of file diff --git a/node_modules/@babel/preset-env/node_modules/semver/package.json b/node_modules/@babel/preset-env/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@babel/preset-env/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@babel/preset-env/package.json b/node_modules/@babel/preset-env/package.json deleted file mode 100644 index 8181291..0000000 --- a/node_modules/@babel/preset-env/package.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "name": "@babel/preset-env", - "version": "7.22.9", - "description": "A Babel preset for each environment.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-preset-env", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-preset-env" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.9", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@babel/plugin-syntax-import-attributes": "^7.22.5", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.22.5", - "@babel/plugin-transform-async-generator-functions": "^7.22.7", - "@babel/plugin-transform-async-to-generator": "^7.22.5", - "@babel/plugin-transform-block-scoped-functions": "^7.22.5", - "@babel/plugin-transform-block-scoping": "^7.22.5", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-class-static-block": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", - "@babel/plugin-transform-computed-properties": "^7.22.5", - "@babel/plugin-transform-destructuring": "^7.22.5", - "@babel/plugin-transform-dotall-regex": "^7.22.5", - "@babel/plugin-transform-duplicate-keys": "^7.22.5", - "@babel/plugin-transform-dynamic-import": "^7.22.5", - "@babel/plugin-transform-exponentiation-operator": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-function-name": "^7.22.5", - "@babel/plugin-transform-json-strings": "^7.22.5", - "@babel/plugin-transform-literals": "^7.22.5", - "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", - "@babel/plugin-transform-member-expression-literals": "^7.22.5", - "@babel/plugin-transform-modules-amd": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-modules-systemjs": "^7.22.5", - "@babel/plugin-transform-modules-umd": "^7.22.5", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.22.5", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", - "@babel/plugin-transform-numeric-separator": "^7.22.5", - "@babel/plugin-transform-object-rest-spread": "^7.22.5", - "@babel/plugin-transform-object-super": "^7.22.5", - "@babel/plugin-transform-optional-catch-binding": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.6", - "@babel/plugin-transform-parameters": "^7.22.5", - "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.5", - "@babel/plugin-transform-property-literals": "^7.22.5", - "@babel/plugin-transform-regenerator": "^7.22.5", - "@babel/plugin-transform-reserved-words": "^7.22.5", - "@babel/plugin-transform-shorthand-properties": "^7.22.5", - "@babel/plugin-transform-spread": "^7.22.5", - "@babel/plugin-transform-sticky-regex": "^7.22.5", - "@babel/plugin-transform-template-literals": "^7.22.5", - "@babel/plugin-transform-typeof-symbol": "^7.22.5", - "@babel/plugin-transform-unicode-escapes": "^7.22.5", - "@babel/plugin-transform-unicode-property-regex": "^7.22.5", - "@babel/plugin-transform-unicode-regex": "^7.22.5", - "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.4", - "babel-plugin-polyfill-corejs3": "^0.8.2", - "babel-plugin-polyfill-regenerator": "^0.5.1", - "core-js-compat": "^3.31.0", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.22.9", - "@babel/core-7.12": "npm:@babel/core@7.12.9", - "@babel/helper-plugin-test-runner": "^7.22.5", - "@babel/traverse": "^7.22.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/preset-modules/package.json b/node_modules/@babel/preset-modules/package.json deleted file mode 100644 index e117446..0000000 --- a/node_modules/@babel/preset-modules/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "name": "@babel/preset-modules", - "version": "0.1.6", - "description": "A Babel preset that targets modern browsers by fixing engine bugs.", - "main": "lib/index.js", - "license": "MIT", - "scripts": { - "start": "concurrently -r 'npm:watch:* -s'", - "build": "babel src -d lib --ignore '**/*.test.js'", - "test": "eslint src test && jest --colors", - "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'", - "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'", - "test:safari": "npm run test:local -- --browsers sauce-safari-10", - "test:edge": "npm run test:local -- --browsers sauce-edge-16", - "watch:test": "jest --watch", - "watch:build": "npm run -s build -- -w" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/preset-modules.git" - }, - "keywords": [ - "babel", - "preset", - "preset-env", - "modern", - "modules", - "ES Modules", - "module/nomodule" - ], - "files": [ - "src", - "lib" - ], - "lint-staged": { - "*.js": [ - "eslint --format=codeframe" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "jest": { - "testEnvironment": "node", - "roots": [ - "src", - "test" - ] - }, - "eslintConfig": { - "extends": "developit", - "rules": { - "no-console": 0, - "new-cap": 0 - } - }, - "eslintIgnore": [ - "test/fixtures/**/*", - "test/integration/**/*" - ], - "authors": [ - "Jason Miller " - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.7.0", - "@babel/core": "^7.7.2", - "@babel/helper-fixtures": "^7.6.3", - "@babel/helper-plugin-test-runner": "^7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.5.0", - "@babel/plugin-transform-react-jsx": "^7.7.0", - "@babel/preset-env": "^7.9.6", - "acorn-jsx": "^5.0.1", - "babel-eslint": "^10.0.3", - "babel-plugin-add-module-exports": "^1.0.2", - "chalk": "^2.4.2", - "concurrently": "^4.1.0", - "eslint": "^6.6.0", - "eslint-config-babel": "^9.0.0", - "eslint-plugin-flowtype": "3", - "eslint-plugin-import": "^2.18.2", - "eslint-plugin-prettier": "^3.1.1", - "gzip-size": "^5.1.1", - "if-env": "^1.0.4", - "jest": "^24.8.0", - "karmatic": "^1.4.0", - "prettier": "^1.19.1", - "pretty-bytes": "^5.2.0", - "rollup": "^1.16.3", - "rollup-plugin-babel": "^4.3.3", - "rollup-plugin-node-resolve": "^5.2.0", - "terser": "^4.0.2", - "webpack": "^4.35.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } -} diff --git a/node_modules/@babel/regjsgen/package.json b/node_modules/@babel/regjsgen/package.json deleted file mode 100644 index 60fa756..0000000 --- a/node_modules/@babel/regjsgen/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "@babel/regjsgen", - "version": "0.8.0", - "description": "Generate regular expressions from regjsparser’s AST.", - "homepage": "https://github.com/bnjmnt4n/regjsgen", - "main": "regjsgen.js", - "keywords": [ - "ast", - "generate", - "regex", - "regexp", - "regular expressions" - ], - "license": "MIT", - "author": { - "name": "Benjamin Tan", - "url": "https://ofcr.se/" - }, - "repository": { - "type": "git", - "url": "https://github.com/bnjmnt4n/regjsgen.git" - }, - "bugs": "https://github.com/bnjmnt4n/regjsgen/issues", - "files": [ - "LICENSE-MIT.txt", - "regjsgen.js" - ], - "scripts": { - "test": "node tests/tests.js", - "coverage": "nyc --reporter=html npm test", - "report-coverage": "nyc --reporter=lcov npm test && codecov", - "update-fixtures": "node tests/update-fixtures.js" - }, - "devDependencies": { - "codecov": "^3.8.3", - "nyc": "^15.1.0", - "regjsparser": "^0.9.1", - "request": "^2.88.2" - }, - "publishConfig": { - "access": "public" - } -} diff --git a/node_modules/@babel/runtime/helpers/esm/package.json b/node_modules/@babel/runtime/helpers/esm/package.json deleted file mode 100644 index aead43d..0000000 --- a/node_modules/@babel/runtime/helpers/esm/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} \ No newline at end of file diff --git a/node_modules/@babel/runtime/package.json b/node_modules/@babel/runtime/package.json deleted file mode 100644 index c82e395..0000000 --- a/node_modules/@babel/runtime/package.json +++ /dev/null @@ -1,957 +0,0 @@ -{ - "name": "@babel/runtime", - "version": "7.22.6", - "description": "babel's modular runtime helpers", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-runtime" - }, - "homepage": "https://babel.dev/docs/en/next/babel-runtime", - "author": "The Babel Team (https://babel.dev/team)", - "dependencies": { - "regenerator-runtime": "^0.13.11" - }, - "exports": { - "./helpers/AsyncGenerator": [ - { - "node": "./helpers/AsyncGenerator.js", - "import": "./helpers/esm/AsyncGenerator.js", - "default": "./helpers/AsyncGenerator.js" - }, - "./helpers/AsyncGenerator.js" - ], - "./helpers/esm/AsyncGenerator": "./helpers/esm/AsyncGenerator.js", - "./helpers/OverloadYield": [ - { - "node": "./helpers/OverloadYield.js", - "import": "./helpers/esm/OverloadYield.js", - "default": "./helpers/OverloadYield.js" - }, - "./helpers/OverloadYield.js" - ], - "./helpers/esm/OverloadYield": "./helpers/esm/OverloadYield.js", - "./helpers/applyDecs": [ - { - "node": "./helpers/applyDecs.js", - "import": "./helpers/esm/applyDecs.js", - "default": "./helpers/applyDecs.js" - }, - "./helpers/applyDecs.js" - ], - "./helpers/esm/applyDecs": "./helpers/esm/applyDecs.js", - "./helpers/applyDecs2203": [ - { - "node": "./helpers/applyDecs2203.js", - "import": "./helpers/esm/applyDecs2203.js", - "default": "./helpers/applyDecs2203.js" - }, - "./helpers/applyDecs2203.js" - ], - "./helpers/esm/applyDecs2203": "./helpers/esm/applyDecs2203.js", - "./helpers/applyDecs2203R": [ - { - "node": "./helpers/applyDecs2203R.js", - "import": "./helpers/esm/applyDecs2203R.js", - "default": "./helpers/applyDecs2203R.js" - }, - "./helpers/applyDecs2203R.js" - ], - "./helpers/esm/applyDecs2203R": "./helpers/esm/applyDecs2203R.js", - "./helpers/applyDecs2301": [ - { - "node": "./helpers/applyDecs2301.js", - "import": "./helpers/esm/applyDecs2301.js", - "default": "./helpers/applyDecs2301.js" - }, - "./helpers/applyDecs2301.js" - ], - "./helpers/esm/applyDecs2301": "./helpers/esm/applyDecs2301.js", - "./helpers/applyDecs2305": [ - { - "node": "./helpers/applyDecs2305.js", - "import": "./helpers/esm/applyDecs2305.js", - "default": "./helpers/applyDecs2305.js" - }, - "./helpers/applyDecs2305.js" - ], - "./helpers/esm/applyDecs2305": "./helpers/esm/applyDecs2305.js", - "./helpers/asyncGeneratorDelegate": [ - { - "node": "./helpers/asyncGeneratorDelegate.js", - "import": "./helpers/esm/asyncGeneratorDelegate.js", - "default": "./helpers/asyncGeneratorDelegate.js" - }, - "./helpers/asyncGeneratorDelegate.js" - ], - "./helpers/esm/asyncGeneratorDelegate": "./helpers/esm/asyncGeneratorDelegate.js", - "./helpers/asyncIterator": [ - { - "node": "./helpers/asyncIterator.js", - "import": "./helpers/esm/asyncIterator.js", - "default": "./helpers/asyncIterator.js" - }, - "./helpers/asyncIterator.js" - ], - "./helpers/esm/asyncIterator": "./helpers/esm/asyncIterator.js", - "./helpers/awaitAsyncGenerator": [ - { - "node": "./helpers/awaitAsyncGenerator.js", - "import": "./helpers/esm/awaitAsyncGenerator.js", - "default": "./helpers/awaitAsyncGenerator.js" - }, - "./helpers/awaitAsyncGenerator.js" - ], - "./helpers/esm/awaitAsyncGenerator": "./helpers/esm/awaitAsyncGenerator.js", - "./helpers/checkInRHS": [ - { - "node": "./helpers/checkInRHS.js", - "import": "./helpers/esm/checkInRHS.js", - "default": "./helpers/checkInRHS.js" - }, - "./helpers/checkInRHS.js" - ], - "./helpers/esm/checkInRHS": "./helpers/esm/checkInRHS.js", - "./helpers/defineAccessor": [ - { - "node": "./helpers/defineAccessor.js", - "import": "./helpers/esm/defineAccessor.js", - "default": "./helpers/defineAccessor.js" - }, - "./helpers/defineAccessor.js" - ], - "./helpers/esm/defineAccessor": "./helpers/esm/defineAccessor.js", - "./helpers/dispose": [ - { - "node": "./helpers/dispose.js", - "import": "./helpers/esm/dispose.js", - "default": "./helpers/dispose.js" - }, - "./helpers/dispose.js" - ], - "./helpers/esm/dispose": "./helpers/esm/dispose.js", - "./helpers/iterableToArrayLimit": [ - { - "node": "./helpers/iterableToArrayLimit.js", - "import": "./helpers/esm/iterableToArrayLimit.js", - "default": "./helpers/iterableToArrayLimit.js" - }, - "./helpers/iterableToArrayLimit.js" - ], - "./helpers/esm/iterableToArrayLimit": "./helpers/esm/iterableToArrayLimit.js", - "./helpers/iterableToArrayLimitLoose": [ - { - "node": "./helpers/iterableToArrayLimitLoose.js", - "import": "./helpers/esm/iterableToArrayLimitLoose.js", - "default": "./helpers/iterableToArrayLimitLoose.js" - }, - "./helpers/iterableToArrayLimitLoose.js" - ], - "./helpers/esm/iterableToArrayLimitLoose": "./helpers/esm/iterableToArrayLimitLoose.js", - "./helpers/jsx": [ - { - "node": "./helpers/jsx.js", - "import": "./helpers/esm/jsx.js", - "default": "./helpers/jsx.js" - }, - "./helpers/jsx.js" - ], - "./helpers/esm/jsx": "./helpers/esm/jsx.js", - "./helpers/objectSpread2": [ - { - "node": "./helpers/objectSpread2.js", - "import": "./helpers/esm/objectSpread2.js", - "default": "./helpers/objectSpread2.js" - }, - "./helpers/objectSpread2.js" - ], - "./helpers/esm/objectSpread2": "./helpers/esm/objectSpread2.js", - "./helpers/regeneratorRuntime": [ - { - "node": "./helpers/regeneratorRuntime.js", - "import": "./helpers/esm/regeneratorRuntime.js", - "default": "./helpers/regeneratorRuntime.js" - }, - "./helpers/regeneratorRuntime.js" - ], - "./helpers/esm/regeneratorRuntime": "./helpers/esm/regeneratorRuntime.js", - "./helpers/typeof": [ - { - "node": "./helpers/typeof.js", - "import": "./helpers/esm/typeof.js", - "default": "./helpers/typeof.js" - }, - "./helpers/typeof.js" - ], - "./helpers/esm/typeof": "./helpers/esm/typeof.js", - "./helpers/using": [ - { - "node": "./helpers/using.js", - "import": "./helpers/esm/using.js", - "default": "./helpers/using.js" - }, - "./helpers/using.js" - ], - "./helpers/esm/using": "./helpers/esm/using.js", - "./helpers/wrapRegExp": [ - { - "node": "./helpers/wrapRegExp.js", - "import": "./helpers/esm/wrapRegExp.js", - "default": "./helpers/wrapRegExp.js" - }, - "./helpers/wrapRegExp.js" - ], - "./helpers/esm/wrapRegExp": "./helpers/esm/wrapRegExp.js", - "./helpers/AwaitValue": [ - { - "node": "./helpers/AwaitValue.js", - "import": "./helpers/esm/AwaitValue.js", - "default": "./helpers/AwaitValue.js" - }, - "./helpers/AwaitValue.js" - ], - "./helpers/esm/AwaitValue": "./helpers/esm/AwaitValue.js", - "./helpers/wrapAsyncGenerator": [ - { - "node": "./helpers/wrapAsyncGenerator.js", - "import": "./helpers/esm/wrapAsyncGenerator.js", - "default": "./helpers/wrapAsyncGenerator.js" - }, - "./helpers/wrapAsyncGenerator.js" - ], - "./helpers/esm/wrapAsyncGenerator": "./helpers/esm/wrapAsyncGenerator.js", - "./helpers/asyncToGenerator": [ - { - "node": "./helpers/asyncToGenerator.js", - "import": "./helpers/esm/asyncToGenerator.js", - "default": "./helpers/asyncToGenerator.js" - }, - "./helpers/asyncToGenerator.js" - ], - "./helpers/esm/asyncToGenerator": "./helpers/esm/asyncToGenerator.js", - "./helpers/classCallCheck": [ - { - "node": "./helpers/classCallCheck.js", - "import": "./helpers/esm/classCallCheck.js", - "default": "./helpers/classCallCheck.js" - }, - "./helpers/classCallCheck.js" - ], - "./helpers/esm/classCallCheck": "./helpers/esm/classCallCheck.js", - "./helpers/createClass": [ - { - "node": "./helpers/createClass.js", - "import": "./helpers/esm/createClass.js", - "default": "./helpers/createClass.js" - }, - "./helpers/createClass.js" - ], - "./helpers/esm/createClass": "./helpers/esm/createClass.js", - "./helpers/defineEnumerableProperties": [ - { - "node": "./helpers/defineEnumerableProperties.js", - "import": "./helpers/esm/defineEnumerableProperties.js", - "default": "./helpers/defineEnumerableProperties.js" - }, - "./helpers/defineEnumerableProperties.js" - ], - "./helpers/esm/defineEnumerableProperties": "./helpers/esm/defineEnumerableProperties.js", - "./helpers/defaults": [ - { - "node": "./helpers/defaults.js", - "import": "./helpers/esm/defaults.js", - "default": "./helpers/defaults.js" - }, - "./helpers/defaults.js" - ], - "./helpers/esm/defaults": "./helpers/esm/defaults.js", - "./helpers/defineProperty": [ - { - "node": "./helpers/defineProperty.js", - "import": "./helpers/esm/defineProperty.js", - "default": "./helpers/defineProperty.js" - }, - "./helpers/defineProperty.js" - ], - "./helpers/esm/defineProperty": "./helpers/esm/defineProperty.js", - "./helpers/extends": [ - { - "node": "./helpers/extends.js", - "import": "./helpers/esm/extends.js", - "default": "./helpers/extends.js" - }, - "./helpers/extends.js" - ], - "./helpers/esm/extends": "./helpers/esm/extends.js", - "./helpers/objectSpread": [ - { - "node": "./helpers/objectSpread.js", - "import": "./helpers/esm/objectSpread.js", - "default": "./helpers/objectSpread.js" - }, - "./helpers/objectSpread.js" - ], - "./helpers/esm/objectSpread": "./helpers/esm/objectSpread.js", - "./helpers/inherits": [ - { - "node": "./helpers/inherits.js", - "import": "./helpers/esm/inherits.js", - "default": "./helpers/inherits.js" - }, - "./helpers/inherits.js" - ], - "./helpers/esm/inherits": "./helpers/esm/inherits.js", - "./helpers/inheritsLoose": [ - { - "node": "./helpers/inheritsLoose.js", - "import": "./helpers/esm/inheritsLoose.js", - "default": "./helpers/inheritsLoose.js" - }, - "./helpers/inheritsLoose.js" - ], - "./helpers/esm/inheritsLoose": "./helpers/esm/inheritsLoose.js", - "./helpers/getPrototypeOf": [ - { - "node": "./helpers/getPrototypeOf.js", - "import": "./helpers/esm/getPrototypeOf.js", - "default": "./helpers/getPrototypeOf.js" - }, - "./helpers/getPrototypeOf.js" - ], - "./helpers/esm/getPrototypeOf": "./helpers/esm/getPrototypeOf.js", - "./helpers/setPrototypeOf": [ - { - "node": "./helpers/setPrototypeOf.js", - "import": "./helpers/esm/setPrototypeOf.js", - "default": "./helpers/setPrototypeOf.js" - }, - "./helpers/setPrototypeOf.js" - ], - "./helpers/esm/setPrototypeOf": "./helpers/esm/setPrototypeOf.js", - "./helpers/isNativeReflectConstruct": [ - { - "node": "./helpers/isNativeReflectConstruct.js", - "import": "./helpers/esm/isNativeReflectConstruct.js", - "default": "./helpers/isNativeReflectConstruct.js" - }, - "./helpers/isNativeReflectConstruct.js" - ], - "./helpers/esm/isNativeReflectConstruct": "./helpers/esm/isNativeReflectConstruct.js", - "./helpers/construct": [ - { - "node": "./helpers/construct.js", - "import": "./helpers/esm/construct.js", - "default": "./helpers/construct.js" - }, - "./helpers/construct.js" - ], - "./helpers/esm/construct": "./helpers/esm/construct.js", - "./helpers/isNativeFunction": [ - { - "node": "./helpers/isNativeFunction.js", - "import": "./helpers/esm/isNativeFunction.js", - "default": "./helpers/isNativeFunction.js" - }, - "./helpers/isNativeFunction.js" - ], - "./helpers/esm/isNativeFunction": "./helpers/esm/isNativeFunction.js", - "./helpers/wrapNativeSuper": [ - { - "node": "./helpers/wrapNativeSuper.js", - "import": "./helpers/esm/wrapNativeSuper.js", - "default": "./helpers/wrapNativeSuper.js" - }, - "./helpers/wrapNativeSuper.js" - ], - "./helpers/esm/wrapNativeSuper": "./helpers/esm/wrapNativeSuper.js", - "./helpers/instanceof": [ - { - "node": "./helpers/instanceof.js", - "import": "./helpers/esm/instanceof.js", - "default": "./helpers/instanceof.js" - }, - "./helpers/instanceof.js" - ], - "./helpers/esm/instanceof": "./helpers/esm/instanceof.js", - "./helpers/interopRequireDefault": [ - { - "node": "./helpers/interopRequireDefault.js", - "import": "./helpers/esm/interopRequireDefault.js", - "default": "./helpers/interopRequireDefault.js" - }, - "./helpers/interopRequireDefault.js" - ], - "./helpers/esm/interopRequireDefault": "./helpers/esm/interopRequireDefault.js", - "./helpers/interopRequireWildcard": [ - { - "node": "./helpers/interopRequireWildcard.js", - "import": "./helpers/esm/interopRequireWildcard.js", - "default": "./helpers/interopRequireWildcard.js" - }, - "./helpers/interopRequireWildcard.js" - ], - "./helpers/esm/interopRequireWildcard": "./helpers/esm/interopRequireWildcard.js", - "./helpers/newArrowCheck": [ - { - "node": "./helpers/newArrowCheck.js", - "import": "./helpers/esm/newArrowCheck.js", - "default": "./helpers/newArrowCheck.js" - }, - "./helpers/newArrowCheck.js" - ], - "./helpers/esm/newArrowCheck": "./helpers/esm/newArrowCheck.js", - "./helpers/objectDestructuringEmpty": [ - { - "node": "./helpers/objectDestructuringEmpty.js", - "import": "./helpers/esm/objectDestructuringEmpty.js", - "default": "./helpers/objectDestructuringEmpty.js" - }, - "./helpers/objectDestructuringEmpty.js" - ], - "./helpers/esm/objectDestructuringEmpty": "./helpers/esm/objectDestructuringEmpty.js", - "./helpers/objectWithoutPropertiesLoose": [ - { - "node": "./helpers/objectWithoutPropertiesLoose.js", - "import": "./helpers/esm/objectWithoutPropertiesLoose.js", - "default": "./helpers/objectWithoutPropertiesLoose.js" - }, - "./helpers/objectWithoutPropertiesLoose.js" - ], - "./helpers/esm/objectWithoutPropertiesLoose": "./helpers/esm/objectWithoutPropertiesLoose.js", - "./helpers/objectWithoutProperties": [ - { - "node": "./helpers/objectWithoutProperties.js", - "import": "./helpers/esm/objectWithoutProperties.js", - "default": "./helpers/objectWithoutProperties.js" - }, - "./helpers/objectWithoutProperties.js" - ], - "./helpers/esm/objectWithoutProperties": "./helpers/esm/objectWithoutProperties.js", - "./helpers/assertThisInitialized": [ - { - "node": "./helpers/assertThisInitialized.js", - "import": "./helpers/esm/assertThisInitialized.js", - "default": "./helpers/assertThisInitialized.js" - }, - "./helpers/assertThisInitialized.js" - ], - "./helpers/esm/assertThisInitialized": "./helpers/esm/assertThisInitialized.js", - "./helpers/possibleConstructorReturn": [ - { - "node": "./helpers/possibleConstructorReturn.js", - "import": "./helpers/esm/possibleConstructorReturn.js", - "default": "./helpers/possibleConstructorReturn.js" - }, - "./helpers/possibleConstructorReturn.js" - ], - "./helpers/esm/possibleConstructorReturn": "./helpers/esm/possibleConstructorReturn.js", - "./helpers/createSuper": [ - { - "node": "./helpers/createSuper.js", - "import": "./helpers/esm/createSuper.js", - "default": "./helpers/createSuper.js" - }, - "./helpers/createSuper.js" - ], - "./helpers/esm/createSuper": "./helpers/esm/createSuper.js", - "./helpers/superPropBase": [ - { - "node": "./helpers/superPropBase.js", - "import": "./helpers/esm/superPropBase.js", - "default": "./helpers/superPropBase.js" - }, - "./helpers/superPropBase.js" - ], - "./helpers/esm/superPropBase": "./helpers/esm/superPropBase.js", - "./helpers/get": [ - { - "node": "./helpers/get.js", - "import": "./helpers/esm/get.js", - "default": "./helpers/get.js" - }, - "./helpers/get.js" - ], - "./helpers/esm/get": "./helpers/esm/get.js", - "./helpers/set": [ - { - "node": "./helpers/set.js", - "import": "./helpers/esm/set.js", - "default": "./helpers/set.js" - }, - "./helpers/set.js" - ], - "./helpers/esm/set": "./helpers/esm/set.js", - "./helpers/taggedTemplateLiteral": [ - { - "node": "./helpers/taggedTemplateLiteral.js", - "import": "./helpers/esm/taggedTemplateLiteral.js", - "default": "./helpers/taggedTemplateLiteral.js" - }, - "./helpers/taggedTemplateLiteral.js" - ], - "./helpers/esm/taggedTemplateLiteral": "./helpers/esm/taggedTemplateLiteral.js", - "./helpers/taggedTemplateLiteralLoose": [ - { - "node": "./helpers/taggedTemplateLiteralLoose.js", - "import": "./helpers/esm/taggedTemplateLiteralLoose.js", - "default": "./helpers/taggedTemplateLiteralLoose.js" - }, - "./helpers/taggedTemplateLiteralLoose.js" - ], - "./helpers/esm/taggedTemplateLiteralLoose": "./helpers/esm/taggedTemplateLiteralLoose.js", - "./helpers/readOnlyError": [ - { - "node": "./helpers/readOnlyError.js", - "import": "./helpers/esm/readOnlyError.js", - "default": "./helpers/readOnlyError.js" - }, - "./helpers/readOnlyError.js" - ], - "./helpers/esm/readOnlyError": "./helpers/esm/readOnlyError.js", - "./helpers/writeOnlyError": [ - { - "node": "./helpers/writeOnlyError.js", - "import": "./helpers/esm/writeOnlyError.js", - "default": "./helpers/writeOnlyError.js" - }, - "./helpers/writeOnlyError.js" - ], - "./helpers/esm/writeOnlyError": "./helpers/esm/writeOnlyError.js", - "./helpers/classNameTDZError": [ - { - "node": "./helpers/classNameTDZError.js", - "import": "./helpers/esm/classNameTDZError.js", - "default": "./helpers/classNameTDZError.js" - }, - "./helpers/classNameTDZError.js" - ], - "./helpers/esm/classNameTDZError": "./helpers/esm/classNameTDZError.js", - "./helpers/temporalUndefined": [ - { - "node": "./helpers/temporalUndefined.js", - "import": "./helpers/esm/temporalUndefined.js", - "default": "./helpers/temporalUndefined.js" - }, - "./helpers/temporalUndefined.js" - ], - "./helpers/esm/temporalUndefined": "./helpers/esm/temporalUndefined.js", - "./helpers/tdz": [ - { - "node": "./helpers/tdz.js", - "import": "./helpers/esm/tdz.js", - "default": "./helpers/tdz.js" - }, - "./helpers/tdz.js" - ], - "./helpers/esm/tdz": "./helpers/esm/tdz.js", - "./helpers/temporalRef": [ - { - "node": "./helpers/temporalRef.js", - "import": "./helpers/esm/temporalRef.js", - "default": "./helpers/temporalRef.js" - }, - "./helpers/temporalRef.js" - ], - "./helpers/esm/temporalRef": "./helpers/esm/temporalRef.js", - "./helpers/slicedToArray": [ - { - "node": "./helpers/slicedToArray.js", - "import": "./helpers/esm/slicedToArray.js", - "default": "./helpers/slicedToArray.js" - }, - "./helpers/slicedToArray.js" - ], - "./helpers/esm/slicedToArray": "./helpers/esm/slicedToArray.js", - "./helpers/slicedToArrayLoose": [ - { - "node": "./helpers/slicedToArrayLoose.js", - "import": "./helpers/esm/slicedToArrayLoose.js", - "default": "./helpers/slicedToArrayLoose.js" - }, - "./helpers/slicedToArrayLoose.js" - ], - "./helpers/esm/slicedToArrayLoose": "./helpers/esm/slicedToArrayLoose.js", - "./helpers/toArray": [ - { - "node": "./helpers/toArray.js", - "import": "./helpers/esm/toArray.js", - "default": "./helpers/toArray.js" - }, - "./helpers/toArray.js" - ], - "./helpers/esm/toArray": "./helpers/esm/toArray.js", - "./helpers/toConsumableArray": [ - { - "node": "./helpers/toConsumableArray.js", - "import": "./helpers/esm/toConsumableArray.js", - "default": "./helpers/toConsumableArray.js" - }, - "./helpers/toConsumableArray.js" - ], - "./helpers/esm/toConsumableArray": "./helpers/esm/toConsumableArray.js", - "./helpers/arrayWithoutHoles": [ - { - "node": "./helpers/arrayWithoutHoles.js", - "import": "./helpers/esm/arrayWithoutHoles.js", - "default": "./helpers/arrayWithoutHoles.js" - }, - "./helpers/arrayWithoutHoles.js" - ], - "./helpers/esm/arrayWithoutHoles": "./helpers/esm/arrayWithoutHoles.js", - "./helpers/arrayWithHoles": [ - { - "node": "./helpers/arrayWithHoles.js", - "import": "./helpers/esm/arrayWithHoles.js", - "default": "./helpers/arrayWithHoles.js" - }, - "./helpers/arrayWithHoles.js" - ], - "./helpers/esm/arrayWithHoles": "./helpers/esm/arrayWithHoles.js", - "./helpers/maybeArrayLike": [ - { - "node": "./helpers/maybeArrayLike.js", - "import": "./helpers/esm/maybeArrayLike.js", - "default": "./helpers/maybeArrayLike.js" - }, - "./helpers/maybeArrayLike.js" - ], - "./helpers/esm/maybeArrayLike": "./helpers/esm/maybeArrayLike.js", - "./helpers/iterableToArray": [ - { - "node": "./helpers/iterableToArray.js", - "import": "./helpers/esm/iterableToArray.js", - "default": "./helpers/iterableToArray.js" - }, - "./helpers/iterableToArray.js" - ], - "./helpers/esm/iterableToArray": "./helpers/esm/iterableToArray.js", - "./helpers/unsupportedIterableToArray": [ - { - "node": "./helpers/unsupportedIterableToArray.js", - "import": "./helpers/esm/unsupportedIterableToArray.js", - "default": "./helpers/unsupportedIterableToArray.js" - }, - "./helpers/unsupportedIterableToArray.js" - ], - "./helpers/esm/unsupportedIterableToArray": "./helpers/esm/unsupportedIterableToArray.js", - "./helpers/arrayLikeToArray": [ - { - "node": "./helpers/arrayLikeToArray.js", - "import": "./helpers/esm/arrayLikeToArray.js", - "default": "./helpers/arrayLikeToArray.js" - }, - "./helpers/arrayLikeToArray.js" - ], - "./helpers/esm/arrayLikeToArray": "./helpers/esm/arrayLikeToArray.js", - "./helpers/nonIterableSpread": [ - { - "node": "./helpers/nonIterableSpread.js", - "import": "./helpers/esm/nonIterableSpread.js", - "default": "./helpers/nonIterableSpread.js" - }, - "./helpers/nonIterableSpread.js" - ], - "./helpers/esm/nonIterableSpread": "./helpers/esm/nonIterableSpread.js", - "./helpers/nonIterableRest": [ - { - "node": "./helpers/nonIterableRest.js", - "import": "./helpers/esm/nonIterableRest.js", - "default": "./helpers/nonIterableRest.js" - }, - "./helpers/nonIterableRest.js" - ], - "./helpers/esm/nonIterableRest": "./helpers/esm/nonIterableRest.js", - "./helpers/createForOfIteratorHelper": [ - { - "node": "./helpers/createForOfIteratorHelper.js", - "import": "./helpers/esm/createForOfIteratorHelper.js", - "default": "./helpers/createForOfIteratorHelper.js" - }, - "./helpers/createForOfIteratorHelper.js" - ], - "./helpers/esm/createForOfIteratorHelper": "./helpers/esm/createForOfIteratorHelper.js", - "./helpers/createForOfIteratorHelperLoose": [ - { - "node": "./helpers/createForOfIteratorHelperLoose.js", - "import": "./helpers/esm/createForOfIteratorHelperLoose.js", - "default": "./helpers/createForOfIteratorHelperLoose.js" - }, - "./helpers/createForOfIteratorHelperLoose.js" - ], - "./helpers/esm/createForOfIteratorHelperLoose": "./helpers/esm/createForOfIteratorHelperLoose.js", - "./helpers/skipFirstGeneratorNext": [ - { - "node": "./helpers/skipFirstGeneratorNext.js", - "import": "./helpers/esm/skipFirstGeneratorNext.js", - "default": "./helpers/skipFirstGeneratorNext.js" - }, - "./helpers/skipFirstGeneratorNext.js" - ], - "./helpers/esm/skipFirstGeneratorNext": "./helpers/esm/skipFirstGeneratorNext.js", - "./helpers/toPrimitive": [ - { - "node": "./helpers/toPrimitive.js", - "import": "./helpers/esm/toPrimitive.js", - "default": "./helpers/toPrimitive.js" - }, - "./helpers/toPrimitive.js" - ], - "./helpers/esm/toPrimitive": "./helpers/esm/toPrimitive.js", - "./helpers/toPropertyKey": [ - { - "node": "./helpers/toPropertyKey.js", - "import": "./helpers/esm/toPropertyKey.js", - "default": "./helpers/toPropertyKey.js" - }, - "./helpers/toPropertyKey.js" - ], - "./helpers/esm/toPropertyKey": "./helpers/esm/toPropertyKey.js", - "./helpers/initializerWarningHelper": [ - { - "node": "./helpers/initializerWarningHelper.js", - "import": "./helpers/esm/initializerWarningHelper.js", - "default": "./helpers/initializerWarningHelper.js" - }, - "./helpers/initializerWarningHelper.js" - ], - "./helpers/esm/initializerWarningHelper": "./helpers/esm/initializerWarningHelper.js", - "./helpers/initializerDefineProperty": [ - { - "node": "./helpers/initializerDefineProperty.js", - "import": "./helpers/esm/initializerDefineProperty.js", - "default": "./helpers/initializerDefineProperty.js" - }, - "./helpers/initializerDefineProperty.js" - ], - "./helpers/esm/initializerDefineProperty": "./helpers/esm/initializerDefineProperty.js", - "./helpers/applyDecoratedDescriptor": [ - { - "node": "./helpers/applyDecoratedDescriptor.js", - "import": "./helpers/esm/applyDecoratedDescriptor.js", - "default": "./helpers/applyDecoratedDescriptor.js" - }, - "./helpers/applyDecoratedDescriptor.js" - ], - "./helpers/esm/applyDecoratedDescriptor": "./helpers/esm/applyDecoratedDescriptor.js", - "./helpers/classPrivateFieldLooseKey": [ - { - "node": "./helpers/classPrivateFieldLooseKey.js", - "import": "./helpers/esm/classPrivateFieldLooseKey.js", - "default": "./helpers/classPrivateFieldLooseKey.js" - }, - "./helpers/classPrivateFieldLooseKey.js" - ], - "./helpers/esm/classPrivateFieldLooseKey": "./helpers/esm/classPrivateFieldLooseKey.js", - "./helpers/classPrivateFieldLooseBase": [ - { - "node": "./helpers/classPrivateFieldLooseBase.js", - "import": "./helpers/esm/classPrivateFieldLooseBase.js", - "default": "./helpers/classPrivateFieldLooseBase.js" - }, - "./helpers/classPrivateFieldLooseBase.js" - ], - "./helpers/esm/classPrivateFieldLooseBase": "./helpers/esm/classPrivateFieldLooseBase.js", - "./helpers/classPrivateFieldGet": [ - { - "node": "./helpers/classPrivateFieldGet.js", - "import": "./helpers/esm/classPrivateFieldGet.js", - "default": "./helpers/classPrivateFieldGet.js" - }, - "./helpers/classPrivateFieldGet.js" - ], - "./helpers/esm/classPrivateFieldGet": "./helpers/esm/classPrivateFieldGet.js", - "./helpers/classPrivateFieldSet": [ - { - "node": "./helpers/classPrivateFieldSet.js", - "import": "./helpers/esm/classPrivateFieldSet.js", - "default": "./helpers/classPrivateFieldSet.js" - }, - "./helpers/classPrivateFieldSet.js" - ], - "./helpers/esm/classPrivateFieldSet": "./helpers/esm/classPrivateFieldSet.js", - "./helpers/classPrivateFieldDestructureSet": [ - { - "node": "./helpers/classPrivateFieldDestructureSet.js", - "import": "./helpers/esm/classPrivateFieldDestructureSet.js", - "default": "./helpers/classPrivateFieldDestructureSet.js" - }, - "./helpers/classPrivateFieldDestructureSet.js" - ], - "./helpers/esm/classPrivateFieldDestructureSet": "./helpers/esm/classPrivateFieldDestructureSet.js", - "./helpers/classExtractFieldDescriptor": [ - { - "node": "./helpers/classExtractFieldDescriptor.js", - "import": "./helpers/esm/classExtractFieldDescriptor.js", - "default": "./helpers/classExtractFieldDescriptor.js" - }, - "./helpers/classExtractFieldDescriptor.js" - ], - "./helpers/esm/classExtractFieldDescriptor": "./helpers/esm/classExtractFieldDescriptor.js", - "./helpers/classStaticPrivateFieldSpecGet": [ - { - "node": "./helpers/classStaticPrivateFieldSpecGet.js", - "import": "./helpers/esm/classStaticPrivateFieldSpecGet.js", - "default": "./helpers/classStaticPrivateFieldSpecGet.js" - }, - "./helpers/classStaticPrivateFieldSpecGet.js" - ], - "./helpers/esm/classStaticPrivateFieldSpecGet": "./helpers/esm/classStaticPrivateFieldSpecGet.js", - "./helpers/classStaticPrivateFieldSpecSet": [ - { - "node": "./helpers/classStaticPrivateFieldSpecSet.js", - "import": "./helpers/esm/classStaticPrivateFieldSpecSet.js", - "default": "./helpers/classStaticPrivateFieldSpecSet.js" - }, - "./helpers/classStaticPrivateFieldSpecSet.js" - ], - "./helpers/esm/classStaticPrivateFieldSpecSet": "./helpers/esm/classStaticPrivateFieldSpecSet.js", - "./helpers/classStaticPrivateMethodGet": [ - { - "node": "./helpers/classStaticPrivateMethodGet.js", - "import": "./helpers/esm/classStaticPrivateMethodGet.js", - "default": "./helpers/classStaticPrivateMethodGet.js" - }, - "./helpers/classStaticPrivateMethodGet.js" - ], - "./helpers/esm/classStaticPrivateMethodGet": "./helpers/esm/classStaticPrivateMethodGet.js", - "./helpers/classStaticPrivateMethodSet": [ - { - "node": "./helpers/classStaticPrivateMethodSet.js", - "import": "./helpers/esm/classStaticPrivateMethodSet.js", - "default": "./helpers/classStaticPrivateMethodSet.js" - }, - "./helpers/classStaticPrivateMethodSet.js" - ], - "./helpers/esm/classStaticPrivateMethodSet": "./helpers/esm/classStaticPrivateMethodSet.js", - "./helpers/classApplyDescriptorGet": [ - { - "node": "./helpers/classApplyDescriptorGet.js", - "import": "./helpers/esm/classApplyDescriptorGet.js", - "default": "./helpers/classApplyDescriptorGet.js" - }, - "./helpers/classApplyDescriptorGet.js" - ], - "./helpers/esm/classApplyDescriptorGet": "./helpers/esm/classApplyDescriptorGet.js", - "./helpers/classApplyDescriptorSet": [ - { - "node": "./helpers/classApplyDescriptorSet.js", - "import": "./helpers/esm/classApplyDescriptorSet.js", - "default": "./helpers/classApplyDescriptorSet.js" - }, - "./helpers/classApplyDescriptorSet.js" - ], - "./helpers/esm/classApplyDescriptorSet": "./helpers/esm/classApplyDescriptorSet.js", - "./helpers/classApplyDescriptorDestructureSet": [ - { - "node": "./helpers/classApplyDescriptorDestructureSet.js", - "import": "./helpers/esm/classApplyDescriptorDestructureSet.js", - "default": "./helpers/classApplyDescriptorDestructureSet.js" - }, - "./helpers/classApplyDescriptorDestructureSet.js" - ], - "./helpers/esm/classApplyDescriptorDestructureSet": "./helpers/esm/classApplyDescriptorDestructureSet.js", - "./helpers/classStaticPrivateFieldDestructureSet": [ - { - "node": "./helpers/classStaticPrivateFieldDestructureSet.js", - "import": "./helpers/esm/classStaticPrivateFieldDestructureSet.js", - "default": "./helpers/classStaticPrivateFieldDestructureSet.js" - }, - "./helpers/classStaticPrivateFieldDestructureSet.js" - ], - "./helpers/esm/classStaticPrivateFieldDestructureSet": "./helpers/esm/classStaticPrivateFieldDestructureSet.js", - "./helpers/classCheckPrivateStaticAccess": [ - { - "node": "./helpers/classCheckPrivateStaticAccess.js", - "import": "./helpers/esm/classCheckPrivateStaticAccess.js", - "default": "./helpers/classCheckPrivateStaticAccess.js" - }, - "./helpers/classCheckPrivateStaticAccess.js" - ], - "./helpers/esm/classCheckPrivateStaticAccess": "./helpers/esm/classCheckPrivateStaticAccess.js", - "./helpers/classCheckPrivateStaticFieldDescriptor": [ - { - "node": "./helpers/classCheckPrivateStaticFieldDescriptor.js", - "import": "./helpers/esm/classCheckPrivateStaticFieldDescriptor.js", - "default": "./helpers/classCheckPrivateStaticFieldDescriptor.js" - }, - "./helpers/classCheckPrivateStaticFieldDescriptor.js" - ], - "./helpers/esm/classCheckPrivateStaticFieldDescriptor": "./helpers/esm/classCheckPrivateStaticFieldDescriptor.js", - "./helpers/decorate": [ - { - "node": "./helpers/decorate.js", - "import": "./helpers/esm/decorate.js", - "default": "./helpers/decorate.js" - }, - "./helpers/decorate.js" - ], - "./helpers/esm/decorate": "./helpers/esm/decorate.js", - "./helpers/classPrivateMethodGet": [ - { - "node": "./helpers/classPrivateMethodGet.js", - "import": "./helpers/esm/classPrivateMethodGet.js", - "default": "./helpers/classPrivateMethodGet.js" - }, - "./helpers/classPrivateMethodGet.js" - ], - "./helpers/esm/classPrivateMethodGet": "./helpers/esm/classPrivateMethodGet.js", - "./helpers/checkPrivateRedeclaration": [ - { - "node": "./helpers/checkPrivateRedeclaration.js", - "import": "./helpers/esm/checkPrivateRedeclaration.js", - "default": "./helpers/checkPrivateRedeclaration.js" - }, - "./helpers/checkPrivateRedeclaration.js" - ], - "./helpers/esm/checkPrivateRedeclaration": "./helpers/esm/checkPrivateRedeclaration.js", - "./helpers/classPrivateFieldInitSpec": [ - { - "node": "./helpers/classPrivateFieldInitSpec.js", - "import": "./helpers/esm/classPrivateFieldInitSpec.js", - "default": "./helpers/classPrivateFieldInitSpec.js" - }, - "./helpers/classPrivateFieldInitSpec.js" - ], - "./helpers/esm/classPrivateFieldInitSpec": "./helpers/esm/classPrivateFieldInitSpec.js", - "./helpers/classPrivateMethodInitSpec": [ - { - "node": "./helpers/classPrivateMethodInitSpec.js", - "import": "./helpers/esm/classPrivateMethodInitSpec.js", - "default": "./helpers/classPrivateMethodInitSpec.js" - }, - "./helpers/classPrivateMethodInitSpec.js" - ], - "./helpers/esm/classPrivateMethodInitSpec": "./helpers/esm/classPrivateMethodInitSpec.js", - "./helpers/classPrivateMethodSet": [ - { - "node": "./helpers/classPrivateMethodSet.js", - "import": "./helpers/esm/classPrivateMethodSet.js", - "default": "./helpers/classPrivateMethodSet.js" - }, - "./helpers/classPrivateMethodSet.js" - ], - "./helpers/esm/classPrivateMethodSet": "./helpers/esm/classPrivateMethodSet.js", - "./helpers/identity": [ - { - "node": "./helpers/identity.js", - "import": "./helpers/esm/identity.js", - "default": "./helpers/identity.js" - }, - "./helpers/identity.js" - ], - "./helpers/esm/identity": "./helpers/esm/identity.js", - "./package": "./package.json", - "./package.json": "./package.json", - "./regenerator": "./regenerator/index.js", - "./regenerator/*.js": "./regenerator/*.js", - "./regenerator/": "./regenerator/" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/template/package.json b/node_modules/@babel/template/package.json deleted file mode 100644 index 7f7eb96..0000000 --- a/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.22.5", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/traverse/node_modules/@babel/generator/package.json b/node_modules/@babel/traverse/node_modules/@babel/generator/package.json deleted file mode 100644 index 786aec0..0000000 --- a/node_modules/@babel/traverse/node_modules/@babel/generator/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/generator", - "version": "7.24.4", - "description": "Turns an AST into code.", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-generator", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen", - "main": "./lib/index.js", - "files": [ - "lib" - ], - "dependencies": { - "@babel/types": "^7.24.0", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "devDependencies": { - "@babel/helper-fixtures": "^7.24.4", - "@babel/parser": "^7.24.4", - "@jridgewell/sourcemap-codec": "^1.4.15", - "@types/jsesc": "^2.5.0", - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/traverse/package.json b/node_modules/@babel/traverse/package.json deleted file mode 100644 index 7f5e26c..0000000 --- a/node_modules/@babel/traverse/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/traverse", - "version": "7.24.1", - "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-traverse", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-traverse" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.24.1", - "@babel/generator": "^7.24.1", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.1", - "@babel/types": "^7.24.0", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@babel/types/package.json b/node_modules/@babel/types/package.json deleted file mode 100644 index b1d457d..0000000 --- a/node_modules/@babel/types/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@babel/types", - "version": "7.24.0", - "description": "Babel Types is a Lodash-esque utility library for AST nodes", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-types", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-types" - }, - "main": "./lib/index.js", - "types": "./lib/index-legacy.d.ts", - "typesVersions": { - ">=3.7": { - "lib/index-legacy.d.ts": [ - "lib/index.d.ts" - ] - } - }, - "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" - }, - "devDependencies": { - "@babel/generator": "^7.23.6", - "@babel/parser": "^7.24.0", - "glob": "^7.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/bootstrap/package.json b/node_modules/@c8y/bootstrap/package.json deleted file mode 100644 index 1ae27e8..0000000 --- a/node_modules/@c8y/bootstrap/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@c8y/bootstrap", - "version": "1019.6.11", - "license": "Apache-2.0", - "author": "Cumulocity", - "description": "Bootstrap layer", - "type": "module", - "exports": { - ".": "./dist/index.js" - }, - "main": "./dist/index.js", - "engines": { - "node": ">=14" - }, - "scripts": { - "build": "rimraf dist && tsc -p ./tsconfig.json" - }, - "files": [ - "dist/" - ], - "devDependencies": { - "typescript": "4.9.5" - }, - "builders": "./dist/builders.json", - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "devkit", - "tools" - ], - "dependencies": { - "chroma-js": "2.4.2", - "lodash": "4.17.21" - } -} \ No newline at end of file diff --git a/node_modules/@c8y/client/node_modules/@types/node/package.json b/node_modules/@c8y/client/node_modules/@types/node/package.json deleted file mode 100644 index 686c095..0000000 --- a/node_modules/@c8y/client/node_modules/@types/node/package.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "name": "@types/node", - "version": "14.11.11", - "description": "TypeScript definitions for Node.js", - "license": "MIT", - "contributors": [ - { - "name": "Microsoft TypeScript", - "url": "https://github.com/Microsoft", - "githubUsername": "Microsoft" - }, - { - "name": "DefinitelyTyped", - "url": "https://github.com/DefinitelyTyped", - "githubUsername": "DefinitelyTyped" - }, - { - "name": "Alberto Schiabel", - "url": "https://github.com/jkomyno", - "githubUsername": "jkomyno" - }, - { - "name": "Alexander T.", - "url": "https://github.com/a-tarasyuk", - "githubUsername": "a-tarasyuk" - }, - { - "name": "Alvis HT Tang", - "url": "https://github.com/alvis", - "githubUsername": "alvis" - }, - { - "name": "Andrew Makarov", - "url": "https://github.com/r3nya", - "githubUsername": "r3nya" - }, - { - "name": "Benjamin Toueg", - "url": "https://github.com/btoueg", - "githubUsername": "btoueg" - }, - { - "name": "Bruno Scheufler", - "url": "https://github.com/brunoscheufler", - "githubUsername": "brunoscheufler" - }, - { - "name": "Chigozirim C.", - "url": "https://github.com/smac89", - "githubUsername": "smac89" - }, - { - "name": "David Junger", - "url": "https://github.com/touffy", - "githubUsername": "touffy" - }, - { - "name": "Deividas Bakanas", - "url": "https://github.com/DeividasBakanas", - "githubUsername": "DeividasBakanas" - }, - { - "name": "Eugene Y. Q. Shen", - "url": "https://github.com/eyqs", - "githubUsername": "eyqs" - }, - { - "name": "Flarna", - "url": "https://github.com/Flarna", - "githubUsername": "Flarna" - }, - { - "name": "Hannes Magnusson", - "url": "https://github.com/Hannes-Magnusson-CK", - "githubUsername": "Hannes-Magnusson-CK" - }, - { - "name": "Hoàng Văn Khải", - "url": "https://github.com/KSXGitHub", - "githubUsername": "KSXGitHub" - }, - { - "name": "Huw", - "url": "https://github.com/hoo29", - "githubUsername": "hoo29" - }, - { - "name": "Kelvin Jin", - "url": "https://github.com/kjin", - "githubUsername": "kjin" - }, - { - "name": "Klaus Meinhardt", - "url": "https://github.com/ajafff", - "githubUsername": "ajafff" - }, - { - "name": "Lishude", - "url": "https://github.com/islishude", - "githubUsername": "islishude" - }, - { - "name": "Mariusz Wiktorczyk", - "url": "https://github.com/mwiktorczyk", - "githubUsername": "mwiktorczyk" - }, - { - "name": "Mohsen Azimi", - "url": "https://github.com/mohsen1", - "githubUsername": "mohsen1" - }, - { - "name": "Nicolas Even", - "url": "https://github.com/n-e", - "githubUsername": "n-e" - }, - { - "name": "Nikita Galkin", - "url": "https://github.com/galkin", - "githubUsername": "galkin" - }, - { - "name": "Parambir Singh", - "url": "https://github.com/parambirs", - "githubUsername": "parambirs" - }, - { - "name": "Sebastian Silbermann", - "url": "https://github.com/eps1lon", - "githubUsername": "eps1lon" - }, - { - "name": "Simon Schick", - "url": "https://github.com/SimonSchick", - "githubUsername": "SimonSchick" - }, - { - "name": "Thomas den Hollander", - "url": "https://github.com/ThomasdenH", - "githubUsername": "ThomasdenH" - }, - { - "name": "Wilco Bakker", - "url": "https://github.com/WilcoBakker", - "githubUsername": "WilcoBakker" - }, - { - "name": "wwwy3y3", - "url": "https://github.com/wwwy3y3", - "githubUsername": "wwwy3y3" - }, - { - "name": "Samuel Ainsworth", - "url": "https://github.com/samuela", - "githubUsername": "samuela" - }, - { - "name": "Kyle Uehlein", - "url": "https://github.com/kuehlein", - "githubUsername": "kuehlein" - }, - { - "name": "Jordi Oliveras Rovira", - "url": "https://github.com/j-oliveras", - "githubUsername": "j-oliveras" - }, - { - "name": "Thanik Bhongbhibhat", - "url": "https://github.com/bhongy", - "githubUsername": "bhongy" - }, - { - "name": "Marcin Kopacz", - "url": "https://github.com/chyzwar", - "githubUsername": "chyzwar" - }, - { - "name": "Trivikram Kamat", - "url": "https://github.com/trivikr", - "githubUsername": "trivikr" - }, - { - "name": "Minh Son Nguyen", - "url": "https://github.com/nguymin4", - "githubUsername": "nguymin4" - }, - { - "name": "Junxiao Shi", - "url": "https://github.com/yoursunny", - "githubUsername": "yoursunny" - }, - { - "name": "Ilia Baryshnikov", - "url": "https://github.com/qwelias", - "githubUsername": "qwelias" - }, - { - "name": "ExE Boss", - "url": "https://github.com/ExE-Boss", - "githubUsername": "ExE-Boss" - }, - { - "name": "Surasak Chaisurin", - "url": "https://github.com/Ryan-Willpower", - "githubUsername": "Ryan-Willpower" - }, - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - }, - { - "name": "Anna Henningsen", - "url": "https://github.com/addaleax", - "githubUsername": "addaleax" - }, - { - "name": "Jason Kwok", - "url": "https://github.com/JasonHK", - "githubUsername": "JasonHK" - }, - { - "name": "Victor Perin", - "url": "https://github.com/victorperin", - "githubUsername": "victorperin" - } - ], - "main": "", - "types": "index.d.ts", - "typesVersions": { - "<=3.4": { - "*": [ - "ts3.4/*" - ] - }, - "<=3.6": { - "*": [ - "ts3.6/*" - ] - } - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "c2b0b558a90b2111443786aacee9bd00dccbb5b39a303db22beb1f851fd91469", - "typeScriptVersion": "3.2" -} \ No newline at end of file diff --git a/node_modules/@c8y/client/package.json b/node_modules/@c8y/client/package.json deleted file mode 100644 index 389df3d..0000000 --- a/node_modules/@c8y/client/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "@c8y/client", - "version": "1019.13.5", - "license": "Apache-2.0", - "author": "Cumulocity", - "description": "Client application programming interface to access the Cumulocity IoT-Platform REST services.", - "scripts": { - "build": "rimraf lib && yarn build:esm2015 && yarn build:cjs && yarn build:typings && yarn build:rollup", - "build:cjs": "tsc -p . --module commonjs --outDir lib/cjs", - "build:esm2015": "tsc -p . --target es2015 --outDir lib/esm2015", - "build:typings": "tsc -p . --emitDeclarationOnly true --declaration true --declarationDir lib", - "build:rollup": "rollup -c --bundleConfigAsCjs", - "docs": "typedoc ./index.ts", - "prepare": "rimraf lib && yarn build", - "test:coverage": "jest --coverage", - "test:watch": "jest --watch", - "test": "jest", - "watch": "tsc --watch" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "require": "./lib/cjs/index.js", - "import": "./lib/esm2015/index.js", - "esm2015": "./lib/esm2015/index.js", - "default": "./lib/esm2015/index.js" - }, - "./package.json": "./package.json", - "./src/test": "./src/test/index.ts" - }, - "files": [ - "NOTICES", - "typedoc.json", - "jest.config.js", - "lib" - ], - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "Client", - "API", - "REST", - "fetch" - ], - "browser": "lib/bundles/client.umd.js", - "module": "lib/esm2015/index.js", - "types": "lib/index.d.ts", - "dependencies": { - "@types/cometd": "4.0.8", - "@types/node": "14.11.11", - "b2a": "1.1.2", - "cometd": "4.0.8", - "cometd-nodejs-client": "1.0.2", - "cross-fetch": "3.1.5", - "form-data": "4.0.0", - "isomorphic-cometd": "1.1.0" - }, - "devDependencies": { - "@types/fs-extra": "11.0.4", - "@types/jest": "^29.5.10", - "fs-extra": "11.2.0", - "ncp": "2.0.0", - "rimraf": "2.6.2", - "rollup": "^3.27.2", - "rollup-plugin-commonjs": "10.1.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-uglify": "6.0.4", - "ts-jest": "^29.1.1", - "typedoc": "0.25.7", - "typescript": "4.9.5" - } -} \ No newline at end of file diff --git a/node_modules/@c8y/style/cumulocity.json b/node_modules/@c8y/style/cumulocity.json deleted file mode 100644 index 1b442cd..0000000 --- a/node_modules/@c8y/style/cumulocity.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "Branding: Cumulocity", - "category": "Branding", - "description": "Branding for Cumulocity", - "copy": [ - { - "files": "img/*", - "webpackIgnore": true - }, - { - "files": "assets/*", - "webpackIgnore": true - }, - { - "files": "font/*", - "webpackIgnore": true - } - ], - "less": [ - "branding.less" - ] -} diff --git a/node_modules/@c8y/style/package.json b/node_modules/@c8y/style/package.json deleted file mode 100644 index 88ca6f1..0000000 --- a/node_modules/@c8y/style/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "@c8y/style", - "version": "1019.6.11", - "license": "Apache-2.0", - "author": "Cumulocity GmbH", - "description": "Styles for Cumulocity IoT applications", - "main": "main.less", - "scripts": { - "test": "sh ./__tests__/generate-brandings.sh" - }, - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "Branding", - "Style", - "CSS", - "less" - ] -} \ No newline at end of file diff --git a/node_modules/@c8y/websdk/package.json b/node_modules/@c8y/websdk/package.json deleted file mode 100644 index 2a31f29..0000000 --- a/node_modules/@c8y/websdk/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@c8y/websdk", - "version": "1019.6.11", - "description": "Allows to scaffold a Cumulocity IoT application with ng add @c8y/websdk", - "license": "Apache-2.0", - "scripts": { - "test": "jest", - "build": "rimraf ./dist && tsc -p ./tsconfig.json && yarn build:applist", - "postbuild": "mkdirp ./dist/ng-add/ && yarn copy:schemas", - "copy:schemas": "npx ncp ./collection.json ./dist/collection.json && npx ncp ./ng-add/ng-add.json ./dist/ng-add/ng-add.json", - "build:applist": "ts-node ./tools/app-list-extract.ts" - }, - "schematics": "./dist/collection.json", - "files": [ - "dist/" - ], - "dependencies": { - "yargs": "17.7.2" - }, - "devDependencies": { - "mkdirp": "3.0.1", - "ts-node": "10.9.2" - }, - "author": "" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular-devkit/build-angular/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular-devkit/build-angular/package.json deleted file mode 100755 index 6d9ce48..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular-devkit/build-angular/package.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "name": "@angular-devkit/build-angular", - "version": "16.2.13", - "description": "Angular Webpack Build Facade", - "main": "src/index.js", - "typings": "src/index.d.ts", - "builders": "builders.json", - "dependencies": { - "@ampproject/remapping": "2.2.1", - "@angular-devkit/architect": "0.1602.13", - "@angular-devkit/build-webpack": "0.1602.13", - "@angular-devkit/core": "16.2.13", - "@babel/core": "7.22.9", - "@babel/generator": "7.22.9", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/plugin-proposal-async-generator-functions": "7.20.7", - "@babel/plugin-transform-async-to-generator": "7.22.5", - "@babel/plugin-transform-runtime": "7.22.9", - "@babel/preset-env": "7.22.9", - "@babel/runtime": "7.22.6", - "@babel/template": "7.22.5", - "@discoveryjs/json-ext": "0.5.7", - "@ngtools/webpack": "16.2.13", - "@vitejs/plugin-basic-ssl": "1.0.1", - "ansi-colors": "4.1.3", - "autoprefixer": "10.4.14", - "babel-loader": "9.1.3", - "babel-plugin-istanbul": "6.1.1", - "browserslist": "^4.21.5", - "chokidar": "3.5.3", - "copy-webpack-plugin": "11.0.0", - "critters": "0.0.20", - "css-loader": "6.8.1", - "esbuild-wasm": "0.18.17", - "fast-glob": "3.3.1", - "guess-parser": "0.4.22", - "https-proxy-agent": "5.0.1", - "inquirer": "8.2.4", - "jsonc-parser": "3.2.0", - "karma-source-map-support": "1.4.0", - "less": "4.1.3", - "less-loader": "11.1.0", - "license-webpack-plugin": "4.0.2", - "loader-utils": "3.2.1", - "magic-string": "0.30.1", - "mini-css-extract-plugin": "2.7.6", - "mrmime": "1.0.1", - "open": "8.4.2", - "ora": "5.4.1", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "2.3.1", - "piscina": "4.0.0", - "postcss": "8.4.31", - "postcss-loader": "7.3.3", - "resolve-url-loader": "5.0.0", - "rxjs": "7.8.1", - "sass": "1.64.1", - "sass-loader": "13.3.2", - "semver": "7.5.4", - "source-map-loader": "4.0.1", - "source-map-support": "0.5.21", - "terser": "5.19.2", - "text-table": "0.2.0", - "tree-kill": "1.2.2", - "tslib": "2.6.1", - "vite": "4.5.2", - "webpack": "5.88.2", - "webpack-dev-middleware": "6.1.2", - "webpack-dev-server": "4.15.1", - "webpack-merge": "5.9.0", - "webpack-subresource-integrity": "5.1.0" - }, - "optionalDependencies": { - "esbuild": "0.18.17" - }, - "peerDependencies": { - "@angular/compiler-cli": "^16.0.0", - "@angular/localize": "^16.0.0", - "@angular/platform-server": "^16.0.0", - "@angular/service-worker": "^16.0.0", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", - "karma": "^6.3.0", - "ng-packagr": "^16.0.0", - "protractor": "^7.0.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=4.9.3 <5.2" - }, - "peerDependenciesMeta": { - "@angular/localize": { - "optional": true - }, - "@angular/platform-server": { - "optional": true - }, - "@angular/service-worker": { - "optional": true - }, - "jest": { - "optional": true - }, - "jest-environment-jsdom": { - "optional": true - }, - "karma": { - "optional": true - }, - "ng-packagr": { - "optional": true - }, - "protractor": { - "optional": true - }, - "tailwindcss": { - "optional": true - } - }, - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "devkit", - "sdk" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map/package.json deleted file mode 100644 index c38f29f..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "convert-source-map", - "version": "2.0.0", - "description": "Converts a source-map from/to different formats and allows adding/changing properties.", - "main": "index.js", - "scripts": { - "test": "tap test/*.js --color" - }, - "repository": { - "type": "git", - "url": "git://github.com/thlorenz/convert-source-map.git" - }, - "homepage": "https://github.com/thlorenz/convert-source-map", - "devDependencies": { - "inline-source-map": "~0.6.2", - "tap": "~9.0.0" - }, - "keywords": [ - "convert", - "sourcemap", - "source", - "map", - "browser", - "debug" - ], - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" - }, - "license": "MIT", - "engine": { - "node": ">=4" - }, - "files": [ - "index.js" - ] -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/package.json deleted file mode 100644 index bd8a010..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/core/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "@babel/core", - "version": "7.23.2", - "description": "Babel compiler core.", - "main": "./lib/index.js", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-core" - }, - "homepage": "https://babel.dev/docs/en/next/babel-core", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen", - "keywords": [ - "6to5", - "babel", - "classes", - "const", - "es6", - "harmony", - "let", - "modules", - "transpile", - "transpiler", - "var", - "babel-core", - "compiler" - ], - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - }, - "browser": { - "./lib/config/files/index.js": "./lib/config/files/index-browser.js", - "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js", - "./lib/transform-file.js": "./lib/transform-file-browser.js", - "./src/config/files/index.ts": "./src/config/files/index-browser.ts", - "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts", - "./src/transform-file.ts": "./src/transform-file-browser.ts" - }, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.2", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.2", - "@babel/types": "^7.23.0", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/helper-transform-fixture-test-runner": "^7.22.19", - "@babel/plugin-syntax-flow": "^7.22.5", - "@babel/plugin-transform-flow-strip-types": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.23.0", - "@babel/preset-env": "^7.23.2", - "@babel/preset-typescript": "^7.23.2", - "@jridgewell/trace-mapping": "^0.3.17", - "@types/convert-source-map": "^2.0.0", - "@types/debug": "^4.1.0", - "@types/gensync": "^1.0.0", - "@types/resolve": "^1.3.2", - "@types/semver": "^5.4.0", - "rimraf": "^3.0.0", - "ts-node": "^10.9.1" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/generator/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/generator/package.json deleted file mode 100644 index 786aec0..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/generator/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/generator", - "version": "7.24.4", - "description": "Turns an AST into code.", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-generator", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen", - "main": "./lib/index.js", - "files": [ - "lib" - ], - "dependencies": { - "@babel/types": "^7.24.0", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "devDependencies": { - "@babel/helper-fixtures": "^7.24.4", - "@babel/parser": "^7.24.4", - "@jridgewell/sourcemap-codec": "^1.4.15", - "@types/jsesc": "^2.5.0", - "charcodes": "^0.2.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/template/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/template/package.json deleted file mode 100644 index 7077203..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/node_modules/@babel/template/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@babel/template", - "version": "7.24.0", - "description": "Generate an AST from a string template.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-template", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-template" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/package.json b/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/package.json deleted file mode 100755 index af22d3b..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@angular/compiler-cli/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "@angular/compiler-cli", - "version": "16.2.12", - "description": "Angular - the compiler CLI for Node.js", - "typings": "index.d.ts", - "bin": { - "ngcc": "./bundles/ngcc/index.js", - "ngc": "./bundles/src/bin/ngc.js", - "ng-xi18n": "./bundles/src/bin/ng_xi18n.js" - }, - "type": "module", - "exports": { - ".": { - "types": "./index.d.ts", - "default": "./bundles/index.js" - }, - "./package.json": { - "default": "./package.json" - }, - "./linker": { - "types": "./linker/index.d.ts", - "default": "./bundles/linker/index.js" - }, - "./linker/babel": { - "types": "./linker/babel/index.d.ts", - "default": "./bundles/linker/babel/index.js" - }, - "./private/bazel": { - "types": "./private/bazel.d.ts", - "default": "./bundles/private/bazel.js" - }, - "./private/localize": { - "types": "./private/localize.d.ts", - "default": "./bundles/private/localize.js" - }, - "./private/migrations": { - "types": "./private/migrations.d.ts", - "default": "./bundles/private/migrations.js" - }, - "./private/tooling": { - "types": "./private/tooling.d.ts", - "default": "./bundles/private/tooling.js" - } - }, - "dependencies": { - "@babel/core": "7.23.2", - "@jridgewell/sourcemap-codec": "^1.4.14", - "reflect-metadata": "^0.1.2", - "chokidar": "^3.0.0", - "convert-source-map": "^1.5.1", - "semver": "^7.0.0", - "tslib": "^2.3.0", - "yargs": "^17.2.1" - }, - "peerDependencies": { - "@angular/compiler": "16.2.12", - "typescript": ">=4.9.3 <5.2" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.git", - "directory": "packages/compiler-cli" - }, - "keywords": [ - "angular", - "compiler" - ], - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.10.0" - }, - "bugs": { - "url": "https://github.com/angular/angular/issues" - }, - "homepage": "https://github.com/angular/angular/tree/main/packages/compiler-cli", - "ng-update": { - "packageGroup": [ - "@angular/core", - "@angular/bazel", - "@angular/common", - "@angular/compiler", - "@angular/compiler-cli", - "@angular/animations", - "@angular/elements", - "@angular/platform-browser", - "@angular/platform-browser-dynamic", - "@angular/forms", - "@angular/platform-server", - "@angular/upgrade", - "@angular/router", - "@angular/language-service", - "@angular/localize", - "@angular/service-worker" - ] - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/client/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/client/package.json deleted file mode 100644 index 1e97880..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/client/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "@c8y/client", - "version": "1019.6.11", - "license": "Apache-2.0", - "author": "Cumulocity", - "description": "Client application programming interface to access the Cumulocity IoT-Platform REST services.", - "scripts": { - "build": "rimraf lib && yarn build:esm2015 && yarn build:cjs && yarn build:typings && yarn build:rollup", - "build:cjs": "tsc -p . --module commonjs --outDir lib/cjs", - "build:esm2015": "tsc -p . --target es2015 --outDir lib/esm2015", - "build:typings": "tsc -p . --emitDeclarationOnly true --declaration true --declarationDir lib", - "build:rollup": "rollup -c --bundleConfigAsCjs", - "docs": "typedoc ./index.ts", - "prepare": "rimraf lib && yarn build", - "test:coverage": "jest --coverage", - "test:watch": "jest --watch", - "test": "jest", - "watch": "tsc --watch" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "require": "./lib/cjs/index.js", - "import": "./lib/esm2015/index.js", - "esm2015": "./lib/esm2015/index.js", - "default": "./lib/esm2015/index.js" - }, - "./package.json": "./package.json", - "./src/test": "./src/test/index.ts" - }, - "files": [ - "NOTICES", - "typedoc.json", - "jest.config.js", - "lib" - ], - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "Client", - "API", - "REST", - "fetch" - ], - "browser": "lib/bundles/client.umd.js", - "module": "lib/esm2015/index.js", - "types": "lib/index.d.ts", - "dependencies": { - "@types/cometd": "4.0.8", - "@types/node": "14.11.11", - "b2a": "1.1.2", - "cometd": "4.0.8", - "cometd-nodejs-client": "1.0.2", - "cross-fetch": "3.1.5", - "form-data": "4.0.0", - "isomorphic-cometd": "1.1.0" - }, - "devDependencies": { - "@types/fs-extra": "11.0.4", - "@types/jest": "^29.5.10", - "fs-extra": "11.2.0", - "ncp": "2.0.0", - "rimraf": "2.6.2", - "rollup": "^3.27.2", - "rollup-plugin-commonjs": "10.1.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-uglify": "6.0.4", - "ts-jest": "^29.1.1", - "typedoc": "0.25.7", - "typescript": "4.9.5" - } -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/cli/node_modules/commander/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/cli/node_modules/commander/package.json deleted file mode 100644 index e4781e5..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/cli/node_modules/commander/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "commander", - "version": "4.1.1", - "description": "the complete solution for node.js command-line programs", - "keywords": [ - "commander", - "command", - "option", - "parser" - ], - "author": "TJ Holowaychuk ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/tj/commander.js.git" - }, - "scripts": { - "lint": "eslint index.js \"tests/**/*.js\"", - "test": "jest && npm run test-typings", - "test-typings": "tsc -p tsconfig.json" - }, - "main": "index", - "files": [ - "index.js", - "typings/index.d.ts" - ], - "dependencies": {}, - "devDependencies": { - "@types/jest": "^24.0.23", - "@types/node": "^12.12.11", - "eslint": "^6.7.0", - "eslint-plugin-jest": "^22.21.0", - "jest": "^24.8.0", - "standard": "^14.3.1", - "typescript": "^3.7.2" - }, - "typings": "typings/index.d.ts", - "engines": { - "node": ">= 6" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/cli/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/cli/package.json deleted file mode 100644 index 1cf264a..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/cli/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "@babel/cli", - "version": "7.23.4", - "description": "Babel command line.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-cli", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-cli" - }, - "keywords": [ - "6to5", - "babel", - "es6", - "transpile", - "transpiler", - "babel-cli", - "compiler" - ], - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "commander": "^4.0.1", - "convert-source-map": "^2.0.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - }, - "optionalDependencies": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.23.3", - "@babel/helper-fixtures": "^7.23.4", - "@types/fs-readdir-recursive": "^1.1.0", - "@types/glob": "^7.2.0", - "rimraf": "^3.0.0", - "semver": "^6.3.1" - }, - "bin": { - "babel": "./bin/babel.js", - "babel-external-helpers": "./bin/babel-external-helpers.js" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/node_modules/semver/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/package.json deleted file mode 100644 index 57a6a05..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/eslint-parser/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "@babel/eslint-parser", - "version": "7.24.1", - "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", - "author": "The Babel Team (https://babel.dev/team)", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "eslint/babel-eslint-parser" - }, - "publishConfig": { - "access": "public" - }, - "bugs": { - "url": "https://github.com/babel/babel/issues" - }, - "homepage": "https://babel.dev/", - "engines": { - "node": "^10.13.0 || ^12.13.0 || >=14.0.0" - }, - "main": "./lib/index.cjs", - "type": "commonjs", - "exports": { - ".": "./lib/index.cjs", - "./experimental-worker": "./lib/experimental-worker.cjs", - "./package.json": "./package.json" - }, - "peerDependencies": { - "@babel/core": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" - }, - "dependencies": { - "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@types/eslint": "^8.56.2", - "@types/estree": "^1.0.5", - "@typescript-eslint/scope-manager": "^6.19.0", - "dedent": "^0.7.0", - "eslint": "^8.22.0" - } -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json deleted file mode 100644 index 39e2c14..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", - "version": "7.24.4", - "description": "Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-bugfix-firefox-class-in-computed-class-key" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-firefox-class-in-computed-class-key", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin", - "bugfix" - ], - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json deleted file mode 100644 index 08cd641..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "version": "7.24.1", - "description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin", - "bugfix" - ], - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-object-rest-spread/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-object-rest-spread/package.json deleted file mode 100644 index b8d6455..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-object-rest-spread/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@babel/plugin-proposal-object-rest-spread", - "version": "7.20.7", - "description": "Compile object rest and spread to ES5", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-proposal-object-rest-spread" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.20.7", - "@babel/helper-plugin-test-runner": "^7.18.6", - "@babel/parser": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-optional-chaining/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-optional-chaining/package.json deleted file mode 100644 index f3441bb..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-proposal-optional-chaining/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@babel/plugin-proposal-optional-chaining", - "version": "7.21.0", - "description": "Transform optional chaining operators into a series of nil checks", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-proposal-optional-chaining" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.21.0", - "@babel/helper-plugin-test-runner": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.21.0", - "@babel/traverse": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-transform-async-to-generator/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-transform-async-to-generator/package.json deleted file mode 100644 index 6cf9473..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/plugin-transform-async-to-generator/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@babel/plugin-transform-async-to-generator", - "version": "7.24.1", - "description": "Turn async functions into ES2015 generators", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-plugin-transform-async-to-generator" - }, - "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "./lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-module-imports": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.1", - "@babel/helper-plugin-test-runner": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "author": "The Babel Team (https://babel.dev/team)", - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/data/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/data/package.json deleted file mode 100644 index 6acf458..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/data/package.json +++ /dev/null @@ -1 +0,0 @@ -{ "type": "commonjs" } \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/node_modules/semver/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/package.json deleted file mode 100644 index a9e9b7c..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-env/package.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "name": "@babel/preset-env", - "version": "7.24.4", - "description": "A Babel preset for each environment.", - "author": "The Babel Team (https://babel.dev/team)", - "homepage": "https://babel.dev/docs/en/next/babel-preset-env", - "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel.git", - "directory": "packages/babel-preset-env" - }, - "main": "./lib/index.js", - "dependencies": { - "@babel/compat-data": "^7.24.4", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.4", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.1", - "@babel/plugin-syntax-import-attributes": "^7.24.1", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.1", - "@babel/plugin-transform-async-generator-functions": "^7.24.3", - "@babel/plugin-transform-async-to-generator": "^7.24.1", - "@babel/plugin-transform-block-scoped-functions": "^7.24.1", - "@babel/plugin-transform-block-scoping": "^7.24.4", - "@babel/plugin-transform-class-properties": "^7.24.1", - "@babel/plugin-transform-class-static-block": "^7.24.4", - "@babel/plugin-transform-classes": "^7.24.1", - "@babel/plugin-transform-computed-properties": "^7.24.1", - "@babel/plugin-transform-destructuring": "^7.24.1", - "@babel/plugin-transform-dotall-regex": "^7.24.1", - "@babel/plugin-transform-duplicate-keys": "^7.24.1", - "@babel/plugin-transform-dynamic-import": "^7.24.1", - "@babel/plugin-transform-exponentiation-operator": "^7.24.1", - "@babel/plugin-transform-export-namespace-from": "^7.24.1", - "@babel/plugin-transform-for-of": "^7.24.1", - "@babel/plugin-transform-function-name": "^7.24.1", - "@babel/plugin-transform-json-strings": "^7.24.1", - "@babel/plugin-transform-literals": "^7.24.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", - "@babel/plugin-transform-member-expression-literals": "^7.24.1", - "@babel/plugin-transform-modules-amd": "^7.24.1", - "@babel/plugin-transform-modules-commonjs": "^7.24.1", - "@babel/plugin-transform-modules-systemjs": "^7.24.1", - "@babel/plugin-transform-modules-umd": "^7.24.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.24.1", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", - "@babel/plugin-transform-numeric-separator": "^7.24.1", - "@babel/plugin-transform-object-rest-spread": "^7.24.1", - "@babel/plugin-transform-object-super": "^7.24.1", - "@babel/plugin-transform-optional-catch-binding": "^7.24.1", - "@babel/plugin-transform-optional-chaining": "^7.24.1", - "@babel/plugin-transform-parameters": "^7.24.1", - "@babel/plugin-transform-private-methods": "^7.24.1", - "@babel/plugin-transform-private-property-in-object": "^7.24.1", - "@babel/plugin-transform-property-literals": "^7.24.1", - "@babel/plugin-transform-regenerator": "^7.24.1", - "@babel/plugin-transform-reserved-words": "^7.24.1", - "@babel/plugin-transform-shorthand-properties": "^7.24.1", - "@babel/plugin-transform-spread": "^7.24.1", - "@babel/plugin-transform-sticky-regex": "^7.24.1", - "@babel/plugin-transform-template-literals": "^7.24.1", - "@babel/plugin-transform-typeof-symbol": "^7.24.1", - "@babel/plugin-transform-unicode-escapes": "^7.24.1", - "@babel/plugin-transform-unicode-property-regex": "^7.24.1", - "@babel/plugin-transform-unicode-regex": "^7.24.1", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.1", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/core-7.12": "npm:@babel/core@7.12.9", - "@babel/helper-plugin-test-runner": "^7.24.1", - "@babel/traverse": "^7.24.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "type": "commonjs" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-modules/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-modules/package.json deleted file mode 100644 index 76c9762..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/@babel/preset-modules/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "@babel/preset-modules", - "version": "0.1.6-no-external-plugins", - "description": "A Babel preset that targets modern browsers by fixing engine bugs.", - "main": "lib/index.js", - "license": "MIT", - "scripts": { - "start": "concurrently -r 'npm:watch:* -s'", - "build": "babel src -d lib --ignore '**/*.test.js'", - "test": "eslint src test && jest --colors", - "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'", - "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'", - "test:safari": "npm run test:local -- --browsers sauce-safari-10", - "test:edge": "npm run test:local -- --browsers sauce-edge-16", - "watch:test": "jest --watch", - "watch:build": "npm run -s build -- -w" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/preset-modules.git" - }, - "keywords": [ - "babel", - "preset", - "preset-env", - "modern", - "modules", - "ES Modules", - "module/nomodule" - ], - "files": [ - "src", - "lib" - ], - "lint-staged": { - "*.js": [ - "eslint --format=codeframe" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "jest": { - "testEnvironment": "node", - "roots": [ - "src", - "test" - ] - }, - "eslintConfig": { - "extends": "developit", - "rules": { - "no-console": 0, - "new-cap": 0 - } - }, - "eslintIgnore": [ - "test/fixtures/**/*", - "test/integration/**/*" - ], - "authors": [ - "Jason Miller " - ], - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.7.0", - "@babel/core": "^7.7.2", - "@babel/helper-fixtures": "^7.6.3", - "@babel/helper-plugin-test-runner": "^7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.5.0", - "@babel/plugin-transform-react-jsx": "^7.7.0", - "@babel/preset-env": "^7.9.6", - "acorn-jsx": "^5.0.1", - "babel-eslint": "^10.0.3", - "babel-plugin-add-module-exports": "^1.0.2", - "chalk": "^2.4.2", - "concurrently": "^4.1.0", - "eslint": "^6.6.0", - "eslint-config-babel": "^9.0.0", - "eslint-plugin-flowtype": "3", - "eslint-plugin-import": "^2.18.2", - "eslint-plugin-prettier": "^3.1.1", - "gzip-size": "^5.1.1", - "if-env": "^1.0.4", - "jest": "^24.8.0", - "karmatic": "^1.4.0", - "prettier": "^1.19.1", - "pretty-bytes": "^5.2.0", - "rollup": "^1.16.3", - "rollup-plugin-babel": "^4.3.3", - "rollup-plugin-node-resolve": "^5.2.0", - "terser": "^4.0.2", - "webpack": "^4.35.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-corejs3/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-corejs3/package.json deleted file mode 100644 index f631266..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-corejs3/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "babel-plugin-polyfill-corejs3", - "version": "0.10.4", - "description": "A Babel plugin to inject imports to core-js@3 polyfills", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-corejs3" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" - }, - "devDependencies": { - "@babel/core": "^7.22.6", - "@babel/helper-plugin-test-runner": "^7.22.5", - "@babel/plugin-proposal-decorators": "^7.22.15", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-runtime": "^7.22.15", - "@babel/plugin-transform-spread": "^7.22.5", - "core-js": "^3.36.1", - "core-js-pure": "^3.36.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "a5db9c31c5b5474b4018e6178bc40882fc3eb5bf" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-regenerator/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-regenerator/package.json deleted file mode 100644 index 60d9256..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/babel-plugin-polyfill-regenerator/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "babel-plugin-polyfill-regenerator", - "version": "0.6.1", - "description": "A Babel plugin to inject imports to regenerator-runtime", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-regenerator" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1" - }, - "devDependencies": { - "@babel/core": "^7.17.8", - "@babel/helper-plugin-test-runner": "^7.16.7", - "@babel/plugin-transform-regenerator": "~7.14.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "1ce88db2507db2ef3d2ed2a2f920a3cf0b9364b5" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/convert-source-map/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/convert-source-map/package.json deleted file mode 100644 index c38f29f..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/convert-source-map/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "convert-source-map", - "version": "2.0.0", - "description": "Converts a source-map from/to different formats and allows adding/changing properties.", - "main": "index.js", - "scripts": { - "test": "tap test/*.js --color" - }, - "repository": { - "type": "git", - "url": "git://github.com/thlorenz/convert-source-map.git" - }, - "homepage": "https://github.com/thlorenz/convert-source-map", - "devDependencies": { - "inline-source-map": "~0.6.2", - "tap": "~9.0.0" - }, - "keywords": [ - "convert", - "sourcemap", - "source", - "map", - "browser", - "debug" - ], - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" - }, - "license": "MIT", - "engine": { - "node": ">=4" - }, - "files": [ - "index.js" - ] -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/css-loader/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/css-loader/package.json deleted file mode 100644 index e6fe456..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/css-loader/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "css-loader", - "version": "5.0.1", - "description": "css loader module for webpack", - "license": "MIT", - "repository": "webpack-contrib/css-loader", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack-contrib/css-loader", - "bugs": "https://github.com/webpack-contrib/css-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 10.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "postbuild": "npm run validate:runtime", - "commitlint": "commitlint --from=master", - "security": "npm audit", - "lint:prettier": "prettier --list-different .", - "lint:js": "eslint --cache .", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "npm run build", - "release": "standard-version", - "defaults": "webpack-defaults" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^4.27.0 || ^5.0.0" - }, - "dependencies": { - "camelcase": "^6.2.0", - "cssesc": "^3.0.0", - "icss-utils": "^5.0.0", - "loader-utils": "^2.0.0", - "postcss": "^8.1.4", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.2" - }, - "devDependencies": { - "@babel/cli": "^7.12.1", - "@babel/core": "^7.12.3", - "@babel/preset-env": "^7.12.1", - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "@webpack-contrib/defaults": "^6.3.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^26.6.3", - "cross-env": "^7.0.2", - "del": "^6.0.0", - "del-cli": "^3.0.1", - "es-check": "^5.1.2", - "eslint": "^7.12.1", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-import": "^2.22.1", - "file-loader": "^6.2.0", - "husky": "^4.3.0", - "jest": "^26.6.3", - "less": "^3.12.2", - "less-loader": "^7.0.2", - "lint-staged": "^10.5.1", - "memfs": "^3.2.0", - "mini-css-extract-plugin": "^1.2.1", - "npm-run-all": "^4.1.5", - "postcss-loader": "^4.0.4", - "postcss-preset-env": "^6.7.0", - "prettier": "^2.1.2", - "sass": "^1.28.0", - "sass-loader": "^10.0.5", - "standard-version": "^9.0.0", - "strip-ansi": "^6.0.0", - "style-loader": "^2.0.0", - "stylus": "^0.54.8", - "stylus-loader": "^4.2.0", - "url-loader": "^4.1.1", - "webpack": "^5.4.0" - }, - "keywords": [ - "webpack", - "css", - "loader", - "url", - "import" - ] -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/loader-utils/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/loader-utils/package.json deleted file mode 100644 index b2c7b48..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/loader-utils/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "loader-utils", - "version": "2.0.4", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "scripts": { - "lint": "eslint lib test", - "pretest": "yarn lint", - "test": "jest", - "test:ci": "jest --coverage", - "release": "yarn test && standard-version" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/webpack/loader-utils.git" - }, - "engines": { - "node": ">=8.9.0" - }, - "devDependencies": { - "coveralls": "^3.0.9", - "eslint": "^6.8.0", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-prettier": "^3.1.2", - "jest": "^25.1.0", - "prettier": "^1.19.1", - "standard-version": "^7.1.0" - }, - "main": "lib/index.js", - "files": [ - "lib" - ] -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/postcss-loader/node_modules/cosmiconfig/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/postcss-loader/node_modules/cosmiconfig/package.json deleted file mode 100644 index 17241bb..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/postcss-loader/node_modules/cosmiconfig/package.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "name": "cosmiconfig", - "version": "7.1.0", - "description": "Find and load configuration from a package.json property, rc file, or CommonJS module", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "clean": "del-cli --dot=true \"./dist/**/*\"", - "build": "npm run clean && npm run build:compile && npm run build:types", - "build:compile": "cross-env NODE_ENV=production babel src -d dist --verbose --extensions .js,.ts --ignore \"**/**/*.test.js\",\"**/**/*.test.ts\" --source-maps", - "build:types": "cross-env NODE_ENV=production tsc --project tsconfig.types.json", - "dev": "npm run clean && npm run build:compile -- --watch", - "lint": "eslint --ext .js,.ts . && npm run lint:md", - "lint:fix": "eslint --ext .js,.ts . --fix", - "lint:md": "remark-preset-davidtheclark", - "format": "prettier \"**/*.{js,ts,json,yml,yaml}\" --write", - "format:md": "remark-preset-davidtheclark --format", - "format:check": "prettier \"**/*.{js,ts,json,yml,yaml}\" --check", - "typescript": "tsc", - "test": "jest --coverage", - "test:watch": "jest --watch", - "check:all": "npm run test && npm run typescript && npm run lint && npm run format:check", - "prepublishOnly": "npm run check:all && npm run build" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm run typescript && npm run test", - "pre-push": "npm run check:all" - } - }, - "lint-staged": { - "*.{js,ts}": [ - "eslint --fix", - "prettier --write" - ], - "*.{json,yml,yaml}": [ - "prettier --write" - ], - "*.md": [ - "remark-preset-davidtheclark", - "remark-preset-davidtheclark --format" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/davidtheclark/cosmiconfig.git" - }, - "keywords": [ - "load", - "configuration", - "config" - ], - "author": "David Clark ", - "contributors": [ - "Bogdan Chadkin ", - "Suhas Karanth " - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/davidtheclark/cosmiconfig/issues" - }, - "homepage": "https://github.com/davidtheclark/cosmiconfig#readme", - "prettier": { - "trailingComma": "all", - "arrowParens": "always", - "singleQuote": true, - "printWidth": 80, - "tabWidth": 2 - }, - "jest": { - "testEnvironment": "node", - "collectCoverageFrom": [ - "src/**/*.{js,ts}" - ], - "coverageReporters": [ - "text", - "html", - "lcov" - ], - "coverageThreshold": { - "global": { - "branches": 100, - "functions": 100, - "lines": 100, - "statements": 100 - } - }, - "resetModules": true, - "resetMocks": true, - "restoreMocks": true - }, - "babel": { - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "node": "10" - } - } - ], - "@babel/preset-typescript" - ] - }, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "devDependencies": { - "@babel/cli": "^7.10.4", - "@babel/core": "^7.10.4", - "@babel/preset-env": "^7.10.4", - "@babel/preset-typescript": "^7.10.4", - "@types/jest": "^26.0.4", - "@types/node": "^14.0.22", - "@typescript-eslint/eslint-plugin": "^3.6.0", - "@typescript-eslint/parser": "^3.6.0", - "cross-env": "^7.0.2", - "del": "^5.1.0", - "del-cli": "^3.0.1", - "eslint": "^7.4.0", - "eslint-config-davidtheclark-node": "^0.2.2", - "eslint-config-prettier": "^6.11.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-jest": "^23.18.0", - "eslint-plugin-node": "^11.1.0", - "husky": "^4.2.5", - "jest": "^26.1.0", - "lint-staged": "^10.2.11", - "make-dir": "^3.1.0", - "parent-module": "^2.0.0", - "prettier": "^2.0.5", - "remark-preset-davidtheclark": "^0.12.0", - "typescript": "^3.9.6" - }, - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/postcss-loader/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/postcss-loader/package.json deleted file mode 100644 index d6a6d94..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/postcss-loader/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "postcss-loader", - "version": "6.1.1", - "description": "PostCSS loader for webpack", - "license": "MIT", - "repository": "webpack-contrib/postcss-loader", - "author": "Andrey Sitnik ", - "homepage": "https://github.com/webpack-contrib/postcss-loader", - "bugs": "https://github.com/webpack-contrib/postcss-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 12.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", - "lint:js": "eslint --cache .", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - }, - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "semver": "^7.3.5" - }, - "devDependencies": { - "@babel/cli": "^7.14.5", - "@babel/core": "^7.14.6", - "@babel/preset-env": "^7.14.5", - "@commitlint/cli": "^12.1.4", - "@commitlint/config-conventional": "^12.1.4", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^27.0.2", - "cross-env": "^7.0.3", - "cssnano": "^5.0.6", - "del": "^6.0.0", - "del-cli": "^4.0.0", - "eslint": "^7.28.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.23.4", - "husky": "^7.0.0", - "jest": "^27.0.4", - "less": "^4.1.1", - "less-loader": "^10.0.0", - "lint-staged": "^11.0.0", - "memfs": "^3.2.2", - "midas": "^2.0.3", - "npm-run-all": "^4.1.5", - "postcss": "^8.3.1", - "postcss-dark-theme-class": "^0.5.2", - "postcss-import": "^14.0.2", - "postcss-js": "^3.0.3", - "postcss-nested": "^5.0.5", - "postcss-short": "^5.0.0", - "prettier": "^2.3.1", - "sass": "^1.35.1", - "sass-loader": "^12.1.0", - "standard-version": "^9.3.0", - "strip-ansi": "^6.0.0", - "sugarss": "^4.0.1", - "webpack": "^5.39.0" - }, - "keywords": [ - "css", - "postcss", - "postcss-runner", - "webpack", - "webpack-loader" - ] -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/typescript/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/typescript/package.json deleted file mode 100644 index 44f7055..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/typescript/package.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "name": "typescript", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "4.9.5", - "license": "Apache-2.0", - "description": "TypeScript is a language for application scale JavaScript development", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/TypeScript.git" - }, - "main": "./lib/typescript.js", - "typings": "./lib/typescript.d.ts", - "bin": { - "tsc": "./bin/tsc", - "tsserver": "./bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - }, - "files": [ - "bin", - "lib", - "!lib/enu", - "LICENSE.txt", - "README.md", - "SECURITY.md", - "ThirdPartyNoticeText.txt", - "!**/.gitattributes" - ], - "devDependencies": { - "@octokit/rest": "latest", - "@types/chai": "latest", - "@types/fancy-log": "^2.0.0", - "@types/fs-extra": "^9.0.13", - "@types/glob": "latest", - "@types/gulp": "^4.0.9", - "@types/gulp-concat": "latest", - "@types/gulp-newer": "latest", - "@types/gulp-rename": "latest", - "@types/gulp-sourcemaps": "latest", - "@types/merge2": "latest", - "@types/microsoft__typescript-etw": "latest", - "@types/minimist": "latest", - "@types/mkdirp": "latest", - "@types/mocha": "latest", - "@types/ms": "latest", - "@types/node": "latest", - "@types/source-map-support": "latest", - "@types/which": "^2.0.1", - "@types/xml2js": "^0.4.11", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", - "@typescript-eslint/utils": "^5.33.1", - "azure-devops-node-api": "^11.2.0", - "chai": "latest", - "chalk": "^4.1.2", - "del": "^6.1.1", - "diff": "^5.1.0", - "eslint": "^8.22.0", - "eslint-formatter-autolinkable-stylish": "^1.2.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-local": "^1.0.0", - "eslint-plugin-no-null": "^1.0.2", - "fancy-log": "latest", - "fs-extra": "^9.1.0", - "glob": "latest", - "gulp": "^4.0.2", - "gulp-concat": "latest", - "gulp-insert": "latest", - "gulp-newer": "latest", - "gulp-rename": "latest", - "gulp-sourcemaps": "latest", - "merge2": "latest", - "minimist": "latest", - "mkdirp": "latest", - "mocha": "latest", - "mocha-fivemat-progress-reporter": "latest", - "ms": "^2.1.3", - "node-fetch": "^3.2.10", - "source-map-support": "latest", - "typescript": "^4.8.4", - "vinyl": "latest", - "which": "^2.0.2", - "xml2js": "^0.4.23" - }, - "overrides": { - "es5-ext": "0.10.53" - }, - "scripts": { - "test": "gulp runtests-parallel --light=false", - "test:eslint-rules": "gulp run-eslint-rules-tests", - "build": "npm run build:compiler && npm run build:tests", - "build:compiler": "gulp local", - "build:tests": "gulp tests", - "start": "node lib/tsc", - "clean": "gulp clean", - "gulp": "gulp", - "lint": "gulp lint", - "setup-hooks": "node scripts/link-hooks.mjs" - }, - "browser": { - "fs": false, - "os": false, - "path": false, - "crypto": false, - "buffer": false, - "@microsoft/typescript-etw": false, - "source-map-support": false, - "inspector": false - }, - "packageManager": "npm@8.15.0", - "volta": { - "node": "14.20.0", - "npm": "8.15.0" - } -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/webpack-dev-middleware/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/webpack-dev-middleware/package.json deleted file mode 100644 index c9ff9b4..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/node_modules/webpack-dev-middleware/package.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "name": "webpack-dev-middleware", - "version": "4.1.0", - "description": "A development middleware for webpack", - "license": "MIT", - "repository": "webpack/webpack-dev-middleware", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack/webpack-dev-middleware", - "bugs": "https://github.com/webpack/webpack-dev-middleware/issues", - "main": "dist/cjs.js", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "engines": { - "node": ">= 10.13.0" - }, - "scripts": { - "commitlint": "commitlint --from=master", - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", - "lint:js": "eslint --cache src test", - "lint": "npm-run-all -l -p \"lint:**\"", - "prepare": "npm run build", - "build": "del dist && babel src -d dist --copy-files", - "release": "standard-version", - "security": "npm audit", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "defaults": "webpack-defaults" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - }, - "dependencies": { - "colorette": "^1.2.1", - "mem": "^8.0.0", - "memfs": "^3.2.0", - "mime-types": "^2.1.28", - "range-parser": "^1.2.1", - "schema-utils": "^3.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.12.10", - "@babel/core": "^7.12.10", - "@babel/preset-env": "^7.12.11", - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "@webpack-contrib/defaults": "^6.3.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^26.6.3", - "chokidar": "^3.5.0", - "connect": "^3.7.0", - "cross-env": "^7.0.3", - "deepmerge": "^4.2.2", - "del": "^6.0.0", - "del-cli": "^3.0.1", - "eslint": "^7.17.0", - "eslint-config-prettier": "^7.1.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-prettier": "^3.3.0", - "execa": "^5.0.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "husky": "^4.3.7", - "jest": "^26.6.3", - "lint-staged": "^10.5.3", - "npm-run-all": "^4.1.5", - "prettier": "^2.2.1", - "standard-version": "^9.1.0", - "strip-ansi": "^6.0.0", - "supertest": "^6.0.1", - "webpack": "^5.14.0" - }, - "keywords": [ - "webpack", - "middleware", - "development" - ] -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/package.json deleted file mode 100644 index 699ec60..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/devkit/package.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "name": "@c8y/devkit", - "version": "1019.6.11", - "license": "Apache-2.0", - "author": "Cumulocity", - "description": "Cumulocity Webpack Build Facade", - "engines": { - "node": ">=14 <=18" - }, - "exports": { - ".": "./dist/index.js", - "./package.json": "./package.json", - "./dist/builders.json": "./dist/builders.json", - "./dist/src/schematics/collection.json": "./dist/src/schematics/collection.json", - "./dist/src/*.js": "./dist/src/schematics/*.js", - "./options": "./dist/options.js" - }, - "scripts": { - "build": "rimraf dist && tsc -p . && yarn copy:schema:create && yarn copy:builders && yarn copy:schemas", - "copy:schema:create": "node ./dist/src/builders/create-schema.js", - "copy:schemas": "npx ncp ./src/schematics/collection.json ./dist/src/schematics/collection.json && npx ncp ./src/schematics/ng-add/ng-add.json ./dist/src/schematics/ng-add/ng-add.json", - "copy:builders": "npx ncp ./builders.json ./dist/builders.json" - }, - "files": [ - "dist/" - ], - "schematics": "./dist/src/schematics/collection.json", - "builders": "./dist/builders.json", - "keywords": [ - "Cumulocity", - "IoT", - "m2m", - "devkit", - "tools" - ], - "dependencies": { - "@babel/cli": "7.23.4", - "@babel/core": "^7.12.0", - "@babel/eslint-parser": "^7.21.3", - "@babel/helper-plugin-utils": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/plugin-proposal-object-rest-spread": "^7.14.0", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/preset-env": "^7.23.8", - "@c8y/client": "1019.6.11", - "@schematics/angular": "^15.2.6", - "angular-gettext-tools": "2.5.3", - "babel-eslint": "10.0.1", - "babel-loader": "9.1.3", - "babel-plugin-angularjs-annotate": "0.10.0", - "chalk": "^4.1.2", - "copy-webpack-plugin": "11.0.0", - "cosmiconfig": "8.3.6", - "cosmiconfig-typescript-loader": "~5.0.0", - "css-loader": "5.0.1", - "css-minimizer-webpack-plugin": "^4.0.0", - "dotenv": "16.3.1", - "file-loader": "^6.2.0", - "fs-extra": "11.2.0", - "html-loader": "5.0.0", - "html-webpack-plugin": "5.5.0", - "imports-loader": "^0.8.0", - "mini-css-extract-plugin": "2.7.6", - "postcss-loader": "6.1.1", - "style-loader": "3.3.4", - "terser-webpack-plugin": "^5.3.3", - "tslib": "^2.3.1", - "tslint": "^5.9.1", - "typescript": "4.9.5", - "unzip-stream": "0.3.1", - "webpack-dev-middleware": "4.1.0", - "webpack-hot-middleware": "2.25.3", - "webpack-merge": "^5.8.0", - "webpack-sources": "^3.2.3", - "zip-dir": "2.0.0", - "JSONPath": "0.11.2", - "pofile": "1.0.11", - "commander": "11.1.0", - "fast-glob": "3.3.1" - }, - "browserslist": [ - "last 2 major versions" - ], - "devDependencies": { - "@types/lodash": "4.14.202", - "@types/unzip-stream": "0.3.4", - "@types/node": "14.11.11", - "@types/semver": "^7.3.13", - "@types/webpack": "^5.28.0", - "@types/webpack-dev-server": "^4.3.1" - }, - "peerDependencies": { - "@angular-devkit/build-angular": "^16.2.10", - "@angular-devkit/schematics": "^16.2.10", - "webpack": "^5.88.2" - } -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/@c8y/ngx-components/package.json b/node_modules/@c8y/widget-plugin/node_modules/@c8y/ngx-components/package.json deleted file mode 100644 index 73cfa92..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@c8y/ngx-components/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"@c8y/ngx-components","version":"1019.6.11","license":"Apache-2.0","author":"Cumulocity","description":"Angular modules for Cumulocity IoT applications","keywords":["Cumulocity","IoT","m2m","Angular","Components"],"peerDependencies":{"@angular/cdk":"^16.2.11","@angular/common":"^16.2.11","@angular/core":"^16.2.11","@angular/forms":"^16.2.11","@angular/platform-browser":"^16.2.11","@angular/router":"^16.2.11","@angular/upgrade":"^16.2.11","@c8y/client":"1019.6.11","@c8y/devkit":"1019.6.11","leaflet":"^1.7.1","rxjs":"^7.4.0"},"dependencies":{"@c8y/client":"1019.6.11","@ngx-formly/core":"6.1.3","@ngx-translate/core":"15.0.0","@ngx-translate/http-loader":"8.0.0","angularx-qrcode":"16.0.2","file-saver":"2.0.5","libphonenumber-js":"1.10.54","lodash-es":"^4.0.0","marked":"4.2.12","ngx-bootstrap":"11.0.2","semver":"~7.5.3","three":"0.154.0","tslib":"^2.6.0"},"module":"fesm2022/c8y-ngx-components.mjs","typings":"index.d.ts","exports":{"./locales/de.po":"./locales/de.po","./locales/en.po":"./locales/en.po","./locales/es.po":"./locales/es.po","./locales/fr.po":"./locales/fr.po","./locales/ja_JP.po":"./locales/ja_JP.po","./locales/ko.po":"./locales/ko.po","./locales/nl.po":"./locales/nl.po","./locales/pt_BR.po":"./locales/pt_BR.po","./locales/ru.po":"./locales/ru.po","./locales/zh_CN.po":"./locales/zh_CN.po","./locales/zh_TW.po":"./locales/zh_TW.po","./locales/pl.po":"./locales/pl.po","./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","esm2022":"./esm2022/c8y-ngx-components.mjs","esm":"./esm2022/c8y-ngx-components.mjs","default":"./fesm2022/c8y-ngx-components.mjs"},"./actility-device-registration":{"types":"./actility-device-registration/index.d.ts","esm2022":"./esm2022/actility-device-registration/c8y-ngx-components-actility-device-registration.mjs","esm":"./esm2022/actility-device-registration/c8y-ngx-components-actility-device-registration.mjs","default":"./fesm2022/c8y-ngx-components-actility-device-registration.mjs"},"./api":{"types":"./api/index.d.ts","esm2022":"./esm2022/api/c8y-ngx-components-api.mjs","esm":"./esm2022/api/c8y-ngx-components-api.mjs","default":"./fesm2022/c8y-ngx-components-api.mjs"},"./app-logs":{"types":"./app-logs/index.d.ts","esm2022":"./esm2022/app-logs/c8y-ngx-components-app-logs.mjs","esm":"./esm2022/app-logs/c8y-ngx-components-app-logs.mjs","default":"./fesm2022/c8y-ngx-components-app-logs.mjs"},"./assets-navigator":{"types":"./assets-navigator/index.d.ts","esm2022":"./esm2022/assets-navigator/c8y-ngx-components-assets-navigator.mjs","esm":"./esm2022/assets-navigator/c8y-ngx-components-assets-navigator.mjs","default":"./fesm2022/c8y-ngx-components-assets-navigator.mjs"},"./auth-configuration":{"types":"./auth-configuration/index.d.ts","esm2022":"./esm2022/auth-configuration/c8y-ngx-components-auth-configuration.mjs","esm":"./esm2022/auth-configuration/c8y-ngx-components-auth-configuration.mjs","default":"./fesm2022/c8y-ngx-components-auth-configuration.mjs"},"./binary-file-download":{"types":"./binary-file-download/index.d.ts","esm2022":"./esm2022/binary-file-download/c8y-ngx-components-binary-file-download.mjs","esm":"./esm2022/binary-file-download/c8y-ngx-components-binary-file-download.mjs","default":"./fesm2022/c8y-ngx-components-binary-file-download.mjs"},"./bookmarks":{"types":"./bookmarks/index.d.ts","esm2022":"./esm2022/bookmarks/c8y-ngx-components-bookmarks.mjs","esm":"./esm2022/bookmarks/c8y-ngx-components-bookmarks.mjs","default":"./fesm2022/c8y-ngx-components-bookmarks.mjs"},"./child-devices":{"types":"./child-devices/index.d.ts","esm2022":"./esm2022/child-devices/c8y-ngx-components-child-devices.mjs","esm":"./esm2022/child-devices/c8y-ngx-components-child-devices.mjs","default":"./fesm2022/c8y-ngx-components-child-devices.mjs"},"./cockpit-config":{"types":"./cockpit-config/index.d.ts","esm2022":"./esm2022/cockpit-config/c8y-ngx-components-cockpit-config.mjs","esm":"./esm2022/cockpit-config/c8y-ngx-components-cockpit-config.mjs","default":"./fesm2022/c8y-ngx-components-cockpit-config.mjs"},"./connectivity":{"types":"./connectivity/index.d.ts","esm2022":"./esm2022/connectivity/c8y-ngx-components-connectivity.mjs","esm":"./esm2022/connectivity/c8y-ngx-components-connectivity.mjs","default":"./fesm2022/c8y-ngx-components-connectivity.mjs"},"./context-dashboard":{"types":"./context-dashboard/index.d.ts","esm2022":"./esm2022/context-dashboard/c8y-ngx-components-context-dashboard.mjs","esm":"./esm2022/context-dashboard/c8y-ngx-components-context-dashboard.mjs","default":"./fesm2022/c8y-ngx-components-context-dashboard.mjs"},"./data-broker":{"types":"./data-broker/index.d.ts","esm2022":"./esm2022/data-broker/c8y-ngx-components-data-broker.mjs","esm":"./esm2022/data-broker/c8y-ngx-components-data-broker.mjs","default":"./fesm2022/c8y-ngx-components-data-broker.mjs"},"./data-grid-columns":{"types":"./data-grid-columns/index.d.ts","esm2022":"./esm2022/data-grid-columns/c8y-ngx-components-data-grid-columns.mjs","esm":"./esm2022/data-grid-columns/c8y-ngx-components-data-grid-columns.mjs","default":"./fesm2022/c8y-ngx-components-data-grid-columns.mjs"},"./datapoint-library":{"types":"./datapoint-library/index.d.ts","esm2022":"./esm2022/datapoint-library/c8y-ngx-components-datapoint-library.mjs","esm":"./esm2022/datapoint-library/c8y-ngx-components-datapoint-library.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library.mjs"},"./datapoint-selector":{"types":"./datapoint-selector/index.d.ts","esm2022":"./esm2022/datapoint-selector/c8y-ngx-components-datapoint-selector.mjs","esm":"./esm2022/datapoint-selector/c8y-ngx-components-datapoint-selector.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-selector.mjs"},"./default-subscriptions":{"types":"./default-subscriptions/index.d.ts","esm2022":"./esm2022/default-subscriptions/c8y-ngx-components-default-subscriptions.mjs","esm":"./esm2022/default-subscriptions/c8y-ngx-components-default-subscriptions.mjs","default":"./fesm2022/c8y-ngx-components-default-subscriptions.mjs"},"./device-grid":{"types":"./device-grid/index.d.ts","esm2022":"./esm2022/device-grid/c8y-ngx-components-device-grid.mjs","esm":"./esm2022/device-grid/c8y-ngx-components-device-grid.mjs","default":"./fesm2022/c8y-ngx-components-device-grid.mjs"},"./device-list":{"types":"./device-list/index.d.ts","esm2022":"./esm2022/device-list/c8y-ngx-components-device-list.mjs","esm":"./esm2022/device-list/c8y-ngx-components-device-list.mjs","default":"./fesm2022/c8y-ngx-components-device-list.mjs"},"./device-profile":{"types":"./device-profile/index.d.ts","esm2022":"./esm2022/device-profile/c8y-ngx-components-device-profile.mjs","esm":"./esm2022/device-profile/c8y-ngx-components-device-profile.mjs","default":"./fesm2022/c8y-ngx-components-device-profile.mjs"},"./device-protocols":{"types":"./device-protocols/index.d.ts","esm2022":"./esm2022/device-protocols/c8y-ngx-components-device-protocols.mjs","esm":"./esm2022/device-protocols/c8y-ngx-components-device-protocols.mjs","default":"./fesm2022/c8y-ngx-components-device-protocols.mjs"},"./device-shell":{"types":"./device-shell/index.d.ts","esm2022":"./esm2022/device-shell/c8y-ngx-components-device-shell.mjs","esm":"./esm2022/device-shell/c8y-ngx-components-device-shell.mjs","default":"./fesm2022/c8y-ngx-components-device-shell.mjs"},"./diagnostics":{"types":"./diagnostics/index.d.ts","esm2022":"./esm2022/diagnostics/c8y-ngx-components-diagnostics.mjs","esm":"./esm2022/diagnostics/c8y-ngx-components-diagnostics.mjs","default":"./fesm2022/c8y-ngx-components-diagnostics.mjs"},"./ecosystem":{"types":"./ecosystem/index.d.ts","esm2022":"./esm2022/ecosystem/c8y-ngx-components-ecosystem.mjs","esm":"./esm2022/ecosystem/c8y-ngx-components-ecosystem.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem.mjs"},"./file-preview":{"types":"./file-preview/index.d.ts","esm2022":"./esm2022/file-preview/c8y-ngx-components-file-preview.mjs","esm":"./esm2022/file-preview/c8y-ngx-components-file-preview.mjs","default":"./fesm2022/c8y-ngx-components-file-preview.mjs"},"./files-repository":{"types":"./files-repository/index.d.ts","esm2022":"./esm2022/files-repository/c8y-ngx-components-files-repository.mjs","esm":"./esm2022/files-repository/c8y-ngx-components-files-repository.mjs","default":"./fesm2022/c8y-ngx-components-files-repository.mjs"},"./icon-selector":{"types":"./icon-selector/index.d.ts","esm2022":"./esm2022/icon-selector/c8y-ngx-components-icon-selector.mjs","esm":"./esm2022/icon-selector/c8y-ngx-components-icon-selector.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector.mjs"},"./location":{"types":"./location/index.d.ts","esm2022":"./esm2022/location/c8y-ngx-components-location.mjs","esm":"./esm2022/location/c8y-ngx-components-location.mjs","default":"./fesm2022/c8y-ngx-components-location.mjs"},"./loriot-device-registration":{"types":"./loriot-device-registration/index.d.ts","esm2022":"./esm2022/loriot-device-registration/c8y-ngx-components-loriot-device-registration.mjs","esm":"./esm2022/loriot-device-registration/c8y-ngx-components-loriot-device-registration.mjs","default":"./fesm2022/c8y-ngx-components-loriot-device-registration.mjs"},"./map":{"types":"./map/index.d.ts","esm2022":"./esm2022/map/c8y-ngx-components-map.mjs","esm":"./esm2022/map/c8y-ngx-components-map.mjs","default":"./fesm2022/c8y-ngx-components-map.mjs"},"./operations":{"types":"./operations/index.d.ts","esm2022":"./esm2022/operations/c8y-ngx-components-operations.mjs","esm":"./esm2022/operations/c8y-ngx-components-operations.mjs","default":"./fesm2022/c8y-ngx-components-operations.mjs"},"./platform-configuration":{"types":"./platform-configuration/index.d.ts","esm2022":"./esm2022/platform-configuration/c8y-ngx-components-platform-configuration.mjs","esm":"./esm2022/platform-configuration/c8y-ngx-components-platform-configuration.mjs","default":"./fesm2022/c8y-ngx-components-platform-configuration.mjs"},"./polyfills":{"types":"./polyfills/index.d.ts","esm2022":"./esm2022/polyfills/c8y-ngx-components-polyfills.mjs","esm":"./esm2022/polyfills/c8y-ngx-components-polyfills.mjs","default":"./fesm2022/c8y-ngx-components-polyfills.mjs"},"./protocol-lpwan":{"types":"./protocol-lpwan/index.d.ts","esm2022":"./esm2022/protocol-lpwan/c8y-ngx-components-protocol-lpwan.mjs","esm":"./esm2022/protocol-lpwan/c8y-ngx-components-protocol-lpwan.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lpwan.mjs"},"./protocol-lwm2m":{"types":"./protocol-lwm2m/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/c8y-ngx-components-protocol-lwm2m.mjs","esm":"./esm2022/protocol-lwm2m/c8y-ngx-components-protocol-lwm2m.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m.mjs"},"./protocol-opcua":{"types":"./protocol-opcua/index.d.ts","esm2022":"./esm2022/protocol-opcua/c8y-ngx-components-protocol-opcua.mjs","esm":"./esm2022/protocol-opcua/c8y-ngx-components-protocol-opcua.mjs","default":"./fesm2022/c8y-ngx-components-protocol-opcua.mjs"},"./register-device":{"types":"./register-device/index.d.ts","esm2022":"./esm2022/register-device/c8y-ngx-components-register-device.mjs","esm":"./esm2022/register-device/c8y-ngx-components-register-device.mjs","default":"./fesm2022/c8y-ngx-components-register-device.mjs"},"./replace-device":{"types":"./replace-device/index.d.ts","esm2022":"./esm2022/replace-device/c8y-ngx-components-replace-device.mjs","esm":"./esm2022/replace-device/c8y-ngx-components-replace-device.mjs","default":"./fesm2022/c8y-ngx-components-replace-device.mjs"},"./replace-device-wizard":{"types":"./replace-device-wizard/index.d.ts","esm2022":"./esm2022/replace-device-wizard/c8y-ngx-components-replace-device-wizard.mjs","esm":"./esm2022/replace-device-wizard/c8y-ngx-components-replace-device-wizard.mjs","default":"./fesm2022/c8y-ngx-components-replace-device-wizard.mjs"},"./reports":{"types":"./reports/index.d.ts","esm2022":"./esm2022/reports/c8y-ngx-components-reports.mjs","esm":"./esm2022/reports/c8y-ngx-components-reports.mjs","default":"./fesm2022/c8y-ngx-components-reports.mjs"},"./repository":{"types":"./repository/index.d.ts","esm2022":"./esm2022/repository/c8y-ngx-components-repository.mjs","esm":"./esm2022/repository/c8y-ngx-components-repository.mjs","default":"./fesm2022/c8y-ngx-components-repository.mjs"},"./search":{"types":"./search/index.d.ts","esm2022":"./esm2022/search/c8y-ngx-components-search.mjs","esm":"./esm2022/search/c8y-ngx-components-search.mjs","default":"./fesm2022/c8y-ngx-components-search.mjs"},"./sensor-phone":{"types":"./sensor-phone/index.d.ts","esm2022":"./esm2022/sensor-phone/c8y-ngx-components-sensor-phone.mjs","esm":"./esm2022/sensor-phone/c8y-ngx-components-sensor-phone.mjs","default":"./fesm2022/c8y-ngx-components-sensor-phone.mjs"},"./services":{"types":"./services/index.d.ts","esm2022":"./esm2022/services/c8y-ngx-components-services.mjs","esm":"./esm2022/services/c8y-ngx-components-services.mjs","default":"./fesm2022/c8y-ngx-components-services.mjs"},"./sigfox-device-registration":{"types":"./sigfox-device-registration/index.d.ts","esm2022":"./esm2022/sigfox-device-registration/c8y-ngx-components-sigfox-device-registration.mjs","esm":"./esm2022/sigfox-device-registration/c8y-ngx-components-sigfox-device-registration.mjs","default":"./fesm2022/c8y-ngx-components-sigfox-device-registration.mjs"},"./sms-gateway":{"types":"./sms-gateway/index.d.ts","esm2022":"./esm2022/sms-gateway/c8y-ngx-components-sms-gateway.mjs","esm":"./esm2022/sms-gateway/c8y-ngx-components-sms-gateway.mjs","default":"./fesm2022/c8y-ngx-components-sms-gateway.mjs"},"./sub-assets":{"types":"./sub-assets/index.d.ts","esm2022":"./esm2022/sub-assets/c8y-ngx-components-sub-assets.mjs","esm":"./esm2022/sub-assets/c8y-ngx-components-sub-assets.mjs","default":"./fesm2022/c8y-ngx-components-sub-assets.mjs"},"./tenants":{"types":"./tenants/index.d.ts","esm2022":"./esm2022/tenants/c8y-ngx-components-tenants.mjs","esm":"./esm2022/tenants/c8y-ngx-components-tenants.mjs","default":"./fesm2022/c8y-ngx-components-tenants.mjs"},"./tracking":{"types":"./tracking/index.d.ts","esm2022":"./esm2022/tracking/c8y-ngx-components-tracking.mjs","esm":"./esm2022/tracking/c8y-ngx-components-tracking.mjs","default":"./fesm2022/c8y-ngx-components-tracking.mjs"},"./trusted-certificates":{"types":"./trusted-certificates/index.d.ts","esm2022":"./esm2022/trusted-certificates/c8y-ngx-components-trusted-certificates.mjs","esm":"./esm2022/trusted-certificates/c8y-ngx-components-trusted-certificates.mjs","default":"./fesm2022/c8y-ngx-components-trusted-certificates.mjs"},"./upgrade":{"types":"./upgrade/index.d.ts","esm2022":"./esm2022/upgrade/c8y-ngx-components-upgrade.mjs","esm":"./esm2022/upgrade/c8y-ngx-components-upgrade.mjs","default":"./fesm2022/c8y-ngx-components-upgrade.mjs"},"./user-roles":{"types":"./user-roles/index.d.ts","esm2022":"./esm2022/user-roles/c8y-ngx-components-user-roles.mjs","esm":"./esm2022/user-roles/c8y-ngx-components-user-roles.mjs","default":"./fesm2022/c8y-ngx-components-user-roles.mjs"},"./widgets":{"types":"./widgets/index.d.ts","esm2022":"./esm2022/widgets/c8y-ngx-components-widgets.mjs","esm":"./esm2022/widgets/c8y-ngx-components-widgets.mjs","default":"./fesm2022/c8y-ngx-components-widgets.mjs"},"./data-grid-columns/asset-type":{"types":"./data-grid-columns/asset-type/index.d.ts","esm2022":"./esm2022/data-grid-columns/asset-type/c8y-ngx-components-data-grid-columns-asset-type.mjs","esm":"./esm2022/data-grid-columns/asset-type/c8y-ngx-components-data-grid-columns-asset-type.mjs","default":"./fesm2022/c8y-ngx-components-data-grid-columns-asset-type.mjs"},"./datapoint-library/details":{"types":"./datapoint-library/details/index.d.ts","esm2022":"./esm2022/datapoint-library/details/c8y-ngx-components-datapoint-library-details.mjs","esm":"./esm2022/datapoint-library/details/c8y-ngx-components-datapoint-library-details.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-details.mjs"},"./datapoint-library/list":{"types":"./datapoint-library/list/index.d.ts","esm2022":"./esm2022/datapoint-library/list/c8y-ngx-components-datapoint-library-list.mjs","esm":"./esm2022/datapoint-library/list/c8y-ngx-components-datapoint-library-list.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-list.mjs"},"./datapoint-library/model":{"types":"./datapoint-library/model/index.d.ts","esm2022":"./esm2022/datapoint-library/model/c8y-ngx-components-datapoint-library-model.mjs","esm":"./esm2022/datapoint-library/model/c8y-ngx-components-datapoint-library-model.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-model.mjs"},"./datapoint-library/services":{"types":"./datapoint-library/services/index.d.ts","esm2022":"./esm2022/datapoint-library/services/c8y-ngx-components-datapoint-library-services.mjs","esm":"./esm2022/datapoint-library/services/c8y-ngx-components-datapoint-library-services.mjs","default":"./fesm2022/c8y-ngx-components-datapoint-library-services.mjs"},"./ecosystem/application-plugins":{"types":"./ecosystem/application-plugins/index.d.ts","esm2022":"./esm2022/ecosystem/application-plugins/c8y-ngx-components-ecosystem-application-plugins.mjs","esm":"./esm2022/ecosystem/application-plugins/c8y-ngx-components-ecosystem-application-plugins.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs"},"./ecosystem/license-confirm":{"types":"./ecosystem/license-confirm/index.d.ts","esm2022":"./esm2022/ecosystem/license-confirm/c8y-ngx-components-ecosystem-license-confirm.mjs","esm":"./esm2022/ecosystem/license-confirm/c8y-ngx-components-ecosystem-license-confirm.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-license-confirm.mjs"},"./ecosystem/plugin-setup-stepper":{"types":"./ecosystem/plugin-setup-stepper/index.d.ts","esm2022":"./esm2022/ecosystem/plugin-setup-stepper/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs","esm":"./esm2022/ecosystem/plugin-setup-stepper/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs"},"./ecosystem/shared":{"types":"./ecosystem/shared/index.d.ts","esm2022":"./esm2022/ecosystem/shared/c8y-ngx-components-ecosystem-shared.mjs","esm":"./esm2022/ecosystem/shared/c8y-ngx-components-ecosystem-shared.mjs","default":"./fesm2022/c8y-ngx-components-ecosystem-shared.mjs"},"./icon-selector/icons":{"types":"./icon-selector/icons/index.d.ts","esm2022":"./esm2022/icon-selector/icons/c8y-ngx-components-icon-selector-icons.mjs","esm":"./esm2022/icon-selector/icons/c8y-ngx-components-icon-selector-icons.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons.mjs"},"./icon-selector/model":{"types":"./icon-selector/model/index.d.ts","esm2022":"./esm2022/icon-selector/model/c8y-ngx-components-icon-selector-model.mjs","esm":"./esm2022/icon-selector/model/c8y-ngx-components-icon-selector-model.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-model.mjs"},"./lazy/three":{"types":"./lazy/three/index.d.ts","esm2022":"./esm2022/lazy/three/c8y-ngx-components-lazy-three.mjs","esm":"./esm2022/lazy/three/c8y-ngx-components-lazy-three.mjs","default":"./fesm2022/c8y-ngx-components-lazy-three.mjs"},"./lazy/three-orbit-controls":{"types":"./lazy/three-orbit-controls/index.d.ts","esm2022":"./esm2022/lazy/three-orbit-controls/c8y-ngx-components-lazy-three-orbit-controls.mjs","esm":"./esm2022/lazy/three-orbit-controls/c8y-ngx-components-lazy-three-orbit-controls.mjs","default":"./fesm2022/c8y-ngx-components-lazy-three-orbit-controls.mjs"},"./operations/bulk-operation-from-single":{"types":"./operations/bulk-operation-from-single/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-from-single/c8y-ngx-components-operations-bulk-operation-from-single.mjs","esm":"./esm2022/operations/bulk-operation-from-single/c8y-ngx-components-operations-bulk-operation-from-single.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-from-single.mjs"},"./operations/bulk-operation-list-item":{"types":"./operations/bulk-operation-list-item/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-list-item/c8y-ngx-components-operations-bulk-operation-list-item.mjs","esm":"./esm2022/operations/bulk-operation-list-item/c8y-ngx-components-operations-bulk-operation-list-item.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs"},"./operations/bulk-operation-modal-details":{"types":"./operations/bulk-operation-modal-details/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-modal-details/c8y-ngx-components-operations-bulk-operation-modal-details.mjs","esm":"./esm2022/operations/bulk-operation-modal-details/c8y-ngx-components-operations-bulk-operation-modal-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-modal-details.mjs"},"./operations/bulk-operation-scheduler":{"types":"./operations/bulk-operation-scheduler/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-scheduler/c8y-ngx-components-operations-bulk-operation-scheduler.mjs","esm":"./esm2022/operations/bulk-operation-scheduler/c8y-ngx-components-operations-bulk-operation-scheduler.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs"},"./operations/bulk-operation-stepper":{"types":"./operations/bulk-operation-stepper/index.d.ts","esm2022":"./esm2022/operations/bulk-operation-stepper/c8y-ngx-components-operations-bulk-operation-stepper.mjs","esm":"./esm2022/operations/bulk-operation-stepper/c8y-ngx-components-operations-bulk-operation-stepper.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-stepper.mjs"},"./operations/bulk-operations-list":{"types":"./operations/bulk-operations-list/index.d.ts","esm2022":"./esm2022/operations/bulk-operations-list/c8y-ngx-components-operations-bulk-operations-list.mjs","esm":"./esm2022/operations/bulk-operations-list/c8y-ngx-components-operations-bulk-operations-list.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs"},"./operations/bulk-operations-service":{"types":"./operations/bulk-operations-service/index.d.ts","esm2022":"./esm2022/operations/bulk-operations-service/c8y-ngx-components-operations-bulk-operations-service.mjs","esm":"./esm2022/operations/bulk-operations-service/c8y-ngx-components-operations-bulk-operations-service.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-service.mjs"},"./operations/bulk-operations-stepper-container":{"types":"./operations/bulk-operations-stepper-container/index.d.ts","esm2022":"./esm2022/operations/bulk-operations-stepper-container/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs","esm":"./esm2022/operations/bulk-operations-stepper-container/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs"},"./operations/bulk-single-operations-list":{"types":"./operations/bulk-single-operations-list/index.d.ts","esm2022":"./esm2022/operations/bulk-single-operations-list/c8y-ngx-components-operations-bulk-single-operations-list.mjs","esm":"./esm2022/operations/bulk-single-operations-list/c8y-ngx-components-operations-bulk-single-operations-list.mjs","default":"./fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs"},"./operations/create-bulk-operation-details":{"types":"./operations/create-bulk-operation-details/index.d.ts","esm2022":"./esm2022/operations/create-bulk-operation-details/c8y-ngx-components-operations-create-bulk-operation-details.mjs","esm":"./esm2022/operations/create-bulk-operation-details/c8y-ngx-components-operations-create-bulk-operation-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-create-bulk-operation-details.mjs"},"./operations/device-selector":{"types":"./operations/device-selector/index.d.ts","esm2022":"./esm2022/operations/device-selector/c8y-ngx-components-operations-device-selector.mjs","esm":"./esm2022/operations/device-selector/c8y-ngx-components-operations-device-selector.mjs","default":"./fesm2022/c8y-ngx-components-operations-device-selector.mjs"},"./operations/operation-details":{"types":"./operations/operation-details/index.d.ts","esm2022":"./esm2022/operations/operation-details/c8y-ngx-components-operations-operation-details.mjs","esm":"./esm2022/operations/operation-details/c8y-ngx-components-operations-operation-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-operation-details.mjs"},"./operations/operation-summary":{"types":"./operations/operation-summary/index.d.ts","esm2022":"./esm2022/operations/operation-summary/c8y-ngx-components-operations-operation-summary.mjs","esm":"./esm2022/operations/operation-summary/c8y-ngx-components-operations-operation-summary.mjs","default":"./fesm2022/c8y-ngx-components-operations-operation-summary.mjs"},"./operations/operations-list":{"types":"./operations/operations-list/index.d.ts","esm2022":"./esm2022/operations/operations-list/c8y-ngx-components-operations-operations-list.mjs","esm":"./esm2022/operations/operations-list/c8y-ngx-components-operations-operations-list.mjs","default":"./fesm2022/c8y-ngx-components-operations-operations-list.mjs"},"./operations/operations-list-item-details":{"types":"./operations/operations-list-item-details/index.d.ts","esm2022":"./esm2022/operations/operations-list-item-details/c8y-ngx-components-operations-operations-list-item-details.mjs","esm":"./esm2022/operations/operations-list-item-details/c8y-ngx-components-operations-operations-list-item-details.mjs","default":"./fesm2022/c8y-ngx-components-operations-operations-list-item-details.mjs"},"./operations/operations-timeline":{"types":"./operations/operations-timeline/index.d.ts","esm2022":"./esm2022/operations/operations-timeline/c8y-ngx-components-operations-operations-timeline.mjs","esm":"./esm2022/operations/operations-timeline/c8y-ngx-components-operations-operations-timeline.mjs","default":"./fesm2022/c8y-ngx-components-operations-operations-timeline.mjs"},"./operations/product-experience":{"types":"./operations/product-experience/index.d.ts","esm2022":"./esm2022/operations/product-experience/c8y-ngx-components-operations-product-experience.mjs","esm":"./esm2022/operations/product-experience/c8y-ngx-components-operations-product-experience.mjs","default":"./fesm2022/c8y-ngx-components-operations-product-experience.mjs"},"./operations/shared":{"types":"./operations/shared/index.d.ts","esm2022":"./esm2022/operations/shared/c8y-ngx-components-operations-shared.mjs","esm":"./esm2022/operations/shared/c8y-ngx-components-operations-shared.mjs","default":"./fesm2022/c8y-ngx-components-operations-shared.mjs"},"./operations/status-filter":{"types":"./operations/status-filter/index.d.ts","esm2022":"./esm2022/operations/status-filter/c8y-ngx-components-operations-status-filter.mjs","esm":"./esm2022/operations/status-filter/c8y-ngx-components-operations-status-filter.mjs","default":"./fesm2022/c8y-ngx-components-operations-status-filter.mjs"},"./operations/stepper-bulk-type-configuration":{"types":"./operations/stepper-bulk-type-configuration/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-configuration/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs","esm":"./esm2022/operations/stepper-bulk-type-configuration/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs"},"./operations/stepper-bulk-type-device-profile":{"types":"./operations/stepper-bulk-type-device-profile/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-device-profile/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs","esm":"./esm2022/operations/stepper-bulk-type-device-profile/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs"},"./operations/stepper-bulk-type-firmware":{"types":"./operations/stepper-bulk-type-firmware/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-firmware/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs","esm":"./esm2022/operations/stepper-bulk-type-firmware/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs"},"./operations/stepper-bulk-type-software":{"types":"./operations/stepper-bulk-type-software/index.d.ts","esm2022":"./esm2022/operations/stepper-bulk-type-software/c8y-ngx-components-operations-stepper-bulk-type-software.mjs","esm":"./esm2022/operations/stepper-bulk-type-software/c8y-ngx-components-operations-stepper-bulk-type-software.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs"},"./operations/stepper-frames":{"types":"./operations/stepper-frames/index.d.ts","esm2022":"./esm2022/operations/stepper-frames/c8y-ngx-components-operations-stepper-frames.mjs","esm":"./esm2022/operations/stepper-frames/c8y-ngx-components-operations-stepper-frames.mjs","default":"./fesm2022/c8y-ngx-components-operations-stepper-frames.mjs"},"./protocol-lwm2m/factories":{"types":"./protocol-lwm2m/factories/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/factories/c8y-ngx-components-protocol-lwm2m-factories.mjs","esm":"./esm2022/protocol-lwm2m/factories/c8y-ngx-components-protocol-lwm2m-factories.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-factories.mjs"},"./protocol-lwm2m/formly":{"types":"./protocol-lwm2m/formly/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/formly/c8y-ngx-components-protocol-lwm2m-formly.mjs","esm":"./esm2022/protocol-lwm2m/formly/c8y-ngx-components-protocol-lwm2m-formly.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-formly.mjs"},"./protocol-lwm2m/guards":{"types":"./protocol-lwm2m/guards/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/guards/c8y-ngx-components-protocol-lwm2m-guards.mjs","esm":"./esm2022/protocol-lwm2m/guards/c8y-ngx-components-protocol-lwm2m-guards.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-guards.mjs"},"./protocol-lwm2m/model":{"types":"./protocol-lwm2m/model/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/model/c8y-ngx-components-protocol-lwm2m-model.mjs","esm":"./esm2022/protocol-lwm2m/model/c8y-ngx-components-protocol-lwm2m-model.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-model.mjs"},"./protocol-lwm2m/services":{"types":"./protocol-lwm2m/services/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/services/c8y-ngx-components-protocol-lwm2m-services.mjs","esm":"./esm2022/protocol-lwm2m/services/c8y-ngx-components-protocol-lwm2m-services.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-services.mjs"},"./repository/configuration":{"types":"./repository/configuration/index.d.ts","esm2022":"./esm2022/repository/configuration/c8y-ngx-components-repository-configuration.mjs","esm":"./esm2022/repository/configuration/c8y-ngx-components-repository-configuration.mjs","default":"./fesm2022/c8y-ngx-components-repository-configuration.mjs"},"./repository/firmware":{"types":"./repository/firmware/index.d.ts","esm2022":"./esm2022/repository/firmware/c8y-ngx-components-repository-firmware.mjs","esm":"./esm2022/repository/firmware/c8y-ngx-components-repository-firmware.mjs","default":"./fesm2022/c8y-ngx-components-repository-firmware.mjs"},"./repository/shared":{"types":"./repository/shared/index.d.ts","esm2022":"./esm2022/repository/shared/c8y-ngx-components-repository-shared.mjs","esm":"./esm2022/repository/shared/c8y-ngx-components-repository-shared.mjs","default":"./fesm2022/c8y-ngx-components-repository-shared.mjs"},"./repository/software":{"types":"./repository/software/index.d.ts","esm2022":"./esm2022/repository/software/c8y-ngx-components-repository-software.mjs","esm":"./esm2022/repository/software/c8y-ngx-components-repository-software.mjs","default":"./fesm2022/c8y-ngx-components-repository-software.mjs"},"./sensor-phone/sensor-phone-modal":{"types":"./sensor-phone/sensor-phone-modal/index.d.ts","esm2022":"./esm2022/sensor-phone/sensor-phone-modal/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs","esm":"./esm2022/sensor-phone/sensor-phone-modal/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs","default":"./fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs"},"./upgrade/upgraded-services":{"types":"./upgrade/upgraded-services/index.d.ts","esm2022":"./esm2022/upgrade/upgraded-services/c8y-ngx-components-upgrade-upgraded-services.mjs","esm":"./esm2022/upgrade/upgraded-services/c8y-ngx-components-upgrade-upgraded-services.mjs","default":"./fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs"},"./widgets/cockpit":{"types":"./widgets/cockpit/index.d.ts","esm2022":"./esm2022/widgets/cockpit/c8y-ngx-components-widgets-cockpit.mjs","esm":"./esm2022/widgets/cockpit/c8y-ngx-components-widgets-cockpit.mjs","default":"./fesm2022/c8y-ngx-components-widgets-cockpit.mjs"},"./widgets/definitions":{"types":"./widgets/definitions/index.d.ts","esm2022":"./esm2022/widgets/definitions/c8y-ngx-components-widgets-definitions.mjs","esm":"./esm2022/widgets/definitions/c8y-ngx-components-widgets-definitions.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions.mjs"},"./widgets/device-management":{"types":"./widgets/device-management/index.d.ts","esm2022":"./esm2022/widgets/device-management/c8y-ngx-components-widgets-device-management.mjs","esm":"./esm2022/widgets/device-management/c8y-ngx-components-widgets-device-management.mjs","default":"./fesm2022/c8y-ngx-components-widgets-device-management.mjs"},"./icon-selector/icons/arrows":{"types":"./icon-selector/icons/arrows/index.d.ts","esm2022":"./esm2022/icon-selector/icons/arrows/c8y-ngx-components-icon-selector-icons-arrows.mjs","esm":"./esm2022/icon-selector/icons/arrows/c8y-ngx-components-icon-selector-icons-arrows.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-arrows.mjs"},"./icon-selector/icons/city":{"types":"./icon-selector/icons/city/index.d.ts","esm2022":"./esm2022/icon-selector/icons/city/c8y-ngx-components-icon-selector-icons-city.mjs","esm":"./esm2022/icon-selector/icons/city/c8y-ngx-components-icon-selector-icons-city.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-city.mjs"},"./icon-selector/icons/data":{"types":"./icon-selector/icons/data/index.d.ts","esm2022":"./esm2022/icon-selector/icons/data/c8y-ngx-components-icon-selector-icons-data.mjs","esm":"./esm2022/icon-selector/icons/data/c8y-ngx-components-icon-selector-icons-data.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-data.mjs"},"./icon-selector/icons/dateAndTime":{"types":"./icon-selector/icons/dateAndTime/index.d.ts","esm2022":"./esm2022/icon-selector/icons/dateAndTime/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs","esm":"./esm2022/icon-selector/icons/dateAndTime/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs"},"./icon-selector/icons/devicesAndSensors":{"types":"./icon-selector/icons/devicesAndSensors/index.d.ts","esm2022":"./esm2022/icon-selector/icons/devicesAndSensors/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs","esm":"./esm2022/icon-selector/icons/devicesAndSensors/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs"},"./icon-selector/icons/ecommerce":{"types":"./icon-selector/icons/ecommerce/index.d.ts","esm2022":"./esm2022/icon-selector/icons/ecommerce/c8y-ngx-components-icon-selector-icons-ecommerce.mjs","esm":"./esm2022/icon-selector/icons/ecommerce/c8y-ngx-components-icon-selector-icons-ecommerce.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-ecommerce.mjs"},"./icon-selector/icons/editing":{"types":"./icon-selector/icons/editing/index.d.ts","esm2022":"./esm2022/icon-selector/icons/editing/c8y-ngx-components-icon-selector-icons-editing.mjs","esm":"./esm2022/icon-selector/icons/editing/c8y-ngx-components-icon-selector-icons-editing.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-editing.mjs"},"./icon-selector/icons/filesAndFolders":{"types":"./icon-selector/icons/filesAndFolders/index.d.ts","esm2022":"./esm2022/icon-selector/icons/filesAndFolders/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs","esm":"./esm2022/icon-selector/icons/filesAndFolders/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs"},"./icon-selector/icons/finance":{"types":"./icon-selector/icons/finance/index.d.ts","esm2022":"./esm2022/icon-selector/icons/finance/c8y-ngx-components-icon-selector-icons-finance.mjs","esm":"./esm2022/icon-selector/icons/finance/c8y-ngx-components-icon-selector-icons-finance.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-finance.mjs"},"./icon-selector/icons/hands":{"types":"./icon-selector/icons/hands/index.d.ts","esm2022":"./esm2022/icon-selector/icons/hands/c8y-ngx-components-icon-selector-icons-hands.mjs","esm":"./esm2022/icon-selector/icons/hands/c8y-ngx-components-icon-selector-icons-hands.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-hands.mjs"},"./icon-selector/icons/location":{"types":"./icon-selector/icons/location/index.d.ts","esm2022":"./esm2022/icon-selector/icons/location/c8y-ngx-components-icon-selector-icons-location.mjs","esm":"./esm2022/icon-selector/icons/location/c8y-ngx-components-icon-selector-icons-location.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-location.mjs"},"./icon-selector/icons/messaging":{"types":"./icon-selector/icons/messaging/index.d.ts","esm2022":"./esm2022/icon-selector/icons/messaging/c8y-ngx-components-icon-selector-icons-messaging.mjs","esm":"./esm2022/icon-selector/icons/messaging/c8y-ngx-components-icon-selector-icons-messaging.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-messaging.mjs"},"./icon-selector/icons/multimedia":{"types":"./icon-selector/icons/multimedia/index.d.ts","esm2022":"./esm2022/icon-selector/icons/multimedia/c8y-ngx-components-icon-selector-icons-multimedia.mjs","esm":"./esm2022/icon-selector/icons/multimedia/c8y-ngx-components-icon-selector-icons-multimedia.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-multimedia.mjs"},"./icon-selector/icons/network":{"types":"./icon-selector/icons/network/index.d.ts","esm2022":"./esm2022/icon-selector/icons/network/c8y-ngx-components-icon-selector-icons-network.mjs","esm":"./esm2022/icon-selector/icons/network/c8y-ngx-components-icon-selector-icons-network.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-network.mjs"},"./icon-selector/icons/office":{"types":"./icon-selector/icons/office/index.d.ts","esm2022":"./esm2022/icon-selector/icons/office/c8y-ngx-components-icon-selector-icons-office.mjs","esm":"./esm2022/icon-selector/icons/office/c8y-ngx-components-icon-selector-icons-office.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-office.mjs"},"./icon-selector/icons/people":{"types":"./icon-selector/icons/people/index.d.ts","esm2022":"./esm2022/icon-selector/icons/people/c8y-ngx-components-icon-selector-icons-people.mjs","esm":"./esm2022/icon-selector/icons/people/c8y-ngx-components-icon-selector-icons-people.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-people.mjs"},"./icon-selector/icons/platform":{"types":"./icon-selector/icons/platform/index.d.ts","esm2022":"./esm2022/icon-selector/icons/platform/c8y-ngx-components-icon-selector-icons-platform.mjs","esm":"./esm2022/icon-selector/icons/platform/c8y-ngx-components-icon-selector-icons-platform.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs"},"./icon-selector/icons/programming":{"types":"./icon-selector/icons/programming/index.d.ts","esm2022":"./esm2022/icon-selector/icons/programming/c8y-ngx-components-icon-selector-icons-programming.mjs","esm":"./esm2022/icon-selector/icons/programming/c8y-ngx-components-icon-selector-icons-programming.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-programming.mjs"},"./icon-selector/icons/security":{"types":"./icon-selector/icons/security/index.d.ts","esm2022":"./esm2022/icon-selector/icons/security/c8y-ngx-components-icon-selector-icons-security.mjs","esm":"./esm2022/icon-selector/icons/security/c8y-ngx-components-icon-selector-icons-security.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-security.mjs"},"./icon-selector/icons/transport":{"types":"./icon-selector/icons/transport/index.d.ts","esm2022":"./esm2022/icon-selector/icons/transport/c8y-ngx-components-icon-selector-icons-transport.mjs","esm":"./esm2022/icon-selector/icons/transport/c8y-ngx-components-icon-selector-icons-transport.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-transport.mjs"},"./icon-selector/icons/userInterface":{"types":"./icon-selector/icons/userInterface/index.d.ts","esm2022":"./esm2022/icon-selector/icons/userInterface/c8y-ngx-components-icon-selector-icons-userInterface.mjs","esm":"./esm2022/icon-selector/icons/userInterface/c8y-ngx-components-icon-selector-icons-userInterface.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-userInterface.mjs"},"./icon-selector/icons/weather":{"types":"./icon-selector/icons/weather/index.d.ts","esm2022":"./esm2022/icon-selector/icons/weather/c8y-ngx-components-icon-selector-icons-weather.mjs","esm":"./esm2022/icon-selector/icons/weather/c8y-ngx-components-icon-selector-icons-weather.mjs","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-weather.mjs"},"./protocol-lwm2m/components/bootstrap-parameters":{"types":"./protocol-lwm2m/components/bootstrap-parameters/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/components/bootstrap-parameters/c8y-ngx-components-protocol-lwm2m-components-bootstrap-parameters.mjs","esm":"./esm2022/protocol-lwm2m/components/bootstrap-parameters/c8y-ngx-components-protocol-lwm2m-components-bootstrap-parameters.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-components-bootstrap-parameters.mjs"},"./protocol-lwm2m/components/configuration":{"types":"./protocol-lwm2m/components/configuration/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/components/configuration/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs","esm":"./esm2022/protocol-lwm2m/components/configuration/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-components-configuration.mjs"},"./protocol-lwm2m/components/post-registration-operations":{"types":"./protocol-lwm2m/components/post-registration-operations/index.d.ts","esm2022":"./esm2022/protocol-lwm2m/components/post-registration-operations/c8y-ngx-components-protocol-lwm2m-components-post-registration-operations.mjs","esm":"./esm2022/protocol-lwm2m/components/post-registration-operations/c8y-ngx-components-protocol-lwm2m-components-post-registration-operations.mjs","default":"./fesm2022/c8y-ngx-components-protocol-lwm2m-components-post-registration-operations.mjs"},"./widgets/definitions/applications":{"types":"./widgets/definitions/applications/index.d.ts","esm2022":"./esm2022/widgets/definitions/applications/c8y-ngx-components-widgets-definitions-applications.mjs","esm":"./esm2022/widgets/definitions/applications/c8y-ngx-components-widgets-definitions-applications.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-applications.mjs"},"./widgets/definitions/cockpit-legacy-welcome":{"types":"./widgets/definitions/cockpit-legacy-welcome/index.d.ts","esm2022":"./esm2022/widgets/definitions/cockpit-legacy-welcome/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs","esm":"./esm2022/widgets/definitions/cockpit-legacy-welcome/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs"},"./widgets/definitions/cockpit-welcome":{"types":"./widgets/definitions/cockpit-welcome/index.d.ts","esm2022":"./esm2022/widgets/definitions/cockpit-welcome/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs","esm":"./esm2022/widgets/definitions/cockpit-welcome/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs"},"./widgets/definitions/device-control-message":{"types":"./widgets/definitions/device-control-message/index.d.ts","esm2022":"./esm2022/widgets/definitions/device-control-message/c8y-ngx-components-widgets-definitions-device-control-message.mjs","esm":"./esm2022/widgets/definitions/device-control-message/c8y-ngx-components-widgets-definitions-device-control-message.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-control-message.mjs"},"./widgets/definitions/device-management-welcome":{"types":"./widgets/definitions/device-management-welcome/index.d.ts","esm2022":"./esm2022/widgets/definitions/device-management-welcome/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs","esm":"./esm2022/widgets/definitions/device-management-welcome/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs"},"./widgets/definitions/help-and-service":{"types":"./widgets/definitions/help-and-service/index.d.ts","esm2022":"./esm2022/widgets/definitions/help-and-service/c8y-ngx-components-widgets-definitions-help-and-service.mjs","esm":"./esm2022/widgets/definitions/help-and-service/c8y-ngx-components-widgets-definitions-help-and-service.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-help-and-service.mjs"},"./widgets/definitions/image":{"types":"./widgets/definitions/image/index.d.ts","esm2022":"./esm2022/widgets/definitions/image/c8y-ngx-components-widgets-definitions-image.mjs","esm":"./esm2022/widgets/definitions/image/c8y-ngx-components-widgets-definitions-image.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-image.mjs"},"./widgets/definitions/info-gauge":{"types":"./widgets/definitions/info-gauge/index.d.ts","esm2022":"./esm2022/widgets/definitions/info-gauge/c8y-ngx-components-widgets-definitions-info-gauge.mjs","esm":"./esm2022/widgets/definitions/info-gauge/c8y-ngx-components-widgets-definitions-info-gauge.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-info-gauge.mjs"},"./widgets/definitions/kpi":{"types":"./widgets/definitions/kpi/index.d.ts","esm2022":"./esm2022/widgets/definitions/kpi/c8y-ngx-components-widgets-definitions-kpi.mjs","esm":"./esm2022/widgets/definitions/kpi/c8y-ngx-components-widgets-definitions-kpi.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-kpi.mjs"},"./widgets/definitions/map":{"types":"./widgets/definitions/map/index.d.ts","esm2022":"./esm2022/widgets/definitions/map/c8y-ngx-components-widgets-definitions-map.mjs","esm":"./esm2022/widgets/definitions/map/c8y-ngx-components-widgets-definitions-map.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-map.mjs"},"./widgets/definitions/markdown":{"types":"./widgets/definitions/markdown/index.d.ts","esm2022":"./esm2022/widgets/definitions/markdown/c8y-ngx-components-widgets-definitions-markdown.mjs","esm":"./esm2022/widgets/definitions/markdown/c8y-ngx-components-widgets-definitions-markdown.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs"},"./widgets/definitions/three-d-rotation":{"types":"./widgets/definitions/three-d-rotation/index.d.ts","esm2022":"./esm2022/widgets/definitions/three-d-rotation/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs","esm":"./esm2022/widgets/definitions/three-d-rotation/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs","default":"./fesm2022/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs"},"./widgets/implementations/cockpit-legacy-welcome":{"types":"./widgets/implementations/cockpit-legacy-welcome/index.d.ts","esm2022":"./esm2022/widgets/implementations/cockpit-legacy-welcome/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs","esm":"./esm2022/widgets/implementations/cockpit-legacy-welcome/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs"},"./widgets/implementations/cockpit-welcome":{"types":"./widgets/implementations/cockpit-welcome/index.d.ts","esm2022":"./esm2022/widgets/implementations/cockpit-welcome/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs","esm":"./esm2022/widgets/implementations/cockpit-welcome/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs"},"./widgets/implementations/device-control-message":{"types":"./widgets/implementations/device-control-message/index.d.ts","esm2022":"./esm2022/widgets/implementations/device-control-message/c8y-ngx-components-widgets-implementations-device-control-message.mjs","esm":"./esm2022/widgets/implementations/device-control-message/c8y-ngx-components-widgets-implementations-device-control-message.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-control-message.mjs"},"./widgets/implementations/device-management-welcome":{"types":"./widgets/implementations/device-management-welcome/index.d.ts","esm2022":"./esm2022/widgets/implementations/device-management-welcome/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs","esm":"./esm2022/widgets/implementations/device-management-welcome/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs"},"./widgets/implementations/help-and-service-widget":{"types":"./widgets/implementations/help-and-service-widget/index.d.ts","esm2022":"./esm2022/widgets/implementations/help-and-service-widget/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs","esm":"./esm2022/widgets/implementations/help-and-service-widget/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs"},"./widgets/implementations/image":{"types":"./widgets/implementations/image/index.d.ts","esm2022":"./esm2022/widgets/implementations/image/c8y-ngx-components-widgets-implementations-image.mjs","esm":"./esm2022/widgets/implementations/image/c8y-ngx-components-widgets-implementations-image.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-image.mjs"},"./widgets/implementations/info-gauge":{"types":"./widgets/implementations/info-gauge/index.d.ts","esm2022":"./esm2022/widgets/implementations/info-gauge/c8y-ngx-components-widgets-implementations-info-gauge.mjs","esm":"./esm2022/widgets/implementations/info-gauge/c8y-ngx-components-widgets-implementations-info-gauge.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-info-gauge.mjs"},"./widgets/implementations/kpi":{"types":"./widgets/implementations/kpi/index.d.ts","esm2022":"./esm2022/widgets/implementations/kpi/c8y-ngx-components-widgets-implementations-kpi.mjs","esm":"./esm2022/widgets/implementations/kpi/c8y-ngx-components-widgets-implementations-kpi.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-kpi.mjs"},"./widgets/implementations/map":{"types":"./widgets/implementations/map/index.d.ts","esm2022":"./esm2022/widgets/implementations/map/c8y-ngx-components-widgets-implementations-map.mjs","esm":"./esm2022/widgets/implementations/map/c8y-ngx-components-widgets-implementations-map.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-map.mjs"},"./widgets/implementations/markdown":{"types":"./widgets/implementations/markdown/index.d.ts","esm2022":"./esm2022/widgets/implementations/markdown/c8y-ngx-components-widgets-implementations-markdown.mjs","esm":"./esm2022/widgets/implementations/markdown/c8y-ngx-components-widgets-implementations-markdown.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-markdown.mjs"},"./widgets/implementations/three-d-rotation":{"types":"./widgets/implementations/three-d-rotation/index.d.ts","esm2022":"./esm2022/widgets/implementations/three-d-rotation/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs","esm":"./esm2022/widgets/implementations/three-d-rotation/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs"},"./widgets/implementations/three-d-rotation/lazy-box-model":{"types":"./widgets/implementations/three-d-rotation/lazy-box-model/index.d.ts","esm2022":"./esm2022/widgets/implementations/three-d-rotation/lazy-box-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs","esm":"./esm2022/widgets/implementations/three-d-rotation/lazy-box-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs"},"./widgets/implementations/three-d-rotation/lazy-phone-model":{"types":"./widgets/implementations/three-d-rotation/lazy-phone-model/index.d.ts","esm2022":"./esm2022/widgets/implementations/three-d-rotation/lazy-phone-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs","esm":"./esm2022/widgets/implementations/three-d-rotation/lazy-phone-model/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs"}},"sideEffects":false} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@ngtools/webpack/package.json b/node_modules/@c8y/widget-plugin/node_modules/@ngtools/webpack/package.json deleted file mode 100755 index 8f3d0cd..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@ngtools/webpack/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@ngtools/webpack", - "version": "16.2.13", - "description": "Webpack plugin that AoT compiles your Angular components and modules.", - "main": "./src/index.js", - "typings": "src/index.d.ts", - "license": "MIT", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "aot", - "devkit", - "plugin", - "sdk", - "webpack" - ], - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "author": "Angular Authors", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli", - "dependencies": {}, - "peerDependencies": { - "@angular/compiler-cli": "^16.0.0", - "typescript": ">=4.9.3 <5.2", - "webpack": "^5.54.0" - }, - "engines": { - "node": "^16.14.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/@types/node/package.json b/node_modules/@c8y/widget-plugin/node_modules/@types/node/package.json deleted file mode 100644 index 686c095..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/@types/node/package.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "name": "@types/node", - "version": "14.11.11", - "description": "TypeScript definitions for Node.js", - "license": "MIT", - "contributors": [ - { - "name": "Microsoft TypeScript", - "url": "https://github.com/Microsoft", - "githubUsername": "Microsoft" - }, - { - "name": "DefinitelyTyped", - "url": "https://github.com/DefinitelyTyped", - "githubUsername": "DefinitelyTyped" - }, - { - "name": "Alberto Schiabel", - "url": "https://github.com/jkomyno", - "githubUsername": "jkomyno" - }, - { - "name": "Alexander T.", - "url": "https://github.com/a-tarasyuk", - "githubUsername": "a-tarasyuk" - }, - { - "name": "Alvis HT Tang", - "url": "https://github.com/alvis", - "githubUsername": "alvis" - }, - { - "name": "Andrew Makarov", - "url": "https://github.com/r3nya", - "githubUsername": "r3nya" - }, - { - "name": "Benjamin Toueg", - "url": "https://github.com/btoueg", - "githubUsername": "btoueg" - }, - { - "name": "Bruno Scheufler", - "url": "https://github.com/brunoscheufler", - "githubUsername": "brunoscheufler" - }, - { - "name": "Chigozirim C.", - "url": "https://github.com/smac89", - "githubUsername": "smac89" - }, - { - "name": "David Junger", - "url": "https://github.com/touffy", - "githubUsername": "touffy" - }, - { - "name": "Deividas Bakanas", - "url": "https://github.com/DeividasBakanas", - "githubUsername": "DeividasBakanas" - }, - { - "name": "Eugene Y. Q. Shen", - "url": "https://github.com/eyqs", - "githubUsername": "eyqs" - }, - { - "name": "Flarna", - "url": "https://github.com/Flarna", - "githubUsername": "Flarna" - }, - { - "name": "Hannes Magnusson", - "url": "https://github.com/Hannes-Magnusson-CK", - "githubUsername": "Hannes-Magnusson-CK" - }, - { - "name": "Hoàng Văn Khải", - "url": "https://github.com/KSXGitHub", - "githubUsername": "KSXGitHub" - }, - { - "name": "Huw", - "url": "https://github.com/hoo29", - "githubUsername": "hoo29" - }, - { - "name": "Kelvin Jin", - "url": "https://github.com/kjin", - "githubUsername": "kjin" - }, - { - "name": "Klaus Meinhardt", - "url": "https://github.com/ajafff", - "githubUsername": "ajafff" - }, - { - "name": "Lishude", - "url": "https://github.com/islishude", - "githubUsername": "islishude" - }, - { - "name": "Mariusz Wiktorczyk", - "url": "https://github.com/mwiktorczyk", - "githubUsername": "mwiktorczyk" - }, - { - "name": "Mohsen Azimi", - "url": "https://github.com/mohsen1", - "githubUsername": "mohsen1" - }, - { - "name": "Nicolas Even", - "url": "https://github.com/n-e", - "githubUsername": "n-e" - }, - { - "name": "Nikita Galkin", - "url": "https://github.com/galkin", - "githubUsername": "galkin" - }, - { - "name": "Parambir Singh", - "url": "https://github.com/parambirs", - "githubUsername": "parambirs" - }, - { - "name": "Sebastian Silbermann", - "url": "https://github.com/eps1lon", - "githubUsername": "eps1lon" - }, - { - "name": "Simon Schick", - "url": "https://github.com/SimonSchick", - "githubUsername": "SimonSchick" - }, - { - "name": "Thomas den Hollander", - "url": "https://github.com/ThomasdenH", - "githubUsername": "ThomasdenH" - }, - { - "name": "Wilco Bakker", - "url": "https://github.com/WilcoBakker", - "githubUsername": "WilcoBakker" - }, - { - "name": "wwwy3y3", - "url": "https://github.com/wwwy3y3", - "githubUsername": "wwwy3y3" - }, - { - "name": "Samuel Ainsworth", - "url": "https://github.com/samuela", - "githubUsername": "samuela" - }, - { - "name": "Kyle Uehlein", - "url": "https://github.com/kuehlein", - "githubUsername": "kuehlein" - }, - { - "name": "Jordi Oliveras Rovira", - "url": "https://github.com/j-oliveras", - "githubUsername": "j-oliveras" - }, - { - "name": "Thanik Bhongbhibhat", - "url": "https://github.com/bhongy", - "githubUsername": "bhongy" - }, - { - "name": "Marcin Kopacz", - "url": "https://github.com/chyzwar", - "githubUsername": "chyzwar" - }, - { - "name": "Trivikram Kamat", - "url": "https://github.com/trivikr", - "githubUsername": "trivikr" - }, - { - "name": "Minh Son Nguyen", - "url": "https://github.com/nguymin4", - "githubUsername": "nguymin4" - }, - { - "name": "Junxiao Shi", - "url": "https://github.com/yoursunny", - "githubUsername": "yoursunny" - }, - { - "name": "Ilia Baryshnikov", - "url": "https://github.com/qwelias", - "githubUsername": "qwelias" - }, - { - "name": "ExE Boss", - "url": "https://github.com/ExE-Boss", - "githubUsername": "ExE-Boss" - }, - { - "name": "Surasak Chaisurin", - "url": "https://github.com/Ryan-Willpower", - "githubUsername": "Ryan-Willpower" - }, - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - }, - { - "name": "Anna Henningsen", - "url": "https://github.com/addaleax", - "githubUsername": "addaleax" - }, - { - "name": "Jason Kwok", - "url": "https://github.com/JasonHK", - "githubUsername": "JasonHK" - }, - { - "name": "Victor Perin", - "url": "https://github.com/victorperin", - "githubUsername": "victorperin" - } - ], - "main": "", - "types": "index.d.ts", - "typesVersions": { - "<=3.4": { - "*": [ - "ts3.4/*" - ] - }, - "<=3.6": { - "*": [ - "ts3.6/*" - ] - } - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "c2b0b558a90b2111443786aacee9bd00dccbb5b39a303db22beb1f851fd91469", - "typeScriptVersion": "3.2" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/autoprefixer/package.json b/node_modules/@c8y/widget-plugin/node_modules/autoprefixer/package.json deleted file mode 100644 index 8dca3a8..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/autoprefixer/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "autoprefixer", - "version": "10.4.14", - "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "keywords": [ - "autoprefixer", - "css", - "prefix", - "postcss", - "postcss-plugin" - ], - "main": "lib/autoprefixer.js", - "bin": "bin/autoprefixer", - "types": "lib/autoprefixer.d.ts", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - ], - "author": "Andrey Sitnik ", - "license": "MIT", - "repository": "postcss/autoprefixer", - "bugs": { - "url": "https://github.com/postcss/autoprefixer/issues" - }, - "peerDependencies": { - "postcss": "^8.1.0" - }, - "dependencies": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/camelcase/package.json b/node_modules/@c8y/widget-plugin/node_modules/camelcase/package.json deleted file mode 100644 index c433579..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/camelcase/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "camelcase", - "version": "6.3.0", - "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", - "license": "MIT", - "repository": "sindresorhus/camelcase", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "camelcase", - "camel-case", - "camel", - "case", - "dash", - "hyphen", - "dot", - "underscore", - "separator", - "string", - "text", - "convert", - "pascalcase", - "pascal-case" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.11.0", - "xo": "^0.28.3" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/colorette/package.json b/node_modules/@c8y/widget-plugin/node_modules/colorette/package.json deleted file mode 100644 index aa0e729..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/colorette/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "colorette", - "version": "1.4.0", - "type": "module", - "main": "index.cjs", - "module": "index.js", - "types": "index.d.ts", - "description": "Easily set the text color and style in the terminal.", - "repository": "jorgebucaran/colorette", - "license": "MIT", - "exports": { - "./package.json": "./package.json", - ".": { - "require": "./index.cjs", - "import": "./index.js" - } - }, - "files": [ - "*.*(c)[tj]s*" - ], - "author": "Jorge Bucaran", - "keywords": [ - "terminal", - "styles", - "color", - "ansi" - ], - "scripts": { - "test": "c8 twist tests/*.js", - "build": "node -e \"fs.writeFileSync('index.cjs', fs.readFileSync('index.js', 'utf8').replace(/export const /g, 'exports.').replace(/import \\* as ([^ ]+) from \\\"(.+)\\\"/, 'const \\$1 = require(\\\"\\$2\\\")'), 'utf8')\"", - "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags", - "release": "tag=$npm_package_version npm run deploy && npm publish --access public", - "prepare": "npm run build" - }, - "devDependencies": { - "c8": "*", - "twist": "*" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/dotenv/package.json b/node_modules/@c8y/widget-plugin/node_modules/dotenv/package.json deleted file mode 100644 index 012d789..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/dotenv/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "dotenv", - "version": "16.3.1", - "description": "Loads environment variables from .env file", - "main": "lib/main.js", - "types": "lib/main.d.ts", - "exports": { - ".": { - "types": "./lib/main.d.ts", - "require": "./lib/main.js", - "default": "./lib/main.js" - }, - "./config": "./config.js", - "./config.js": "./config.js", - "./lib/env-options": "./lib/env-options.js", - "./lib/env-options.js": "./lib/env-options.js", - "./lib/cli-options": "./lib/cli-options.js", - "./lib/cli-options.js": "./lib/cli-options.js", - "./package.json": "./package.json" - }, - "scripts": { - "dts-check": "tsc --project tests/types/tsconfig.json", - "lint": "standard", - "lint-readme": "standard-markdown", - "pretest": "npm run lint && npm run dts-check", - "test": "tap tests/*.js --100 -Rspec", - "prerelease": "npm test", - "release": "standard-version" - }, - "repository": { - "type": "git", - "url": "git://github.com/motdotla/dotenv.git" - }, - "funding": "https://github.com/motdotla/dotenv?sponsor=1", - "keywords": [ - "dotenv", - "env", - ".env", - "environment", - "variables", - "config", - "settings" - ], - "readmeFilename": "README.md", - "license": "BSD-2-Clause", - "devDependencies": { - "@definitelytyped/dtslint": "^0.0.133", - "@types/node": "^18.11.3", - "decache": "^4.6.1", - "sinon": "^14.0.1", - "standard": "^17.0.0", - "standard-markdown": "^7.1.0", - "standard-version": "^9.5.0", - "tap": "^16.3.0", - "tar": "^6.1.11", - "typescript": "^4.8.4" - }, - "engines": { - "node": ">=12" - }, - "browser": { - "fs": false - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/eslint-visitor-keys/package.json b/node_modules/@c8y/widget-plugin/node_modules/eslint-visitor-keys/package.json deleted file mode 100644 index 775706b..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/eslint-visitor-keys/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "eslint-visitor-keys", - "version": "2.1.0", - "description": "Constants and utilities about visitor keys to traverse AST.", - "main": "lib/index.js", - "files": [ - "lib" - ], - "engines": { - "node": ">=10" - }, - "dependencies": {}, - "devDependencies": { - "eslint": "^4.7.2", - "eslint-config-eslint": "^4.0.0", - "eslint-release": "^1.0.0", - "mocha": "^3.5.3", - "nyc": "^11.2.1", - "opener": "^1.4.3" - }, - "scripts": { - "lint": "eslint lib tests/lib", - "test": "nyc mocha tests/lib", - "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - }, - "repository": "eslint/eslint-visitor-keys", - "keywords": [], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/eslint/eslint-visitor-keys/issues" - }, - "homepage": "https://github.com/eslint/eslint-visitor-keys#readme" -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/make-dir/node_modules/semver/package.json b/node_modules/@c8y/widget-plugin/node_modules/make-dir/node_modules/semver/package.json deleted file mode 100644 index db035e9..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/make-dir/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "5.7.2", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/make-dir/package.json b/node_modules/@c8y/widget-plugin/node_modules/make-dir/package.json deleted file mode 100644 index 1b51bf7..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/make-dir/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "make-dir", - "version": "2.1.0", - "description": "Make a directory and its parents if needed - Think `mkdir -p`", - "license": "MIT", - "repository": "sindresorhus/make-dir", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && nyc ava && tsd-check" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "mkdir", - "mkdirp", - "make", - "directories", - "dir", - "dirs", - "folders", - "directory", - "folder", - "path", - "parent", - "parents", - "intermediate", - "recursively", - "recursive", - "create", - "fs", - "filesystem", - "file-system" - ], - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "devDependencies": { - "@types/graceful-fs": "^4.1.3", - "@types/node": "^11.10.4", - "ava": "^1.2.0", - "codecov": "^3.0.0", - "graceful-fs": "^4.1.11", - "nyc": "^13.1.0", - "path-type": "^3.0.0", - "tempy": "^0.2.1", - "tsd-check": "^0.3.0", - "xo": "^0.24.0" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/postcss/package.json b/node_modules/@c8y/widget-plugin/node_modules/postcss/package.json deleted file mode 100755 index d68db86..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/postcss/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "postcss", - "version": "8.4.31", - "description": "Tool for transforming styles with JS plugins", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "exports": { - ".": { - "require": "./lib/postcss.js", - "import": "./lib/postcss.mjs" - }, - "./lib/at-rule": "./lib/at-rule.js", - "./lib/comment": "./lib/comment.js", - "./lib/container": "./lib/container.js", - "./lib/css-syntax-error": "./lib/css-syntax-error.js", - "./lib/declaration": "./lib/declaration.js", - "./lib/fromJSON": "./lib/fromJSON.js", - "./lib/input": "./lib/input.js", - "./lib/lazy-result": "./lib/lazy-result.js", - "./lib/no-work-result": "./lib/no-work-result.js", - "./lib/list": "./lib/list.js", - "./lib/map-generator": "./lib/map-generator.js", - "./lib/node": "./lib/node.js", - "./lib/parse": "./lib/parse.js", - "./lib/parser": "./lib/parser.js", - "./lib/postcss": "./lib/postcss.js", - "./lib/previous-map": "./lib/previous-map.js", - "./lib/processor": "./lib/processor.js", - "./lib/result": "./lib/result.js", - "./lib/root": "./lib/root.js", - "./lib/rule": "./lib/rule.js", - "./lib/stringifier": "./lib/stringifier.js", - "./lib/stringify": "./lib/stringify.js", - "./lib/symbols": "./lib/symbols.js", - "./lib/terminal-highlight": "./lib/terminal-highlight.js", - "./lib/tokenize": "./lib/tokenize.js", - "./lib/warn-once": "./lib/warn-once.js", - "./lib/warning": "./lib/warning.js", - "./package.json": "./package.json" - }, - "main": "./lib/postcss.js", - "types": "./lib/postcss.d.ts", - "keywords": [ - "css", - "postcss", - "rework", - "preprocessor", - "parser", - "source map", - "transform", - "manipulation", - "transpiler" - ], - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "author": "Andrey Sitnik ", - "license": "MIT", - "homepage": "https://postcss.org/", - "repository": "postcss/postcss", - "bugs": { - "url": "https://github.com/postcss/postcss/issues" - }, - "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "browser": { - "./lib/terminal-highlight": false, - "source-map-js": false, - "path": false, - "url": false, - "fs": false - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/slash/package.json b/node_modules/@c8y/widget-plugin/node_modules/slash/package.json deleted file mode 100644 index 1e36007..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/slash/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "slash", - "version": "2.0.0", - "description": "Convert Windows backslash paths to slash paths", - "license": "MIT", - "repository": "sindresorhus/slash", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "path", - "seperator", - "sep", - "slash", - "backslash", - "windows", - "win" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/tslib/modules/package.json b/node_modules/@c8y/widget-plugin/node_modules/tslib/modules/package.json deleted file mode 100644 index aafa0e4..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/tslib/modules/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} \ No newline at end of file diff --git a/node_modules/@c8y/widget-plugin/node_modules/tslib/package.json b/node_modules/@c8y/widget-plugin/node_modules/tslib/package.json deleted file mode 100644 index b4aa34e..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/tslib/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "tslib", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "2.6.1", - "license": "0BSD", - "description": "Runtime library for TypeScript helper functions", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript", - "tslib", - "runtime" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/tslib.git" - }, - "main": "tslib.js", - "module": "tslib.es6.js", - "jsnext:main": "tslib.es6.js", - "typings": "tslib.d.ts", - "sideEffects": false, - "exports": { - ".": { - "module": { - "types": "./tslib/modules/index.d.ts", - "default": "./tslib.es6.mjs" - }, - "import": { - "node": "./modules/index.js", - "default": { - "types": "./modules/index.d.ts", - "default": "./tslib.es6.mjs" - } - }, - "default": "./tslib.js" - }, - "./*": "./*", - "./": "./" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/typescript/package.json b/node_modules/@c8y/widget-plugin/node_modules/typescript/package.json deleted file mode 100644 index 34b5df1..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/typescript/package.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "name": "typescript", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "5.1.6", - "license": "Apache-2.0", - "description": "TypeScript is a language for application scale JavaScript development", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/TypeScript.git" - }, - "main": "./lib/typescript.js", - "typings": "./lib/typescript.d.ts", - "bin": { - "tsc": "./bin/tsc", - "tsserver": "./bin/tsserver" - }, - "engines": { - "node": ">=14.17" - }, - "files": [ - "bin", - "lib", - "!lib/enu", - "LICENSE.txt", - "README.md", - "SECURITY.md", - "ThirdPartyNoticeText.txt", - "!**/.gitattributes" - ], - "devDependencies": { - "@esfx/canceltoken": "^1.0.0", - "@octokit/rest": "latest", - "@types/chai": "^4.3.4", - "@types/fs-extra": "^9.0.13", - "@types/glob": "^8.1.0", - "@types/microsoft__typescript-etw": "^0.1.1", - "@types/minimist": "^1.2.2", - "@types/mocha": "^10.0.1", - "@types/ms": "^0.7.31", - "@types/node": "latest", - "@types/source-map-support": "^0.5.6", - "@types/which": "^2.0.1", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", - "@typescript-eslint/utils": "^5.33.1", - "azure-devops-node-api": "^12.0.0", - "chai": "^4.3.7", - "chalk": "^4.1.2", - "chokidar": "^3.5.3", - "del": "^6.1.1", - "diff": "^5.1.0", - "esbuild": "^0.17.2", - "eslint": "^8.22.0", - "eslint-formatter-autolinkable-stylish": "^1.2.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-local": "^1.0.0", - "eslint-plugin-no-null": "^1.0.2", - "eslint-plugin-simple-import-sort": "^10.0.0", - "fast-xml-parser": "^4.0.11", - "fs-extra": "^9.1.0", - "glob": "^8.1.0", - "hereby": "^1.6.4", - "jsonc-parser": "^3.2.0", - "minimist": "^1.2.8", - "mocha": "^10.2.0", - "mocha-fivemat-progress-reporter": "^0.1.0", - "ms": "^2.1.3", - "node-fetch": "^3.2.10", - "source-map-support": "^0.5.21", - "tslib": "^2.5.0", - "typescript": "^5.0.2", - "which": "^2.0.2" - }, - "overrides": { - "typescript@*": "$typescript" - }, - "scripts": { - "test": "hereby runtests-parallel --light=false", - "test:eslint-rules": "hereby run-eslint-rules-tests", - "build": "npm run build:compiler && npm run build:tests", - "build:compiler": "hereby local", - "build:tests": "hereby tests", - "build:tests:notypecheck": "hereby tests --no-typecheck", - "start": "node lib/tsc", - "clean": "hereby clean", - "gulp": "hereby", - "lint": "hereby lint", - "setup-hooks": "node scripts/link-hooks.mjs" - }, - "browser": { - "fs": false, - "os": false, - "path": false, - "crypto": false, - "buffer": false, - "@microsoft/typescript-etw": false, - "source-map-support": false, - "inspector": false - }, - "packageManager": "npm@8.19.4", - "volta": { - "node": "20.1.0", - "npm": "8.19.4" - } -} diff --git a/node_modules/@c8y/widget-plugin/node_modules/webpack/package.json b/node_modules/@c8y/widget-plugin/node_modules/webpack/package.json deleted file mode 100644 index 10b9bc5..0000000 --- a/node_modules/@c8y/widget-plugin/node_modules/webpack/package.json +++ /dev/null @@ -1,246 +0,0 @@ -{ - "name": "webpack", - "version": "5.88.2", - "author": "Tobias Koppers @sokra", - "description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.", - "license": "MIT", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.0", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.7", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - }, - "devDependencies": { - "@babel/core": "^7.21.4", - "@babel/preset-react": "^7.18.6", - "@types/jest": "^29.5.0", - "@types/mime-types": "^2.1.1", - "@types/node": "^20.1.7", - "assemblyscript": "^0.27.2", - "babel-loader": "^8.1.0", - "benchmark": "^2.1.4", - "bundle-loader": "^0.5.6", - "coffee-loader": "^1.0.0", - "coffeescript": "^2.5.1", - "core-js": "^3.6.5", - "coveralls": "^3.1.0", - "cspell": "^6.31.1", - "css-loader": "^5.0.1", - "date-fns": "^2.15.0", - "es5-ext": "^0.10.53", - "es6-promise-polyfill": "^1.2.0", - "eslint": "^8.38.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-jsdoc": "^43.0.5", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-prettier": "^4.2.1", - "file-loader": "^6.0.0", - "fork-ts-checker-webpack-plugin": "^8.0.0", - "hash-wasm": "^4.9.0", - "husky": "^8.0.3", - "is-ci": "^3.0.0", - "istanbul": "^0.4.5", - "jest": "^29.5.0", - "jest-circus": "^29.5.0", - "jest-cli": "^29.5.0", - "jest-diff": "^29.5.0", - "jest-environment-node": "^29.5.0", - "jest-junit": "^16.0.0", - "json-loader": "^0.5.7", - "json5": "^2.1.3", - "less": "^4.0.0", - "less-loader": "^8.0.0", - "lint-staged": "^13.2.1", - "lodash": "^4.17.19", - "lodash-es": "^4.17.15", - "memfs": "^3.5.0", - "mini-css-extract-plugin": "^1.6.1", - "mini-svg-data-uri": "^1.2.3", - "nyc": "^15.1.0", - "open-cli": "^7.2.0", - "prettier": "^2.7.1", - "pretty-format": "^29.5.0", - "pug": "^3.0.0", - "pug-loader": "^2.4.0", - "raw-loader": "^4.0.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "rimraf": "^3.0.2", - "script-loader": "^0.7.2", - "simple-git": "^3.17.0", - "strip-ansi": "^6.0.0", - "style-loader": "^2.0.0", - "terser": "^5.17.0", - "toml": "^3.0.0", - "tooling": "webpack/tooling#v1.23.0", - "ts-loader": "^9.4.2", - "typescript": "^5.0.4", - "url-loader": "^4.1.0", - "wast-loader": "^1.11.5", - "webassembly-feature": "1.3.0", - "webpack-cli": "^5.0.1", - "xxhashjs": "^0.2.2", - "yamljs": "^0.3.0", - "yarn-deduplicate": "^6.0.1" - }, - "engines": { - "node": ">=10.13.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/webpack/webpack.git" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "homepage": "https://github.com/webpack/webpack", - "bugs": "https://github.com/webpack/webpack/issues", - "main": "lib/index.js", - "bin": { - "webpack": "bin/webpack.js" - }, - "types": "types.d.ts", - "files": [ - "lib/", - "bin/", - "hot/", - "schemas/", - "SECURITY.md", - "module.d.ts", - "types.d.ts" - ], - "scripts": { - "setup": "node ./setup/setup.js", - "jest": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage", - "test": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage", - "test:update-snapshots": "yarn jest -u", - "test:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,longtest,test}.js\"", - "test:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.basictest.js\"", - "test:unit": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"/test/*.unittest.js\"", - "build:examples": "cd examples && node buildAll.js", - "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html", - "pretest": "yarn lint", - "prelint": "yarn setup", - "lint": "yarn code-lint && yarn special-lint && yarn type-lint && yarn typings-test && yarn module-typings-test && yarn yarn-lint && yarn pretty-lint && yarn spellcheck", - "code-lint": "eslint --cache .", - "type-lint": "tsc", - "typings-test": "tsc -p tsconfig.types.test.json", - "module-typings-test": "tsc -p tsconfig.module.test.json", - "spellcheck": "cspell --no-progress \"**\"", - "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node tooling/generate-wasm-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals", - "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node tooling/generate-wasm-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write", - "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix", - "prepare": "husky install", - "pretty-lint-base": "prettier --cache .", - "pretty-lint-fix": "yarn pretty-lint-base --loglevel warn --write", - "pretty-lint": "yarn pretty-lint-base --check", - "yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock", - "yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock", - "benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"/test/*.benchmark.js\" --runInBand", - "cover": "yarn cover:all && yarn cover:report", - "cover:clean": "rimraf .nyc_output coverage", - "cover:all": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --coverage", - "cover:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.basictest.js\" --coverage", - "cover:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,longtest,test}.js\" --coverage", - "cover:integration:a": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,test}.js\" --coverage", - "cover:integration:b": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.longtest.js\" --coverage", - "cover:unit": "node --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --testMatch \"/test/*.unittest.js\" --coverage", - "cover:types": "node node_modules/tooling/type-coverage", - "cover:merge": "yarn mkdirp .nyc_output && nyc merge .nyc_output coverage/coverage-nyc.json && rimraf .nyc_output", - "cover:report": "nyc report --reporter=lcov --reporter=text -t coverage" - }, - "lint-staged": { - "*.{js,cjs,mjs}": [ - "eslint --cache --fix" - ], - "*": [ - "prettier --cache --ignore-unknown" - ], - "*.md|{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}": [ - "cspell" - ] - }, - "jest": { - "forceExit": true, - "setupFilesAfterEnv": [ - "/test/setupTestFramework.js" - ], - "testMatch": [ - "/test/*.test.js", - "/test/*.basictest.js", - "/test/*.longtest.js", - "/test/*.unittest.js" - ], - "watchPathIgnorePatterns": [ - "/.git", - "/node_modules", - "/test/js", - "/test/browsertest/js", - "/test/fixtures/temp-cache-fixture", - "/test/fixtures/temp-", - "/benchmark", - "/assembly", - "/tooling", - "/examples/*/dist", - "/coverage", - "/.eslintcache" - ], - "modulePathIgnorePatterns": [ - "/.git", - "/node_modules/webpack/node_modules", - "/test/js", - "/test/browsertest/js", - "/test/fixtures/temp-cache-fixture", - "/test/fixtures/temp-", - "/benchmark", - "/examples/*/dist", - "/coverage", - "/.eslintcache" - ], - "transformIgnorePatterns": [ - "" - ], - "coverageDirectory": "/coverage", - "coveragePathIgnorePatterns": [ - "\\.runtime\\.js$", - "/test", - "/schemas", - "/node_modules" - ], - "testEnvironment": "./test/patch-node-env.js", - "coverageReporters": [ - "json" - ], - "snapshotFormat": { - "escapeString": true, - "printBasicPrototype": true - } - } -} diff --git a/node_modules/@c8y/widget-plugin/package.json b/node_modules/@c8y/widget-plugin/package.json deleted file mode 100644 index 91f5875..0000000 --- a/node_modules/@c8y/widget-plugin/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "@c8y/widget-plugin", - "version": "1019.6.11", - "description": "", - "dependencies": { - "@c8y/style": "1019.6.11", - "@c8y/ngx-components": "1019.6.11", - "@c8y/client": "1019.6.11", - "@c8y/bootstrap": "1019.6.11", - "@c8y/devkit": "1019.6.11", - "@angular/cdk": "^16.2.11", - "ngx-bootstrap": "11.0.2", - "rxjs": "^7.4.0" - }, - "peerDependencies": { - "@angular/common": ">=15 <17" - }, - "author": "Cumulocity GmbH" -} \ No newline at end of file diff --git a/node_modules/@colors/colors/package.json b/node_modules/@colors/colors/package.json deleted file mode 100644 index cb87f20..0000000 --- a/node_modules/@colors/colors/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@colors/colors", - "description": "get colors in your node.js console", - "version": "1.5.0", - "author": "DABH", - "contributors": [ - { - "name": "DABH", - "url": "https://github.com/DABH" - } - ], - "homepage": "https://github.com/DABH/colors.js", - "bugs": "https://github.com/DABH/colors.js/issues", - "keywords": [ - "ansi", - "terminal", - "colors" - ], - "repository": { - "type": "git", - "url": "http://github.com/DABH/colors.js.git" - }, - "license": "MIT", - "scripts": { - "lint": "eslint . --fix", - "test": "export FORCE_COLOR=1 && node tests/basic-test.js && node tests/safe-test.js" - }, - "engines": { - "node": ">=0.1.90" - }, - "main": "lib/index.js", - "files": [ - "examples", - "lib", - "LICENSE", - "safe.js", - "themes", - "index.d.ts", - "safe.d.ts" - ], - "devDependencies": { - "eslint": "^5.2.0", - "eslint-config-google": "^0.11.0" - } -} diff --git a/node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/package.json b/node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/package.json deleted file mode 100644 index a957780..0000000 --- a/node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/package.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "@jridgewell/trace-mapping", - "version": "0.3.9", - "description": "Trace the original position through a source map", - "keywords": [ - "source", - "map" - ], - "main": "dist/trace-mapping.umd.js", - "module": "dist/trace-mapping.mjs", - "typings": "dist/types/trace-mapping.d.ts", - "files": [ - "dist" - ], - "exports": { - ".": { - "browser": "./dist/trace-mapping.umd.js", - "require": "./dist/trace-mapping.umd.js", - "import": "./dist/trace-mapping.mjs" - }, - "./package.json": "./package.json" - }, - "author": "Justin Ridgewell ", - "repository": { - "type": "git", - "url": "git+https://github.com/jridgewell/trace-mapping.git" - }, - "license": "MIT", - "scripts": { - "benchmark": "run-s build:rollup benchmark:*", - "benchmark:install": "cd benchmark && npm install", - "benchmark:only": "node benchmark/index.mjs", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "prebuild": "rm -rf dist", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build", - "test": "run-s -n test:lint test:only", - "test:debug": "ava debug", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts' '**/*.md'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "c8 ava", - "test:watch": "ava --watch" - }, - "devDependencies": { - "@rollup/plugin-typescript": "8.3.0", - "@typescript-eslint/eslint-plugin": "5.10.0", - "@typescript-eslint/parser": "5.10.0", - "ava": "4.0.1", - "benchmark": "2.1.4", - "c8": "7.11.0", - "esbuild": "0.14.14", - "esbuild-node-loader": "0.6.4", - "eslint": "8.7.0", - "eslint-config-prettier": "8.3.0", - "npm-run-all": "4.1.5", - "prettier": "2.5.1", - "rollup": "2.64.0", - "typescript": "4.5.4" - }, - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } -} diff --git a/node_modules/@cspotcode/source-map-support/package.json b/node_modules/@cspotcode/source-map-support/package.json deleted file mode 100644 index a3ef65c..0000000 --- a/node_modules/@cspotcode/source-map-support/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "@cspotcode/source-map-support", - "description": "Fixes stack traces for files with source maps", - "version": "0.8.1", - "main": "./source-map-support.js", - "types": "./source-map-support.d.ts", - "scripts": { - "build": "node build.js", - "serve-tests": "http-server -p 1336", - "test": "mocha" - }, - "files": [ - "/register.d.ts", - "/register.js", - "/register-hook-require.d.ts", - "/register-hook-require.js", - "/source-map-support.d.ts", - "/source-map-support.js", - "/browser-source-map-support.js" - ], - "dependencies": { - "@jridgewell/trace-mapping": "0.3.9" - }, - "devDependencies": { - "@types/lodash": "^4.14.182", - "browserify": "^4.2.3", - "coffeescript": "^1.12.7", - "http-server": "^0.11.1", - "lodash": "^4.17.21", - "mocha": "^3.5.3", - "semver": "^7.3.7", - "source-map": "0.6.1", - "webpack": "^1.15.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/cspotcode/node-source-map-support" - }, - "bugs": { - "url": "https://github.com/cspotcode/node-source-map-support/issues" - }, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "volta": { - "node": "16.11.0", - "npm": "7.24.2" - } -} diff --git a/node_modules/@dabh/diagnostics/package.json b/node_modules/@dabh/diagnostics/package.json deleted file mode 100644 index 7e1efd9..0000000 --- a/node_modules/@dabh/diagnostics/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "@dabh/diagnostics", - "version": "2.0.3", - "description": "Tools for debugging your node.js modules and event loop", - "main": "./node", - "browser": "./browser", - "scripts": { - "test:basic": "mocha --require test/mock.js test/*.test.js", - "test:node": "mocha --require test/mock test/node.js", - "test:browser": "mocha --require test/mock test/browser.js", - "test:runner": "npm run test:basic && npm run test:node && npm run test:browser", - "webpack:node:prod": "webpack --mode=production node/index.js -o /dev/null --json | webpack-bundle-size-analyzer", - "webpack:node:dev": "webpack --mode=development node/index.js -o /dev/null --json | webpack-bundle-size-analyzer", - "webpack:browser:prod": "webpack --mode=production browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer", - "webpack:browser:dev": "webpack --mode=development browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer", - "test": "nyc --reporter=text --reporter=lcov npm run test:runner" - }, - "repository": { - "type": "git", - "url": "git://github.com/3rd-Eden/diagnostics.git" - }, - "keywords": [ - "debug", - "debugger", - "debugging", - "diagnostic", - "diagnostics", - "event", - "loop", - "metrics", - "stats" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "bugs": { - "url": "https://github.com/3rd-Eden/diagnostics/issues" - }, - "homepage": "https://github.com/3rd-Eden/diagnostics", - "devDependencies": { - "assume": "2.3.x", - "asyncstorageapi": "^1.0.2", - "mocha": "9.2.x", - "nyc": "^15.1.0", - "objstorage": "^1.0.0", - "pre-commit": "1.2.x", - "require-poisoning": "^2.0.0", - "webpack": "4.x", - "webpack-bundle-size-analyzer": "^3.0.0", - "webpack-cli": "3.x" - }, - "dependencies": { - "colorspace": "1.1.x", - "enabled": "2.0.x", - "kuler": "^2.0.0" - }, - "contributors": [ - "Martijn Swaagman (https://github.com/swaagie)", - "Jarrett Cruger (https://github.com/jcrugzz)", - "Sevastos (https://github.com/sevastos)" - ], - "directories": { - "test": "test" - } -} diff --git a/node_modules/@discoveryjs/json-ext/package.json b/node_modules/@discoveryjs/json-ext/package.json deleted file mode 100644 index f6ccde5..0000000 --- a/node_modules/@discoveryjs/json-ext/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "@discoveryjs/json-ext", - "version": "0.5.7", - "description": "A set of utilities that extend the use of JSON", - "keywords": [ - "json", - "utils", - "stream", - "async", - "promise", - "stringify", - "info" - ], - "author": "Roman Dvornov (https://github.com/lahmatiy)", - "license": "MIT", - "repository": "discoveryjs/json-ext", - "main": "./src/index", - "browser": { - "./src/stringify-stream.js": "./src/stringify-stream-browser.js", - "./src/text-decoder.js": "./src/text-decoder-browser.js", - "./src/version.js": "./dist/version.js" - }, - "types": "./index.d.ts", - "scripts": { - "test": "mocha --reporter progress", - "lint": "eslint src test", - "lint-and-test": "npm run lint && npm test", - "build": "rollup --config", - "test:all": "npm run test:src && npm run test:dist", - "test:src": "npm test", - "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test", - "build-and-test": "npm run build && npm run test:dist", - "coverage": "c8 --reporter=lcovonly npm test", - "prepublishOnly": "npm run lint && npm test && npm run build-and-test" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^15.1.0", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^9.0.0", - "c8": "^7.10.0", - "chalk": "^4.1.0", - "cross-env": "^7.0.3", - "eslint": "^8.10.0", - "mocha": "^8.4.0", - "rollup": "^2.28.2", - "rollup-plugin-terser": "^7.0.2" - }, - "engines": { - "node": ">=10.0.0" - }, - "files": [ - "dist", - "src", - "index.d.ts" - ] -} diff --git a/node_modules/@esbuild/linux-x64/package.json b/node_modules/@esbuild/linux-x64/package.json deleted file mode 100644 index 196d57f..0000000 --- a/node_modules/@esbuild/linux-x64/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "@esbuild/linux-x64", - "version": "0.18.17", - "description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.", - "repository": "https://github.com/evanw/esbuild", - "license": "MIT", - "preferUnplugged": true, - "engines": { - "node": ">=12" - }, - "os": [ - "linux" - ], - "cpu": [ - "x64" - ] -} diff --git a/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/package.json b/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/package.json deleted file mode 100644 index b9d51ce..0000000 --- a/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "eslint-visitor-keys", - "version": "3.4.3", - "description": "Constants and utilities about visitor keys to traverse AST.", - "type": "module", - "main": "dist/eslint-visitor-keys.cjs", - "types": "./dist/index.d.ts", - "exports": { - ".": [ - { - "import": "./lib/index.js", - "require": "./dist/eslint-visitor-keys.cjs" - }, - "./dist/eslint-visitor-keys.cjs" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist/index.d.ts", - "dist/visitor-keys.d.ts", - "dist/eslint-visitor-keys.cjs", - "dist/eslint-visitor-keys.d.cts", - "lib" - ], - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "devDependencies": { - "@types/estree": "^0.0.51", - "@types/estree-jsx": "^0.0.1", - "@typescript-eslint/parser": "^5.14.0", - "c8": "^7.11.0", - "chai": "^4.3.6", - "eslint": "^7.29.0", - "eslint-config-eslint": "^7.0.0", - "eslint-plugin-jsdoc": "^35.4.0", - "eslint-plugin-node": "^11.1.0", - "eslint-release": "^3.2.0", - "esquery": "^1.4.0", - "json-diff": "^0.7.3", - "mocha": "^9.2.1", - "opener": "^1.5.2", - "rollup": "^2.70.0", - "rollup-plugin-dts": "^4.2.3", - "tsd": "^0.19.1", - "typescript": "^4.6.2" - }, - "scripts": { - "build": "npm run build:cjs && npm run build:types", - "build:cjs": "rollup -c", - "build:debug": "npm run build:cjs -- -m && npm run build:types", - "build:keys": "node tools/build-keys-from-ts", - "build:types": "tsc", - "lint": "eslint .", - "prepare": "npm run build", - "release:generate:latest": "eslint-generate-release", - "release:generate:alpha": "eslint-generate-prerelease alpha", - "release:generate:beta": "eslint-generate-prerelease beta", - "release:generate:rc": "eslint-generate-prerelease rc", - "release:publish": "eslint-publish-release", - "test": "mocha tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types", - "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html", - "test:types": "tsd" - }, - "repository": "eslint/eslint-visitor-keys", - "funding": "https://opencollective.com/eslint", - "keywords": [], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/eslint/eslint-visitor-keys/issues" - }, - "homepage": "https://github.com/eslint/eslint-visitor-keys#readme" -} diff --git a/node_modules/@eslint-community/eslint-utils/package.json b/node_modules/@eslint-community/eslint-utils/package.json deleted file mode 100644 index c4ee587..0000000 --- a/node_modules/@eslint-community/eslint-utils/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "@eslint-community/eslint-utils", - "version": "4.4.0", - "description": "Utilities for ESLint plugins.", - "keywords": [ - "eslint" - ], - "homepage": "https://github.com/eslint-community/eslint-utils#readme", - "bugs": { - "url": "https://github.com/eslint-community/eslint-utils/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/eslint-community/eslint-utils" - }, - "license": "MIT", - "author": "Toru Nagashima", - "sideEffects": false, - "exports": { - ".": { - "import": "./index.mjs", - "require": "./index.js" - }, - "./package.json": "./package.json" - }, - "main": "index", - "module": "index.mjs", - "files": [ - "index.*" - ], - "scripts": { - "prebuild": "npm run -s clean", - "build": "rollup -c", - "clean": "rimraf .nyc_output coverage index.*", - "coverage": "opener ./coverage/lcov-report/index.html", - "docs:build": "vitepress build docs", - "docs:watch": "vitepress dev docs", - "format": "npm run -s format:prettier -- --write", - "format:prettier": "prettier .", - "format:check": "npm run -s format:prettier -- --check", - "lint": "eslint .", - "test": "c8 mocha --reporter dot \"test/*.mjs\"", - "preversion": "npm test && npm run -s build", - "postversion": "git push && git push --tags", - "prewatch": "npm run -s clean", - "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha" - }, - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "devDependencies": { - "@eslint-community/eslint-plugin-mysticatea": "^15.2.0", - "c8": "^7.12.0", - "dot-prop": "^6.0.1", - "eslint": "^8.28.0", - "mocha": "^9.2.2", - "npm-run-all": "^4.1.5", - "opener": "^1.5.2", - "prettier": "2.8.4", - "rimraf": "^3.0.2", - "rollup": "^2.79.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "semver": "^7.3.8", - "vitepress": "^1.0.0-alpha.40", - "warun": "^1.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } -} diff --git a/node_modules/@eslint-community/regexpp/package.json b/node_modules/@eslint-community/regexpp/package.json deleted file mode 100644 index 4544508..0000000 --- a/node_modules/@eslint-community/regexpp/package.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "@eslint-community/regexpp", - "version": "4.10.0", - "description": "Regular expression parser for ECMAScript.", - "keywords": [ - "regexp", - "regular", - "expression", - "parser", - "validator", - "ast", - "abstract", - "syntax", - "tree", - "ecmascript", - "es2015", - "es2016", - "es2017", - "es2018", - "es2019", - "es2020", - "es2021", - "annexB" - ], - "homepage": "https://github.com/eslint-community/regexpp#readme", - "bugs": { - "url": "https://github.com/eslint-community/regexpp/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/eslint-community/regexpp" - }, - "license": "MIT", - "author": "Toru Nagashima", - "exports": { - ".": { - "types": "./index.d.ts", - "import": "./index.mjs", - "default": "./index.js" - }, - "./package.json": "./package.json" - }, - "main": "index", - "files": [ - "index.*" - ], - "scripts": { - "prebuild": "npm run -s clean", - "build": "run-s build:*", - "build:tsc": "tsc --module es2015", - "build:rollup": "rollup -c", - "build:dts": "npm run -s build:tsc -- --removeComments false && dts-bundle --name @eslint-community/regexpp --main .temp/index.d.ts --out ../index.d.ts && prettier --write index.d.ts", - "clean": "rimraf .temp index.*", - "lint": "eslint . --ext .ts", - "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000", - "debug": "mocha --require ts-node/register/transpile-only \"test/*.ts\" --reporter dot --timeout 10000", - "update:test": "ts-node scripts/update-fixtures.ts", - "update:unicode": "run-s update:unicode:*", - "update:unicode:ids": "ts-node scripts/update-unicode-ids.ts", - "update:unicode:props": "ts-node scripts/update-unicode-properties.ts", - "update:test262:extract": "ts-node -T scripts/extract-test262.ts", - "preversion": "npm test && npm run -s build", - "postversion": "git push && git push --tags", - "prewatch": "npm run -s clean", - "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl" - }, - "dependencies": {}, - "devDependencies": { - "@eslint-community/eslint-plugin-mysticatea": "^15.5.1", - "@rollup/plugin-node-resolve": "^14.1.0", - "@types/eslint": "^8.44.3", - "@types/jsdom": "^16.2.15", - "@types/mocha": "^9.1.1", - "@types/node": "^12.20.55", - "dts-bundle": "^0.7.3", - "eslint": "^8.50.0", - "js-tokens": "^8.0.2", - "jsdom": "^19.0.0", - "mocha": "^9.2.2", - "npm-run-all": "^4.1.5", - "nyc": "^14.1.1", - "rimraf": "^3.0.2", - "rollup": "^2.79.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "test262": "git+https://github.com/tc39/test262.git", - "test262-stream": "^1.4.0", - "ts-node": "^10.9.1", - "typescript": "~5.0.2" - }, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } -} diff --git a/node_modules/@eslint/eslintrc/node_modules/ajv/package.json b/node_modules/@eslint/eslintrc/node_modules/ajv/package.json deleted file mode 100644 index 559a933..0000000 --- a/node_modules/@eslint/eslintrc/node_modules/ajv/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "name": "ajv", - "version": "6.12.6", - "description": "Another JSON Schema Validator", - "main": "lib/ajv.js", - "typings": "lib/ajv.d.ts", - "files": [ - "lib/", - "dist/", - "scripts/", - "LICENSE", - ".tonic_example.js" - ], - "scripts": { - "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite", - "jshint": "jshint lib/{compile/,}*.js", - "lint": "npm run jshint && npm run eslint", - "test-spec": "mocha spec/{**/,}*.spec.js -R spec", - "test-fast": "AJV_FAST_TEST=true npm run test-spec", - "test-debug": "npm run test-spec -- --inspect-brk", - "test-cov": "nyc npm run test-spec", - "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts", - "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters", - "bundle-beautify": "node ./scripts/bundle.js js-beautify", - "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js", - "test-karma": "karma start", - "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma", - "test-all": "npm run test-cov && if-node-version 10 npm run test-browser", - "test": "npm run lint && npm run build && npm run test-all", - "prepublish": "npm run build && npm run bundle", - "watch": "watch \"npm run build\" ./lib/dot" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - }, - "repository": { - "type": "git", - "url": "https://github.com/ajv-validator/ajv.git" - }, - "keywords": [ - "JSON", - "schema", - "validator", - "validation", - "jsonschema", - "json-schema", - "json-schema-validator", - "json-schema-validation" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/ajv-validator/ajv/issues" - }, - "homepage": "https://github.com/ajv-validator/ajv", - "tonicExampleFilename": ".tonic_example.js", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "devDependencies": { - "ajv-async": "^1.0.0", - "bluebird": "^3.5.3", - "brfs": "^2.0.0", - "browserify": "^16.2.0", - "chai": "^4.0.1", - "coveralls": "^3.0.1", - "del-cli": "^3.0.0", - "dot": "^1.0.3", - "eslint": "^7.3.1", - "gh-pages-generator": "^0.2.3", - "glob": "^7.0.0", - "if-node-version": "^1.0.0", - "js-beautify": "^1.7.3", - "jshint": "^2.10.2", - "json-schema-test": "^2.0.0", - "karma": "^5.0.0", - "karma-chrome-launcher": "^3.0.0", - "karma-mocha": "^2.0.0", - "karma-sauce-launcher": "^4.1.3", - "mocha": "^8.0.1", - "nyc": "^15.0.0", - "pre-commit": "^1.1.1", - "require-globify": "^1.3.0", - "typescript": "^3.9.5", - "uglify-js": "^3.6.9", - "watch": "^1.0.0" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/ajv" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } -} diff --git a/node_modules/@eslint/eslintrc/node_modules/argparse/package.json b/node_modules/@eslint/eslintrc/node_modules/argparse/package.json deleted file mode 100644 index 647d2af..0000000 --- a/node_modules/@eslint/eslintrc/node_modules/argparse/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "argparse", - "description": "CLI arguments parser. Native port of python's argparse.", - "version": "2.0.1", - "keywords": [ - "cli", - "parser", - "argparse", - "option", - "args" - ], - "main": "argparse.js", - "files": [ - "argparse.js", - "lib/" - ], - "license": "Python-2.0", - "repository": "nodeca/argparse", - "scripts": { - "lint": "eslint .", - "test": "npm run lint && nyc mocha", - "coverage": "npm run test && nyc report --reporter html" - }, - "devDependencies": { - "@babel/eslint-parser": "^7.11.0", - "@babel/plugin-syntax-class-properties": "^7.10.4", - "eslint": "^7.5.0", - "mocha": "^8.0.1", - "nyc": "^15.1.0" - } -} diff --git a/node_modules/@eslint/eslintrc/node_modules/globals/package.json b/node_modules/@eslint/eslintrc/node_modules/globals/package.json deleted file mode 100644 index 78e2664..0000000 --- a/node_modules/@eslint/eslintrc/node_modules/globals/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "globals", - "version": "13.24.0", - "description": "Global identifiers from different JavaScript environments", - "license": "MIT", - "repository": "sindresorhus/globals", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "sideEffects": false, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "index.d.ts", - "globals.json" - ], - "keywords": [ - "globals", - "global", - "identifiers", - "variables", - "vars", - "jshint", - "eslint", - "environments" - ], - "dependencies": { - "type-fest": "^0.20.2" - }, - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.14.0", - "xo": "^0.36.1" - }, - "xo": { - "ignores": [ - "get-browser-globals.js" - ], - "rules": { - "node/no-unsupported-features/es-syntax": "off" - } - }, - "tsd": { - "compilerOptions": { - "resolveJsonModule": true - } - } -} diff --git a/node_modules/@eslint/eslintrc/node_modules/js-yaml/package.json b/node_modules/@eslint/eslintrc/node_modules/js-yaml/package.json deleted file mode 100644 index 17574da..0000000 --- a/node_modules/@eslint/eslintrc/node_modules/js-yaml/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "js-yaml", - "version": "4.1.0", - "description": "YAML 1.2 parser and serializer", - "keywords": [ - "yaml", - "parser", - "serializer", - "pyyaml" - ], - "author": "Vladimir Zapparov ", - "contributors": [ - "Aleksey V Zapparov (http://www.ixti.net/)", - "Vitaly Puzrin (https://github.com/puzrin)", - "Martin Grenfell (http://got-ravings.blogspot.com)" - ], - "license": "MIT", - "repository": "nodeca/js-yaml", - "files": [ - "index.js", - "lib/", - "bin/", - "dist/" - ], - "bin": { - "js-yaml": "bin/js-yaml.js" - }, - "module": "./dist/js-yaml.mjs", - "exports": { - ".": { - "import": "./dist/js-yaml.mjs", - "require": "./index.js" - }, - "./package.json": "./package.json" - }, - "scripts": { - "lint": "eslint .", - "test": "npm run lint && mocha", - "coverage": "npm run lint && nyc mocha && nyc report --reporter html", - "demo": "npm run lint && node support/build_demo.js", - "gh-demo": "npm run demo && gh-pages -d demo -f", - "browserify": "rollup -c support/rollup.config.js", - "prepublishOnly": "npm run gh-demo" - }, - "unpkg": "dist/js-yaml.min.js", - "jsdelivr": "dist/js-yaml.min.js", - "dependencies": { - "argparse": "^2.0.1" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^17.0.0", - "@rollup/plugin-node-resolve": "^11.0.0", - "ansi": "^0.3.1", - "benchmark": "^2.1.4", - "codemirror": "^5.13.4", - "eslint": "^7.0.0", - "fast-check": "^2.8.0", - "gh-pages": "^3.1.0", - "mocha": "^8.2.1", - "nyc": "^15.1.0", - "rollup": "^2.34.1", - "rollup-plugin-node-polyfills": "^0.2.1", - "rollup-plugin-terser": "^7.0.2", - "shelljs": "^0.8.4" - } -} diff --git a/node_modules/@eslint/eslintrc/node_modules/json-schema-traverse/package.json b/node_modules/@eslint/eslintrc/node_modules/json-schema-traverse/package.json deleted file mode 100644 index 1566063..0000000 --- a/node_modules/@eslint/eslintrc/node_modules/json-schema-traverse/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "json-schema-traverse", - "version": "0.4.1", - "description": "Traverse JSON Schema passing each schema object to callback", - "main": "index.js", - "scripts": { - "eslint": "eslint index.js spec", - "test-spec": "mocha spec -R spec", - "test": "npm run eslint && nyc npm run test-spec" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" - }, - "keywords": [ - "JSON-Schema", - "traverse", - "iterate" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/epoberezkin/json-schema-traverse/issues" - }, - "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme", - "devDependencies": { - "coveralls": "^2.13.1", - "eslint": "^3.19.0", - "mocha": "^3.4.2", - "nyc": "^11.0.2", - "pre-commit": "^1.2.2" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - } -} diff --git a/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json b/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json deleted file mode 100644 index 3ab9e4d..0000000 --- a/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "type-fest", - "version": "0.20.2", - "description": "A collection of essential TypeScript types", - "license": "(MIT OR CC0-1.0)", - "repository": "sindresorhus/type-fest", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "//test": "xo && tsd && tsc", - "test": "xo && tsc" - }, - "files": [ - "index.d.ts", - "base.d.ts", - "source", - "ts41" - ], - "keywords": [ - "typescript", - "ts", - "types", - "utility", - "util", - "utilities", - "omit", - "merge", - "json" - ], - "devDependencies": { - "@sindresorhus/tsconfig": "~0.7.0", - "tsd": "^0.13.1", - "typescript": "^4.1.2", - "xo": "^0.35.0" - }, - "types": "./index.d.ts", - "typesVersions": { - ">=4.1": { - "*": [ - "ts41/*" - ] - } - }, - "xo": { - "rules": { - "@typescript-eslint/ban-types": "off", - "@typescript-eslint/indent": "off", - "node/no-unsupported-features/es-builtins": "off" - } - } -} diff --git a/node_modules/@eslint/eslintrc/package.json b/node_modules/@eslint/eslintrc/package.json deleted file mode 100644 index aa43e75..0000000 --- a/node_modules/@eslint/eslintrc/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "@eslint/eslintrc", - "version": "2.1.4", - "description": "The legacy ESLintRC config file format for ESLint", - "type": "module", - "main": "./dist/eslintrc.cjs", - "exports": { - ".": { - "import": "./lib/index.js", - "require": "./dist/eslintrc.cjs" - }, - "./package.json": "./package.json", - "./universal": { - "import": "./lib/index-universal.js", - "require": "./dist/eslintrc-universal.cjs" - } - }, - "files": [ - "lib", - "conf", - "LICENSE", - "dist", - "universal.js" - ], - "publishConfig": { - "access": "public" - }, - "scripts": { - "build": "rollup -c", - "lint": "eslint . --report-unused-disable-directives", - "lint:fix": "npm run lint -- --fix", - "prepare": "npm run build", - "release:generate:latest": "eslint-generate-release", - "release:generate:alpha": "eslint-generate-prerelease alpha", - "release:generate:beta": "eslint-generate-prerelease beta", - "release:generate:rc": "eslint-generate-prerelease rc", - "release:publish": "eslint-publish-release", - "test": "mocha -R progress -c 'tests/lib/*.cjs' && c8 mocha -R progress -c 'tests/lib/**/*.js'" - }, - "repository": "eslint/eslintrc", - "funding": "https://opencollective.com/eslint", - "keywords": [ - "ESLint", - "ESLintRC", - "Configuration" - ], - "author": "Nicholas C. Zakas", - "license": "MIT", - "bugs": { - "url": "https://github.com/eslint/eslintrc/issues" - }, - "homepage": "https://github.com/eslint/eslintrc#readme", - "devDependencies": { - "c8": "^7.7.3", - "chai": "^4.3.4", - "eslint": "^7.31.0", - "eslint-config-eslint": "^7.0.0", - "eslint-plugin-jsdoc": "^35.4.1", - "eslint-plugin-node": "^11.1.0", - "eslint-release": "^3.2.0", - "fs-teardown": "^0.1.3", - "mocha": "^9.0.3", - "rollup": "^2.70.1", - "shelljs": "^0.8.4", - "sinon": "^11.1.2", - "temp-dir": "^2.0.0" - }, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } -} diff --git a/node_modules/@eslint/js/package.json b/node_modules/@eslint/js/package.json deleted file mode 100644 index 8f6776f..0000000 --- a/node_modules/@eslint/js/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "@eslint/js", - "version": "8.57.0", - "description": "ESLint JavaScript language implementation", - "main": "./src/index.js", - "scripts": {}, - "files": [ - "LICENSE", - "README.md", - "src" - ], - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/eslint/eslint.git", - "directory": "packages/js" - }, - "homepage": "https://eslint.org", - "bugs": "https://github.com/eslint/eslint/issues/", - "keywords": [ - "javascript", - "eslint-plugin", - "eslint" - ], - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } -} diff --git a/node_modules/@gar/promisify/package.json b/node_modules/@gar/promisify/package.json deleted file mode 100644 index d0ce69b..0000000 --- a/node_modules/@gar/promisify/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@gar/promisify", - "version": "1.1.3", - "description": "Promisify an entire class or object", - "main": "index.js", - "repository": { - "type": "git", - "url": "https://github.com/wraithgar/gar-promisify.git" - }, - "scripts": { - "lint": "standard", - "lint:fix": "standard --fix", - "test": "lab -a @hapi/code -t 100", - "posttest": "npm run lint" - }, - "files": [ - "index.js" - ], - "keywords": [ - "promisify", - "all", - "class", - "object" - ], - "author": "Gar ", - "license": "MIT", - "devDependencies": { - "@hapi/code": "^8.0.1", - "@hapi/lab": "^24.1.0", - "standard": "^16.0.3" - } -} diff --git a/node_modules/@humanwhocodes/config-array/package.json b/node_modules/@humanwhocodes/config-array/package.json deleted file mode 100644 index 0c3beb3..0000000 --- a/node_modules/@humanwhocodes/config-array/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "@humanwhocodes/config-array", - "version": "0.11.14", - "description": "Glob-based configuration matching.", - "author": "Nicholas C. Zakas", - "main": "api.js", - "files": [ - "api.js" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/humanwhocodes/config-array.git" - }, - "bugs": { - "url": "https://github.com/humanwhocodes/config-array/issues" - }, - "homepage": "https://github.com/humanwhocodes/config-array#readme", - "scripts": { - "build": "rollup -c", - "format": "nitpik", - "lint": "eslint *.config.js src/*.js tests/*.js", - "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js", - "prepublish": "npm run build", - "test:coverage": "nyc --include src/*.js npm run test", - "test": "mocha -r esm tests/ --recursive" - }, - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "*.js": [ - "eslint --fix --ignore-pattern '!.eslintrc.js'" - ] - }, - "keywords": [ - "configuration", - "configarray", - "config file" - ], - "license": "Apache-2.0", - "engines": { - "node": ">=10.10.0" - }, - "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", - "debug": "^4.3.1", - "minimatch": "^3.0.5" - }, - "devDependencies": { - "@nitpik/javascript": "0.4.0", - "@nitpik/node": "0.0.5", - "chai": "4.3.10", - "eslint": "8.52.0", - "esm": "3.2.25", - "lint-staged": "15.0.2", - "mocha": "6.2.3", - "nyc": "15.1.0", - "rollup": "3.28.1", - "yorkie": "2.0.0" - } -} diff --git a/node_modules/@humanwhocodes/module-importer/package.json b/node_modules/@humanwhocodes/module-importer/package.json deleted file mode 100644 index 8ece071..0000000 --- a/node_modules/@humanwhocodes/module-importer/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "@humanwhocodes/module-importer", - "version": "1.0.1", - "description": "Universal module importer for Node.js", - "main": "src/module-importer.cjs", - "module": "src/module-importer.js", - "type": "module", - "types": "dist/module-importer.d.ts", - "exports": { - "require": "./src/module-importer.cjs", - "import": "./src/module-importer.js" - }, - "files": [ - "dist", - "src" - ], - "publishConfig": { - "access": "public" - }, - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "*.js": [ - "eslint --fix" - ] - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - }, - "scripts": { - "build": "rollup -c && tsc", - "prepare": "npm run build", - "lint": "eslint src/ tests/", - "test:unit": "c8 mocha tests/module-importer.test.js", - "test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs", - "test": "npm run test:unit && npm run test:build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/humanwhocodes/module-importer.git" - }, - "keywords": [ - "modules", - "esm", - "commonjs" - ], - "engines": { - "node": ">=12.22" - }, - "author": "Nicholas C. Zaks", - "license": "Apache-2.0", - "devDependencies": { - "@types/node": "^18.7.6", - "c8": "7.12.0", - "chai": "4.3.6", - "eslint": "8.22.0", - "lint-staged": "13.0.3", - "mocha": "9.2.2", - "rollup": "2.78.0", - "typescript": "4.7.4", - "yorkie": "2.0.0" - } -} diff --git a/node_modules/@humanwhocodes/object-schema/package.json b/node_modules/@humanwhocodes/object-schema/package.json deleted file mode 100644 index 0098b44..0000000 --- a/node_modules/@humanwhocodes/object-schema/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@humanwhocodes/object-schema", - "version": "2.0.3", - "description": "An object schema merger/validator", - "main": "src/index.js", - "files": [ - "src", - "LICENSE", - "README.md" - ], - "directories": { - "test": "tests" - }, - "scripts": { - "test": "mocha tests/" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/humanwhocodes/object-schema.git" - }, - "keywords": [ - "object", - "validation", - "schema", - "merge" - ], - "author": "Nicholas C. Zakas", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/humanwhocodes/object-schema/issues" - }, - "homepage": "https://github.com/humanwhocodes/object-schema#readme", - "devDependencies": { - "chai": "^4.2.0", - "eslint": "^5.13.0", - "mocha": "^5.2.0" - } -} diff --git a/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json b/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json deleted file mode 100644 index 7bbb563..0000000 --- a/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "ansi-regex", - "version": "6.0.1", - "description": "Regular expression for matching ANSI escape codes", - "license": "MIT", - "repository": "chalk/ansi-regex", - "funding": "https://github.com/chalk/ansi-regex?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": "./index.js", - "engines": { - "node": ">=12" - }, - "scripts": { - "test": "xo && ava && tsd", - "view-supported": "node fixtures/view-codes.js" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "text", - "regex", - "regexp", - "re", - "match", - "test", - "find", - "pattern" - ], - "devDependencies": { - "ava": "^3.15.0", - "tsd": "^0.14.0", - "xo": "^0.38.2" - } -} diff --git a/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json b/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json deleted file mode 100644 index 6cd3ca5..0000000 --- a/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "ansi-styles", - "version": "6.2.1", - "description": "ANSI escape codes for styling strings in the terminal", - "license": "MIT", - "repository": "chalk/ansi-styles", - "funding": "https://github.com/chalk/ansi-styles?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": "./index.js", - "engines": { - "node": ">=12" - }, - "scripts": { - "test": "xo && ava && tsd", - "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "devDependencies": { - "ava": "^3.15.0", - "svg-term-cli": "^2.1.1", - "tsd": "^0.19.0", - "xo": "^0.47.0" - } -} diff --git a/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json b/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json deleted file mode 100644 index eac892a..0000000 --- a/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "emoji-regex", - "version": "9.2.2", - "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", - "homepage": "https://mths.be/emoji-regex", - "main": "index.js", - "types": "index.d.ts", - "keywords": [ - "unicode", - "regex", - "regexp", - "regular expressions", - "code points", - "symbols", - "characters", - "emoji" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/emoji-regex.git" - }, - "bugs": "https://github.com/mathiasbynens/emoji-regex/issues", - "files": [ - "LICENSE-MIT.txt", - "index.js", - "index.d.ts", - "RGI_Emoji.js", - "RGI_Emoji.d.ts", - "text.js", - "text.d.ts", - "es2015" - ], - "scripts": { - "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src es2015_types -D -d ./es2015; node script/inject-sequences.js", - "test": "mocha", - "test:watch": "npm run test -- --watch" - }, - "devDependencies": { - "@babel/cli": "^7.4.4", - "@babel/core": "^7.4.4", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/preset-env": "^7.4.4", - "@unicode/unicode-13.0.0": "^1.0.3", - "mocha": "^6.1.4", - "regexgen": "^1.3.0" - } -} diff --git a/node_modules/@isaacs/cliui/node_modules/string-width/package.json b/node_modules/@isaacs/cliui/node_modules/string-width/package.json deleted file mode 100644 index f46d677..0000000 --- a/node_modules/@isaacs/cliui/node_modules/string-width/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "string-width", - "version": "5.1.2", - "description": "Get the visual width of a string - the number of columns required to display it", - "license": "MIT", - "repository": "sindresorhus/string-width", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": "./index.js", - "engines": { - "node": ">=12" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "string", - "character", - "unicode", - "width", - "visual", - "column", - "columns", - "fullwidth", - "full-width", - "full", - "ansi", - "escape", - "codes", - "cli", - "command-line", - "terminal", - "console", - "cjk", - "chinese", - "japanese", - "korean", - "fixed-width" - ], - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "devDependencies": { - "ava": "^3.15.0", - "tsd": "^0.14.0", - "xo": "^0.38.2" - } -} diff --git a/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json b/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json deleted file mode 100644 index e1f455c..0000000 --- a/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "strip-ansi", - "version": "7.1.0", - "description": "Strip ANSI escape codes from a string", - "license": "MIT", - "repository": "chalk/strip-ansi", - "funding": "https://github.com/chalk/strip-ansi?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": "./index.js", - "engines": { - "node": ">=12" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "strip", - "trim", - "remove", - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "devDependencies": { - "ava": "^3.15.0", - "tsd": "^0.17.0", - "xo": "^0.44.0" - } -} diff --git a/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json b/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json deleted file mode 100644 index 198a5db..0000000 --- a/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "wrap-ansi", - "version": "8.1.0", - "description": "Wordwrap a string with ANSI escape codes", - "license": "MIT", - "repository": "chalk/wrap-ansi", - "funding": "https://github.com/chalk/wrap-ansi?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": { - "types": "./index.d.ts", - "default": "./index.js" - }, - "engines": { - "node": ">=12" - }, - "scripts": { - "test": "xo && nyc ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "wrap", - "break", - "wordwrap", - "wordbreak", - "linewrap", - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "devDependencies": { - "ava": "^3.15.0", - "chalk": "^4.1.2", - "coveralls": "^3.1.1", - "has-ansi": "^5.0.1", - "nyc": "^15.1.0", - "tsd": "^0.25.0", - "xo": "^0.44.0" - } -} diff --git a/node_modules/@isaacs/cliui/package.json b/node_modules/@isaacs/cliui/package.json deleted file mode 100644 index 7a95253..0000000 --- a/node_modules/@isaacs/cliui/package.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "name": "@isaacs/cliui", - "version": "8.0.2", - "description": "easily create complex multi-column command-line-interfaces", - "main": "build/index.cjs", - "exports": { - ".": [ - { - "import": "./index.mjs", - "require": "./build/index.cjs" - }, - "./build/index.cjs" - ] - }, - "type": "module", - "module": "./index.mjs", - "scripts": { - "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", - "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", - "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", - "test": "c8 mocha ./test/*.cjs", - "test:esm": "c8 mocha ./test/**/*.mjs", - "postest": "check", - "coverage": "c8 report --check-coverage", - "precompile": "rimraf build", - "compile": "tsc", - "postcompile": "npm run build:cjs", - "build:cjs": "rollup -c", - "prepare": "npm run compile" - }, - "repository": "yargs/cliui", - "standard": { - "ignore": [ - "**/example/**" - ], - "globals": [ - "it" - ] - }, - "keywords": [ - "cli", - "command-line", - "layout", - "design", - "console", - "wrap", - "table" - ], - "author": "Ben Coe ", - "license": "ISC", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "devDependencies": { - "@types/node": "^14.0.27", - "@typescript-eslint/eslint-plugin": "^4.0.0", - "@typescript-eslint/parser": "^4.0.0", - "c8": "^7.3.0", - "chai": "^4.2.0", - "chalk": "^4.1.0", - "cross-env": "^7.0.2", - "eslint": "^7.6.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-node": "^11.1.0", - "gts": "^3.0.0", - "mocha": "^10.0.0", - "rimraf": "^3.0.2", - "rollup": "^2.23.1", - "rollup-plugin-ts": "^3.0.2", - "standardx": "^7.0.0", - "typescript": "^4.0.0" - }, - "files": [ - "build", - "index.mjs", - "!*.d.ts" - ], - "engines": { - "node": ">=12" - } -} diff --git a/node_modules/@istanbuljs/load-nyc-config/package.json b/node_modules/@istanbuljs/load-nyc-config/package.json deleted file mode 100644 index 53207ef..0000000 --- a/node_modules/@istanbuljs/load-nyc-config/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "@istanbuljs/load-nyc-config", - "version": "1.1.0", - "description": "Utility function to load nyc configuration", - "main": "index.js", - "scripts": { - "pretest": "xo", - "test": "tap", - "snap": "npm test -- --snapshot", - "release": "standard-version" - }, - "engines": { - "node": ">=8" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "git+https://github.com/istanbuljs/load-nyc-config.git" - }, - "bugs": { - "url": "https://github.com/istanbuljs/load-nyc-config/issues" - }, - "homepage": "https://github.com/istanbuljs/load-nyc-config#readme", - "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "devDependencies": { - "semver": "^6.3.0", - "standard-version": "^7.0.0", - "tap": "^14.10.5", - "xo": "^0.25.3" - }, - "xo": { - "ignores": [ - "test/fixtures/extends/invalid.*" - ], - "rules": { - "require-atomic-updates": 0, - "capitalized-comments": 0, - "unicorn/import-index": 0, - "import/extensions": 0, - "import/no-useless-path-segments": 0 - } - } -} diff --git a/node_modules/@istanbuljs/schema/package.json b/node_modules/@istanbuljs/schema/package.json deleted file mode 100644 index 1d22cde..0000000 --- a/node_modules/@istanbuljs/schema/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@istanbuljs/schema", - "version": "0.1.3", - "description": "Schemas describing various structures used by nyc and istanbuljs", - "main": "index.js", - "scripts": { - "release": "standard-version --sign", - "pretest": "xo", - "test": "tap", - "snap": "npm test -- --snapshot" - }, - "engines": { - "node": ">=8" - }, - "author": "Corey Farrell", - "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/istanbuljs/schema.git" - }, - "bugs": { - "url": "https://github.com/istanbuljs/schema/issues" - }, - "homepage": "https://github.com/istanbuljs/schema#readme", - "devDependencies": { - "standard-version": "^7.0.0", - "tap": "^14.6.7", - "xo": "^0.25.3" - } -} diff --git a/node_modules/@jest/schemas/package.json b/node_modules/@jest/schemas/package.json deleted file mode 100644 index db670bf..0000000 --- a/node_modules/@jest/schemas/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "@jest/schemas", - "version": "29.6.3", - "repository": { - "type": "git", - "url": "https://github.com/jestjs/jest.git", - "directory": "packages/jest-schemas" - }, - "license": "MIT", - "main": "./build/index.js", - "types": "./build/index.d.ts", - "exports": { - ".": { - "types": "./build/index.d.ts", - "default": "./build/index.js" - }, - "./package.json": "./package.json" - }, - "dependencies": { - "@sinclair/typebox": "^0.27.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "publishConfig": { - "access": "public" - }, - "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b" -} diff --git a/node_modules/@jest/types/package.json b/node_modules/@jest/types/package.json deleted file mode 100644 index 76f9024..0000000 --- a/node_modules/@jest/types/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "@jest/types", - "version": "29.6.3", - "repository": { - "type": "git", - "url": "https://github.com/jestjs/jest.git", - "directory": "packages/jest-types" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "main": "./build/index.js", - "types": "./build/index.d.ts", - "exports": { - ".": { - "types": "./build/index.d.ts", - "default": "./build/index.js" - }, - "./package.json": "./package.json" - }, - "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "devDependencies": { - "@tsd/typescript": "^5.0.4", - "tsd-lite": "^0.7.0" - }, - "publishConfig": { - "access": "public" - }, - "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b" -} diff --git a/node_modules/@jridgewell/gen-mapping/package.json b/node_modules/@jridgewell/gen-mapping/package.json deleted file mode 100644 index f2e7fe0..0000000 --- a/node_modules/@jridgewell/gen-mapping/package.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "@jridgewell/gen-mapping", - "version": "0.3.5", - "description": "Generate source maps", - "keywords": [ - "source", - "map" - ], - "author": "Justin Ridgewell ", - "license": "MIT", - "repository": "https://github.com/jridgewell/gen-mapping", - "main": "dist/gen-mapping.umd.js", - "module": "dist/gen-mapping.mjs", - "types": "dist/types/gen-mapping.d.ts", - "exports": { - ".": [ - { - "types": "./dist/types/gen-mapping.d.ts", - "browser": "./dist/gen-mapping.umd.js", - "require": "./dist/gen-mapping.umd.js", - "import": "./dist/gen-mapping.mjs" - }, - "./dist/gen-mapping.umd.js" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist" - ], - "engines": { - "node": ">=6.0.0" - }, - "scripts": { - "benchmark": "run-s build:rollup benchmark:*", - "benchmark:install": "cd benchmark && npm install", - "benchmark:only": "node benchmark/index.mjs", - "prebuild": "rm -rf dist", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "test": "run-s -n test:lint test:only", - "test:debug": "mocha --inspect-brk", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "c8 mocha", - "test:watch": "mocha --watch", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build" - }, - "devDependencies": { - "@rollup/plugin-typescript": "8.3.2", - "@types/mocha": "9.1.1", - "@types/node": "17.0.29", - "@typescript-eslint/eslint-plugin": "5.21.0", - "@typescript-eslint/parser": "5.21.0", - "benchmark": "2.1.4", - "c8": "7.11.2", - "eslint": "8.14.0", - "eslint-config-prettier": "8.5.0", - "mocha": "9.2.2", - "npm-run-all": "4.1.5", - "prettier": "2.6.2", - "rollup": "2.70.2", - "tsx": "4.7.1", - "typescript": "4.6.3" - }, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - } -} diff --git a/node_modules/@jridgewell/resolve-uri/package.json b/node_modules/@jridgewell/resolve-uri/package.json deleted file mode 100644 index 02a4c51..0000000 --- a/node_modules/@jridgewell/resolve-uri/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "@jridgewell/resolve-uri", - "version": "3.1.2", - "description": "Resolve a URI relative to an optional base URI", - "keywords": [ - "resolve", - "uri", - "url", - "path" - ], - "author": "Justin Ridgewell ", - "license": "MIT", - "repository": "https://github.com/jridgewell/resolve-uri", - "main": "dist/resolve-uri.umd.js", - "module": "dist/resolve-uri.mjs", - "types": "dist/types/resolve-uri.d.ts", - "exports": { - ".": [ - { - "types": "./dist/types/resolve-uri.d.ts", - "browser": "./dist/resolve-uri.umd.js", - "require": "./dist/resolve-uri.umd.js", - "import": "./dist/resolve-uri.mjs" - }, - "./dist/resolve-uri.umd.js" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist" - ], - "engines": { - "node": ">=6.0.0" - }, - "scripts": { - "prebuild": "rm -rf dist", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "pretest": "run-s build:rollup", - "test": "run-s -n test:lint test:only", - "test:debug": "mocha --inspect-brk", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "mocha", - "test:coverage": "c8 mocha", - "test:watch": "mocha --watch", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build" - }, - "devDependencies": { - "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*", - "@rollup/plugin-typescript": "8.3.0", - "@typescript-eslint/eslint-plugin": "5.10.0", - "@typescript-eslint/parser": "5.10.0", - "c8": "7.11.0", - "eslint": "8.7.0", - "eslint-config-prettier": "8.3.0", - "mocha": "9.2.0", - "npm-run-all": "4.1.5", - "prettier": "2.5.1", - "rollup": "2.66.0", - "typescript": "4.5.5" - } -} diff --git a/node_modules/@jridgewell/set-array/package.json b/node_modules/@jridgewell/set-array/package.json deleted file mode 100644 index f652ca5..0000000 --- a/node_modules/@jridgewell/set-array/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "@jridgewell/set-array", - "version": "1.2.1", - "description": "Like a Set, but provides the index of the `key` in the backing array", - "keywords": [], - "author": "Justin Ridgewell ", - "license": "MIT", - "repository": "https://github.com/jridgewell/set-array", - "main": "dist/set-array.umd.js", - "module": "dist/set-array.mjs", - "typings": "dist/types/set-array.d.ts", - "exports": { - ".": [ - { - "types": "./dist/types/set-array.d.ts", - "browser": "./dist/set-array.umd.js", - "require": "./dist/set-array.umd.js", - "import": "./dist/set-array.mjs" - }, - "./dist/set-array.umd.js" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist" - ], - "engines": { - "node": ">=6.0.0" - }, - "scripts": { - "prebuild": "rm -rf dist", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "test": "run-s -n test:lint test:only", - "test:debug": "mocha --inspect-brk", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "mocha", - "test:coverage": "c8 mocha", - "test:watch": "mocha --watch", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build" - }, - "devDependencies": { - "@rollup/plugin-typescript": "8.3.0", - "@types/mocha": "9.1.1", - "@types/node": "17.0.29", - "@typescript-eslint/eslint-plugin": "5.10.0", - "@typescript-eslint/parser": "5.10.0", - "c8": "7.11.0", - "eslint": "8.7.0", - "eslint-config-prettier": "8.3.0", - "mocha": "9.2.0", - "npm-run-all": "4.1.5", - "prettier": "2.5.1", - "rollup": "2.66.0", - "tsx": "4.7.1", - "typescript": "4.5.5" - } -} diff --git a/node_modules/@jridgewell/source-map/package.json b/node_modules/@jridgewell/source-map/package.json deleted file mode 100644 index 1925054..0000000 --- a/node_modules/@jridgewell/source-map/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "@jridgewell/source-map", - "version": "0.3.6", - "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API", - "keywords": [ - "sourcemap", - "source", - "map" - ], - "author": "Justin Ridgewell ", - "license": "MIT", - "repository": "https://github.com/jridgewell/source-map", - "main": "dist/source-map.cjs", - "module": "dist/source-map.mjs", - "types": "dist/types/source-map.d.ts", - "exports": { - ".": [ - { - "types": "./dist/types/source-map.d.ts", - "browser": "./dist/source-map.umd.js", - "require": "./dist/source-map.cjs", - "import": "./dist/source-map.mjs" - }, - "./dist/source-map.cjs" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rm -rf dist", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "test": "run-s -n test:lint test:only", - "test:debug": "ts-mocha --inspect-brk", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "ts-mocha", - "test:coverage": "c8 --reporter text --reporter html ts-mocha", - "test:watch": "ts-mocha --watch", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build" - }, - "devDependencies": { - "@rollup/plugin-node-resolve": "13.2.1", - "@rollup/plugin-typescript": "8.3.0", - "@types/mocha": "9.1.1", - "@types/node": "17.0.30", - "@typescript-eslint/eslint-plugin": "5.10.0", - "@typescript-eslint/parser": "5.10.0", - "c8": "7.11.0", - "eslint": "8.7.0", - "eslint-config-prettier": "8.3.0", - "mocha": "10.0.0", - "npm-run-all": "4.1.5", - "prettier": "2.5.1", - "rollup": "2.66.0", - "ts-mocha": "10.0.0", - "typescript": "4.5.5" - }, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } -} diff --git a/node_modules/@jridgewell/sourcemap-codec/package.json b/node_modules/@jridgewell/sourcemap-codec/package.json deleted file mode 100644 index 578448f..0000000 --- a/node_modules/@jridgewell/sourcemap-codec/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "@jridgewell/sourcemap-codec", - "version": "1.4.15", - "description": "Encode/decode sourcemap mappings", - "keywords": [ - "sourcemap", - "vlq" - ], - "main": "dist/sourcemap-codec.umd.js", - "module": "dist/sourcemap-codec.mjs", - "types": "dist/types/sourcemap-codec.d.ts", - "files": [ - "dist" - ], - "exports": { - ".": [ - { - "types": "./dist/types/sourcemap-codec.d.ts", - "browser": "./dist/sourcemap-codec.umd.js", - "require": "./dist/sourcemap-codec.umd.js", - "import": "./dist/sourcemap-codec.mjs" - }, - "./dist/sourcemap-codec.umd.js" - ], - "./package.json": "./package.json" - }, - "scripts": { - "benchmark": "run-s build:rollup benchmark:*", - "benchmark:install": "cd benchmark && npm install", - "benchmark:only": "node --expose-gc benchmark/index.js", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.js", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "prebuild": "rm -rf dist", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build", - "pretest": "run-s build:rollup", - "test": "run-s -n test:lint test:only", - "test:debug": "mocha --inspect-brk", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "mocha", - "test:coverage": "c8 mocha", - "test:watch": "mocha --watch" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/jridgewell/sourcemap-codec.git" - }, - "author": "Rich Harris", - "license": "MIT", - "devDependencies": { - "@rollup/plugin-typescript": "8.3.0", - "@types/node": "17.0.15", - "@typescript-eslint/eslint-plugin": "5.10.0", - "@typescript-eslint/parser": "5.10.0", - "benchmark": "2.1.4", - "c8": "7.11.2", - "eslint": "8.7.0", - "eslint-config-prettier": "8.3.0", - "mocha": "9.2.0", - "npm-run-all": "4.1.5", - "prettier": "2.5.1", - "rollup": "2.64.0", - "source-map": "0.6.1", - "source-map-js": "1.0.2", - "sourcemap-codec": "1.4.8", - "typescript": "4.5.4" - } -} diff --git a/node_modules/@jridgewell/trace-mapping/package.json b/node_modules/@jridgewell/trace-mapping/package.json deleted file mode 100644 index 454a1bd..0000000 --- a/node_modules/@jridgewell/trace-mapping/package.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "@jridgewell/trace-mapping", - "version": "0.3.25", - "description": "Trace the original position through a source map", - "keywords": [ - "source", - "map" - ], - "main": "dist/trace-mapping.umd.js", - "module": "dist/trace-mapping.mjs", - "types": "dist/types/trace-mapping.d.ts", - "files": [ - "dist" - ], - "exports": { - ".": [ - { - "types": "./dist/types/trace-mapping.d.ts", - "browser": "./dist/trace-mapping.umd.js", - "require": "./dist/trace-mapping.umd.js", - "import": "./dist/trace-mapping.mjs" - }, - "./dist/trace-mapping.umd.js" - ], - "./package.json": "./package.json" - }, - "author": "Justin Ridgewell ", - "repository": { - "type": "git", - "url": "git+https://github.com/jridgewell/trace-mapping.git" - }, - "license": "MIT", - "scripts": { - "benchmark": "run-s build:rollup benchmark:*", - "benchmark:install": "cd benchmark && npm install", - "benchmark:only": "node --expose-gc benchmark/index.mjs", - "build": "run-s -n build:*", - "build:rollup": "rollup -c rollup.config.mjs", - "build:ts": "tsc --project tsconfig.build.json", - "lint": "run-s -n lint:*", - "lint:prettier": "npm run test:lint:prettier -- --write", - "lint:ts": "npm run test:lint:ts -- --fix", - "prebuild": "rm -rf dist", - "prepublishOnly": "npm run preversion", - "preversion": "run-s test build", - "test": "run-s -n test:lint test:only", - "test:debug": "mocha --inspect-brk", - "test:lint": "run-s -n test:lint:*", - "test:lint:prettier": "prettier --check '{src,test}/**/*.ts' '**/*.md'", - "test:lint:ts": "eslint '{src,test}/**/*.ts'", - "test:only": "c8 mocha", - "test:watch": "mocha --watch" - }, - "devDependencies": { - "@rollup/plugin-typescript": "11.1.6", - "@types/mocha": "10.0.6", - "@types/node": "20.11.20", - "@typescript-eslint/eslint-plugin": "6.18.1", - "@typescript-eslint/parser": "6.18.1", - "benchmark": "2.1.4", - "c8": "9.0.0", - "esbuild": "0.19.11", - "eslint": "8.56.0", - "eslint-config-prettier": "9.1.0", - "eslint-plugin-no-only-tests": "3.1.0", - "mocha": "10.3.0", - "npm-run-all": "4.1.5", - "prettier": "3.1.1", - "rollup": "4.9.4", - "tsx": "4.7.0", - "typescript": "5.3.3" - }, - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } -} diff --git a/node_modules/@leichtgewicht/ip-codec/package.json b/node_modules/@leichtgewicht/ip-codec/package.json deleted file mode 100644 index 6215258..0000000 --- a/node_modules/@leichtgewicht/ip-codec/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@leichtgewicht/ip-codec", - "version": "2.0.5", - "description": "Small package to encode or decode IP addresses from buffers to strings.", - "main": "index.cjs", - "types": "types", - "exports": { - ".": { - "types": "./types/index.d.ts", - "import": "./index.mjs", - "require": "./index.cjs" - } - }, - "scripts": { - "lint": "standard && dtslint --localTs node_modules/typescript/lib types", - "test": "npm run lint && npm run unit", - "unit": "fresh-tape test.mjs", - "coverage": "c8 npm run unit", - "prepare": "npx @leichtgewicht/esm2umd ipCodec" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/martinheidegger/ip-codec.git" - }, - "keywords": [ - "ip", - "ipv4", - "ipv6", - "codec", - "codecs", - "buffer", - "conversion" - ], - "author": "Martin Heidegger", - "license": "MIT", - "bugs": { - "url": "https://github.com/martinheidegger/ip-codec/issues" - }, - "homepage": "https://github.com/martinheidegger/ip-codec#readme", - "devDependencies": { - "@definitelytyped/dtslint": "0.2.19", - "@leichtgewicht/esm2umd": "^0.4.0", - "c8": "^9.1.0", - "fresh-tape": "^5.5.3", - "standard": "^17.1.0", - "typescript": "^5.4.3" - } -} diff --git a/node_modules/@ngx-formly/core/json-schema/package.json b/node_modules/@ngx-formly/core/json-schema/package.json deleted file mode 100644 index 42f3afb..0000000 --- a/node_modules/@ngx-formly/core/json-schema/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "module": "../fesm2015/ngx-formly-core-json-schema.mjs", - "es2020": "../fesm2020/ngx-formly-core-json-schema.mjs", - "esm2020": "../esm2020/json-schema/ngx-formly-core-json-schema.mjs", - "fesm2020": "../fesm2020/ngx-formly-core-json-schema.mjs", - "fesm2015": "../fesm2015/ngx-formly-core-json-schema.mjs", - "typings": "ngx-formly-core-json-schema.d.ts", - "sideEffects": false, - "name": "@ngx-formly/core/json-schema" -} \ No newline at end of file diff --git a/node_modules/@ngx-formly/core/package.json b/node_modules/@ngx-formly/core/package.json deleted file mode 100644 index 8394cae..0000000 --- a/node_modules/@ngx-formly/core/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "@ngx-formly/core", - "version": "6.1.3", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@angular/forms": ">=13.2.0", - "rxjs": "^6.5.3 || ^7.0.0" - }, - "module": "fesm2015/ngx-formly-core.mjs", - "es2020": "fesm2020/ngx-formly-core.mjs", - "esm2020": "esm2020/ngx-formly-core.mjs", - "fesm2020": "fesm2020/ngx-formly-core.mjs", - "fesm2015": "fesm2015/ngx-formly-core.mjs", - "typings": "ngx-formly-core.d.ts", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./ngx-formly-core.d.ts", - "esm2020": "./esm2020/ngx-formly-core.mjs", - "es2020": "./fesm2020/ngx-formly-core.mjs", - "es2015": "./fesm2015/ngx-formly-core.mjs", - "node": "./fesm2015/ngx-formly-core.mjs", - "default": "./fesm2020/ngx-formly-core.mjs" - }, - "./json-schema": { - "types": "./json-schema/ngx-formly-core-json-schema.d.ts", - "esm2020": "./esm2020/json-schema/ngx-formly-core-json-schema.mjs", - "es2020": "./fesm2020/ngx-formly-core-json-schema.mjs", - "es2015": "./fesm2015/ngx-formly-core-json-schema.mjs", - "node": "./fesm2015/ngx-formly-core-json-schema.mjs", - "default": "./fesm2020/ngx-formly-core-json-schema.mjs" - }, - "./preset": { - "types": "./preset/ngx-formly-core-preset.d.ts", - "esm2020": "./esm2020/preset/ngx-formly-core-preset.mjs", - "es2020": "./fesm2020/ngx-formly-core-preset.mjs", - "es2015": "./fesm2015/ngx-formly-core-preset.mjs", - "node": "./fesm2015/ngx-formly-core-preset.mjs", - "default": "./fesm2020/ngx-formly-core-preset.mjs" - }, - "./select": { - "types": "./select/ngx-formly-core-select.d.ts", - "esm2020": "./esm2020/select/ngx-formly-core-select.mjs", - "es2020": "./fesm2020/ngx-formly-core-select.mjs", - "es2015": "./fesm2015/ngx-formly-core-select.mjs", - "node": "./fesm2015/ngx-formly-core-select.mjs", - "default": "./fesm2020/ngx-formly-core-select.mjs" - }, - "./testing": { - "types": "./testing/ngx-formly-core-testing.d.ts", - "esm2020": "./esm2020/testing/ngx-formly-core-testing.mjs", - "es2020": "./fesm2020/ngx-formly-core-testing.mjs", - "es2015": "./fesm2015/ngx-formly-core-testing.mjs", - "node": "./fesm2015/ngx-formly-core-testing.mjs", - "default": "./fesm2020/ngx-formly-core-testing.mjs" - } - }, - "sideEffects": false, - "homepage": "https://github.com/ngx-formly/ngx-formly#readme", - "description": "Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.", - "repository": { - "type": "git", - "url": "git+https://github.com/ngx-formly/ngx-formly.git" - }, - "bugs": { - "url": "https://github.com/ngx-formly/ngx-formly/issues" - } -} \ No newline at end of file diff --git a/node_modules/@ngx-formly/core/preset/package.json b/node_modules/@ngx-formly/core/preset/package.json deleted file mode 100644 index 784f125..0000000 --- a/node_modules/@ngx-formly/core/preset/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "module": "../fesm2015/ngx-formly-core-preset.mjs", - "es2020": "../fesm2020/ngx-formly-core-preset.mjs", - "esm2020": "../esm2020/preset/ngx-formly-core-preset.mjs", - "fesm2020": "../fesm2020/ngx-formly-core-preset.mjs", - "fesm2015": "../fesm2015/ngx-formly-core-preset.mjs", - "typings": "ngx-formly-core-preset.d.ts", - "sideEffects": false, - "name": "@ngx-formly/core/preset" -} \ No newline at end of file diff --git a/node_modules/@ngx-formly/core/select/package.json b/node_modules/@ngx-formly/core/select/package.json deleted file mode 100644 index 32370a9..0000000 --- a/node_modules/@ngx-formly/core/select/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "module": "../fesm2015/ngx-formly-core-select.mjs", - "es2020": "../fesm2020/ngx-formly-core-select.mjs", - "esm2020": "../esm2020/select/ngx-formly-core-select.mjs", - "fesm2020": "../fesm2020/ngx-formly-core-select.mjs", - "fesm2015": "../fesm2015/ngx-formly-core-select.mjs", - "typings": "ngx-formly-core-select.d.ts", - "sideEffects": false, - "name": "@ngx-formly/core/select" -} \ No newline at end of file diff --git a/node_modules/@ngx-formly/core/testing/package.json b/node_modules/@ngx-formly/core/testing/package.json deleted file mode 100644 index 8be3099..0000000 --- a/node_modules/@ngx-formly/core/testing/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "module": "../fesm2015/ngx-formly-core-testing.mjs", - "es2020": "../fesm2020/ngx-formly-core-testing.mjs", - "esm2020": "../esm2020/testing/ngx-formly-core-testing.mjs", - "fesm2020": "../fesm2020/ngx-formly-core-testing.mjs", - "fesm2015": "../fesm2015/ngx-formly-core-testing.mjs", - "typings": "ngx-formly-core-testing.d.ts", - "sideEffects": false, - "name": "@ngx-formly/core/testing" -} \ No newline at end of file diff --git a/node_modules/@ngx-translate/core/package.json b/node_modules/@ngx-translate/core/package.json deleted file mode 100644 index 0493e5b..0000000 --- a/node_modules/@ngx-translate/core/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "@ngx-translate/core", - "version": "15.0.0", - "main": "public-api.ts", - "componentId": { - "scope": "ngx-translate.packages", - "name": "core", - "version": "15.0.0" - }, - "dependencies": {}, - "devDependencies": { - "@angular/router": ">=16.0.0", - "@types/jest": "^29.5.0", - "@types/node": "^16.11.7", - "jest": "^29.5.0", - "jest-preset-angular": "~13.1.0", - "@teambit/angular-v16": "1.0.2" - }, - "peerDependencies": { - "rxjs": "^6.5.5 || ^7.4.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0" - }, - "license": "SEE LICENSE IN LICENSE", - "private": false, - "engines": { - "node": "^16.13.0 || >=18.10.0" - }, - "sideEffects": false, - "module": "dist/fesm2022/ngx-translate-core.mjs", - "typings": "dist/index.d.ts", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./dist/index.d.ts", - "esm2022": "./dist/esm2022/ngx-translate-core.mjs", - "esm": "./esm2022/ngx-translate-core.mjs", - "default": "./dist/fesm2022/ngx-translate-core.mjs" - } - } -} diff --git a/node_modules/@ngx-translate/http-loader/package.json b/node_modules/@ngx-translate/http-loader/package.json deleted file mode 100644 index 69959b4..0000000 --- a/node_modules/@ngx-translate/http-loader/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "@ngx-translate/http-loader", - "version": "8.0.0", - "main": "public-api.ts", - "componentId": { - "scope": "ngx-translate.packages", - "name": "http-loader", - "version": "8.0.0" - }, - "dependencies": {}, - "devDependencies": { - "@types/jest": "^29.5.0", - "@types/node": "^16.11.7", - "jest": "^29.5.0", - "jest-preset-angular": "~13.1.0", - "@teambit/angular-v16": "1.0.2" - }, - "peerDependencies": { - "rxjs": "^6.5.5 || ^7.4.0", - "@ngx-translate/core": ">=15.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0" - }, - "license": "SEE LICENSE IN LICENSE", - "private": false, - "engines": { - "node": "^16.13.0 || >=18.10.0" - }, - "sideEffects": false, - "module": "dist/fesm2022/ngx-translate-http-loader.mjs", - "typings": "dist/index.d.ts", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./dist/index.d.ts", - "esm2022": "./dist/esm2022/ngx-translate-http-loader.mjs", - "esm": "./esm2022/ngx-translate-http-loader.mjs", - "default": "./dist/fesm2022/ngx-translate-http-loader.mjs" - } - } -} diff --git a/node_modules/@nicolo-ribaudo/chokidar-2/package.json b/node_modules/@nicolo-ribaudo/chokidar-2/package.json deleted file mode 100644 index b67d94f..0000000 --- a/node_modules/@nicolo-ribaudo/chokidar-2/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@nicolo-ribaudo/chokidar-2", - "version": "2.1.8-no-fsevents.3", - "description": "A wrapper around chokidar@2 to be able to specify both @2 and @3 as dependencies", - "main": "./dist/main.js", - "types": "./types.d.ts", - "scripts": { - "build": "./build-chokidar.sh", - "bundle": "webpack ./chokidar/index.js -o ./dist -t node --mode development" - }, - "dependencies": {}, - "author": "Nicolò Ribaudo ", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/nicolo-ribaudo/chokidar-2" - }, - "devDependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^5.1.2", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1", - "webpack": "^5.53.0", - "webpack-cli": "^4.8.0" - } -} diff --git a/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json b/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json deleted file mode 100644 index 8932502..0000000 --- a/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "@nicolo-ribaudo/eslint-scope-5-internals", - "version": "5.1.1-v1", - "description": "Proxy package exposing internals of eslint-scope@5 for @babel/eslint-parser", - "main": "index.js", - "dependencies": { - "eslint-scope": "5.1.1" - }, - "license": "MIT", - "type": "commonjs", - "publishConfig": { - "access": "public" - } -} diff --git a/node_modules/@nodelib/fs.scandir/package.json b/node_modules/@nodelib/fs.scandir/package.json deleted file mode 100644 index d3a8924..0000000 --- a/node_modules/@nodelib/fs.scandir/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@nodelib/fs.scandir", - "version": "2.1.5", - "description": "List files and directories inside the specified directory", - "license": "MIT", - "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir", - "keywords": [ - "NodeLib", - "fs", - "FileSystem", - "file system", - "scandir", - "readdir", - "dirent" - ], - "engines": { - "node": ">= 8" - }, - "files": [ - "out/**", - "!out/**/*.map", - "!out/**/*.spec.*" - ], - "main": "out/index.js", - "typings": "out/index.d.ts", - "scripts": { - "clean": "rimraf {tsconfig.tsbuildinfo,out}", - "lint": "eslint \"src/**/*.ts\" --cache", - "compile": "tsc -b .", - "compile:watch": "tsc -p . --watch --sourceMap", - "test": "mocha \"out/**/*.spec.js\" -s 0", - "build": "npm run clean && npm run compile && npm run lint && npm test", - "watch": "npm run clean && npm run compile:watch" - }, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "devDependencies": { - "@nodelib/fs.macchiato": "1.0.4", - "@types/run-parallel": "^1.1.0" - }, - "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562" -} diff --git a/node_modules/@nodelib/fs.stat/package.json b/node_modules/@nodelib/fs.stat/package.json deleted file mode 100644 index f2540c2..0000000 --- a/node_modules/@nodelib/fs.stat/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@nodelib/fs.stat", - "version": "2.0.5", - "description": "Get the status of a file with some features", - "license": "MIT", - "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat", - "keywords": [ - "NodeLib", - "fs", - "FileSystem", - "file system", - "stat" - ], - "engines": { - "node": ">= 8" - }, - "files": [ - "out/**", - "!out/**/*.map", - "!out/**/*.spec.*" - ], - "main": "out/index.js", - "typings": "out/index.d.ts", - "scripts": { - "clean": "rimraf {tsconfig.tsbuildinfo,out}", - "lint": "eslint \"src/**/*.ts\" --cache", - "compile": "tsc -b .", - "compile:watch": "tsc -p . --watch --sourceMap", - "test": "mocha \"out/**/*.spec.js\" -s 0", - "build": "npm run clean && npm run compile && npm run lint && npm test", - "watch": "npm run clean && npm run compile:watch" - }, - "devDependencies": { - "@nodelib/fs.macchiato": "1.0.4" - }, - "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562" -} diff --git a/node_modules/@nodelib/fs.walk/package.json b/node_modules/@nodelib/fs.walk/package.json deleted file mode 100644 index 86bfce4..0000000 --- a/node_modules/@nodelib/fs.walk/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@nodelib/fs.walk", - "version": "1.2.8", - "description": "A library for efficiently walking a directory recursively", - "license": "MIT", - "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk", - "keywords": [ - "NodeLib", - "fs", - "FileSystem", - "file system", - "walk", - "scanner", - "crawler" - ], - "engines": { - "node": ">= 8" - }, - "files": [ - "out/**", - "!out/**/*.map", - "!out/**/*.spec.*", - "!out/**/tests/**" - ], - "main": "out/index.js", - "typings": "out/index.d.ts", - "scripts": { - "clean": "rimraf {tsconfig.tsbuildinfo,out}", - "lint": "eslint \"src/**/*.ts\" --cache", - "compile": "tsc -b .", - "compile:watch": "tsc -p . --watch --sourceMap", - "test": "mocha \"out/**/*.spec.js\" -s 0", - "build": "npm run clean && npm run compile && npm run lint && npm test", - "watch": "npm run clean && npm run compile:watch" - }, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "devDependencies": { - "@nodelib/fs.macchiato": "1.0.4" - }, - "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8" -} diff --git a/node_modules/@npmcli/fs/package.json b/node_modules/@npmcli/fs/package.json deleted file mode 100644 index 28eb613..0000000 --- a/node_modules/@npmcli/fs/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "@npmcli/fs", - "version": "3.1.0", - "description": "filesystem utilities for the npm cli", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "snap": "tap", - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/fs.git" - }, - "keywords": [ - "npm", - "oss" - ], - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "tap": "^16.0.1" - }, - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.8.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/node_modules/@npmcli/git/node_modules/lru-cache/package.json b/node_modules/@npmcli/git/node_modules/lru-cache/package.json deleted file mode 100644 index 9684991..0000000 --- a/node_modules/@npmcli/git/node_modules/lru-cache/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "7.18.3", - "author": "Isaac Z. Schlueter ", - "keywords": [ - "mru", - "lru", - "cache" - ], - "sideEffects": false, - "scripts": { - "build": "npm run prepare", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "prepare": "node ./scripts/transpile-to-esm.js", - "size": "size-limit", - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "format": "prettier --write .", - "typedoc": "typedoc ./index.d.ts" - }, - "type": "commonjs", - "main": "./index.js", - "module": "./index.mjs", - "types": "./index.d.ts", - "exports": { - ".": { - "import": { - "types": "./index.d.ts", - "default": "./index.mjs" - }, - "require": { - "types": "./index.d.ts", - "default": "./index.js" - } - }, - "./package.json": "./package.json" - }, - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "@size-limit/preset-small-lib": "^7.0.8", - "@types/node": "^17.0.31", - "@types/tap": "^15.0.6", - "benchmark": "^2.1.4", - "c8": "^7.11.2", - "clock-mock": "^1.0.6", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "size-limit": "^7.0.8", - "tap": "^16.3.4", - "ts-node": "^10.7.0", - "tslib": "^2.4.0", - "typedoc": "^0.23.24", - "typescript": "^4.6.4" - }, - "license": "ISC", - "files": [ - "index.js", - "index.mjs", - "index.d.ts" - ], - "engines": { - "node": ">=12" - }, - "prettier": { - "semi": false, - "printWidth": 70, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "nyc-arg": [ - "--include=index.js" - ], - "node-arg": [ - "--expose-gc", - "--require", - "ts-node/register" - ], - "ts": false - }, - "size-limit": [ - { - "path": "./index.js" - } - ] -} diff --git a/node_modules/@npmcli/git/node_modules/which/package.json b/node_modules/@npmcli/git/node_modules/which/package.json deleted file mode 100644 index 989e01c..0000000 --- a/node_modules/@npmcli/git/node_modules/which/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "3.0.1", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-which.git" - }, - "main": "lib/index.js", - "bin": { - "node-which": "./bin/which.js" - }, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.14.1", - "tap": "^16.3.0" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "files": [ - "bin/", - "lib/" - ], - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.14.1", - "publish": "true" - } -} diff --git a/node_modules/@npmcli/git/package.json b/node_modules/@npmcli/git/package.json deleted file mode 100644 index eeba1c0..0000000 --- a/node_modules/@npmcli/git/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "@npmcli/git", - "version": "4.1.0", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "description": "a util for spawning git from npm CLI contexts", - "repository": { - "type": "git", - "url": "https://github.com/npm/git.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "snap": "tap", - "test": "tap", - "posttest": "npm run lint", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "timeout": 600, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.15.1", - "npm-package-arg": "^10.0.0", - "slash": "^3.0.0", - "tap": "^16.0.1" - }, - "dependencies": { - "@npmcli/promise-spawn": "^6.0.0", - "lru-cache": "^7.4.4", - "npm-pick-manifest": "^8.0.0", - "proc-log": "^3.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.15.1", - "publish": true - } -} diff --git a/node_modules/@npmcli/installed-package-contents/package.json b/node_modules/@npmcli/installed-package-contents/package.json deleted file mode 100644 index 3554754..0000000 --- a/node_modules/@npmcli/installed-package-contents/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "@npmcli/installed-package-contents", - "version": "2.0.2", - "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", - "author": "GitHub Inc.", - "main": "lib/index.js", - "bin": { - "installed-package-contents": "lib/index.js" - }, - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "require-inject": "^1.4.4", - "tap": "^16.3.0" - }, - "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/installed-package-contents.git" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/node_modules/@npmcli/move-file/node_modules/mkdirp/package.json b/node_modules/@npmcli/move-file/node_modules/mkdirp/package.json deleted file mode 100644 index 2913ed0..0000000 --- a/node_modules/@npmcli/move-file/node_modules/mkdirp/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "mkdirp", - "description": "Recursively mkdir, like `mkdir -p`", - "version": "1.0.4", - "main": "index.js", - "keywords": [ - "mkdir", - "directory", - "make dir", - "make", - "dir", - "recursive", - "native" - ], - "repository": { - "type": "git", - "url": "https://github.com/isaacs/node-mkdirp.git" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js" - }, - "devDependencies": { - "require-inject": "^1.4.4", - "tap": "^14.10.7" - }, - "bin": "bin/cmd.js", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "files": [ - "bin", - "lib", - "index.js" - ] -} diff --git a/node_modules/@npmcli/move-file/package.json b/node_modules/@npmcli/move-file/package.json deleted file mode 100644 index 58793b9..0000000 --- a/node_modules/@npmcli/move-file/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "@npmcli/move-file", - "version": "2.0.1", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "description": "move a file (fork of move-file)", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/move-file.git" - }, - "tap": { - "check-coverage": true - }, - "license": "MIT", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/node_modules/@npmcli/node-gyp/package.json b/node_modules/@npmcli/node-gyp/package.json deleted file mode 100644 index 999572b..0000000 --- a/node_modules/@npmcli/node-gyp/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@npmcli/node-gyp", - "version": "3.0.0", - "description": "Tools for dealing with node-gyp packages", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/node-gyp.git" - }, - "keywords": [ - "npm", - "cli", - "node-gyp" - ], - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/node_modules/@npmcli/promise-spawn/node_modules/which/package.json b/node_modules/@npmcli/promise-spawn/node_modules/which/package.json deleted file mode 100644 index 989e01c..0000000 --- a/node_modules/@npmcli/promise-spawn/node_modules/which/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "3.0.1", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-which.git" - }, - "main": "lib/index.js", - "bin": { - "node-which": "./bin/which.js" - }, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.14.1", - "tap": "^16.3.0" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "files": [ - "bin/", - "lib/" - ], - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.14.1", - "publish": "true" - } -} diff --git a/node_modules/@npmcli/promise-spawn/package.json b/node_modules/@npmcli/promise-spawn/package.json deleted file mode 100644 index 2080d9f..0000000 --- a/node_modules/@npmcli/promise-spawn/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "@npmcli/promise-spawn", - "version": "6.0.2", - "files": [ - "bin/", - "lib/" - ], - "main": "./lib/index.js", - "description": "spawn processes the way the npm cli likes to do", - "repository": { - "type": "git", - "url": "https://github.com/npm/promise-spawn.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "minipass": "^4.0.0", - "spawk": "^1.7.1", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "dependencies": { - "which": "^3.0.0" - } -} diff --git a/node_modules/@npmcli/run-script/node_modules/which/package.json b/node_modules/@npmcli/run-script/node_modules/which/package.json deleted file mode 100644 index 989e01c..0000000 --- a/node_modules/@npmcli/run-script/node_modules/which/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "3.0.1", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-which.git" - }, - "main": "lib/index.js", - "bin": { - "node-which": "./bin/which.js" - }, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.14.1", - "tap": "^16.3.0" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "files": [ - "bin/", - "lib/" - ], - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.14.1", - "publish": "true" - } -} diff --git a/node_modules/@npmcli/run-script/package.json b/node_modules/@npmcli/run-script/package.json deleted file mode 100644 index 38f6f72..0000000 --- a/node_modules/@npmcli/run-script/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "@npmcli/run-script", - "version": "6.0.2", - "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "snap": "tap", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.15.1", - "require-inject": "^1.4.4", - "tap": "^16.0.1" - }, - "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/promise-spawn": "^6.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^3.0.0", - "which": "^3.0.0" - }, - "files": [ - "bin/", - "lib/" - ], - "main": "lib/run-script.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/run-script.git" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.15.1", - "publish": "true" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/node_modules/@pkgjs/parseargs/package.json b/node_modules/@pkgjs/parseargs/package.json deleted file mode 100644 index 0bcc05c..0000000 --- a/node_modules/@pkgjs/parseargs/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@pkgjs/parseargs", - "version": "0.11.0", - "description": "Polyfill of future proposal for `util.parseArgs()`", - "engines": { - "node": ">=14" - }, - "main": "index.js", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "scripts": { - "coverage": "c8 --check-coverage tape 'test/*.js'", - "test": "c8 tape 'test/*.js'", - "posttest": "eslint .", - "fix": "npm run posttest -- --fix" - }, - "repository": { - "type": "git", - "url": "git@github.com:pkgjs/parseargs.git" - }, - "keywords": [], - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/pkgjs/parseargs/issues" - }, - "homepage": "https://github.com/pkgjs/parseargs#readme", - "devDependencies": { - "c8": "^7.10.0", - "eslint": "^8.2.0", - "eslint-plugin-node-core": "iansu/eslint-plugin-node-core", - "tape": "^5.2.2" - } -} diff --git a/node_modules/@schematics/angular/node_modules/@angular-devkit/core/node/package.json b/node_modules/@schematics/angular/node_modules/@angular-devkit/core/node/package.json deleted file mode 100755 index 87cb5f4..0000000 --- a/node_modules/@schematics/angular/node_modules/@angular-devkit/core/node/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/core/node", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@schematics/angular/node_modules/@angular-devkit/core/package.json b/node_modules/@schematics/angular/node_modules/@angular-devkit/core/package.json deleted file mode 100755 index 08e0fae..0000000 --- a/node_modules/@schematics/angular/node_modules/@angular-devkit/core/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@angular-devkit/core", - "version": "15.2.11", - "description": "Angular DevKit - Core Utility Library", - "main": "src/index.js", - "typings": "src/index.d.ts", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "core", - "devkit", - "sdk" - ], - "dependencies": { - "ajv-formats": "2.1.1", - "ajv": "8.12.0", - "jsonc-parser": "3.2.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/package.json b/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/package.json deleted file mode 100755 index 66d0114..0000000 --- a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@angular-devkit/schematics", - "version": "15.2.11", - "description": "Angular Schematics - Library", - "main": "src/index.js", - "typings": "src/index.d.ts", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "blueprints", - "code generation", - "devkit", - "scaffolding", - "schematics", - "sdk", - "template", - "tooling" - ], - "dependencies": { - "@angular-devkit/core": "15.2.11", - "jsonc-parser": "3.2.0", - "magic-string": "0.29.0", - "ora": "5.4.1", - "rxjs": "6.6.7" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - }, - "homepage": "https://github.com/angular/angular-cli" -} diff --git a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/tasks/package.json b/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/tasks/package.json deleted file mode 100755 index 075ac40..0000000 --- a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/tasks/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/schematics/tasks", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/testing/package.json b/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/testing/package.json deleted file mode 100755 index 05a2482..0000000 --- a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/testing/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/schematics/testing", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/tools/package.json b/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/tools/package.json deleted file mode 100755 index e82f12c..0000000 --- a/node_modules/@schematics/angular/node_modules/@angular-devkit/schematics/tools/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@angular-devkit/schematics/tools", - "main": "index.js", - "typings": "index.d.ts" -} diff --git a/node_modules/@schematics/angular/node_modules/magic-string/package.json b/node_modules/@schematics/angular/node_modules/magic-string/package.json deleted file mode 100644 index 2efbf35..0000000 --- a/node_modules/@schematics/angular/node_modules/magic-string/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "magic-string", - "version": "0.29.0", - "description": "Modify strings, generate sourcemaps", - "keywords": [ - "string", - "string manipulation", - "sourcemap", - "templating", - "transpilation" - ], - "repository": "https://github.com/rich-harris/magic-string", - "license": "MIT", - "author": "Rich Harris", - "main": "./dist/magic-string.cjs.js", - "module": "./dist/magic-string.es.mjs", - "jsnext:main": "./dist/magic-string.es.mjs", - "types": "./index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "types": "./index.d.ts", - "import": "./dist/magic-string.es.mjs", - "require": "./dist/magic-string.cjs.js" - } - }, - "files": [ - "dist/*", - "index.d.ts", - "README.md" - ], - "scripts": { - "build": "rollup -c", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", - "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", - "lint": "eslint src test && publint", - "prepare": "npm run build", - "prepublishOnly": "npm run lint && rm -rf dist && npm test", - "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish", - "pretest": "npm run build", - "test": "mocha", - "bench": "npm run build && node benchmark/index.mjs", - "watch": "rollup -cw" - }, - "devDependencies": { - "@rollup/plugin-node-resolve": "^14.1.0", - "@rollup/plugin-replace": "^4.0.0", - "benchmark": "^2.1.4", - "bumpp": "^8.2.1", - "conventional-changelog-cli": "^2.2.2", - "eslint": "^8.23.1", - "mocha": "^10.0.0", - "prettier": "^2.7.1", - "publint": "^0.1.7", - "rollup": "^2.79.1", - "source-map-js": "^1.0.2", - "source-map-support": "^0.5.21" - }, - "engines": { - "node": ">=12" - }, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" - } -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/ajax/package.json b/node_modules/@schematics/angular/node_modules/rxjs/ajax/package.json deleted file mode 100644 index 898cd05..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/ajax/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/ajax", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/ajax/index.js", - "es2015": "../_esm2015/ajax/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/fetch/package.json b/node_modules/@schematics/angular/node_modules/rxjs/fetch/package.json deleted file mode 100644 index dff5519..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/fetch/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/fetch", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/fetch/index.js", - "es2015": "../_esm2015/fetch/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/internal-compatibility/package.json b/node_modules/@schematics/angular/node_modules/rxjs/internal-compatibility/package.json deleted file mode 100644 index 5ff05a6..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/internal-compatibility/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/internal-compatibility", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/internal-compatibility/index.js", - "es2015": "../_esm2015/internal-compatibility/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/operators/package.json b/node_modules/@schematics/angular/node_modules/rxjs/operators/package.json deleted file mode 100644 index eefac38..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/operators/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/operators", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/operators/index.js", - "es2015": "../_esm2015/operators/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/package.json b/node_modules/@schematics/angular/node_modules/rxjs/package.json deleted file mode 100644 index a604e5b..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/package.json +++ /dev/null @@ -1,182 +0,0 @@ -{ - "name": "rxjs", - "version": "6.6.7", - "description": "Reactive Extensions for modern JavaScript", - "main": "./index.js", - "sideEffects": false, - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - }, - "nyc": { - "include": [ - "src/*.ts", - "src/**/*.ts" - ], - "exclude": [ - "node_modules", - "dist", - "*.d.ts", - "src/**/MiscJSDoc.ts" - ], - "extension": [ - ".ts" - ], - "reporter": [ - "html" - ], - "all": true - }, - "lint-staged": { - "linters": { - "*.@(js)": [ - "eslint --fix", - "git add" - ], - "*.@(ts)": [ - "tslint --fix", - "git add" - ] - }, - "ignore": [ - "spec-dtslint/**/*.{js,ts}", - "api_guard/**/*.{js,ts}" - ] - }, - "repository": { - "type": "git", - "url": "https://github.com/reactivex/rxjs.git" - }, - "keywords": [ - "Rx", - "RxJS", - "ReactiveX", - "ReactiveExtensions", - "Streams", - "Observables", - "Observable", - "Stream", - "ES6", - "ES2015" - ], - "author": "Ben Lesh ", - "contributors": [ - { - "name": "Ben Lesh", - "email": "ben@benlesh.com" - }, - { - "name": "Paul Taylor", - "email": "paul.e.taylor@me.com" - }, - { - "name": "Jeff Cross", - "email": "crossj@google.com" - }, - { - "name": "Matthew Podwysocki", - "email": "matthewp@microsoft.com" - }, - { - "name": "OJ Kwon", - "email": "kwon.ohjoong@gmail.com" - }, - { - "name": "Andre Staltz", - "email": "andre@staltz.com" - } - ], - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/ReactiveX/RxJS/issues" - }, - "homepage": "https://github.com/ReactiveX/RxJS", - "dependencies": { - "tslib": "^1.9.0" - }, - "devDependencies": { - "@angular-devkit/build-optimizer": "0.4.6", - "@angular-devkit/schematics": "^0.5.4", - "@types/chai": "4.1.2", - "@types/lodash": "4.14.102", - "@types/mocha": "2.2.48", - "@types/node": "9.4.5", - "@types/sinon": "4.1.3", - "@types/sinon-chai": "2.7.29", - "@types/source-map": "^0.5.2", - "babel-polyfill": "6.26.0", - "benchmark": "2.1.0", - "benchpress": "2.0.0-beta.1", - "chai": "4.1.2", - "check-side-effects": "0.0.20", - "color": "3.0.0", - "colors": "1.1.2", - "commitizen": "2.9.6", - "coveralls": "3.0.0", - "cross-env": "5.1.3", - "cz-conventional-changelog": "1.2.0", - "danger": "1.1.0", - "dependency-cruiser": "2.13.0", - "doctoc": "1.3.0", - "dtslint": "0.6.1", - "escape-string-regexp": "1.0.5", - "esdoc": "0.4.7", - "eslint": "4.17.0", - "eslint-plugin-jasmine": "^2.10.1", - "fs-extra": "5.0.0", - "get-folder-size": "1.0.1", - "glob": "7.1.2", - "gm": "1.23.1", - "google-closure-compiler-js": "20170218.0.0", - "gzip-size": "4.1.0", - "http-server": "0.11.1", - "husky": "0.14.3", - "klaw-sync": "3.0.2", - "lint-staged": "7.1.1", - "lodash": "4.17.5", - "markdown-doctest": "0.9.1", - "minimist": "1.2.0", - "mkdirp": "^1.0.4", - "mocha": "5.0.0", - "mocha-in-sauce": "0.0.1", - "npm-run-all": "4.1.2", - "nyc": "11.4.1", - "opn-cli": "3.1.0", - "platform": "1.3.5", - "promise": "8.0.1", - "protractor": "3.1.1", - "rollup": "0.66.6", - "rollup-plugin-alias": "1.4.0", - "rollup-plugin-inject": "2.0.0", - "rollup-plugin-node-resolve": "2.0.0", - "rx": "latest", - "rxjs": "^5.5.7", - "shx": "^0.3.2", - "sinon": "4.3.0", - "sinon-chai": "2.14.0", - "source-map-support": "0.5.3", - "symbol-observable": "1.0.1", - "systemjs": "^0.21.0", - "ts-api-guardian": "^0.5.0", - "ts-node": "6.1.0", - "tsconfig-paths": "3.2.0", - "tslint": "5.9.1", - "tslint-etc": "1.2.6", - "tslint-no-toplevel-property-access": "0.0.2", - "tslint-no-unused-expression-chai": "0.0.3", - "typescript": "^3.0.1", - "validate-commit-msg": "2.14.0", - "webpack": "1.13.1", - "xmlhttprequest": "1.8.0" - }, - "engines": { - "npm": ">=2.0.0" - }, - "typings": "./index.d.ts", - "ng-update": { - "migrations": "./migrations/collection.json" - }, - "module": "./_esm5/index.js", - "es2015": "./_esm2015/index.js" -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/src/ajax/package.json b/node_modules/@schematics/angular/node_modules/rxjs/src/ajax/package.json deleted file mode 100644 index 898cd05..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/src/ajax/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/ajax", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/ajax/index.js", - "es2015": "../_esm2015/ajax/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/src/fetch/package.json b/node_modules/@schematics/angular/node_modules/rxjs/src/fetch/package.json deleted file mode 100644 index dff5519..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/src/fetch/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/fetch", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/fetch/index.js", - "es2015": "../_esm2015/fetch/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/src/internal-compatibility/package.json b/node_modules/@schematics/angular/node_modules/rxjs/src/internal-compatibility/package.json deleted file mode 100644 index 5ff05a6..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/src/internal-compatibility/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/internal-compatibility", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/internal-compatibility/index.js", - "es2015": "../_esm2015/internal-compatibility/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/src/operators/package.json b/node_modules/@schematics/angular/node_modules/rxjs/src/operators/package.json deleted file mode 100644 index eefac38..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/src/operators/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/operators", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/operators/index.js", - "es2015": "../_esm2015/operators/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/src/testing/package.json b/node_modules/@schematics/angular/node_modules/rxjs/src/testing/package.json deleted file mode 100644 index 1a11a9f..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/src/testing/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/testing", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/testing/index.js", - "es2015": "../_esm2015/testing/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/src/webSocket/package.json b/node_modules/@schematics/angular/node_modules/rxjs/src/webSocket/package.json deleted file mode 100644 index 34020bd..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/src/webSocket/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/webSocket", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/webSocket/index.js", - "es2015": "../_esm2015/webSocket/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/testing/package.json b/node_modules/@schematics/angular/node_modules/rxjs/testing/package.json deleted file mode 100644 index 1a11a9f..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/testing/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/testing", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/testing/index.js", - "es2015": "../_esm2015/testing/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/rxjs/webSocket/package.json b/node_modules/@schematics/angular/node_modules/rxjs/webSocket/package.json deleted file mode 100644 index 34020bd..0000000 --- a/node_modules/@schematics/angular/node_modules/rxjs/webSocket/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "rxjs/webSocket", - "typings": "./index.d.ts", - "main": "./index.js", - "module": "../_esm5/webSocket/index.js", - "es2015": "../_esm2015/webSocket/index.js", - "sideEffects": false -} diff --git a/node_modules/@schematics/angular/node_modules/tslib/modules/package.json b/node_modules/@schematics/angular/node_modules/tslib/modules/package.json deleted file mode 100644 index aafa0e4..0000000 --- a/node_modules/@schematics/angular/node_modules/tslib/modules/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} \ No newline at end of file diff --git a/node_modules/@schematics/angular/node_modules/tslib/package.json b/node_modules/@schematics/angular/node_modules/tslib/package.json deleted file mode 100644 index f8c2a53..0000000 --- a/node_modules/@schematics/angular/node_modules/tslib/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "tslib", - "author": "Microsoft Corp.", - "homepage": "https://www.typescriptlang.org/", - "version": "1.14.1", - "license": "0BSD", - "description": "Runtime library for TypeScript helper functions", - "keywords": [ - "TypeScript", - "Microsoft", - "compiler", - "language", - "javascript", - "tslib", - "runtime" - ], - "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/Microsoft/tslib.git" - }, - "main": "tslib.js", - "module": "tslib.es6.js", - "jsnext:main": "tslib.es6.js", - "typings": "tslib.d.ts", - "sideEffects": false, - "exports": { - ".": { - "module": "./tslib.es6.js", - "import": "./modules/index.js", - "default": "./tslib.js" - }, - "./": "./" - } -} diff --git a/node_modules/@schematics/angular/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/node_modules/@schematics/angular/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json deleted file mode 100644 index 166e509..0000000 --- a/node_modules/@schematics/angular/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "module", - "scripts": { - "test": "node index.js" - } -} diff --git a/node_modules/@schematics/angular/package.json b/node_modules/@schematics/angular/package.json deleted file mode 100755 index 1468023..0000000 --- a/node_modules/@schematics/angular/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@schematics/angular", - "version": "15.2.11", - "description": "Schematics specific to Angular", - "homepage": "https://github.com/angular/angular-cli", - "keywords": [ - "Angular CLI", - "Angular DevKit", - "angular", - "blueprints", - "code generation", - "devkit", - "schematics", - "sdk" - ], - "exports": { - "./package.json": "./package.json", - "./utility": "./utility/index.js", - "./utility/*": "./utility/*.js", - "./migrations/migration-collection.json": "./migrations/migration-collection.json", - "./*": "./*.js", - "./private/components": "./private/components.js" - }, - "schematics": "./collection.json", - "dependencies": { - "@angular-devkit/core": "15.2.11", - "@angular-devkit/schematics": "15.2.11", - "jsonc-parser": "3.2.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular-cli.git" - }, - "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "author": "Angular Authors", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular-cli/issues" - } -} diff --git a/node_modules/@schematics/angular/utility/latest-versions/package.json b/node_modules/@schematics/angular/utility/latest-versions/package.json deleted file mode 100755 index 9a2e98a..0000000 --- a/node_modules/@schematics/angular/utility/latest-versions/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "description": "Package versions used by schematics in @schematics/angular.", - "comment": "This file is needed so that dependencies are synced by Renovate.", - "private": true, - "dependencies": { - "@types/jasmine": "~4.3.0", - "@types/node": "^14.15.0", - "jasmine-core": "~4.5.0", - "jasmine-spec-reporter": "~7.0.0", - "karma-chrome-launcher": "~3.1.0", - "karma-coverage": "~2.2.0", - "karma-jasmine-html-reporter": "~2.0.0", - "karma-jasmine": "~5.1.0", - "karma": "~6.4.0", - "ng-packagr": "^15.2.2", - "protractor": "~7.0.0", - "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "ts-node": "~10.9.0", - "typescript": "~4.9.4", - "zone.js": "~0.12.0" - } -} diff --git a/node_modules/@sigstore/bundle/package.json b/node_modules/@sigstore/bundle/package.json deleted file mode 100644 index 4c6199e..0000000 --- a/node_modules/@sigstore/bundle/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@sigstore/bundle", - "version": "1.1.0", - "description": "Sigstore bundle type", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "clean": "shx rm -rf dist *.tsbuildinfo", - "build": "tsc --build", - "test": "jest" - }, - "files": [ - "dist", - "store" - ], - "author": "bdehamer@github.com", - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "git+https://github.com/sigstore/sigstore-js.git" - }, - "bugs": { - "url": "https://github.com/sigstore/sigstore-js/issues" - }, - "homepage": "https://github.com/sigstore/sigstore-js/tree/main/packages/bundle#readme", - "publishConfig": { - "provenance": true - }, - "dependencies": { - "@sigstore/protobuf-specs": "^0.2.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/node_modules/@sigstore/protobuf-specs/package.json b/node_modules/@sigstore/protobuf-specs/package.json deleted file mode 100644 index 450abb1..0000000 --- a/node_modules/@sigstore/protobuf-specs/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "@sigstore/protobuf-specs", - "version": "0.2.1", - "description": "code-signing for npm packages", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsc" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/sigstore/protobuf-specs.git" - }, - "files": [ - "dist" - ], - "author": "bdehamer@github.com", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/sigstore/protobuf-specs/issues" - }, - "homepage": "https://github.com/sigstore/protobuf-specs#readme", - "devDependencies": { - "@tsconfig/node14": "^1.0.3", - "@types/node": "^18.14.0", - "typescript": "^4.9.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/node_modules/@sigstore/sign/node_modules/@tootallnate/once/package.json b/node_modules/@sigstore/sign/node_modules/@tootallnate/once/package.json deleted file mode 100644 index 69ce947..0000000 --- a/node_modules/@sigstore/sign/node_modules/@tootallnate/once/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "@tootallnate/once", - "version": "2.0.0", - "description": "Creates a Promise that waits for a single event", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "jest", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/once.git" - }, - "keywords": [], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/once/issues" - }, - "devDependencies": { - "@types/jest": "^27.0.2", - "@types/node": "^12.12.11", - "abort-controller": "^3.0.0", - "jest": "^27.2.1", - "rimraf": "^3.0.0", - "ts-jest": "^27.0.5", - "typescript": "^4.4.3" - }, - "engines": { - "node": ">= 10" - }, - "jest": { - "preset": "ts-jest", - "globals": { - "ts-jest": { - "diagnostics": false, - "isolatedModules": true - } - }, - "verbose": false, - "testEnvironment": "node", - "testMatch": [ - "/test/**/*.test.ts" - ] - } -} diff --git a/node_modules/@sigstore/sign/node_modules/http-proxy-agent/package.json b/node_modules/@sigstore/sign/node_modules/http-proxy-agent/package.json deleted file mode 100644 index 659d6e1..0000000 --- a/node_modules/@sigstore/sign/node_modules/http-proxy-agent/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "http-proxy-agent", - "version": "5.0.0", - "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "mocha", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" - }, - "keywords": [ - "http", - "proxy", - "endpoint", - "agent" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" - }, - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/node": "^12.19.2", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "proxy": "1", - "rimraf": "^3.0.0", - "typescript": "^4.4.3" - }, - "engines": { - "node": ">= 6" - } -} diff --git a/node_modules/@sigstore/sign/node_modules/lru-cache/package.json b/node_modules/@sigstore/sign/node_modules/lru-cache/package.json deleted file mode 100644 index 9684991..0000000 --- a/node_modules/@sigstore/sign/node_modules/lru-cache/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "7.18.3", - "author": "Isaac Z. Schlueter ", - "keywords": [ - "mru", - "lru", - "cache" - ], - "sideEffects": false, - "scripts": { - "build": "npm run prepare", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "prepare": "node ./scripts/transpile-to-esm.js", - "size": "size-limit", - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "format": "prettier --write .", - "typedoc": "typedoc ./index.d.ts" - }, - "type": "commonjs", - "main": "./index.js", - "module": "./index.mjs", - "types": "./index.d.ts", - "exports": { - ".": { - "import": { - "types": "./index.d.ts", - "default": "./index.mjs" - }, - "require": { - "types": "./index.d.ts", - "default": "./index.js" - } - }, - "./package.json": "./package.json" - }, - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "@size-limit/preset-small-lib": "^7.0.8", - "@types/node": "^17.0.31", - "@types/tap": "^15.0.6", - "benchmark": "^2.1.4", - "c8": "^7.11.2", - "clock-mock": "^1.0.6", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "size-limit": "^7.0.8", - "tap": "^16.3.4", - "ts-node": "^10.7.0", - "tslib": "^2.4.0", - "typedoc": "^0.23.24", - "typescript": "^4.6.4" - }, - "license": "ISC", - "files": [ - "index.js", - "index.mjs", - "index.d.ts" - ], - "engines": { - "node": ">=12" - }, - "prettier": { - "semi": false, - "printWidth": 70, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "nyc-arg": [ - "--include=index.js" - ], - "node-arg": [ - "--expose-gc", - "--require", - "ts-node/register" - ], - "ts": false - }, - "size-limit": [ - { - "path": "./index.js" - } - ] -} diff --git a/node_modules/@sigstore/sign/node_modules/make-fetch-happen/package.json b/node_modules/@sigstore/sign/node_modules/make-fetch-happen/package.json deleted file mode 100644 index fd415dc..0000000 --- a/node_modules/@sigstore/sign/node_modules/make-fetch-happen/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "make-fetch-happen", - "version": "11.1.1", - "description": "Opinionated, caching, retrying fetch client", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/make-fetch-happen.git" - }, - "keywords": [ - "http", - "request", - "fetch", - "mean girls", - "caching", - "cache", - "subresource integrity" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^17.0.0", - "http-cache-semantics": "^4.1.1", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^5.0.0", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^10.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.14.1", - "nock": "^13.2.4", - "safe-buffer": "^5.2.1", - "standard-version": "^9.3.2", - "tap": "^16.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "color": 1, - "files": "test/*.js", - "check-coverage": true, - "timeout": 60, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.14.1", - "publish": "true" - } -} diff --git a/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/dist/commonjs/package.json b/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/dist/commonjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/dist/commonjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/dist/esm/package.json b/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/dist/esm/package.json deleted file mode 100644 index 7c34deb..0000000 --- a/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/dist/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} \ No newline at end of file diff --git a/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/package.json b/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/package.json deleted file mode 100644 index 4398347..0000000 --- a/node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "minipass", - "version": "7.0.4", - "description": "minimal implementation of a PassThrough stream", - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "type": "module", - "tshy": { - "main": true, - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "devDependencies": { - "@types/end-of-stream": "^1.4.2", - "@types/node": "^20.1.2", - "end-of-stream": "^1.4.0", - "node-abort-controller": "^3.1.1", - "prettier": "^2.6.2", - "sync-content": "^1.0.2", - "tap": "^18.3.0", - "through2": "^2.0.3", - "tshy": "^1.2.2", - "typedoc": "^0.25.1", - "typescript": "^5.2.2" - }, - "repository": "https://github.com/isaacs/minipass", - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "tap": { - "include": [ - "test/*.ts" - ] - } -} diff --git a/node_modules/@sigstore/sign/node_modules/minipass-fetch/package.json b/node_modules/@sigstore/sign/node_modules/minipass-fetch/package.json deleted file mode 100644 index 581275b..0000000 --- a/node_modules/@sigstore/sign/node_modules/minipass-fetch/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "minipass-fetch", - "version": "3.0.4", - "description": "An implementation of window.fetch in Node.js using Minipass streams", - "license": "MIT", - "main": "lib/index.js", - "scripts": { - "test:tls-fixtures": "./test/fixtures/tls/setup.sh", - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "coverage-map": "map.js", - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.18.0", - "@ungap/url-search-params": "^0.2.2", - "abort-controller": "^3.0.0", - "abortcontroller-polyfill": "~1.7.3", - "encoding": "^0.1.13", - "form-data": "^4.0.0", - "nock": "^13.2.4", - "parted": "^0.1.1", - "string-to-arraybuffer": "^1.0.2", - "tap": "^16.0.0" - }, - "dependencies": { - "minipass": "^7.0.3", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/minipass-fetch.git" - }, - "keywords": [ - "fetch", - "minipass", - "node-fetch", - "window.fetch" - ], - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.18.0", - "publish": "true" - } -} diff --git a/node_modules/@sigstore/sign/package.json b/node_modules/@sigstore/sign/package.json deleted file mode 100644 index 091264b..0000000 --- a/node_modules/@sigstore/sign/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@sigstore/sign", - "version": "1.0.0", - "description": "Sigstore signing library", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "clean": "shx rm -rf dist *.tsbuildinfo", - "build": "tsc --build", - "test": "jest" - }, - "files": [ - "dist" - ], - "author": "bdehamer@github.com", - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "git+https://github.com/sigstore/sigstore-js.git" - }, - "bugs": { - "url": "https://github.com/sigstore/sigstore-js/issues" - }, - "homepage": "https://github.com/sigstore/sigstore-js/tree/main/packages/sign#readme", - "publishConfig": { - "provenance": true - }, - "devDependencies": { - "@sigstore/jest": "^0.0.0", - "@sigstore/mock": "^0.2.0", - "@sigstore/rekor-types": "^1.0.0", - "@types/make-fetch-happen": "^10.0.0" - }, - "dependencies": { - "@sigstore/bundle": "^1.1.0", - "@sigstore/protobuf-specs": "^0.2.0", - "make-fetch-happen": "^11.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/node_modules/@sigstore/tuf/package.json b/node_modules/@sigstore/tuf/package.json deleted file mode 100644 index 3473dfe..0000000 --- a/node_modules/@sigstore/tuf/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@sigstore/tuf", - "version": "1.0.3", - "description": "Client for the Sigstore TUF repository", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "clean": "shx rm -rf dist *.tsbuildinfo", - "build": "tsc --build", - "test": "jest" - }, - "files": [ - "dist", - "store" - ], - "author": "bdehamer@github.com", - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "git+https://github.com/sigstore/sigstore-js.git" - }, - "bugs": { - "url": "https://github.com/sigstore/sigstore-js/issues" - }, - "homepage": "https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme", - "publishConfig": { - "provenance": true - }, - "devDependencies": { - "@sigstore/jest": "^0.0.0", - "@tufjs/repo-mock": "^1.1.0", - "@types/make-fetch-happen": "^10.0.0" - }, - "dependencies": { - "@sigstore/protobuf-specs": "^0.2.0", - "tuf-js": "^1.1.7" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/node_modules/@sinclair/typebox/package.json b/node_modules/@sinclair/typebox/package.json deleted file mode 100644 index fff6589..0000000 --- a/node_modules/@sinclair/typebox/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "@sinclair/typebox", - "version": "0.27.8", - "description": "JSONSchema Type Builder with Static Type Resolution for TypeScript", - "keywords": [ - "typescript", - "json-schema", - "validate", - "typecheck" - ], - "author": "sinclairzx81", - "license": "MIT", - "main": "./typebox.js", - "types": "./typebox.d.ts", - "exports": { - "./compiler": "./compiler/index.js", - "./errors": "./errors/index.js", - "./system": "./system/index.js", - "./value": "./value/index.js", - ".": "./typebox.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/sinclairzx81/typebox" - }, - "scripts": { - "clean": "hammer task clean", - "format": "hammer task format", - "start": "hammer task start", - "test": "hammer task test", - "benchmark": "hammer task benchmark", - "build": "hammer task build", - "publish": "hammer task publish" - }, - "devDependencies": { - "@sinclair/hammer": "^0.17.1", - "@types/chai": "^4.3.3", - "@types/mocha": "^9.1.1", - "@types/node": "^18.11.9", - "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", - "chai": "^4.3.6", - "mocha": "^9.2.2", - "prettier": "^2.7.1", - "typescript": "^5.0.2" - } -} diff --git a/node_modules/@socket.io/component-emitter/package.json b/node_modules/@socket.io/component-emitter/package.json deleted file mode 100644 index c73c23d..0000000 --- a/node_modules/@socket.io/component-emitter/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "@socket.io/component-emitter", - "description": "Event emitter", - "version": "3.1.0", - "license": "MIT", - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "component": { - "scripts": { - "emitter/index.js": "index.js" - } - }, - "main": "index.js", - "module": "index.mjs", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/socketio/emitter.git" - }, - "scripts": { - "test": "make test" - }, - "files": [ - "index.js", - "index.mjs", - "index.d.ts", - "LICENSE" - ] -} diff --git a/node_modules/@tootallnate/once/package.json b/node_modules/@tootallnate/once/package.json deleted file mode 100644 index 8343f9f..0000000 --- a/node_modules/@tootallnate/once/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@tootallnate/once", - "version": "1.1.2", - "description": "Creates a Promise that waits for a single event", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "mocha --reporter spec", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/once.git" - }, - "keywords": [], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/once/issues" - }, - "devDependencies": { - "@types/node": "^12.12.11", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "rimraf": "^3.0.0", - "typescript": "^3.7.3" - }, - "engines": { - "node": ">= 6" - } -} diff --git a/node_modules/@trysound/sax/package.json b/node_modules/@trysound/sax/package.json deleted file mode 100644 index b139c5f..0000000 --- a/node_modules/@trysound/sax/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "version": "0.2.0", - "name": "@trysound/sax", - "description": "An evented streaming XML parser in JavaScript", - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "repository": "git://github.com/svg/sax.git", - "license": "ISC", - "contributors": [ - { - "name": "Bogdan Chadkin", - "email": "trysound@yandex.ru", - "url": "http://github.com/TrySound" - } - ], - "main": "lib/sax.js", - "files": [ - "lib" - ], - "engines": { - "node": ">=10.13.0" - }, - "scripts": { - "test": "tap test/*.js --cov -j4", - "lint": "standard -F test/*.js lib/*.js" - }, - "devDependencies": { - "standard": "^8.6.0", - "tap": "^10.5.1" - } -} diff --git a/node_modules/@tsconfig/node10/package.json b/node_modules/@tsconfig/node10/package.json deleted file mode 100644 index 1db1b6b..0000000 --- a/node_modules/@tsconfig/node10/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "@tsconfig/node10", - "repository": { - "type": "git", - "url": "https://github.com/tsconfig/bases.git", - "directory": "bases" - }, - "license": "MIT", - "description": "A base TSConfig for working with Node 10.", - "keywords": [ - "tsconfig", - "node10" - ], - "version": "1.0.11" -} \ No newline at end of file diff --git a/node_modules/@tsconfig/node12/package.json b/node_modules/@tsconfig/node12/package.json deleted file mode 100644 index 56aad61..0000000 --- a/node_modules/@tsconfig/node12/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"@tsconfig/node12","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 12.","keywords":["tsconfig","node12"],"version":"1.0.11"} \ No newline at end of file diff --git a/node_modules/@tsconfig/node14/package.json b/node_modules/@tsconfig/node14/package.json deleted file mode 100644 index 742f97b..0000000 --- a/node_modules/@tsconfig/node14/package.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"@tsconfig/node14","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 14.","keywords":["tsconfig","node14"],"version":"1.0.3"} \ No newline at end of file diff --git a/node_modules/@tsconfig/node16/package.json b/node_modules/@tsconfig/node16/package.json deleted file mode 100644 index 8ccc97f..0000000 --- a/node_modules/@tsconfig/node16/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "@tsconfig/node16", - "repository": { - "type": "git", - "url": "https://github.com/tsconfig/bases.git", - "directory": "bases" - }, - "license": "MIT", - "description": "A base TSConfig for working with Node 16.", - "keywords": [ - "tsconfig", - "node16" - ], - "version": "1.0.4" -} \ No newline at end of file diff --git a/node_modules/@tufjs/canonical-json/package.json b/node_modules/@tufjs/canonical-json/package.json deleted file mode 100644 index 688c9b9..0000000 --- a/node_modules/@tufjs/canonical-json/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@tufjs/canonical-json", - "version": "1.0.0", - "description": "OLPC JSON canonicalization", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "keywords": [ - "json", - "canonical", - "canonicalize", - "canonicalization", - "crypto", - "signature", - "olpc" - ], - "author": "bdehamer@github.com", - "repository": { - "type": "git", - "url": "git+https://github.com/theupdateframework/tuf-js.git" - }, - "homepage": "https://github.com/theupdateframework/tuf-js/packages/canonical-json#readme", - "bugs": { - "url": "https://github.com/theupdateframework/tuf-js/issues" - }, - "files": [ - "lib/" - ], - "scripts": { - "test": "jest" - }, - "devDependencies": { - "@types/node": "^18.14.1", - "typescript": "^4.9.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/node_modules/@tufjs/models/node_modules/brace-expansion/package.json b/node_modules/@tufjs/models/node_modules/brace-expansion/package.json deleted file mode 100644 index 7097d41..0000000 --- a/node_modules/@tufjs/models/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "2.0.1", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0" - }, - "devDependencies": { - "@c4312/matcha": "^1.3.1", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/package.json b/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/package.json b/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/node_modules/@tufjs/models/node_modules/minimatch/package.json b/node_modules/@tufjs/models/node_modules/minimatch/package.json deleted file mode 100644 index 2c82c03..0000000 --- a/node_modules/@tufjs/models/node_modules/minimatch/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "version": "9.0.4", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "benchmark": "node benchmark/index.js", - "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "devDependencies": { - "@types/brace-expansion": "^1.1.0", - "@types/node": "^18.15.11", - "@types/tap": "^15.0.8", - "eslint-config-prettier": "^8.6.0", - "mkdirp": "1", - "prettier": "^2.8.2", - "tap": "^18.7.2", - "ts-node": "^10.9.1", - "tshy": "^1.12.0", - "typedoc": "^0.23.21", - "typescript": "^4.9.3" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "license": "ISC", - "tshy": { - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "type": "module" -} diff --git a/node_modules/@tufjs/models/package.json b/node_modules/@tufjs/models/package.json deleted file mode 100644 index 6711ee0..0000000 --- a/node_modules/@tufjs/models/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "@tufjs/models", - "version": "1.0.4", - "description": "TUF metadata models", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "build": "tsc --build", - "clean": "rm -rf dist && rm tsconfig.tsbuildinfo", - "test": "jest" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/theupdateframework/tuf-js.git" - }, - "keywords": [ - "tuf", - "security", - "update" - ], - "author": "bdehamer@github.com", - "license": "MIT", - "bugs": { - "url": "https://github.com/theupdateframework/tuf-js/issues" - }, - "homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme", - "devDependencies": { - "@types/node": "^18.16.3", - "typescript": "^5.0.4" - }, - "dependencies": { - "@tufjs/canonical-json": "1.0.0", - "minimatch": "^9.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/node_modules/@types/body-parser/package.json b/node_modules/@types/body-parser/package.json deleted file mode 100644 index 71f1218..0000000 --- a/node_modules/@types/body-parser/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "@types/body-parser", - "version": "1.19.5", - "description": "TypeScript definitions for body-parser", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser", - "license": "MIT", - "contributors": [ - { - "name": "Santi Albo", - "githubUsername": "santialbo", - "url": "https://github.com/santialbo" - }, - { - "name": "Vilic Vane", - "githubUsername": "vilic", - "url": "https://github.com/vilic" - }, - { - "name": "Jonathan Häberle", - "githubUsername": "dreampulse", - "url": "https://github.com/dreampulse" - }, - { - "name": "Gevik Babakhani", - "githubUsername": "blendsdk", - "url": "https://github.com/blendsdk" - }, - { - "name": "Tomasz Łaziuk", - "githubUsername": "tlaziuk", - "url": "https://github.com/tlaziuk" - }, - { - "name": "Jason Walton", - "githubUsername": "jwalton", - "url": "https://github.com/jwalton" - }, - { - "name": "Piotr Błażejewicz", - "githubUsername": "peterblazejewicz", - "url": "https://github.com/peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/body-parser" - }, - "scripts": {}, - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - }, - "typesPublisherContentHash": "7be737b78c8aabd5436be840558b283182b44c3cf9da24fb1f2ff8f414db5802", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/bonjour/package.json b/node_modules/@types/bonjour/package.json deleted file mode 100644 index b68a94f..0000000 --- a/node_modules/@types/bonjour/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@types/bonjour", - "version": "3.5.13", - "description": "TypeScript definitions for bonjour", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bonjour", - "license": "MIT", - "contributors": [ - { - "name": "Quentin Lampin", - "githubUsername": "quentin-ol", - "url": "https://github.com/quentin-ol" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/bonjour" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "af953fb9d89b2e08b510c2d99252988a590b758e2e636fafadf9496dee4f2b68", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/cometd/package.json b/node_modules/@types/cometd/package.json deleted file mode 100644 index f9f6092..0000000 --- a/node_modules/@types/cometd/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@types/cometd", - "version": "4.0.8", - "description": "TypeScript definitions for CometD", - "license": "MIT", - "contributors": [ - { - "name": "Derek Cicerone", - "url": "https://github.com/derekcicerone", - "githubUsername": "derekcicerone" - }, - { - "name": "Daniel Perez Alvarez", - "url": "https://github.com/unindented", - "githubUsername": "unindented" - }, - { - "name": "Alex Henry", - "url": "https://github.com/alxHenry", - "githubUsername": "alxHenry" - }, - { - "name": "Harald Gliebe", - "url": "https://github.com/hagl", - "githubUsername": "hagl" - }, - { - "name": "P.J. Swesey", - "url": "https://github.com/swese44", - "githubUsername": "swese44" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/cometd" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "d0e251c6f2745b6757c05557b4240023787ffe713e214711710899a494f05c5f", - "typeScriptVersion": "3.1" -} \ No newline at end of file diff --git a/node_modules/@types/connect-history-api-fallback/package.json b/node_modules/@types/connect-history-api-fallback/package.json deleted file mode 100644 index 949ed52..0000000 --- a/node_modules/@types/connect-history-api-fallback/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@types/connect-history-api-fallback", - "version": "1.5.4", - "description": "TypeScript definitions for connect-history-api-fallback", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-history-api-fallback", - "license": "MIT", - "contributors": [ - { - "name": "Douglas Duteil", - "githubUsername": "douglasduteil", - "url": "https://github.com/douglasduteil" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/connect-history-api-fallback" - }, - "scripts": {}, - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/node": "*" - }, - "typesPublisherContentHash": "d808766d9d2861db4ad548a99ff2bf4e44af08540b5df45324c6cd31964c1a1f", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/connect/package.json b/node_modules/@types/connect/package.json deleted file mode 100644 index 207078e..0000000 --- a/node_modules/@types/connect/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@types/connect", - "version": "3.4.38", - "description": "TypeScript definitions for connect", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect", - "license": "MIT", - "contributors": [ - { - "name": "Maxime LUCE", - "githubUsername": "SomaticIT", - "url": "https://github.com/SomaticIT" - }, - { - "name": "Evan Hahn", - "githubUsername": "EvanHahn", - "url": "https://github.com/EvanHahn" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/connect" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "8990242237504bdec53088b79e314b94bec69286df9de56db31f22de403b4092", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/cookie/package.json b/node_modules/@types/cookie/package.json deleted file mode 100755 index 4aae1e4..0000000 --- a/node_modules/@types/cookie/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@types/cookie", - "version": "0.4.1", - "description": "TypeScript definitions for cookie", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie", - "license": "MIT", - "contributors": [ - { - "name": "Pine Mizune", - "url": "https://github.com/pine", - "githubUsername": "pine" - }, - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/cookie" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "7d4a6dd505c896319459ae131b5fa8fc0a2ed25552db53dac87946119bb21559", - "typeScriptVersion": "3.6" -} \ No newline at end of file diff --git a/node_modules/@types/cors/package.json b/node_modules/@types/cors/package.json deleted file mode 100644 index 5b400cb..0000000 --- a/node_modules/@types/cors/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@types/cors", - "version": "2.8.17", - "description": "TypeScript definitions for cors", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors", - "license": "MIT", - "contributors": [ - { - "name": "Alan Plum", - "githubUsername": "pluma", - "url": "https://github.com/pluma" - }, - { - "name": "Gaurav Sharma", - "githubUsername": "gtpan77", - "url": "https://github.com/gtpan77" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/cors" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "04d506dbb23d9e7a142bfb227d59c61102abec00fb40694bb64a8d9fe1f1a3a1", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/eslint-scope/package.json b/node_modules/@types/eslint-scope/package.json deleted file mode 100644 index 4dabc9b..0000000 --- a/node_modules/@types/eslint-scope/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@types/eslint-scope", - "version": "3.7.7", - "description": "TypeScript definitions for eslint-scope", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope", - "license": "MIT", - "contributors": [ - { - "name": "Toru Nagashima", - "githubUsername": "mysticatea", - "url": "https://github.com/mysticatea" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/eslint-scope" - }, - "scripts": {}, - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - }, - "typesPublisherContentHash": "49eee35b78c19e2c83bc96ce190c7a88329006f876dd7f1fb378c1e8034fc8f2", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/eslint/package.json b/node_modules/@types/eslint/package.json deleted file mode 100644 index 07a7fcd..0000000 --- a/node_modules/@types/eslint/package.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "@types/eslint", - "version": "8.56.7", - "description": "TypeScript definitions for eslint", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", - "license": "MIT", - "contributors": [ - { - "name": "Pierre-Marie Dartus", - "githubUsername": "pmdartus", - "url": "https://github.com/pmdartus" - }, - { - "name": "Jed Fox", - "githubUsername": "j-f1", - "url": "https://github.com/j-f1" - }, - { - "name": "Saad Quadri", - "githubUsername": "saadq", - "url": "https://github.com/saadq" - }, - { - "name": "Jason Kwok", - "githubUsername": "JasonHK", - "url": "https://github.com/JasonHK" - }, - { - "name": "Brad Zacher", - "githubUsername": "bradzacher", - "url": "https://github.com/bradzacher" - }, - { - "name": "JounQin", - "githubUsername": "JounQin", - "url": "https://github.com/JounQin" - }, - { - "name": "Bryan Mishkin", - "githubUsername": "bmish", - "url": "https://github.com/bmish" - } - ], - "main": "", - "types": "index.d.ts", - "exports": { - ".": { - "types": "./index.d.ts" - }, - "./use-at-your-own-risk": { - "types": "./use-at-your-own-risk.d.ts" - }, - "./rules": { - "types": "./rules/index.d.ts" - }, - "./package.json": "./package.json" - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/eslint" - }, - "scripts": {}, - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - }, - "typesPublisherContentHash": "030f7747b677c429470413a3dd9bd02933c602941386d52abbdfe11a9ebba260", - "typeScriptVersion": "4.7" -} \ No newline at end of file diff --git a/node_modules/@types/estree/package.json b/node_modules/@types/estree/package.json deleted file mode 100644 index 2d5a998..0000000 --- a/node_modules/@types/estree/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "@types/estree", - "version": "1.0.5", - "description": "TypeScript definitions for estree", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree", - "license": "MIT", - "contributors": [ - { - "name": "RReverser", - "githubUsername": "RReverser", - "url": "https://github.com/RReverser" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/estree" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "6f0eeaffe488ce594e73f8df619c677d752a279b51edbc744e4aebb20db4b3a7", - "typeScriptVersion": "4.5", - "nonNpm": true -} \ No newline at end of file diff --git a/node_modules/@types/express-serve-static-core/package.json b/node_modules/@types/express-serve-static-core/package.json deleted file mode 100644 index aab12b0..0000000 --- a/node_modules/@types/express-serve-static-core/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "@types/express-serve-static-core", - "version": "4.17.43", - "description": "TypeScript definitions for express-serve-static-core", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core", - "license": "MIT", - "contributors": [ - { - "name": "Boris Yankov", - "githubUsername": "borisyankov", - "url": "https://github.com/borisyankov" - }, - { - "name": "Satana Charuwichitratana", - "githubUsername": "micksatana", - "url": "https://github.com/micksatana" - }, - { - "name": "Sami Jaber", - "githubUsername": "samijaber", - "url": "https://github.com/samijaber" - }, - { - "name": "Jose Luis Leon", - "githubUsername": "JoseLion", - "url": "https://github.com/JoseLion" - }, - { - "name": "David Stephens", - "githubUsername": "dwrss", - "url": "https://github.com/dwrss" - }, - { - "name": "Shin Ando", - "githubUsername": "andoshin11", - "url": "https://github.com/andoshin11" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/express-serve-static-core" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - }, - "typesPublisherContentHash": "78d46eee40ea01a0a5a181e980560de1263e59fb351c3ff23dc4b43718d9e6f6", - "typeScriptVersion": "4.6" -} \ No newline at end of file diff --git a/node_modules/@types/express/package.json b/node_modules/@types/express/package.json deleted file mode 100644 index 0ab36cf..0000000 --- a/node_modules/@types/express/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@types/express", - "version": "4.17.21", - "description": "TypeScript definitions for express", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express", - "license": "MIT", - "contributors": [ - { - "name": "Boris Yankov", - "githubUsername": "borisyankov", - "url": "https://github.com/borisyankov" - }, - { - "name": "China Medical University Hospital", - "githubUsername": "CMUH", - "url": "https://github.com/CMUH" - }, - { - "name": "Puneet Arora", - "githubUsername": "puneetar", - "url": "https://github.com/puneetar" - }, - { - "name": "Dylan Frankland", - "githubUsername": "dfrankland", - "url": "https://github.com/dfrankland" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/express" - }, - "scripts": {}, - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", - "@types/qs": "*", - "@types/serve-static": "*" - }, - "typesPublisherContentHash": "fa18ce9be07653182e2674f9a13cf8347ffb270031a7a8d22ba0e785bbc16ce4", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/html-minifier-terser/package.json b/node_modules/@types/html-minifier-terser/package.json deleted file mode 100755 index 80e8ceb..0000000 --- a/node_modules/@types/html-minifier-terser/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@types/html-minifier-terser", - "version": "6.1.0", - "description": "TypeScript definitions for html-minifier-terser", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser", - "license": "MIT", - "contributors": [ - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/html-minifier-terser" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "e851f65ded989d19a70b471ff32b156ed08fec7ed641ce4c5a7fdee809bd53e2", - "typeScriptVersion": "3.8" -} \ No newline at end of file diff --git a/node_modules/@types/http-errors/package.json b/node_modules/@types/http-errors/package.json deleted file mode 100644 index 247f9d4..0000000 --- a/node_modules/@types/http-errors/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@types/http-errors", - "version": "2.0.4", - "description": "TypeScript definitions for http-errors", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-errors", - "license": "MIT", - "contributors": [ - { - "name": "Tanguy Krotoff", - "githubUsername": "tkrotoff", - "url": "https://github.com/tkrotoff" - }, - { - "name": "BendingBender", - "githubUsername": "BendingBender", - "url": "https://github.com/BendingBender" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/http-errors" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "06e33723b60f818facd3b7dd2025f043142fb7c56ab4832babafeb9470f2086f", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/http-proxy/package.json b/node_modules/@types/http-proxy/package.json deleted file mode 100644 index 997dcbb..0000000 --- a/node_modules/@types/http-proxy/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "@types/http-proxy", - "version": "1.17.14", - "description": "TypeScript definitions for http-proxy", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy", - "license": "MIT", - "contributors": [ - { - "name": "Maxime LUCE", - "githubUsername": "SomaticIT", - "url": "https://github.com/SomaticIT" - }, - { - "name": "Florian Oellerich", - "githubUsername": "Raigen", - "url": "https://github.com/Raigen" - }, - { - "name": "Daniel Schmidt", - "githubUsername": "DanielMSchmidt", - "url": "https://github.com/DanielMSchmidt" - }, - { - "name": "Jordan Abreu", - "githubUsername": "jabreu610", - "url": "https://github.com/jabreu610" - }, - { - "name": "Samuel Bodin", - "githubUsername": "bodinsamuel", - "url": "https://github.com/bodinsamuel" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/http-proxy" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "3e198b1ca48b5a5de433fc322508d2fec21a03c1b52c9470ee47b725146db123", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/istanbul-lib-coverage/package.json b/node_modules/@types/istanbul-lib-coverage/package.json deleted file mode 100644 index b30f3d4..0000000 --- a/node_modules/@types/istanbul-lib-coverage/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@types/istanbul-lib-coverage", - "version": "2.0.6", - "description": "TypeScript definitions for istanbul-lib-coverage", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-coverage", - "license": "MIT", - "contributors": [ - { - "name": "Jason Cheatham", - "githubUsername": "jason0x43", - "url": "https://github.com/jason0x43" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/istanbul-lib-coverage" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "36c823c8b3f66dab91254b0f7299de71768ad8836bfbfcaa062409dd86fbbd61", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/istanbul-lib-report/package.json b/node_modules/@types/istanbul-lib-report/package.json deleted file mode 100644 index 8983cfa..0000000 --- a/node_modules/@types/istanbul-lib-report/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@types/istanbul-lib-report", - "version": "3.0.3", - "description": "TypeScript definitions for istanbul-lib-report", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report", - "license": "MIT", - "contributors": [ - { - "name": "Jason Cheatham", - "githubUsername": "jason0x43", - "url": "https://github.com/jason0x43" - }, - { - "name": "Zacharias Björngren", - "githubUsername": "zache", - "url": "https://github.com/zache" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/istanbul-lib-report" - }, - "scripts": {}, - "dependencies": { - "@types/istanbul-lib-coverage": "*" - }, - "typesPublisherContentHash": "7036cfd1108c02c3ceec9ffab2cbc424c76e2cafd694c550037d808bf66e3946", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/istanbul-reports/package.json b/node_modules/@types/istanbul-reports/package.json deleted file mode 100644 index ec3c20a..0000000 --- a/node_modules/@types/istanbul-reports/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@types/istanbul-reports", - "version": "3.0.4", - "description": "TypeScript definitions for istanbul-reports", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports", - "license": "MIT", - "contributors": [ - { - "name": "Jason Cheatham", - "githubUsername": "jason0x43", - "url": "https://github.com/jason0x43" - }, - { - "name": "Elena Shcherbakova", - "githubUsername": "not-a-doctor", - "url": "https://github.com/not-a-doctor" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/istanbul-reports" - }, - "scripts": {}, - "dependencies": { - "@types/istanbul-lib-report": "*" - }, - "typesPublisherContentHash": "27b4219ea922d9218dd987cb99b49d7fc77c568322e7102565050323987fa6db", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/jasmine/package.json b/node_modules/@types/jasmine/package.json deleted file mode 100644 index f3b59cf..0000000 --- a/node_modules/@types/jasmine/package.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "@types/jasmine", - "version": "4.3.6", - "description": "TypeScript definitions for Jasmine", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine", - "license": "MIT", - "contributors": [ - { - "name": "Boris Yankov", - "url": "https://github.com/borisyankov", - "githubUsername": "borisyankov" - }, - { - "name": "Theodore Brown", - "url": "https://github.com/theodorejb", - "githubUsername": "theodorejb" - }, - { - "name": "David Pärsson", - "url": "https://github.com/davidparsson", - "githubUsername": "davidparsson" - }, - { - "name": "Lukas Zech", - "url": "https://github.com/lukas-zech-software", - "githubUsername": "lukas-zech-software" - }, - { - "name": "Boris Breuer", - "url": "https://github.com/Engineer2B", - "githubUsername": "Engineer2B" - }, - { - "name": "Chris Yungmann", - "url": "https://github.com/cyungmann", - "githubUsername": "cyungmann" - }, - { - "name": "Giles Roadnight", - "url": "https://github.com/Roaders", - "githubUsername": "Roaders" - }, - { - "name": "Yaroslav Admin", - "url": "https://github.com/devoto13", - "githubUsername": "devoto13" - }, - { - "name": "Domas Trijonis", - "url": "https://github.com/fdim", - "githubUsername": "fdim" - }, - { - "name": "Moshe Kolodny", - "url": "https://github.com/kolodny", - "githubUsername": "kolodny" - }, - { - "name": "Stephen Farrar", - "url": "https://github.com/stephenfarrar", - "githubUsername": "stephenfarrar" - }, - { - "name": "Dominik Ehrenberg", - "url": "https://github.com/djungowski", - "githubUsername": "djungowski" - }, - { - "name": "Chives", - "url": "https://github.com/chivesrs", - "githubUsername": "chivesrs" - }, - { - "name": "kirjs", - "url": "https://github.com/kirjs", - "githubUsername": "kirjs" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/jasmine" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "983620e057d5c641117406eb707978a777846c6785852f08a3e3ec0df7228a2b", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/json-schema/package.json b/node_modules/@types/json-schema/package.json deleted file mode 100644 index 3c41bd7..0000000 --- a/node_modules/@types/json-schema/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@types/json-schema", - "version": "7.0.15", - "description": "TypeScript definitions for json-schema", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema", - "license": "MIT", - "contributors": [ - { - "name": "Boris Cherny", - "githubUsername": "bcherny", - "url": "https://github.com/bcherny" - }, - { - "name": "Lucian Buzzo", - "githubUsername": "lucianbuzzo", - "url": "https://github.com/lucianbuzzo" - }, - { - "name": "Roland Groza", - "githubUsername": "rolandjitsu", - "url": "https://github.com/rolandjitsu" - }, - { - "name": "Jason Kwok", - "githubUsername": "JasonHK", - "url": "https://github.com/JasonHK" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/json-schema" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "79984fd70cd25c3f7d72b84368778c763c89728ea0073832d745d4691b705257", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/luxon/package.json b/node_modules/@types/luxon/package.json deleted file mode 100644 index 8a72aa8..0000000 --- a/node_modules/@types/luxon/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@types/luxon", - "version": "3.3.8", - "description": "TypeScript definitions for luxon", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon", - "license": "MIT", - "contributors": [ - { - "name": "Carson Full", - "githubUsername": "carsonf", - "url": "https://github.com/carsonf" - }, - { - "name": "Piotr Błażejewicz", - "githubUsername": "peterblazejewicz", - "url": "https://github.com/peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/luxon" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "99dcef64f6ad1dd1fc7aca4688771026c475dc7b5f33bc7a6ca1eee059b742a0", - "typeScriptVersion": "4.6" -} \ No newline at end of file diff --git a/node_modules/@types/mime/package.json b/node_modules/@types/mime/package.json deleted file mode 100644 index 98a29ff..0000000 --- a/node_modules/@types/mime/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@types/mime", - "version": "1.3.5", - "description": "TypeScript definitions for mime", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime", - "license": "MIT", - "contributors": [ - { - "name": "Jeff Goddard", - "githubUsername": "jedigo", - "url": "https://github.com/jedigo" - }, - { - "name": "Daniel Hritzkiv", - "githubUsername": "dhritzkiv", - "url": "https://github.com/dhritzkiv" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/mime" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "2ad7ee9a549e6721825e733c6a1a7e8bee0ca7ba93d9ab922c8f4558def52d77", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/node-forge/package.json b/node_modules/@types/node-forge/package.json deleted file mode 100644 index 5c6f510..0000000 --- a/node_modules/@types/node-forge/package.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "name": "@types/node-forge", - "version": "1.3.11", - "description": "TypeScript definitions for node-forge", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge", - "license": "MIT", - "contributors": [ - { - "name": "Seth Westphal ", - "githubUsername": "westy92", - "url": "https://github.com/westy92" - }, - { - "name": "Kay Schecker ", - "githubUsername": "flynetworks", - "url": "https://github.com/flynetworks" - }, - { - "name": "Aakash Goenka ", - "githubUsername": "a-k-g", - "url": "https://github.com/a-k-g" - }, - { - "name": "Rafal2228 ", - "githubUsername": "rafal2228", - "url": "https://github.com/rafal2228" - }, - { - "name": "Beeno Tung ", - "githubUsername": "beenotung", - "url": "https://github.com/beenotung" - }, - { - "name": "Joe Flateau ", - "githubUsername": "joeflateau", - "url": "https://github.com/joeflateau" - }, - { - "name": "timhwang21 ", - "githubUsername": "timhwang21", - "url": "https://github.com/timhwang21" - }, - { - "name": "Anders Kaseorg ", - "githubUsername": "andersk", - "url": "https://github.com/andersk" - }, - { - "name": "Sascha Zarhuber ", - "githubUsername": "saschazar21", - "url": "https://github.com/saschazar21" - }, - { - "name": "Rogier Schouten ", - "githubUsername": "rogierschouten", - "url": "https://github.com/rogierschouten" - }, - { - "name": "Ivan Aseev ", - "githubUsername": "aseevia", - "url": "https://github.com/aseevia" - }, - { - "name": "Wiktor Kwapisiewicz", - "githubUsername": "wiktor-k", - "url": "https://github.com/wiktor-k" - }, - { - "name": "Ligia Frangello ", - "githubUsername": "frangello", - "url": "https://github.com/frangello" - }, - { - "name": "Dmitry Avezov ", - "githubUsername": "avezov", - "url": "https://github.com/avezov" - }, - { - "name": "Jose Fuentes ", - "githubUsername": "j-fuentes", - "url": "https://github.com/j-fuentes" - }, - { - "name": "Anya Reyes ", - "githubUsername": "darkade", - "url": "https://github.com/darkade" - }, - { - "name": "BendingBender ", - "githubUsername": "BendingBender", - "url": "https://github.com/BendingBender" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node-forge" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "1f94eadd96d1ed1e3b8513ff0af0af616821310570eb410699b93f6b3e3f3903", - "typeScriptVersion": "4.6" -} \ No newline at end of file diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json deleted file mode 100644 index fe06840..0000000 --- a/node_modules/@types/node/package.json +++ /dev/null @@ -1,217 +0,0 @@ -{ - "name": "@types/node", - "version": "20.12.3", - "description": "TypeScript definitions for node", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", - "license": "MIT", - "contributors": [ - { - "name": "Microsoft TypeScript", - "githubUsername": "Microsoft", - "url": "https://github.com/Microsoft" - }, - { - "name": "Alberto Schiabel", - "githubUsername": "jkomyno", - "url": "https://github.com/jkomyno" - }, - { - "name": "Alvis HT Tang", - "githubUsername": "alvis", - "url": "https://github.com/alvis" - }, - { - "name": "Andrew Makarov", - "githubUsername": "r3nya", - "url": "https://github.com/r3nya" - }, - { - "name": "Benjamin Toueg", - "githubUsername": "btoueg", - "url": "https://github.com/btoueg" - }, - { - "name": "Chigozirim C.", - "githubUsername": "smac89", - "url": "https://github.com/smac89" - }, - { - "name": "David Junger", - "githubUsername": "touffy", - "url": "https://github.com/touffy" - }, - { - "name": "Deividas Bakanas", - "githubUsername": "DeividasBakanas", - "url": "https://github.com/DeividasBakanas" - }, - { - "name": "Eugene Y. Q. Shen", - "githubUsername": "eyqs", - "url": "https://github.com/eyqs" - }, - { - "name": "Hannes Magnusson", - "githubUsername": "Hannes-Magnusson-CK", - "url": "https://github.com/Hannes-Magnusson-CK" - }, - { - "name": "Huw", - "githubUsername": "hoo29", - "url": "https://github.com/hoo29" - }, - { - "name": "Kelvin Jin", - "githubUsername": "kjin", - "url": "https://github.com/kjin" - }, - { - "name": "Klaus Meinhardt", - "githubUsername": "ajafff", - "url": "https://github.com/ajafff" - }, - { - "name": "Lishude", - "githubUsername": "islishude", - "url": "https://github.com/islishude" - }, - { - "name": "Mariusz Wiktorczyk", - "githubUsername": "mwiktorczyk", - "url": "https://github.com/mwiktorczyk" - }, - { - "name": "Mohsen Azimi", - "githubUsername": "mohsen1", - "url": "https://github.com/mohsen1" - }, - { - "name": "Nikita Galkin", - "githubUsername": "galkin", - "url": "https://github.com/galkin" - }, - { - "name": "Parambir Singh", - "githubUsername": "parambirs", - "url": "https://github.com/parambirs" - }, - { - "name": "Sebastian Silbermann", - "githubUsername": "eps1lon", - "url": "https://github.com/eps1lon" - }, - { - "name": "Thomas den Hollander", - "githubUsername": "ThomasdenH", - "url": "https://github.com/ThomasdenH" - }, - { - "name": "Wilco Bakker", - "githubUsername": "WilcoBakker", - "url": "https://github.com/WilcoBakker" - }, - { - "name": "wwwy3y3", - "githubUsername": "wwwy3y3", - "url": "https://github.com/wwwy3y3" - }, - { - "name": "Samuel Ainsworth", - "githubUsername": "samuela", - "url": "https://github.com/samuela" - }, - { - "name": "Kyle Uehlein", - "githubUsername": "kuehlein", - "url": "https://github.com/kuehlein" - }, - { - "name": "Thanik Bhongbhibhat", - "githubUsername": "bhongy", - "url": "https://github.com/bhongy" - }, - { - "name": "Marcin Kopacz", - "githubUsername": "chyzwar", - "url": "https://github.com/chyzwar" - }, - { - "name": "Trivikram Kamat", - "githubUsername": "trivikr", - "url": "https://github.com/trivikr" - }, - { - "name": "Junxiao Shi", - "githubUsername": "yoursunny", - "url": "https://github.com/yoursunny" - }, - { - "name": "Ilia Baryshnikov", - "githubUsername": "qwelias", - "url": "https://github.com/qwelias" - }, - { - "name": "ExE Boss", - "githubUsername": "ExE-Boss", - "url": "https://github.com/ExE-Boss" - }, - { - "name": "Piotr Błażejewicz", - "githubUsername": "peterblazejewicz", - "url": "https://github.com/peterblazejewicz" - }, - { - "name": "Anna Henningsen", - "githubUsername": "addaleax", - "url": "https://github.com/addaleax" - }, - { - "name": "Victor Perin", - "githubUsername": "victorperin", - "url": "https://github.com/victorperin" - }, - { - "name": "Yongsheng Zhang", - "githubUsername": "ZYSzys", - "url": "https://github.com/ZYSzys" - }, - { - "name": "NodeJS Contributors", - "githubUsername": "NodeJS", - "url": "https://github.com/NodeJS" - }, - { - "name": "Linus Unnebäck", - "githubUsername": "LinusU", - "url": "https://github.com/LinusU" - }, - { - "name": "wafuwafu13", - "githubUsername": "wafuwafu13", - "url": "https://github.com/wafuwafu13" - }, - { - "name": "Matteo Collina", - "githubUsername": "mcollina", - "url": "https://github.com/mcollina" - }, - { - "name": "Dmitry Semigradsky", - "githubUsername": "Semigradsky", - "url": "https://github.com/Semigradsky" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node" - }, - "scripts": {}, - "dependencies": { - "undici-types": "~5.26.4" - }, - "typesPublisherContentHash": "02d120a0066fb0a44108576dbebd52092ec7972656913aa42b204107e43f732a", - "typeScriptVersion": "4.7" -} \ No newline at end of file diff --git a/node_modules/@types/parse-json/package.json b/node_modules/@types/parse-json/package.json deleted file mode 100644 index ed89d94..0000000 --- a/node_modules/@types/parse-json/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@types/parse-json", - "version": "4.0.2", - "description": "TypeScript definitions for parse-json", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-json", - "license": "MIT", - "contributors": [ - { - "name": "mrmlnc", - "githubUsername": "mrmlnc", - "url": "https://github.com/mrmlnc" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/parse-json" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "d1152b3b9b47f80db7e38510e7a49a297ca3c102317f67bcacb959271c65e6c1", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/qs/package.json b/node_modules/@types/qs/package.json deleted file mode 100644 index 3d3c479..0000000 --- a/node_modules/@types/qs/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "@types/qs", - "version": "6.9.14", - "description": "TypeScript definitions for qs", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs", - "license": "MIT", - "contributors": [ - { - "name": "Roman Korneev", - "githubUsername": "RWander", - "url": "https://github.com/RWander" - }, - { - "name": "Leon Yu", - "githubUsername": "leonyu", - "url": "https://github.com/leonyu" - }, - { - "name": "Belinda Teh", - "githubUsername": "tehbelinda", - "url": "https://github.com/tehbelinda" - }, - { - "name": "Melvin Lee", - "githubUsername": "zyml", - "url": "https://github.com/zyml" - }, - { - "name": "Arturs Vonda", - "githubUsername": "artursvonda", - "url": "https://github.com/artursvonda" - }, - { - "name": "Carlos Bonetti", - "githubUsername": "CarlosBonetti", - "url": "https://github.com/CarlosBonetti" - }, - { - "name": "Dan Smith", - "githubUsername": "dpsmith3", - "url": "https://github.com/dpsmith3" - }, - { - "name": "Hunter Perrin", - "githubUsername": "hperrin", - "url": "https://github.com/hperrin" - }, - { - "name": "Jordan Harband", - "githubUsername": "ljharb", - "url": "https://github.com/ljharb" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/qs" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "06e68a992b8160a3fe1a7cf06328d871215880d4874d9255acf6d516f10e52f6", - "typeScriptVersion": "4.7" -} \ No newline at end of file diff --git a/node_modules/@types/range-parser/package.json b/node_modules/@types/range-parser/package.json deleted file mode 100644 index d43f781..0000000 --- a/node_modules/@types/range-parser/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@types/range-parser", - "version": "1.2.7", - "description": "TypeScript definitions for range-parser", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser", - "license": "MIT", - "contributors": [ - { - "name": "Tomek Łaziuk", - "githubUsername": "tlaziuk", - "url": "https://github.com/tlaziuk" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/range-parser" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "85ed88e3afe8da85360c400901b67e99a7c6690c6376c5ab8939ae9dee4b0a93", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/retry/package.json b/node_modules/@types/retry/package.json deleted file mode 100644 index 2d558ad..0000000 --- a/node_modules/@types/retry/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@types/retry", - "version": "0.12.0", - "description": "TypeScript definitions for retry", - "license": "MIT", - "contributors": [ - { - "name": "Stan Goldmann", - "url": "https://github.com/krenor", - "githubUsername": "krenor" - }, - { - "name": "BendingBender", - "url": "https://github.com/BendingBender", - "githubUsername": "BendingBender" - } - ], - "main": "", - "types": "index", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "dc8156aa3c27632d2585c45d8951c4a0f7ae9122bd17190d8973018556d174f3", - "typeScriptVersion": "2.3" -} \ No newline at end of file diff --git a/node_modules/@types/send/package.json b/node_modules/@types/send/package.json deleted file mode 100644 index 1bbca79..0000000 --- a/node_modules/@types/send/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "@types/send", - "version": "0.17.4", - "description": "TypeScript definitions for send", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/send", - "license": "MIT", - "contributors": [ - { - "name": "Mike Jerred", - "githubUsername": "MikeJerred", - "url": "https://github.com/MikeJerred" - }, - { - "name": "Piotr Błażejewicz", - "githubUsername": "peterblazejewicz", - "url": "https://github.com/peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/send" - }, - "scripts": {}, - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - }, - "typesPublisherContentHash": "80c2c0bda207c1a802cfc46bf20e4f774429c8ae1e9808128c20468d438b895c", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/serve-index/package.json b/node_modules/@types/serve-index/package.json deleted file mode 100644 index 2d8b0c4..0000000 --- a/node_modules/@types/serve-index/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@types/serve-index", - "version": "1.9.4", - "description": "TypeScript definitions for serve-index", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-index", - "license": "MIT", - "contributors": [ - { - "name": "Tanguy Krotoff", - "githubUsername": "tkrotoff", - "url": "https://github.com/tkrotoff" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/serve-index" - }, - "scripts": {}, - "dependencies": { - "@types/express": "*" - }, - "typesPublisherContentHash": "cef74e00c7096d0fb4a96d2ce78f45585c95b6a83748cffb9b65bd8ff20297b6", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/serve-static/package.json b/node_modules/@types/serve-static/package.json deleted file mode 100644 index 5a2f018..0000000 --- a/node_modules/@types/serve-static/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@types/serve-static", - "version": "1.15.7", - "description": "TypeScript definitions for serve-static", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static", - "license": "MIT", - "contributors": [ - { - "name": "Uros Smolnik", - "githubUsername": "urossmolnik", - "url": "https://github.com/urossmolnik" - }, - { - "name": "Linus Unnebäck", - "githubUsername": "LinusU", - "url": "https://github.com/LinusU" - }, - { - "name": "Devansh Jethmalani", - "githubUsername": "devanshj", - "url": "https://github.com/devanshj" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/serve-static" - }, - "scripts": {}, - "dependencies": { - "@types/http-errors": "*", - "@types/node": "*", - "@types/send": "*" - }, - "typesPublisherContentHash": "781872d0ec274d5e3360acd4087e25d9d8440401b99181fe8cd1fc968aa78b14", - "typeScriptVersion": "4.7" -} \ No newline at end of file diff --git a/node_modules/@types/sockjs/package.json b/node_modules/@types/sockjs/package.json deleted file mode 100644 index 214ad8c..0000000 --- a/node_modules/@types/sockjs/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@types/sockjs", - "version": "0.3.36", - "description": "TypeScript definitions for sockjs", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sockjs", - "license": "MIT", - "contributors": [ - { - "name": "Phil McCloghry-Laing", - "githubUsername": "pmccloghrylaing", - "url": "https://github.com/pmccloghrylaing" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/sockjs" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "fe77463f92d47c65ca417ab3bb87eef15b8384cdce2ab2199fcc8deae14be36e", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/triple-beam/package.json b/node_modules/@types/triple-beam/package.json deleted file mode 100644 index 06acdeb..0000000 --- a/node_modules/@types/triple-beam/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@types/triple-beam", - "version": "1.3.5", - "description": "TypeScript definitions for triple-beam", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam", - "license": "MIT", - "contributors": [ - { - "name": "Daniel Byrne", - "githubUsername": "danwbyrne", - "url": "https://github.com/danwbyrne" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/triple-beam" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "aba808a8cd292b633d60f24f8ed117bf7f4f83771da677fe4d557c4e1ad3211b", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/uuid/package.json b/node_modules/@types/uuid/package.json deleted file mode 100644 index 09959ce..0000000 --- a/node_modules/@types/uuid/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "@types/uuid", - "version": "9.0.8", - "description": "TypeScript definitions for uuid", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid", - "license": "MIT", - "contributors": [ - { - "name": "Oliver Hoffmann", - "githubUsername": "iamolivinius", - "url": "https://github.com/iamolivinius" - }, - { - "name": "Felipe Ochoa", - "githubUsername": "felipeochoa", - "url": "https://github.com/felipeochoa" - }, - { - "name": "Chris Barth", - "githubUsername": "cjbarth", - "url": "https://github.com/cjbarth" - }, - { - "name": "Linus Unnebäck", - "githubUsername": "LinusU", - "url": "https://github.com/LinusU" - }, - { - "name": "Christoph Tavan", - "githubUsername": "ctavan", - "url": "https://github.com/ctavan" - } - ], - "main": "", - "types": "index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "types": { - "import": "./index.d.mts", - "default": "./index.d.ts" - } - } - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/uuid" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "ee6ba7ad17fbbead7a508faf213a9ad0f49c12929e8c6b0f05fb35129bc72d61", - "typeScriptVersion": "4.6" -} \ No newline at end of file diff --git a/node_modules/@types/ws/package.json b/node_modules/@types/ws/package.json deleted file mode 100644 index 3886a40..0000000 --- a/node_modules/@types/ws/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "@types/ws", - "version": "8.5.10", - "description": "TypeScript definitions for ws", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws", - "license": "MIT", - "contributors": [ - { - "name": "Paul Loyd", - "githubUsername": "loyd", - "url": "https://github.com/loyd" - }, - { - "name": "Margus Lamp", - "githubUsername": "mlamp", - "url": "https://github.com/mlamp" - }, - { - "name": "Philippe D'Alva", - "githubUsername": "TitaneBoy", - "url": "https://github.com/TitaneBoy" - }, - { - "name": "reduckted", - "githubUsername": "reduckted", - "url": "https://github.com/reduckted" - }, - { - "name": "teidesu", - "githubUsername": "teidesu", - "url": "https://github.com/teidesu" - }, - { - "name": "Bartosz Wojtkowiak", - "githubUsername": "wojtkowiak", - "url": "https://github.com/wojtkowiak" - }, - { - "name": "Kyle Hensel", - "githubUsername": "k-yle", - "url": "https://github.com/k-yle" - }, - { - "name": "Samuel Skeen", - "githubUsername": "cwadrupldijjit", - "url": "https://github.com/cwadrupldijjit" - } - ], - "main": "", - "types": "index.d.ts", - "exports": { - ".": { - "types": { - "import": "./index.d.mts", - "default": "./index.d.ts" - } - }, - "./package.json": "./package.json" - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/ws" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "eccd9f863e6a5af0b53c429a6feeed5375c23d20c06a73d226f4b59f34407820", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/yargs-parser/package.json b/node_modules/@types/yargs-parser/package.json deleted file mode 100644 index ee5b75c..0000000 --- a/node_modules/@types/yargs-parser/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@types/yargs-parser", - "version": "21.0.3", - "description": "TypeScript definitions for yargs-parser", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser", - "license": "MIT", - "contributors": [ - { - "name": "Miles Johnson", - "githubUsername": "milesj", - "url": "https://github.com/milesj" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/yargs-parser" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "c8ba48d493937115b81658ba71ff9ae3452d2f1b86a9fea357703f8745fa34d7", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@types/yargs/package.json b/node_modules/@types/yargs/package.json deleted file mode 100644 index 45c295f..0000000 --- a/node_modules/@types/yargs/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "@types/yargs", - "version": "17.0.32", - "description": "TypeScript definitions for yargs", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs", - "license": "MIT", - "contributors": [ - { - "name": "Martin Poelstra", - "githubUsername": "poelstra", - "url": "https://github.com/poelstra" - }, - { - "name": "Mizunashi Mana", - "githubUsername": "mizunashi-mana", - "url": "https://github.com/mizunashi-mana" - }, - { - "name": "Jeffery Grajkowski", - "githubUsername": "pushplay", - "url": "https://github.com/pushplay" - }, - { - "name": "Jimi (Dimitris) Charalampidis", - "githubUsername": "JimiC", - "url": "https://github.com/JimiC" - }, - { - "name": "Steffen Viken Valvåg", - "githubUsername": "steffenvv", - "url": "https://github.com/steffenvv" - }, - { - "name": "Emily Marigold Klassen", - "githubUsername": "forivall", - "url": "https://github.com/forivall" - }, - { - "name": "ExE Boss", - "githubUsername": "ExE-Boss", - "url": "https://github.com/ExE-Boss" - }, - { - "name": "Aankhen", - "githubUsername": "Aankhen", - "url": "https://github.com/Aankhen" - }, - { - "name": "Ben Coe", - "githubUsername": "bcoe", - "url": "https://github.com/bcoe" - } - ], - "main": "", - "types": "index.d.ts", - "exports": { - ".": { - "types": { - "import": "./index.d.mts", - "default": "./index.d.ts" - } - }, - "./helpers": { - "types": { - "import": "./helpers.d.mts", - "default": "./helpers.d.ts" - } - }, - "./yargs": { - "types": { - "default": "./yargs.d.ts" - } - }, - "./package.json": "./package.json" - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/yargs" - }, - "scripts": {}, - "dependencies": { - "@types/yargs-parser": "*" - }, - "typesPublisherContentHash": "490ca9a07cb156b66b475f9dc1666bc4b4d19059bcace8f035888670f6952639", - "typeScriptVersion": "4.5" -} \ No newline at end of file diff --git a/node_modules/@ungap/structured-clone/cjs/package.json b/node_modules/@ungap/structured-clone/cjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/@ungap/structured-clone/cjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/@ungap/structured-clone/package.json b/node_modules/@ungap/structured-clone/package.json deleted file mode 100644 index ba9f84f..0000000 --- a/node_modules/@ungap/structured-clone/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "@ungap/structured-clone", - "version": "1.2.0", - "description": "A structuredClone polyfill", - "main": "./cjs/index.js", - "scripts": { - "build": "npm run cjs && npm run rollup:json && npm run test", - "cjs": "ascjs esm cjs", - "coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info", - "rollup:json": "rollup --config rollup/json.config.js", - "test": "c8 node test/index.js" - }, - "keywords": [ - "recursion", - "structured", - "clone", - "algorithm" - ], - "author": "Andrea Giammarchi", - "license": "ISC", - "devDependencies": { - "@rollup/plugin-node-resolve": "^15.0.2", - "@rollup/plugin-terser": "^0.4.1", - "ascjs": "^5.0.1", - "c8": "^7.13.0", - "coveralls": "^3.1.1", - "rollup": "^3.21.4" - }, - "module": "./esm/index.js", - "type": "module", - "exports": { - ".": { - "import": "./esm/index.js", - "default": "./cjs/index.js" - }, - "./json": { - "import": "./esm/json.js", - "default": "./cjs/json.js" - }, - "./package.json": "./package.json" - }, - "directories": { - "test": "test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ungap/structured-clone.git" - }, - "bugs": { - "url": "https://github.com/ungap/structured-clone/issues" - }, - "homepage": "https://github.com/ungap/structured-clone#readme" -} diff --git a/node_modules/@vitejs/plugin-basic-ssl/package.json b/node_modules/@vitejs/plugin-basic-ssl/package.json deleted file mode 100644 index 0116793..0000000 --- a/node_modules/@vitejs/plugin-basic-ssl/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "@vitejs/plugin-basic-ssl", - "version": "1.0.1", - "license": "MIT", - "author": "Evan You and Vite Contributors", - "files": [ - "dist" - ], - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - } - }, - "engines": { - "node": ">=14.6.0" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/vitejs/vite-plugin-basic-ssl.git" - }, - "bugs": { - "url": "https://github.com/vitejs/vite-plugin-basic-ssl/issues" - }, - "homepage": "https://github.com/vitejs/vite-plugin-basic-ssl/#readme", - "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0" - }, - "devDependencies": { - "@rollup/pluginutils": "^4.2.1", - "@types/fs-extra": "^9.0.13", - "conventional-changelog-cli": "^2.2.2", - "debug": "^4.3.4", - "enquirer": "^2.3.6", - "esno": "^0.16.3", - "execa": "^4.1.0", - "fs-extra": "^10.1.0", - "hash-sum": "^2.0.0", - "minimist": "^1.2.6", - "picocolors": "^1.0.0", - "prettier": "^2.7.1", - "rollup": "^2.75.6", - "semver": "^7.3.7", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "unbuild": "^0.7.4", - "vite": "^4.0.0", - "vitest": "^0.15.1", - "node-forge": "^1.3.1" - }, - "scripts": { - "dev": "unbuild --stub", - "build": "unbuild && esno scripts/patchCJS.ts", - "test": "vitest run", - "release": "node scripts/release.js", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" - } -} \ No newline at end of file diff --git a/node_modules/@webassemblyjs/ast/package.json b/node_modules/@webassemblyjs/ast/package.json deleted file mode 100644 index ab5438f..0000000 --- a/node_modules/@webassemblyjs/ast/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@webassemblyjs/ast", - "version": "1.12.1", - "description": "AST utils for webassemblyjs", - "keywords": [ - "webassembly", - "javascript", - "ast" - ], - "main": "lib/index.js", - "module": "esm/index.js", - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "devDependencies": { - "@webassemblyjs/helper-test-framework": "1.12.1", - "array.prototype.flatmap": "^1.2.1", - "dump-exports": "^0.1.0", - "mamacro": "^0.0.7" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/floating-point-hex-parser/package.json b/node_modules/@webassemblyjs/floating-point-hex-parser/package.json deleted file mode 100644 index cf50516..0000000 --- a/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "@webassemblyjs/floating-point-hex-parser", - "scripts": { - "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "version": "1.11.6", - "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification", - "main": "lib/index.js", - "module": "esm/index.js", - "keywords": [ - "webassembly", - "floating-point" - ], - "author": "Mauro Bringolf", - "license": "MIT" -} diff --git a/node_modules/@webassemblyjs/helper-api-error/package.json b/node_modules/@webassemblyjs/helper-api-error/package.json deleted file mode 100644 index 6631943..0000000 --- a/node_modules/@webassemblyjs/helper-api-error/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "@webassemblyjs/helper-api-error", - "version": "1.11.6", - "description": "Common API errors", - "main": "lib/index.js", - "module": "esm/index.js", - "author": "Sven Sauleau", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git", - "directory": "packages/helper-api-error" - }, - "publishConfig": { - "access": "public" - } -} diff --git a/node_modules/@webassemblyjs/helper-buffer/package.json b/node_modules/@webassemblyjs/helper-buffer/package.json deleted file mode 100644 index 735ba42..0000000 --- a/node_modules/@webassemblyjs/helper-buffer/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@webassemblyjs/helper-buffer", - "version": "1.12.1", - "description": "Buffer manipulation utility", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "author": "Sven Sauleau", - "license": "MIT", - "devDependencies": { - "@webassemblyjs/wasm-parser": "1.12.1", - "jest-diff": "^24.0.0" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/helper-numbers/package.json b/node_modules/@webassemblyjs/helper-numbers/package.json deleted file mode 100644 index 1f6e441..0000000 --- a/node_modules/@webassemblyjs/helper-numbers/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@webassemblyjs/helper-numbers", - "version": "1.11.6", - "description": "Number parsing utility", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - }, - "author": "Sven Sauleau", - "license": "MIT" -} diff --git a/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json b/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json deleted file mode 100644 index 658f846..0000000 --- a/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "@webassemblyjs/helper-wasm-bytecode", - "version": "1.11.6", - "description": "WASM's Bytecode constants", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "Sven Sauleau", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - } -} diff --git a/node_modules/@webassemblyjs/helper-wasm-section/package.json b/node_modules/@webassemblyjs/helper-wasm-section/package.json deleted file mode 100644 index 0df2cd6..0000000 --- a/node_modules/@webassemblyjs/helper-wasm-section/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "@webassemblyjs/helper-wasm-section", - "version": "1.12.1", - "description": "", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" - }, - "devDependencies": { - "@webassemblyjs/wasm-parser": "1.12.1" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/ieee754/package.json b/node_modules/@webassemblyjs/ieee754/package.json deleted file mode 100644 index b6db03b..0000000 --- a/node_modules/@webassemblyjs/ieee754/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "@webassemblyjs/ieee754", - "version": "1.11.6", - "description": "IEEE754 decoder and encoder", - "license": "MIT", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git", - "directory": "packages/ieee754" - }, - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } -} diff --git a/node_modules/@webassemblyjs/leb128/package.json b/node_modules/@webassemblyjs/leb128/package.json deleted file mode 100644 index 6aa7e76..0000000 --- a/node_modules/@webassemblyjs/leb128/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "@webassemblyjs/leb128", - "version": "1.11.6", - "description": "LEB128 decoder and encoder", - "license": "Apache-2.0", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git", - "directory": "packages/leb128" - }, - "dependencies": { - "@xtuc/long": "4.2.2" - }, - "publishConfig": { - "access": "public" - } -} diff --git a/node_modules/@webassemblyjs/utf8/package.json b/node_modules/@webassemblyjs/utf8/package.json deleted file mode 100644 index 3da38eb..0000000 --- a/node_modules/@webassemblyjs/utf8/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "@webassemblyjs/utf8", - "version": "1.11.6", - "description": "UTF8 encoder/decoder for WASM", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "author": "Sven Sauleau", - "license": "MIT" -} diff --git a/node_modules/@webassemblyjs/wasm-edit/package.json b/node_modules/@webassemblyjs/wasm-edit/package.json deleted file mode 100644 index cecab95..0000000 --- a/node_modules/@webassemblyjs/wasm-edit/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "@webassemblyjs/wasm-edit", - "version": "1.12.1", - "description": "", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" - }, - "devDependencies": { - "@webassemblyjs/helper-test-framework": "1.12.1" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/wasm-gen/package.json b/node_modules/@webassemblyjs/wasm-gen/package.json deleted file mode 100644 index 9721a2c..0000000 --- a/node_modules/@webassemblyjs/wasm-gen/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@webassemblyjs/wasm-gen", - "version": "1.12.1", - "description": "WebAssembly binary format printer", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/wasm-opt/package.json b/node_modules/@webassemblyjs/wasm-opt/package.json deleted file mode 100644 index f1c7cd8..0000000 --- a/node_modules/@webassemblyjs/wasm-opt/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "@webassemblyjs/wasm-opt", - "version": "1.12.1", - "description": "", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/wasm-parser/package.json b/node_modules/@webassemblyjs/wasm-parser/package.json deleted file mode 100644 index d24f624..0000000 --- a/node_modules/@webassemblyjs/wasm-parser/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@webassemblyjs/wasm-parser", - "version": "1.12.1", - "keywords": [ - "webassembly", - "javascript", - "ast", - "parser", - "wasm" - ], - "description": "WebAssembly binary format parser", - "main": "lib/index.js", - "module": "esm/index.js", - "scripts": { - "test": "mocha" - }, - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "devDependencies": { - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-test-framework": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.7.7", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wast-parser": "1.12.1", - "mamacro": "^0.0.7", - "wabt": "1.0.12" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@webassemblyjs/wast-printer/package.json b/node_modules/@webassemblyjs/wast-printer/package.json deleted file mode 100644 index 226518c..0000000 --- a/node_modules/@webassemblyjs/wast-printer/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@webassemblyjs/wast-printer", - "version": "1.12.1", - "description": "WebAssembly text format printer", - "main": "lib/index.js", - "module": "esm/index.js", - "keywords": [ - "webassembly", - "javascript", - "ast", - "compiler", - "printer", - "wast" - ], - "scripts": { - "test": "mocha" - }, - "author": "Sven Sauleau", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@xtuc/long": "4.2.2" - }, - "devDependencies": { - "@webassemblyjs/helper-test-framework": "1.12.1", - "@webassemblyjs/wast-parser": "1.12.1" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/webassemblyjs.git" - }, - "publishConfig": { - "access": "public" - }, - "gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b" -} diff --git a/node_modules/@wessberg/ts-evaluator/package.json b/node_modules/@wessberg/ts-evaluator/package.json deleted file mode 100644 index 60c5d6e..0000000 --- a/node_modules/@wessberg/ts-evaluator/package.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "name": "@wessberg/ts-evaluator", - "version": "0.0.27", - "description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST", - "scripts": { - "generate:scaffold": "scaffold all --yes", - "generate:changelog": "standard-changelog --first-release", - "generate:all": "pnpm run generate:scaffold && pnpm run generate:changelog", - "clean": "rimraf dist", - "lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color", - "prettier": "prettier --write '{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}'", - "test": "ava", - "prebuild": "pnpm run clean", - "build": "pnpm run rollup", - "watch": "pnpm run rollup -- --watch", - "rollup": "rollup -c rollup.config.js", - "preversion": "pnpm run lint && NODE_ENV=production pnpm run build", - "version": "pnpm run generate:all && git add .", - "release": "np --no-cleanup --no-yarn", - "update": "pnpx npm-check-updates -u -x np --dep dev,prod && pnpm update && pnpm install" - }, - "keywords": [ - "typescript", - "ts", - "interpreter", - "evaluate", - "evaluator", - "ast" - ], - "files": [ - "dist/**/*.*" - ], - "contributors": [ - { - "name": "Frederik Wessberg", - "email": "frederikwessberg@hotmail.com", - "url": "https://github.com/wessberg", - "imageUrl": "https://avatars2.githubusercontent.com/u/20454213?s=460&v=4", - "role": "Lead Developer", - "twitter": "FredWessberg", - "github": "wessberg" - } - ], - "license": "MIT", - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^4.5.0", - "@typescript-eslint/parser": "^4.5.0", - "@wessberg/rollup-plugin-ts": "^1.3.5", - "@wessberg/scaffold": "^1.0.32", - "@wessberg/ts-config": "^1.0.19", - "@types/semver": "^7.3.4", - "@types/node": "^14.14.0", - "@types/object-path": "^0.11.0", - "@types/jsdom": "^16.2.4", - "ava": "^3.13.0", - "eslint": "^7.11.0", - "eslint-config-prettier": "^6.13.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^30.7.3", - "husky": "^4.3.0", - "np": "5.2.1", - "pnpm": "^5.9.3", - "prettier": "^2.1.2", - "fast-glob": "^3.2.4", - "pretty-quick": "^3.1.0", - "rimraf": "^3.0.2", - "rollup": "^2.32.0", - "slash": "^3.0.0", - "semver": "7.3.2", - "standard-changelog": "^2.0.24", - "ts-node": "^9.0.0", - "typescript": "4.1.0-beta", - "typescript-3-0-1": "npm:typescript@3.0.1", - "typescript-3-1-1": "npm:typescript@3.1.1", - "typescript-3-2-1": "npm:typescript@3.2.1", - "typescript-3-3-1": "npm:typescript@3.3.1", - "typescript-3-4-1": "npm:typescript@3.4.1", - "typescript-3-5-1": "npm:typescript@3.5.1", - "typescript-3-6-2": "npm:typescript@3.6.2", - "typescript-3-7-2": "npm:typescript@3.7.2", - "typescript-3-8-3": "npm:typescript@3.8.3", - "typescript-3-9-2": "npm:typescript@3.9.2", - "typescript-4-0-3": "npm:typescript@4.0.3" - }, - "dependencies": { - "chalk": "^4.1.0", - "object-path": "^0.11.5", - "tslib": "^2.0.3", - "jsdom": "^16.4.0" - }, - "peerDependencies": { - "typescript": ">=3.2.x || >= 4.x" - }, - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "browser": "./dist/esm/index.js", - "types": "./dist/esm/index.d.ts", - "typings": "./dist/esm/index.d.ts", - "es2015": "./dist/esm/index.js", - "funding": { - "type": "github", - "url": "https://github.com/wessberg/ts-evaluator?sponsor=1" - }, - "repository": { - "type": "git", - "url": "https://github.com/wessberg/ts-evaluator.git" - }, - "bugs": { - "url": "https://github.com/wessberg/ts-evaluator/issues" - }, - "engines": { - "node": ">=10.1.0" - }, - "ava": { - "files": [ - "test/**/**.test.ts" - ], - "verbose": true, - "timeout": "300s", - "extensions": [ - "ts" - ], - "environmentVariables": { - "NODE_OPTIONS": "--max_old_space_size=4096" - }, - "require": [ - "ts-node/register/transpile-only" - ] - } -} diff --git a/node_modules/@xtuc/ieee754/package.json b/node_modules/@xtuc/ieee754/package.json deleted file mode 100644 index f4e33ac..0000000 --- a/node_modules/@xtuc/ieee754/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "@xtuc/ieee754", - "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", - "version": "1.2.0", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org" - }, - "contributors": [ - "Romain Beauxis " - ], - "devDependencies": { - "airtap": "0.0.7", - "standard": "*", - "tape": "^4.0.0", - "@babel/cli": "^7.0.0-beta.54", - "@babel/core": "^7.0.0-beta.54", - "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54" - }, - "keywords": [ - "IEEE 754", - "buffer", - "convert", - "floating point", - "ieee754" - ], - "license": "BSD-3-Clause", - "main": "dist/index.cjs.js", - "module": "index.js", - "repository": { - "type": "git", - "url": "git://github.com/feross/ieee754.git" - }, - "scripts": { - "test": "standard && npm run test-node && npm run test-browser", - "test-browser": "airtap -- test/*.js", - "test-browser-local": "airtap --local -- test/*.js", - "test-node": "tape test/*.js" - }, - "prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs index.js -o dist/index.cjs.js" -} diff --git a/node_modules/@xtuc/long/package.json b/node_modules/@xtuc/long/package.json deleted file mode 100644 index 648a5bb..0000000 --- a/node_modules/@xtuc/long/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@xtuc/long", - "version": "4.2.2", - "author": "Daniel Wirtz ", - "description": "A Long class for representing a 64-bit two's-complement integer value.", - "main": "src/long.js", - "repository": { - "type": "git", - "url": "https://github.com/dcodeIO/long.js.git" - }, - "bugs": { - "url": "https://github.com/dcodeIO/long.js/issues" - }, - "keywords": [ - "math" - ], - "dependencies": {}, - "devDependencies": { - "webpack": "^3.10.0" - }, - "license": "Apache-2.0", - "scripts": { - "build": "webpack", - "test": "node tests" - }, - "files": [ - "index.js", - "LICENSE", - "README.md", - "src/long.js", - "dist/long.js", - "dist/long.js.map", - "index.d.ts" - ], - "types": "index.d.ts" -} diff --git a/node_modules/@yarnpkg/lockfile/package.json b/node_modules/@yarnpkg/lockfile/package.json deleted file mode 100644 index 0dcdde8..0000000 --- a/node_modules/@yarnpkg/lockfile/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "@yarnpkg/lockfile", - "version": "1.1.0", - "description": "The parser/stringifier for Yarn lockfiles.", - "main": "index.js", - "repository": "https://github.com/yarnpkg/yarn/blob/master/packages/lockfile", - "keywords": [ - "yarn", - "yarnpkg", - "lockfile", - "dependency", - "npm" - ], - "license": "BSD-2-Clause" -} diff --git a/node_modules/JSONPath/package.json b/node_modules/JSONPath/package.json deleted file mode 100644 index a963e59..0000000 --- a/node_modules/JSONPath/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "author": "Stefan Goessner", - "name": "JSONPath", - "description": "A JS implementation of JSONPath", - "contributors": [ - { - "name": "Prof. Gössner", - "email": "stefan.goessner@fh-dortmund.de" - }, - { - "name": "Subbu Allamaraju", - "email": "subbu@subbu.org" - }, - { - "name": "Mike Brevoort", - "email": "mike@brevoort.com" - }, - { - "name": "Robert Krahn", - "email": "robert.krahn@gmail.com" - }, - { - "name": "Brett Zamir", - "email": "brettz9@yahoo.com" - } - ], - "license": "MIT", - "version": "0.11.2", - "repository": { - "type": "git", - "url": "git://github.com/s3u/JSONPath.git" - }, - "bugs": "https://github.com/s3u/JSONPath/issues/", - "homepage": "https://github.com/s3u/JSONPath", - "main": "./lib/jsonpath", - "dependencies": {}, - "devDependencies": { - "nodeunit": "0.9.0" - }, - "keywords": ["json", "jsonpath"], - "scripts": {"test": "./node_modules/.bin/nodeunit test"} -} diff --git a/node_modules/abab/package.json b/node_modules/abab/package.json deleted file mode 100644 index 71602db..0000000 --- a/node_modules/abab/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "abab", - "version": "2.0.6", - "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.", - "main": "index.js", - "files": [ - "index.d.ts", - "index.js", - "lib/" - ], - "scripts": { - "mocha": "mocha test/node", - "karma": "karma start", - "test": "npm run lint && npm run mocha && npm run karma", - "lint": "eslint ." - }, - "repository": { - "type": "git", - "url": "git+https://github.com/jsdom/abab.git" - }, - "keywords": [ - "atob", - "btoa", - "browser" - ], - "author": "Jeff Carpenter ", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/jsdom/abab/issues" - }, - "homepage": "https://github.com/jsdom/abab#readme", - "devDependencies": { - "eslint": "^4.19.1", - "karma": "^2.0.0", - "karma-cli": "^1.0.1", - "karma-firefox-launcher": "^1.1.0", - "karma-mocha": "^1.3.0", - "karma-webpack": "^3.0.0", - "mocha": "^5.1.0", - "webpack": "^4.5.0" - } -} diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json deleted file mode 100644 index bf4e801..0000000 --- a/node_modules/abbrev/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "abbrev", - "version": "1.1.1", - "description": "Like ruby's abbrev module, but in js", - "author": "Isaac Z. Schlueter ", - "main": "abbrev.js", - "scripts": { - "test": "tap test.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "repository": "http://github.com/isaacs/abbrev-js", - "license": "ISC", - "devDependencies": { - "tap": "^10.1" - }, - "files": [ - "abbrev.js" - ] -} diff --git a/node_modules/accepts/package.json b/node_modules/accepts/package.json deleted file mode 100644 index 0f2d15d..0000000 --- a/node_modules/accepts/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "accepts", - "description": "Higher-level content negotiation", - "version": "1.3.8", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "jshttp/accepts", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "devDependencies": { - "deep-equal": "1.0.1", - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "4.3.1", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.0", - "nyc": "15.1.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - }, - "keywords": [ - "content", - "negotiation", - "accept", - "accepts" - ] -} diff --git a/node_modules/acorn-globals/node_modules/acorn/package.json b/node_modules/acorn-globals/node_modules/acorn/package.json deleted file mode 100644 index 1069930..0000000 --- a/node_modules/acorn-globals/node_modules/acorn/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "acorn", - "description": "ECMAScript parser", - "homepage": "https://github.com/acornjs/acorn", - "main": "dist/acorn.js", - "types": "dist/acorn.d.ts", - "module": "dist/acorn.mjs", - "version": "7.4.1", - "engines": {"node": ">=0.4.0"}, - "maintainers": [ - { - "name": "Marijn Haverbeke", - "email": "marijnh@gmail.com", - "web": "https://marijnhaverbeke.nl" - }, - { - "name": "Ingvar Stepanyan", - "email": "me@rreverser.com", - "web": "https://rreverser.com/" - }, - { - "name": "Adrian Heine", - "web": "http://adrianheine.de" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/acornjs/acorn.git" - }, - "license": "MIT", - "scripts": { - "prepare": "cd ..; npm run build:main && npm run build:bin" - }, - "bin": {"acorn": "./bin/acorn"} -} diff --git a/node_modules/acorn-globals/package.json b/node_modules/acorn-globals/package.json deleted file mode 100644 index 70d38ff..0000000 --- a/node_modules/acorn-globals/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "acorn-globals", - "version": "6.0.0", - "description": "Detect global variables in JavaScript using acorn", - "keywords": [ - "ast", - "variable", - "name", - "lexical", - "scope", - "local", - "global", - "implicit" - ], - "files": [ - "index.js", - "LICENSE" - ], - "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "devDependencies": { - "testit": "^3.1.0" - }, - "scripts": { - "test": "node test" - }, - "repository": { - "type": "git", - "url": "https://github.com/ForbesLindesay/acorn-globals.git" - }, - "author": "ForbesLindesay", - "license": "MIT" -} diff --git a/node_modules/acorn-import-assertions/package.json b/node_modules/acorn-import-assertions/package.json deleted file mode 100644 index 7a9ae8b..0000000 --- a/node_modules/acorn-import-assertions/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "acorn-import-assertions", - "version": "1.9.0", - "description": "Support for import assertions in acorn", - "main": "lib/index.js", - "module": "src/index.js", - "exports": { - ".": { - "import": "./lib/index.mjs", - "require": "./lib/index.js" - }, - "./package.json": "./package.json", - "./": "./" - }, - "scripts": { - "build": "babel ./src --out-dir ./lib && node post-build.js", - "prepublishOnly": "npm run build", - "test": "mocha ./test/index.js", - "test:test262": "node run_test262.js", - "watch": "babel ./src --out-dir ./lib --watch" - }, - "author": "Sven Sauleau ", - "license": "MIT", - "devDependencies": { - "@babel/cli": "^7.14.8", - "@babel/core": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/register": "^7.15.3", - "acorn": "^8.4.1", - "chai": "^4.3.4", - "mocha": "^9.1.0", - "test262": "tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567", - "test262-parser-runner": "^0.5.0" - }, - "peerDependencies": { - "acorn": "^8" - }, - "repository": { - "type": "git", - "url": "https://github.com/xtuc/acorn-import-assertions" - }, - "browserslist": [ - "maintained node versions" - ], - "files": [ - "lib", - "src" - ] -} diff --git a/node_modules/acorn-jsx/package.json b/node_modules/acorn-jsx/package.json deleted file mode 100644 index 6debde9..0000000 --- a/node_modules/acorn-jsx/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "acorn-jsx", - "description": "Modern, fast React.js JSX parser", - "homepage": "https://github.com/acornjs/acorn-jsx", - "version": "5.3.2", - "maintainers": [ - { - "name": "Ingvar Stepanyan", - "email": "me@rreverser.com", - "web": "http://rreverser.com/" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/acornjs/acorn-jsx" - }, - "license": "MIT", - "scripts": { - "test": "node test/run.js" - }, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "devDependencies": { - "acorn": "^8.0.1" - } -} diff --git a/node_modules/acorn-walk/package.json b/node_modules/acorn-walk/package.json deleted file mode 100644 index ae8da3c..0000000 --- a/node_modules/acorn-walk/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "acorn-walk", - "description": "ECMAScript (ESTree) AST walker", - "homepage": "https://github.com/acornjs/acorn", - "main": "dist/walk.js", - "types": "dist/walk.d.ts", - "module": "dist/walk.mjs", - "version": "7.2.0", - "engines": {"node": ">=0.4.0"}, - "maintainers": [ - { - "name": "Marijn Haverbeke", - "email": "marijnh@gmail.com", - "web": "https://marijnhaverbeke.nl" - }, - { - "name": "Ingvar Stepanyan", - "email": "me@rreverser.com", - "web": "https://rreverser.com/" - }, - { - "name": "Adrian Heine", - "web": "http://adrianheine.de" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/acornjs/acorn.git" - }, - "scripts": { - "prepare": "cd ..; npm run build:walk" - }, - "license": "MIT" -} diff --git a/node_modules/acorn/package.json b/node_modules/acorn/package.json deleted file mode 100644 index 1b8dc76..0000000 --- a/node_modules/acorn/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "acorn", - "description": "ECMAScript parser", - "homepage": "https://github.com/acornjs/acorn", - "main": "dist/acorn.js", - "types": "dist/acorn.d.ts", - "module": "dist/acorn.mjs", - "exports": { - ".": [ - { - "import": "./dist/acorn.mjs", - "require": "./dist/acorn.js", - "default": "./dist/acorn.js" - }, - "./dist/acorn.js" - ], - "./package.json": "./package.json" - }, - "version": "8.11.3", - "engines": { - "node": ">=0.4.0" - }, - "maintainers": [ - { - "name": "Marijn Haverbeke", - "email": "marijnh@gmail.com", - "web": "https://marijnhaverbeke.nl" - }, - { - "name": "Ingvar Stepanyan", - "email": "me@rreverser.com", - "web": "https://rreverser.com/" - }, - { - "name": "Adrian Heine", - "web": "http://adrianheine.de" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/acornjs/acorn.git" - }, - "license": "MIT", - "scripts": { - "prepare": "cd ..; npm run build:main" - }, - "bin": { - "acorn": "./bin/acorn" - } -} diff --git a/node_modules/adjust-sourcemap-loader/node_modules/loader-utils/package.json b/node_modules/adjust-sourcemap-loader/node_modules/loader-utils/package.json deleted file mode 100644 index b2c7b48..0000000 --- a/node_modules/adjust-sourcemap-loader/node_modules/loader-utils/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "loader-utils", - "version": "2.0.4", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "scripts": { - "lint": "eslint lib test", - "pretest": "yarn lint", - "test": "jest", - "test:ci": "jest --coverage", - "release": "yarn test && standard-version" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/webpack/loader-utils.git" - }, - "engines": { - "node": ">=8.9.0" - }, - "devDependencies": { - "coveralls": "^3.0.9", - "eslint": "^6.8.0", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-prettier": "^3.1.2", - "jest": "^25.1.0", - "prettier": "^1.19.1", - "standard-version": "^7.1.0" - }, - "main": "lib/index.js", - "files": [ - "lib" - ] -} diff --git a/node_modules/adjust-sourcemap-loader/package.json b/node_modules/adjust-sourcemap-loader/package.json deleted file mode 100644 index 6ec99a8..0000000 --- a/node_modules/adjust-sourcemap-loader/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "adjust-sourcemap-loader", - "version": "4.0.0", - "description": "Webpack loader that adjusts source maps", - "main": "index.js", - "engines": { - "node": ">=8.9" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git" - }, - "keywords": [ - "webpack", - "loader", - "source-map", - "sourcemap", - "sources", - "resolve", - "adjust" - ], - "author": "bholloway", - "license": "MIT", - "bugs": { - "url": "https://github.com/bholloway/adjust-sourcemap-loader/issues" - }, - "homepage": "https://github.com/bholloway/adjust-sourcemap-loader", - "dependencies": { - "loader-utils": "^2.0.0", - "regex-parser": "^2.2.11" - }, - "devDependencies": { - "jshint": "^2.12.0" - }, - "scripts": { - "lint": "jshint index.js lib codec" - } -} diff --git a/node_modules/agent-base/package.json b/node_modules/agent-base/package.json deleted file mode 100644 index fadce3a..0000000 --- a/node_modules/agent-base/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "agent-base", - "version": "6.0.2", - "description": "Turn a function into an `http.Agent` instance", - "main": "dist/src/index", - "typings": "dist/src/index", - "files": [ - "dist/src", - "src" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "postbuild": "cpy --parents src test '!**/*.ts' dist", - "test": "mocha --reporter spec dist/test/*.js", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-agent-base.git" - }, - "keywords": [ - "http", - "agent", - "base", - "barebones", - "https" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-agent-base/issues" - }, - "dependencies": { - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/mocha": "^5.2.7", - "@types/node": "^14.0.20", - "@types/semver": "^7.1.0", - "@types/ws": "^6.0.3", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "async-listen": "^1.2.0", - "cpy-cli": "^2.0.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.0", - "rimraf": "^3.0.0", - "semver": "^7.1.2", - "typescript": "^3.5.3", - "ws": "^3.0.0" - }, - "engines": { - "node": ">= 6.0.0" - } -} diff --git a/node_modules/agentkeepalive/package.json b/node_modules/agentkeepalive/package.json deleted file mode 100644 index d8e9aa7..0000000 --- a/node_modules/agentkeepalive/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "agentkeepalive", - "version": "4.5.0", - "description": "Missing keepalive http.Agent", - "main": "index.js", - "browser": "browser.js", - "files": [ - "index.js", - "index.d.ts", - "browser.js", - "lib" - ], - "scripts": { - "contributor": "git-contributor", - "test": "npm run lint && egg-bin test --full-trace", - "test-local": "egg-bin test --full-trace", - "cov": "cross-env NODE_DEBUG=agentkeepalive egg-bin cov --full-trace", - "ci": "npm run lint && npm run cov", - "lint": "eslint lib test index.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/node-modules/agentkeepalive.git" - }, - "bugs": { - "url": "https://github.com/node-modules/agentkeepalive/issues" - }, - "keywords": [ - "http", - "https", - "agent", - "keepalive", - "agentkeepalive", - "HttpAgent", - "HttpsAgent" - ], - "dependencies": { - "humanize-ms": "^1.2.1" - }, - "devDependencies": { - "coffee": "^5.3.0", - "cross-env": "^6.0.3", - "egg-bin": "^4.9.0", - "eslint": "^5.7.0", - "eslint-config-egg": "^7.1.0", - "git-contributor": "^2.0.0", - "mm": "^2.4.1", - "pedding": "^1.1.0", - "typescript": "^3.8.3" - }, - "engines": { - "node": ">= 8.0.0" - }, - "author": "fengmk2 (https://github.com/fengmk2)", - "license": "MIT" -} diff --git a/node_modules/aggregate-error/package.json b/node_modules/aggregate-error/package.json deleted file mode 100644 index 74fcc37..0000000 --- a/node_modules/aggregate-error/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "aggregate-error", - "version": "3.1.0", - "description": "Create an error from multiple errors", - "license": "MIT", - "repository": "sindresorhus/aggregate-error", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "aggregate", - "error", - "combine", - "multiple", - "many", - "collection", - "iterable", - "iterator" - ], - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.7.1", - "xo": "^0.25.3" - } -} diff --git a/node_modules/ajv-formats/package.json b/node_modules/ajv-formats/package.json deleted file mode 100644 index 13e70a2..0000000 --- a/node_modules/ajv-formats/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "ajv-formats", - "version": "2.1.1", - "description": "Format validation for Ajv v7+", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "src/", - "dist/" - ], - "scripts": { - "build": "tsc", - "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"", - "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"", - "eslint": "eslint --ext .ts ./src/**/*", - "test-spec": "jest", - "test-cov": "jest --coverage", - "test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov", - "ci-test": "npm run test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ajv-validator/ajv-formats.git" - }, - "keywords": [ - "Ajv", - "JSON-Schema", - "format", - "validation" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/ajv-validator/ajv-formats/issues" - }, - "homepage": "https://github.com/ajv-validator/ajv-formats#readme", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - }, - "devDependencies": { - "@ajv-validator/config": "^0.3.0", - "@types/jest": "^26.0.5", - "@types/node": "^14.10.1", - "@typescript-eslint/eslint-plugin": "^3.7.0", - "@typescript-eslint/parser": "^3.7.0", - "ajv": "^8.0.0", - "eslint": "^7.5.0", - "eslint-config-prettier": "^6.11.0", - "husky": "^4.2.5", - "jest": "^26.1.0", - "json-schema-test": "^2.0.0", - "lint-staged": "^10.2.11", - "prettier": "^2.3.2", - "ts-jest": "^26.1.3", - "typescript": "^4.0.0" - }, - "prettier": "@ajv-validator/config/prettierrc.json", - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm test" - } - }, - "lint-staged": { - "*.{md,json,yaml,js,ts}": "prettier --write" - } -} diff --git a/node_modules/ajv-keywords/package.json b/node_modules/ajv-keywords/package.json deleted file mode 100644 index 515f583..0000000 --- a/node_modules/ajv-keywords/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "ajv-keywords", - "version": "5.1.0", - "description": "Additional JSON-Schema keywords for Ajv JSON validator", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "rm -rf dist && tsc", - "prepublish": "npm run build", - "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"", - "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"", - "test": "npm link && npm link ajv-keywords && npm run eslint && npm run test-cov", - "eslint": "eslint \"src/**/*.*s\" \"spec/**/*.*s\"", - "test-spec": "jest spec/*.ts", - "test-cov": "jest spec/*.ts --coverage" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/epoberezkin/ajv-keywords.git" - }, - "keywords": [ - "JSON-Schema", - "ajv", - "keywords" - ], - "files": [ - "src", - "dist", - "ajv-keywords.d.ts" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/epoberezkin/ajv-keywords/issues" - }, - "homepage": "https://github.com/epoberezkin/ajv-keywords#readme", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - }, - "devDependencies": { - "@ajv-validator/config": "^0.2.3", - "@types/chai": "^4.2.14", - "@types/jest": "^26.0.14", - "@types/node": "^16.4.10", - "@types/uuid": "^8.3.0", - "@typescript-eslint/eslint-plugin": "^4.4.1", - "@typescript-eslint/parser": "^4.4.1", - "ajv": "^8.8.2", - "ajv-formats": "^2.0.0", - "chai": "^4.2.0", - "eslint": "^7.2.0", - "eslint-config-prettier": "^7.0.0", - "husky": "^7.0.1", - "jest": "^26.5.3", - "json-schema-test": "^2.0.0", - "lint-staged": "^11.1.1", - "prettier": "^2.1.2", - "ts-jest": "^26.4.1", - "typescript": "^4.2.0", - "uuid": "^8.1.0" - }, - "prettier": "@ajv-validator/config/prettierrc.json", - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm test" - } - }, - "lint-staged": { - "*.{md,json,yaml,js,ts}": "prettier --write" - } -} diff --git a/node_modules/ajv/package.json b/node_modules/ajv/package.json deleted file mode 100644 index 61ae2b9..0000000 --- a/node_modules/ajv/package.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "name": "ajv", - "version": "8.12.0", - "description": "Another JSON Schema Validator", - "main": "dist/ajv.js", - "types": "dist/ajv.d.ts", - "files": [ - "lib/", - "dist/", - ".runkit_example.js" - ], - "scripts": { - "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" --ignore-pattern spec/JSON-Schema-Test-Suite", - "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"", - "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"", - "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot", - "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec", - "test-debug": "npm run test-spec -- --inspect-brk", - "test-cov": "nyc npm run test-spec", - "rollup": "rm -rf bundle && rollup -c", - "bundle": "rm -rf bundle && node ./scripts/bundle.js ajv ajv7 ajv7 && node ./scripts/bundle.js 2019 ajv2019 ajv2019 && node ./scripts/bundle.js 2020 ajv2020 ajv2020 && node ./scripts/bundle.js jtd ajvJTD ajvJTD", - "build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts", - "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests", - "test-karma": "karma start", - "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start", - "test-all": "npm run test-cov && if-node-version 12 npm run test-browser", - "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link --legacy-peer-deps ajv && npm run test-cov", - "test-ci": "AJV_FULL_TEST=true npm test", - "prepublish": "npm run build", - "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link --legacy-peer-deps ajv && npm i && node ./jtd", - "docs:dev": "./scripts/prepare-site && vuepress dev docs", - "docs:build": "./scripts/prepare-site && vuepress build docs" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - }, - "repository": "ajv-validator/ajv", - "keywords": [ - "JSON", - "schema", - "validator", - "validation", - "jsonschema", - "json-schema", - "json-schema-validator", - "json-schema-validation" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": "https://github.com/ajv-validator/ajv/issues", - "homepage": "https://ajv.js.org", - "runkitExampleFilename": ".runkit_example.js", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "devDependencies": { - "@ajv-validator/config": "^0.3.0", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-typescript": "^10.0.1", - "@types/chai": "^4.2.12", - "@types/mocha": "^10.0.0", - "@types/node": "^18.11.9", - "@types/require-from-string": "^1.2.0", - "@typescript-eslint/eslint-plugin": "^3.8.0", - "@typescript-eslint/parser": "^3.8.0", - "ajv-formats": "^3.0.0-rc.0", - "browserify": "^17.0.0", - "chai": "^4.0.1", - "cross-env": "^7.0.2", - "dayjs": "^1.10.4", - "dayjs-plugin-utc": "^0.1.2", - "eslint": "^7.8.1", - "eslint-config-prettier": "^7.0.0", - "fast-uri": "^2.1.0", - "glob": "^8.0.2", - "husky": "^8.0.2", - "if-node-version": "^1.0.0", - "jimp": "^0.16.1", - "js-beautify": "^1.7.3", - "json-schema-test": "^2.0.0", - "karma": "^6.0.0", - "karma-chrome-launcher": "^3.0.0", - "karma-mocha": "^2.0.0", - "lint-staged": "^13.0.3", - "mocha": "^10.0.0", - "module-from-string": "^3.1.3", - "node-fetch": "^3.0.0", - "nyc": "^15.0.0", - "prettier": "^2.3.1", - "re2": "^1.16.0", - "rollup": "^2.44.0", - "rollup-plugin-terser": "^7.0.2", - "ts-node": "^10.0.0", - "tsify": "^5.0.2", - "typescript": "^4.8.0" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/ajv" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - }, - "prettier": "@ajv-validator/config/prettierrc.json", - "husky": { - "hooks": { - "pre-commit": "lint-staged && npm test" - } - }, - "lint-staged": { - "*.{json,yaml,js,ts}": "prettier --write" - } -} diff --git a/node_modules/angular-gettext-tools/package.json b/node_modules/angular-gettext-tools/package.json deleted file mode 100644 index 078c83a..0000000 --- a/node_modules/angular-gettext-tools/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "angular-gettext-tools", - "description": "Tools for extracting/compiling angular-gettext strings.", - "version": "2.5.3", - "homepage": "http://angular-gettext.rocketeer.be/", - "author": { - "name": "Ruben Vermeersch", - "email": "ruben@rocketeer.be", - "url": "http://rocketeer.be" - }, - "repository": { - "type": "git", - "url": "git://github.com/rubenv/angular-gettext-tools.git" - }, - "bugs": { - "url": "https://github.com/rubenv/angular-gettext-tools/issues" - }, - "license": "MIT", - "main": "index.js", - "engines": { - "node": ">= 0.10.0" - }, - "scripts": { - "test": "grunt test" - }, - "devDependencies": { - "grunt": "~0.4.4", - "grunt-bump": "^0.8.0", - "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-jshint": "~0.11.2", - "grunt-contrib-watch": "~0.6.1", - "grunt-jscs": "^1.8.0", - "grunt-mocha-cli": "^1.13.1", - "sinon": "^1.17.4" - }, - "keywords": [ - "angular", - "gettext" - ], - "dependencies": { - "@babel/parser": "^7.4.3", - "binary-search": "^1.2.0", - "cheerio": "^0.22.0", - "lodash": "^4.17.5", - "pofile": "~1.0.0" - } -} diff --git a/node_modules/angularx-qrcode/package.json b/node_modules/angularx-qrcode/package.json deleted file mode 100644 index a549576..0000000 --- a/node_modules/angularx-qrcode/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "angularx-qrcode", - "version": "16.0.2", - "author": { - "name": "Andreas Jacob ", - "url": "http://cordobo.com/" - }, - "description": "Simple QRCode module generator for Angular4/5/6/7/8/9/10/11/12/13/14/15/16+ and Ionic 3/4/5 using node-qrcode", - "license": "MIT", - "peerDependencies": { - "@angular/core": "^16.0.0" - }, - "dependencies": { - "qrcode": "1.5.3", - "tslib": "^2.3.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/cordobo/angularx-qrcode.git" - }, - "bugs": { - "url": "https://github.com/cordobo/angularx-qrcode/issues" - }, - "homepage": "https://github.com/cordobo/angularx-qrcode#readme", - "module": "fesm2022/angularx-qrcode.mjs", - "typings": "index.d.ts", - "exports": { - "./package.json": { - "default": "./package.json" - }, - ".": { - "types": "./index.d.ts", - "esm2022": "./esm2022/angularx-qrcode.mjs", - "esm": "./esm2022/angularx-qrcode.mjs", - "default": "./fesm2022/angularx-qrcode.mjs" - } - }, - "sideEffects": false -} \ No newline at end of file diff --git a/node_modules/ansi-colors/package.json b/node_modules/ansi-colors/package.json deleted file mode 100644 index 74459d1..0000000 --- a/node_modules/ansi-colors/package.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "name": "ansi-colors", - "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).", - "version": "4.1.3", - "homepage": "https://github.com/doowb/ansi-colors", - "author": "Brian Woodward (https://github.com/doowb)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jason Schilling (https://sourecode.de)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Jordan (https://github.com/Silic0nS0ldier)" - ], - "repository": "doowb/ansi-colors", - "bugs": { - "url": "https://github.com/doowb/ansi-colors/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "symbols.js", - "types/index.d.ts" - ], - "main": "index.js", - "types": "./types/index.d.ts", - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "decache": "^4.5.1", - "gulp-format-md": "^2.0.0", - "justified": "^1.0.1", - "mocha": "^6.1.4", - "text-table": "^0.2.0" - }, - "keywords": [ - "256", - "ansi", - "bgblack", - "bgBlack", - "bgblue", - "bgBlue", - "bgcyan", - "bgCyan", - "bggreen", - "bgGreen", - "bgmagenta", - "bgMagenta", - "bgred", - "bgRed", - "bgwhite", - "bgWhite", - "bgyellow", - "bgYellow", - "black", - "blue", - "bold", - "cli", - "clorox", - "color", - "colors", - "colour", - "command line", - "command-line", - "console", - "cyan", - "dim", - "formatting", - "gray", - "green", - "grey", - "hidden", - "inverse", - "italic", - "kleur", - "log", - "logging", - "magenta", - "red", - "reset", - "rgb", - "shell", - "str", - "strikethrough", - "string", - "style", - "styles", - "terminal", - "text", - "tty", - "underline", - "white", - "xterm", - "yellow" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "data": { - "author": { - "linkedin": "woodwardbrian", - "twitter": "doowb" - } - }, - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "ansi-wrap", - "strip-color" - ] - }, - "reflinks": [ - "chalk", - "colorette", - "colors", - "kleur" - ] - } -} diff --git a/node_modules/ansi-escapes/package.json b/node_modules/ansi-escapes/package.json deleted file mode 100644 index 88a9356..0000000 --- a/node_modules/ansi-escapes/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "ansi-escapes", - "version": "4.3.2", - "description": "ANSI escape codes for manipulating the terminal", - "license": "MIT", - "repository": "sindresorhus/ansi-escapes", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "escapes", - "formatting", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text", - "vt100", - "sequence", - "control", - "code", - "codes", - "cursor", - "iterm", - "iterm2" - ], - "dependencies": { - "type-fest": "^0.21.3" - }, - "devDependencies": { - "@types/node": "^13.7.7", - "ava": "^2.1.0", - "tsd": "^0.14.0", - "xo": "^0.25.3" - } -} diff --git a/node_modules/ansi-html-community/package.json b/node_modules/ansi-html-community/package.json deleted file mode 100644 index 10b6e00..0000000 --- a/node_modules/ansi-html-community/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "ansi-html-community", - "version": "0.0.8", - "description": "An elegant lib that converts the chalked (ANSI) text to HTML. (Community)", - "main": "index.js", - "scripts": { - "test": "./node_modules/.bin/mocha -R spec -t 5000" - }, - "bin": { - "ansi-html": "./bin/ansi-html" - }, - "repository": { - "type": "git", - "url": "git://github.com/mahdyar/ansi-html-community.git" - }, - "keywords": [ - "ansi", - "ansi html", - "chalk html" - ], - "author": { - "name": "mahdyar" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/mahdyar/ansi-html-community/issues" - }, - "engines": [ - "node >= 0.8.0" - ], - "dependencies": { - }, - "devDependencies": { - "mocha": "^1.21.4", - "chai": "^1.9.1", - "chalk": "^1.1.3", - "lodash": "^2.4.2" - }, - "readmeFilename": "README.md", - "homepage": "https://github.com/mahdyar/ansi-html-community", - "standard": { - "ignore": [], - "globals": [ - "describe", - "it", - "before", - "after" - ] - } -} diff --git a/node_modules/ansi-regex/package.json b/node_modules/ansi-regex/package.json deleted file mode 100644 index 017f531..0000000 --- a/node_modules/ansi-regex/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "ansi-regex", - "version": "5.0.1", - "description": "Regular expression for matching ANSI escape codes", - "license": "MIT", - "repository": "chalk/ansi-regex", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd", - "view-supported": "node fixtures/view-codes.js" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "text", - "regex", - "regexp", - "re", - "match", - "test", - "find", - "pattern" - ], - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.9.0", - "xo": "^0.25.3" - } -} diff --git a/node_modules/ansi-styles/package.json b/node_modules/ansi-styles/package.json deleted file mode 100644 index 7539328..0000000 --- a/node_modules/ansi-styles/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "ansi-styles", - "version": "4.3.0", - "description": "ANSI escape codes for styling strings in the terminal", - "license": "MIT", - "repository": "chalk/ansi-styles", - "funding": "https://github.com/chalk/ansi-styles?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd", - "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "color-convert": "^2.0.1" - }, - "devDependencies": { - "@types/color-convert": "^1.9.0", - "ava": "^2.3.0", - "svg-term-cli": "^2.1.1", - "tsd": "^0.11.0", - "xo": "^0.25.3" - } -} diff --git a/node_modules/anymatch/package.json b/node_modules/anymatch/package.json deleted file mode 100644 index 2cb2307..0000000 --- a/node_modules/anymatch/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "anymatch", - "version": "3.1.3", - "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions", - "files": [ - "index.js", - "index.d.ts" - ], - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "author": { - "name": "Elan Shanker", - "url": "https://github.com/es128" - }, - "license": "ISC", - "homepage": "https://github.com/micromatch/anymatch", - "repository": { - "type": "git", - "url": "https://github.com/micromatch/anymatch" - }, - "keywords": [ - "match", - "any", - "string", - "file", - "fs", - "list", - "glob", - "regex", - "regexp", - "regular", - "expression", - "function" - ], - "scripts": { - "test": "nyc mocha", - "mocha": "mocha" - }, - "devDependencies": { - "mocha": "^6.1.3", - "nyc": "^14.0.0" - }, - "engines": { - "node": ">= 8" - } -} diff --git a/node_modules/aproba/package.json b/node_modules/aproba/package.json deleted file mode 100644 index d2212d3..0000000 --- a/node_modules/aproba/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "aproba", - "version": "2.0.0", - "description": "A ridiculously light-weight argument validator (now browser friendly)", - "main": "index.js", - "directories": { - "test": "test" - }, - "dependencies": {}, - "devDependencies": { - "standard": "^11.0.1", - "tap": "^12.0.1" - }, - "files": [ - "index.js" - ], - "scripts": { - "pretest": "standard", - "test": "tap --100 -J test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/iarna/aproba" - }, - "keywords": [ - "argument", - "validate" - ], - "author": "Rebecca Turner ", - "license": "ISC", - "bugs": { - "url": "https://github.com/iarna/aproba/issues" - }, - "homepage": "https://github.com/iarna/aproba" -} diff --git a/node_modules/are-we-there-yet/package.json b/node_modules/are-we-there-yet/package.json deleted file mode 100644 index cc3d750..0000000 --- a/node_modules/are-we-there-yet/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "are-we-there-yet", - "version": "3.0.1", - "description": "Keep track of the overall completion of many disparate processes", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/are-we-there-yet.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/are-we-there-yet/issues" - }, - "homepage": "https://github.com/npm/are-we-there-yet", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "tap": { - "branches": 68, - "statements": 92, - "functions": 86, - "lines": 92 - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/node_modules/arg/package.json b/node_modules/arg/package.json deleted file mode 100644 index 2226189..0000000 --- a/node_modules/arg/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "arg", - "version": "4.1.3", - "description": "Another simple argument parser", - "main": "index.js", - "types": "index.d.ts", - "repository": "zeit/arg", - "author": "Josh Junon ", - "license": "MIT", - "files": [ - "index.js", - "index.d.ts" - ], - "scripts": { - "pretest": "xo", - "test": "WARN_EXIT=1 jest --coverage -w 2" - }, - "xo": { - "rules": { - "complexity": 0, - "max-depth": 0, - "no-div-regex": 0 - } - }, - "devDependencies": { - "chai": "^4.1.1", - "jest": "^20.0.4", - "xo": "^0.18.2" - } -} diff --git a/node_modules/argparse/package.json b/node_modules/argparse/package.json deleted file mode 100644 index 62fba0a..0000000 --- a/node_modules/argparse/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "argparse", - "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", - "version": "1.0.10", - "keywords": [ - "cli", - "parser", - "argparse", - "option", - "args" - ], - "contributors": [ - "Eugene Shkuropat", - "Paul Jacobson" - ], - "files": [ - "index.js", - "lib/" - ], - "license": "MIT", - "repository": "nodeca/argparse", - "scripts": { - "test": "make test" - }, - "dependencies": { - "sprintf-js": "~1.0.2" - }, - "devDependencies": { - "eslint": "^2.13.1", - "istanbul": "^0.4.5", - "mocha": "^3.1.0", - "ndoc": "^5.0.1" - } -} diff --git a/node_modules/array-flatten/package.json b/node_modules/array-flatten/package.json deleted file mode 100644 index 1a24e2a..0000000 --- a/node_modules/array-flatten/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "array-flatten", - "version": "1.1.1", - "description": "Flatten an array of nested arrays into a single flat array", - "main": "array-flatten.js", - "files": [ - "array-flatten.js", - "LICENSE" - ], - "scripts": { - "test": "istanbul cover _mocha -- -R spec" - }, - "repository": { - "type": "git", - "url": "git://github.com/blakeembrey/array-flatten.git" - }, - "keywords": [ - "array", - "flatten", - "arguments", - "depth" - ], - "author": { - "name": "Blake Embrey", - "email": "hello@blakeembrey.com", - "url": "http://blakeembrey.me" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/blakeembrey/array-flatten/issues" - }, - "homepage": "https://github.com/blakeembrey/array-flatten", - "devDependencies": { - "istanbul": "^0.3.13", - "mocha": "^2.2.4", - "pre-commit": "^1.0.7", - "standard": "^3.7.3" - } -} diff --git a/node_modules/async/package.json b/node_modules/async/package.json deleted file mode 100644 index af98905..0000000 --- a/node_modules/async/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "async", - "description": "Higher-order functions and common patterns for asynchronous code", - "version": "3.2.5", - "main": "dist/async.js", - "author": "Caolan McMahon", - "homepage": "https://caolan.github.io/async/", - "repository": { - "type": "git", - "url": "https://github.com/caolan/async.git" - }, - "bugs": { - "url": "https://github.com/caolan/async/issues" - }, - "keywords": [ - "async", - "callback", - "module", - "utility" - ], - "devDependencies": { - "@babel/eslint-parser": "^7.16.5", - "@babel/core": "7.23.2", - "babel-minify": "^0.5.0", - "babel-plugin-add-module-exports": "^1.0.4", - "babel-plugin-istanbul": "^6.1.1", - "babel-plugin-syntax-async-generators": "^6.13.0", - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", - "babel-preset-es2015": "^6.3.13", - "babel-preset-es2017": "^6.22.0", - "babel-register": "^6.26.0", - "babelify": "^10.0.0", - "benchmark": "^2.1.1", - "bluebird": "^3.4.6", - "browserify": "^17.0.0", - "chai": "^4.2.0", - "cheerio": "^0.22.0", - "es6-promise": "^4.2.8", - "eslint": "^8.6.0", - "eslint-plugin-prefer-arrow": "^1.2.3", - "fs-extra": "^11.1.1", - "jsdoc": "^3.6.2", - "karma": "^6.3.12", - "karma-browserify": "^8.1.0", - "karma-firefox-launcher": "^2.1.2", - "karma-mocha": "^2.0.1", - "karma-mocha-reporter": "^2.2.0", - "karma-safari-launcher": "^1.0.0", - "mocha": "^6.1.4", - "native-promise-only": "^0.8.0-a", - "nyc": "^15.1.0", - "rollup": "^4.2.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-npm": "^2.0.0", - "rsvp": "^4.8.5", - "semver": "^7.3.5", - "yargs": "^17.3.1" - }, - "scripts": { - "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert", - "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js", - "lint": "eslint --fix .", - "mocha-browser-test": "karma start", - "mocha-node-test": "mocha", - "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test", - "test": "npm run lint && npm run mocha-node-test" - }, - "license": "MIT", - "nyc": { - "exclude": [ - "test" - ] - }, - "module": "dist/async.mjs" -} \ No newline at end of file diff --git a/node_modules/asynckit/package.json b/node_modules/asynckit/package.json deleted file mode 100644 index 51147d6..0000000 --- a/node_modules/asynckit/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "asynckit", - "version": "0.4.0", - "description": "Minimal async jobs utility library, with streams support", - "main": "index.js", - "scripts": { - "clean": "rimraf coverage", - "lint": "eslint *.js lib/*.js test/*.js", - "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", - "win-test": "tape test/test-*.js", - "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", - "report": "istanbul report", - "size": "browserify index.js | size-table asynckit", - "debug": "tape test/test-*.js" - }, - "pre-commit": [ - "clean", - "lint", - "test", - "browser", - "report", - "size" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/alexindigo/asynckit.git" - }, - "keywords": [ - "async", - "jobs", - "parallel", - "serial", - "iterator", - "array", - "object", - "stream", - "destroy", - "terminate", - "abort" - ], - "author": "Alex Indigo ", - "license": "MIT", - "bugs": { - "url": "https://github.com/alexindigo/asynckit/issues" - }, - "homepage": "https://github.com/alexindigo/asynckit#readme", - "devDependencies": { - "browserify": "^13.0.0", - "browserify-istanbul": "^2.0.0", - "coveralls": "^2.11.9", - "eslint": "^2.9.0", - "istanbul": "^0.4.3", - "obake": "^0.1.2", - "phantomjs-prebuilt": "^2.1.7", - "pre-commit": "^1.1.3", - "reamde": "^1.1.0", - "rimraf": "^2.5.2", - "size-table": "^0.2.0", - "tap-spec": "^4.1.1", - "tape": "^4.5.1" - }, - "dependencies": {} -} diff --git a/node_modules/autoprefixer/package.json b/node_modules/autoprefixer/package.json deleted file mode 100644 index 506c598..0000000 --- a/node_modules/autoprefixer/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "autoprefixer", - "version": "10.4.19", - "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "keywords": [ - "autoprefixer", - "css", - "prefix", - "postcss", - "postcss-plugin" - ], - "main": "lib/autoprefixer.js", - "bin": "bin/autoprefixer", - "types": "lib/autoprefixer.d.ts", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "author": "Andrey Sitnik ", - "license": "MIT", - "repository": "postcss/autoprefixer", - "bugs": { - "url": "https://github.com/postcss/autoprefixer/issues" - }, - "peerDependencies": { - "postcss": "^8.1.0" - }, - "dependencies": { - "browserslist": "^4.23.0", - "caniuse-lite": "^1.0.30001599", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - } -} diff --git a/node_modules/b2a/package.json b/node_modules/b2a/package.json deleted file mode 100644 index 314bfcf..0000000 --- a/node_modules/b2a/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "b2a", - "version": "1.1.2", - "description": "btoa and atob (ie base64/base64url encoding and decoding) support for node.js or old browsers, with the Unicode Problems fixed", - "main": "lib/index.js", - "module": "es/index.js", - "scripts": { - "build": "npm run build:es && npm run build:rollup", - "build:rollup": "BABEL_ENV=rollup rollup -c", - "build:es": "BABEL_ENV=es babel --out-dir es src", - "test:only": "BABEL_ENV=ava nyc ava --verbose --timeout=10s", - "test:dev": "npm run test:only && npm run report:dev", - "test": "npm run test:only", - "prepublishOnly": "npm run build", - "posttest": "npm run report", - "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov", - "report:dev": "nyc report --reporter=html && npm run report:open", - "report:open": "open coverage/index.html" - }, - "files": [ - "lib/", - "es/" - ], - "repository": { - "type": "git", - "url": "git://github.com/kaelzhang/b2a.git" - }, - "keywords": [ - "btoa", - "encode", - "decode", - "atob", - "base64", - "base64url", - "base64-url", - "unicode", - "16-bit", - "8-bit", - "homoglyphs" - ], - "engines": { - "node": ">=4" - }, - "author": "kaelzhang", - "license": "MIT", - "bugs": { - "url": "https://github.com/kaelzhang/b2a/issues" - }, - "ava": { - "require": "@babel/register", - "babel": { - "testOptions": { - "babelrc": true - } - }, - "files": [ - "test/*.test.js" - ] - }, - "devDependencies": { - "@babel/cli": "^7.5.5", - "@babel/plugin-transform-arrow-functions": "^7.2.0", - "@babel/plugin-transform-block-scoping": "^7.5.5", - "@babel/preset-env": "^7.5.5", - "@babel/register": "^7.5.5", - "ava": "^2.2.0", - "codecov": "^3.5.0", - "eslint-config-ostai": "^3.0.0", - "eslint-plugin-import": "^2.18.2", - "nyc": "^14.1.1", - "rollup": "^1.19.3", - "rollup-plugin-babel": "^4.3.3", - "rollup-plugin-node-resolve": "^5.2.0" - } -} diff --git a/node_modules/babel-eslint/node_modules/eslint-scope/package.json b/node_modules/babel-eslint/node_modules/eslint-scope/package.json deleted file mode 100644 index d93217a..0000000 --- a/node_modules/babel-eslint/node_modules/eslint-scope/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "eslint-scope", - "description": "ECMAScript scope analyzer for ESLint", - "homepage": "http://github.com/eslint/eslint-scope", - "main": "lib/index.js", - "version": "3.7.1", - "engines": { - "node": ">=4.0.0" - }, - "repository": "eslint/eslint-scope", - "bugs": { - "url": "https://github.com/eslint/eslint-scope/issues" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "node Makefile.js test", - "lint": "node Makefile.js lint", - "release": "eslint-release", - "ci-release": "eslint-ci-release", - "gh-release": "eslint-gh-release", - "alpharelease": "eslint-prerelease alpha", - "betarelease": "eslint-prerelease beta" - }, - "files": [ - "LICENSE", - "README.md", - "lib" - ], - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "devDependencies": { - "chai": "^3.4.1", - "eslint": "^3.15.0", - "eslint-config-eslint": "^4.0.0", - "eslint-release": "^0.10.1", - "espree": "^3.1.1", - "istanbul": "^0.4.5", - "mocha": "^3.2.0", - "npm-license": "^0.3.3", - "shelljs": "^0.7.6", - "typescript": "~2.0.10", - "typescript-eslint-parser": "^1.0.0" - } -} diff --git a/node_modules/babel-eslint/package.json b/node_modules/babel-eslint/package.json deleted file mode 100644 index 5d34862..0000000 --- a/node_modules/babel-eslint/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "babel-eslint", - "version": "10.0.1", - "description": "Custom parser for ESLint", - "main": "lib/index.js", - "files": [ - "lib" - ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-eslint.git" - }, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.0.0", - "@babel/traverse": "^7.0.0", - "@babel/types": "^7.0.0", - "eslint-scope": "3.7.1", - "eslint-visitor-keys": "^1.0.0" - }, - "scripts": { - "test": "npm run lint && npm run test-only", - "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js", - "lint": "eslint lib test", - "fix": "eslint lib test --fix", - "precommit": "lint-staged", - "preversion": "npm test", - "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'" - }, - "author": "Sebastian McKenzie ", - "license": "MIT", - "engines": { - "node": ">=6" - }, - "bugs": { - "url": "https://github.com/babel/babel-eslint/issues" - }, - "homepage": "https://github.com/babel/babel-eslint", - "peerDependencies": { - "eslint": ">= 4.12.1" - }, - "devDependencies": { - "babel-eslint": "^8.2.6", - "dedent": "^0.7.0", - "eslint": "^5.6.0", - "eslint-config-babel": "^7.0.1", - "eslint-plugin-flowtype": "^2.30.3", - "eslint-plugin-import": "^2.14.0", - "eslint-plugin-prettier": "^2.1.2", - "espree": "^3.5.2", - "husky": "^1.0.0-rc.13", - "lint-staged": "^7.2.2", - "mocha": "^5.0.1", - "prettier": "^1.4.4" - }, - "lint-staged": { - "*.js": [ - "eslint --format=codeframe --fix", - "git add" - ] - } -} diff --git a/node_modules/babel-loader/node_modules/schema-utils/package.json b/node_modules/babel-loader/node_modules/schema-utils/package.json deleted file mode 100644 index e119e72..0000000 --- a/node_modules/babel-loader/node_modules/schema-utils/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "schema-utils", - "version": "4.2.0", - "description": "webpack Validation Utils", - "license": "MIT", - "repository": "webpack/schema-utils", - "author": "webpack Contrib (https://github.com/webpack-contrib)", - "homepage": "https://github.com/webpack/schema-utils", - "bugs": "https://github.com/webpack/schema-utils/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/index.js", - "types": "declarations/index.d.ts", - "engines": { - "node": ">= 12.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist declarations", - "prebuild": "npm run clean", - "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write", - "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "build": "npm-run-all -p \"build:**\"", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", - "lint:js": "eslint --cache .", - "lint:types": "tsc --pretty --noEmit", - "lint": "npm-run-all lint:js lint:types fmt:check", - "fmt": "npm run fmt:check -- --write", - "fix:js": "npm run lint:js -- --fix", - "fix": "npm-run-all fix:js fmt", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "npm run build && husky install", - "release": "standard-version" - }, - "files": [ - "dist", - "declarations" - ], - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "devDependencies": { - "@babel/cli": "^7.17.0", - "@babel/core": "^7.17.0", - "@babel/preset-env": "^7.16.11", - "@commitlint/cli": "^17.6.1", - "@commitlint/config-conventional": "^16.0.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^27.4.6", - "cross-env": "^7.0.3", - "del": "^6.0.0", - "del-cli": "^4.0.1", - "eslint": "^8.8.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.4", - "husky": "^7.0.4", - "jest": "^27.4.7", - "lint-staged": "^13.2.1", - "npm-run-all": "^4.1.5", - "prettier": "^2.5.1", - "standard-version": "^9.3.2", - "typescript": "^4.9.5", - "webpack": "^5.68.0" - }, - "keywords": [ - "webpack" - ] -} diff --git a/node_modules/babel-loader/package.json b/node_modules/babel-loader/package.json deleted file mode 100644 index d928b9c..0000000 --- a/node_modules/babel-loader/package.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "name": "babel-loader", - "version": "9.1.3", - "description": "babel module loader for webpack", - "files": [ - "lib" - ], - "main": "lib/index.js", - "engines": { - "node": ">= 14.15.0" - }, - "dependencies": { - "find-cache-dir": "^4.0.0", - "schema-utils": "^4.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0", - "webpack": ">=5" - }, - "devDependencies": { - "@ava/babel": "^1.0.1", - "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.6", - "@babel/preset-env": "^7.19.4", - "ava": "^3.13.0", - "babel-eslint": "^10.1.0", - "babel-plugin-istanbul": "^6.1.1", - "babel-plugin-react-intl": "^8.2.25", - "cross-env": "^7.0.2", - "eslint": "^7.13.0", - "eslint-config-babel": "^9.0.0", - "eslint-config-prettier": "^6.3.0", - "eslint-plugin-flowtype": "^5.2.0", - "eslint-plugin-prettier": "^3.0.0", - "husky": "^4.3.0", - "lint-staged": "^10.5.1", - "nyc": "^15.1.0", - "pnp-webpack-plugin": "^1.6.4", - "prettier": "^2.1.2", - "react": "^17.0.1", - "react-intl": "^5.9.4", - "react-intl-webpack-plugin": "^0.3.0", - "rimraf": "^3.0.0", - "semver": "7.5.2", - "webpack": "^5.74.0" - }, - "scripts": { - "clean": "rimraf lib/", - "build": "babel src/ --out-dir lib/ --copy-files", - "format": "prettier --write --trailing-comma all 'src/**/*.js' 'test/**/*.test.js' 'test/helpers/*.js' && prettier --write --trailing-comma es5 'scripts/*.js'", - "lint": "eslint src test", - "precommit": "lint-staged", - "prepublish": "yarn run clean && yarn run build", - "preversion": "yarn run test", - "test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only", - "test-only": "nyc ava" - }, - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-loader.git" - }, - "keywords": [ - "webpack", - "loader", - "babel", - "es6", - "transpiler", - "module" - ], - "author": "Luis Couto ", - "license": "MIT", - "bugs": { - "url": "https://github.com/babel/babel-loader/issues" - }, - "homepage": "https://github.com/babel/babel-loader", - "nyc": { - "all": true, - "include": [ - "src/**/*.js" - ], - "reporter": [ - "text", - "json" - ], - "sourceMap": false, - "instrument": false - }, - "ava": { - "files": [ - "test/**/*.test.js", - "!test/fixtures/**/*", - "!test/helpers/**/*" - ], - "babel": { - "compileAsTests": [ - "test/helpers/**/*" - ] - } - }, - "lint-staged": { - "scripts/*.js": [ - "prettier --trailing-comma es5 --write", - "git add" - ], - "src/**/*.js": [ - "prettier --trailing-comma all --write", - "git add" - ], - "test/**/*.test.js": [ - "prettier --trailing-comma all --write", - "git add" - ], - "test/helpers/*.js": [ - "prettier --trailing-comma all --write", - "git add" - ], - "package.json": [ - "node ./scripts/yarn-install.js", - "git add yarn.lock" - ] - }, - "resolutions": { - "nyc/node-preload": "0.2.0" - } -} \ No newline at end of file diff --git a/node_modules/babel-plugin-angularjs-annotate/package.json b/node_modules/babel-plugin-angularjs-annotate/package.json deleted file mode 100644 index c29d169..0000000 --- a/node_modules/babel-plugin-angularjs-annotate/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "babel-plugin-angularjs-annotate", - "version": "0.10.0", - "description": "Babel plugin to add angularjs dependency injection annotations", - "main": "babel-ng-annotate.js", - "repository": { - "type": "git", - "url": "https://github.com/schmod/babel-plugin-angularjs-annotate" - }, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@babel/types": "^7.2.0", - "simple-is": "~0.2.0" - }, - "devDependencies": { - "@babel/core": "^7.2.0", - "@babel/preset-env": "^7.2.0", - "babelify": "^10.0.0", - "browserify": "^13.1.0", - "chalk": "^1.1.1", - "diff": "^2.2.3", - "indent-string": "^2.1.0", - "tap-xunit": "^2.3.0", - "tape": "^4.9.0", - "watchify": "^3.11.0" - }, - "keywords": [ - "angular", - "angularjs", - "di", - "dependency", - "injection", - "annotate", - "annotation", - "annotations", - "transformation", - "babel-plugin" - ], - "scripts": { - "lint": "eslint *.js", - "test": "node --harmony tests/tests.js | tap-xunit", - "watch": "watchify docs/repl.js -o docs/repl-browser.js -t babelify --presets env", - "build-site": "browserify docs/repl.js -o docs/repl-browser.js -t babelify --presets env" - }, - "author": "Andrew Schmadel", - "license": "MIT" -} diff --git a/node_modules/babel-plugin-istanbul/package.json b/node_modules/babel-plugin-istanbul/package.json deleted file mode 100644 index 2b58513..0000000 --- a/node_modules/babel-plugin-istanbul/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "babel-plugin-istanbul", - "version": "6.1.1", - "author": "Thai Pangsakulyanont @dtinth", - "license": "BSD-3-Clause", - "description": "A babel plugin that adds istanbul instrumentation to ES6 code", - "main": "lib/index.js", - "files": [ - "lib" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.7.5", - "@babel/core": "^7.7.5", - "@babel/plugin-transform-modules-commonjs": "^7.7.5", - "@babel/register": "^7.7.4", - "chai": "^4.2.0", - "coveralls": "^3.0.9", - "cross-env": "^6.0.3", - "mocha": "^6.2.2", - "nyc": "^15.0.0", - "pmock": "^0.2.3", - "standard": "^14.3.1" - }, - "scripts": { - "coverage": "nyc report --reporter=text-lcov | coveralls", - "release": "babel src --out-dir lib", - "pretest": "standard && npm run release", - "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha --timeout 5000 test/*.js", - "prepublish": "npm test && npm run release" - }, - "standard": { - "ignore": [ - "fixtures/*.js" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git" - }, - "keywords": [ - "istanbul", - "babel", - "plugin", - "instrumentation" - ], - "nyc": { - "include": [ - "src/*.js", - "fixtures/should-cover.js" - ], - "require": [ - "@babel/register" - ], - "sourceMap": false, - "instrument": false - }, - "bugs": { - "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues" - }, - "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme", - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/package.json b/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/babel-plugin-polyfill-corejs2/package.json b/node_modules/babel-plugin-polyfill-corejs2/package.json deleted file mode 100644 index 2471555..0000000 --- a/node_modules/babel-plugin-polyfill-corejs2/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "babel-plugin-polyfill-corejs2", - "version": "0.4.10", - "description": "A Babel plugin to inject imports to core-js@2 polyfills", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-corejs2" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.1", - "semver": "^6.3.1" - }, - "devDependencies": { - "@babel/core": "^7.22.6", - "@babel/helper-plugin-test-runner": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "1ce88db2507db2ef3d2ed2a2f920a3cf0b9364b5" -} \ No newline at end of file diff --git a/node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider/package.json b/node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider/package.json deleted file mode 100644 index c2bd983..0000000 --- a/node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "@babel/helper-define-polyfill-provider", - "version": "0.4.4", - "description": "Babel helper to create your own polyfill provider", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-helper-define-polyfill-provider" - }, - "keywords": [ - "babel-plugin" - ], - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "browser": { - "./lib/node/dependencies.js": "./lib/browser/dependencies.js", - "./src/node/dependencies.js": "./src/browser/dependencies.js" - }, - "exports": { - ".": [ - { - "import": { - "node": "./esm/index.node.mjs", - "browser": "./esm/index.browser.mjs" - }, - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.22.6", - "@babel/core": "^7.22.6", - "@babel/generator": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/traverse": "^7.22.6", - "babel-loader": "^8.1.0", - "rollup": "^2.3.2", - "rollup-plugin-babel": "^4.4.0", - "strip-ansi": "^6.0.0", - "webpack": "^4.42.1", - "webpack-cli": "^3.3.11" - }, - "gitHead": "984c56c59568283889c3f0f89e58d370e4fd10f8" -} \ No newline at end of file diff --git a/node_modules/babel-plugin-polyfill-corejs3/package.json b/node_modules/babel-plugin-polyfill-corejs3/package.json deleted file mode 100644 index dc1d5d8..0000000 --- a/node_modules/babel-plugin-polyfill-corejs3/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "babel-plugin-polyfill-corejs3", - "version": "0.8.7", - "description": "A Babel plugin to inject imports to core-js@3 polyfills", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-corejs3" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.4", - "core-js-compat": "^3.33.1" - }, - "devDependencies": { - "@babel/core": "^7.22.6", - "@babel/helper-plugin-test-runner": "^7.22.5", - "@babel/plugin-proposal-decorators": "^7.22.15", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-runtime": "^7.22.15", - "@babel/plugin-transform-spread": "^7.22.5", - "core-js": "^3.33.1", - "core-js-pure": "^3.33.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "984c56c59568283889c3f0f89e58d370e4fd10f8" -} \ No newline at end of file diff --git a/node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider/package.json b/node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider/package.json deleted file mode 100644 index 34673fd..0000000 --- a/node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "@babel/helper-define-polyfill-provider", - "version": "0.5.0", - "description": "Babel helper to create your own polyfill provider", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-helper-define-polyfill-provider" - }, - "keywords": [ - "babel-plugin" - ], - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "browser": { - "./lib/node/dependencies.js": "./lib/browser/dependencies.js", - "./src/node/dependencies.js": "./src/browser/dependencies.js" - }, - "exports": { - ".": [ - { - "import": { - "node": "./esm/index.node.mjs", - "browser": "./esm/index.browser.mjs" - }, - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.22.6", - "@babel/core": "^7.22.6", - "@babel/generator": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/traverse": "^7.22.6", - "babel-loader": "^8.1.0", - "rollup": "^2.3.2", - "rollup-plugin-babel": "^4.4.0", - "strip-ansi": "^6.0.0", - "webpack": "^4.42.1", - "webpack-cli": "^3.3.11" - }, - "gitHead": "9738ea2a12643376a52c9be30c20ac19426a88cb" -} \ No newline at end of file diff --git a/node_modules/babel-plugin-polyfill-regenerator/package.json b/node_modules/babel-plugin-polyfill-regenerator/package.json deleted file mode 100644 index db49c9c..0000000 --- a/node_modules/babel-plugin-polyfill-regenerator/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "babel-plugin-polyfill-regenerator", - "version": "0.5.5", - "description": "A Babel plugin to inject imports to regenerator-runtime", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel-polyfills.git", - "directory": "packages/babel-plugin-polyfill-regenerator" - }, - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "main": "lib/index.js", - "exports": { - ".": [ - { - "import": "./esm/index.mjs", - "default": "./lib/index.js" - }, - "./lib/index.js" - ], - "./package.json": "./package.json" - }, - "keywords": [ - "babel-plugin" - ], - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0" - }, - "devDependencies": { - "@babel/core": "^7.17.8", - "@babel/helper-plugin-test-runner": "^7.16.7", - "@babel/plugin-transform-regenerator": "~7.14.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - }, - "gitHead": "9738ea2a12643376a52c9be30c20ac19426a88cb" -} \ No newline at end of file diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json deleted file mode 100644 index ce6073e..0000000 --- a/node_modules/balanced-match/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "balanced-match", - "description": "Match balanced character pairs, like \"{\" and \"}\"", - "version": "1.0.2", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/balanced-match.git" - }, - "homepage": "https://github.com/juliangruber/balanced-match", - "main": "index.js", - "scripts": { - "test": "tape test/test.js", - "bench": "matcha test/bench.js" - }, - "devDependencies": { - "matcha": "^0.7.0", - "tape": "^4.6.0" - }, - "keywords": [ - "match", - "regexp", - "test", - "balanced", - "parse" - ], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json deleted file mode 100644 index c3972e3..0000000 --- a/node_modules/base64-js/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "base64-js", - "description": "Base64 encoding/decoding in pure JS", - "version": "1.5.1", - "author": "T. Jameson Little ", - "typings": "index.d.ts", - "bugs": { - "url": "https://github.com/beatgammit/base64-js/issues" - }, - "devDependencies": { - "babel-minify": "^0.5.1", - "benchmark": "^2.1.4", - "browserify": "^16.3.0", - "standard": "*", - "tape": "4.x" - }, - "homepage": "https://github.com/beatgammit/base64-js", - "keywords": [ - "base64" - ], - "license": "MIT", - "main": "index.js", - "repository": { - "type": "git", - "url": "git://github.com/beatgammit/base64-js.git" - }, - "scripts": { - "build": "browserify -s base64js -r ./ | minify > base64js.min.js", - "lint": "standard", - "test": "npm run lint && npm run unit", - "unit": "tape test/*.js" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] -} diff --git a/node_modules/base64id/package.json b/node_modules/base64id/package.json deleted file mode 100644 index d03d64c..0000000 --- a/node_modules/base64id/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "base64id" - , "version": "2.0.0" - , "license": "MIT" - , "description": "Generates a base64 id" - , "author": "Kristian Faeldt " - , "repository": { - "type": "git" - , "url": "https://github.com/faeldt/base64id.git" - } - , "main": "./lib/base64id.js" - , "engines": { "node": "^4.5.0 || >= 5.9" } -} diff --git a/node_modules/batch/package.json b/node_modules/batch/package.json deleted file mode 100644 index 26a7eb4..0000000 --- a/node_modules/batch/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "batch", - "description": "Simple async batch with concurrency control and progress reporting.", - "version": "0.6.1", - "author": "TJ Holowaychuk ", - "license": "MIT", - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "main": "index", - "browser": { - "emitter": "events" - }, - "repository": { - "type": "git", - "url": "https://github.com/visionmedia/batch.git" - } -} diff --git a/node_modules/big.js/package.json b/node_modules/big.js/package.json deleted file mode 100644 index 92eafe4..0000000 --- a/node_modules/big.js/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "big.js", - "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic", - "version": "5.2.2", - "keywords": [ - "arbitrary", - "precision", - "arithmetic", - "big", - "number", - "decimal", - "float", - "biginteger", - "bigdecimal", - "bignumber", - "bigint", - "bignum" - ], - "repository": { - "type": "git", - "url": "https://github.com/MikeMcl/big.js.git" - }, - "main": "big", - "browser": "big.js", - "module": "big.mjs", - "author": { - "name": "Michael Mclaughlin", - "email": "M8ch88l@gmail.com" - }, - "bugs": { - "url": "https://github.com/MikeMcl/big.js/issues" - }, - "engines": { - "node": "*" - }, - "license": "MIT", - "scripts": { - "test": "node ./test/every-test.js", - "build": "uglifyjs big.js --source-map -c -m -o big.min.js" - }, - "files": [ - "big.js", - "big.mjs", - "big.min.js" - ], - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/bigjs" - } -} \ No newline at end of file diff --git a/node_modules/binary-extensions/package.json b/node_modules/binary-extensions/package.json deleted file mode 100644 index 4710c33..0000000 --- a/node_modules/binary-extensions/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "binary-extensions", - "version": "2.3.0", - "description": "List of binary file extensions", - "license": "MIT", - "repository": "sindresorhus/binary-extensions", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "sideEffects": false, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "binary-extensions.json", - "binary-extensions.json.d.ts" - ], - "keywords": [ - "binary", - "extensions", - "extension", - "file", - "json", - "list", - "array" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/binary-search/package.json b/node_modules/binary-search/package.json deleted file mode 100644 index 9a91ed5..0000000 --- a/node_modules/binary-search/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "binary-search", - "version": "1.3.6", - "description": "tiny binary search function with comparators", - "license": "CC0-1.0", - "typings": "./binary-search.d.ts", - "author": { - "name": "The Dark Sky Company, LLC", - "email": "support@darkskyapp.com" - }, - "contributors": [ - { - "name": "Darcy Parker", - "web": "https://github.com/darcyparker" - } - ], - "repository": { - "type": "git", - "url": "git://github.com/darkskyapp/binary-search.git" - }, - "devDependencies": { - "chai": "^4.2.0", - "mocha": "^5.2.0" - }, - "scripts": { - "test": "mocha" - } -} diff --git a/node_modules/binary/package.json b/node_modules/binary/package.json deleted file mode 100644 index c71efb4..0000000 --- a/node_modules/binary/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name" : "binary", - "version" : "0.3.0", - "description" : "Unpack multibyte binary values from buffers", - "main" : "./index.js", - "repository" : { - "type" : "git", - "url" : "http://github.com/substack/node-binary.git" - }, - "keywords": [ - "binary", - "decode", - "endian", - "unpack", - "signed", - "unsigned" - ], - "author" : { - "name" : "James Halliday", - "email" : "mail@substack.net", - "url" : "http://substack.net" - }, - "dependencies" : { - "chainsaw" : "~0.1.0", - "buffers" : "~0.1.1" - }, - "devDependencies" : { - "seq" : "~0.2.5", - "tap" : "~0.2.4" - }, - "scripts" : { - "test" : "tap test/*.js" - }, - "license" : "MIT", - "engine" : { - "node" : ">=0.4.0" - } -} diff --git a/node_modules/bl/package.json b/node_modules/bl/package.json deleted file mode 100644 index 3b2be3f..0000000 --- a/node_modules/bl/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "bl", - "version": "4.1.0", - "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", - "license": "MIT", - "main": "bl.js", - "scripts": { - "lint": "standard *.js test/*.js", - "test": "npm run lint && node test/test.js | faucet" - }, - "repository": { - "type": "git", - "url": "https://github.com/rvagg/bl.git" - }, - "homepage": "https://github.com/rvagg/bl", - "authors": [ - "Rod Vagg (https://github.com/rvagg)", - "Matteo Collina (https://github.com/mcollina)", - "Jarett Cruger (https://github.com/jcrugzz)" - ], - "keywords": [ - "buffer", - "buffers", - "stream", - "awesomesauce" - ], - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - }, - "devDependencies": { - "faucet": "~0.0.1", - "standard": "^14.3.0", - "tape": "^4.11.0" - } -} diff --git a/node_modules/body-parser/node_modules/debug/package.json b/node_modules/body-parser/node_modules/debug/package.json deleted file mode 100644 index dc787ba..0000000 --- a/node_modules/body-parser/node_modules/debug/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "debug", - "version": "2.6.9", - "repository": { - "type": "git", - "url": "git://github.com/visionmedia/debug.git" - }, - "description": "small debugging utility", - "keywords": [ - "debug", - "log", - "debugger" - ], - "author": "TJ Holowaychuk ", - "contributors": [ - "Nathan Rajlich (http://n8.io)", - "Andrew Rhyne " - ], - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - }, - "devDependencies": { - "browserify": "9.0.3", - "chai": "^3.5.0", - "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", - "istanbul": "^0.4.5", - "karma": "^1.3.0", - "karma-chai": "^0.1.0", - "karma-mocha": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.2", - "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", - "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0" - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "component": { - "scripts": { - "debug/index.js": "browser.js", - "debug/debug.js": "debug.js" - } - } -} diff --git a/node_modules/body-parser/node_modules/ms/package.json b/node_modules/body-parser/node_modules/ms/package.json deleted file mode 100644 index 6a31c81..0000000 --- a/node_modules/body-parser/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.0.0", - "description": "Tiny milisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "3.19.0", - "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" - } -} diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json deleted file mode 100644 index 4637304..0000000 --- a/node_modules/body-parser/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "body-parser", - "description": "Node.js body parsing middleware", - "version": "1.20.2", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "expressjs/body-parser", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "devDependencies": { - "eslint": "8.34.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.27.5", - "eslint-plugin-markdown": "3.0.0", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "6.1.1", - "eslint-plugin-standard": "4.1.0", - "methods": "1.1.2", - "mocha": "10.2.0", - "nyc": "15.1.0", - "safe-buffer": "5.2.1", - "supertest": "6.3.3" - }, - "files": [ - "lib/", - "LICENSE", - "HISTORY.md", - "SECURITY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/node_modules/bonjour-service/package.json b/node_modules/bonjour-service/package.json deleted file mode 100644 index 4643fc7..0000000 --- a/node_modules/bonjour-service/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "bonjour-service", - "version": "1.2.1", - "description": "A Bonjour/Zeroconf implementation in TypeScript", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - }, - "devDependencies": { - "@types/node": "^16.18.11", - "@typescript-eslint/eslint-plugin": "^5.22.0", - "@typescript-eslint/parser": "^5.22.0", - "after-all": "^2.0.2", - "eslint": "^8.15.0", - "standard": "^17.0.0", - "tape": "^5.2.2", - "ts-node-dev": "^2.0.0", - "typescript": "^4.4.4" - }, - "scripts": { - "test": "standard --fix && tape test/*.js", - "build": "tsc --removeComments true", - "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts", - "example:simple": "node examples/simple" - }, - "repository": { - "type": "git", - "url": "https://github.com/onlxltd/bonjour-service.git" - }, - "keywords": [ - "bonjour", - "zeroconf", - "zero", - "configuration", - "mdns", - "dns", - "service", - "discovery", - "multicast", - "broadcast", - "dns-sd" - ], - "author": "ON LX Lited (https://labs.onlx.ltd)", - "license": "MIT", - "bugs": { - "url": "https://github.com/onlxltd/bonjour-service/issues" - }, - "homepage": "https://github.com/onlxltd/bonjour-service" -} diff --git a/node_modules/boolbase/package.json b/node_modules/boolbase/package.json deleted file mode 100644 index 78330a8..0000000 --- a/node_modules/boolbase/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "boolbase", - "version": "1.0.0", - "description": "two functions: One that returns true, one that returns false", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/fb55/boolbase" - }, - "keywords": [ - "boolean", - "function" - ], - "author": "Felix Boehm ", - "license": "ISC", - "bugs": { - "url": "https://github.com/fb55/boolbase/issues" - }, - "homepage": "https://github.com/fb55/boolbase" -} diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json deleted file mode 100644 index a18faa8..0000000 --- a/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "1.1.11", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "devDependencies": { - "matcha": "^0.7.0", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/node_modules/braces/package.json b/node_modules/braces/package.json deleted file mode 100644 index 3f52e34..0000000 --- a/node_modules/braces/package.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "braces", - "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.", - "version": "3.0.2", - "homepage": "https://github.com/micromatch/braces", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Elan Shanker (https://github.com/es128)", - "Eugene Sharygin (https://github.com/eush77)", - "hemanth.hm (http://h3manth.com)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "micromatch/braces", - "bugs": { - "url": "https://github.com/micromatch/braces/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "lib" - ], - "main": "index.js", - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "mocha", - "benchmark": "node benchmark" - }, - "dependencies": { - "fill-range": "^7.0.1" - }, - "devDependencies": { - "ansi-colors": "^3.2.4", - "bash-path": "^2.0.1", - "gulp-format-md": "^2.0.0", - "mocha": "^6.1.1" - }, - "keywords": [ - "alpha", - "alphabetical", - "bash", - "brace", - "braces", - "expand", - "expansion", - "filepath", - "fill", - "fs", - "glob", - "globbing", - "letter", - "match", - "matches", - "matching", - "number", - "numerical", - "path", - "range", - "ranges", - "sh" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "lint": { - "reflinks": true - }, - "plugins": [ - "gulp-format-md" - ] - } -} diff --git a/node_modules/browser-process-hrtime/package.json b/node_modules/browser-process-hrtime/package.json deleted file mode 100644 index f9449cf..0000000 --- a/node_modules/browser-process-hrtime/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "browser-process-hrtime", - "version": "1.0.0", - "description": "Shim for process.hrtime in the browser", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git://github.com/kumavis/browser-process-hrtime.git" - }, - "author": "kumavis", - "license": "BSD-2-Clause" -} diff --git a/node_modules/browserslist/package.json b/node_modules/browserslist/package.json deleted file mode 100644 index b8e1768..0000000 --- a/node_modules/browserslist/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "browserslist", - "version": "4.23.0", - "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", - "keywords": [ - "caniuse", - "browsers", - "target" - ], - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "author": "Andrey Sitnik ", - "license": "MIT", - "repository": "browserslist/browserslist", - "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "bin": { - "browserslist": "cli.js" - }, - "types": "./index.d.ts", - "browser": { - "./node.js": "./browser.js", - "path": false - } -} diff --git a/node_modules/buffer-from/package.json b/node_modules/buffer-from/package.json deleted file mode 100644 index 6ac5327..0000000 --- a/node_modules/buffer-from/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "buffer-from", - "version": "1.1.2", - "license": "MIT", - "repository": "LinusU/buffer-from", - "files": [ - "index.js" - ], - "scripts": { - "test": "standard && node test" - }, - "devDependencies": { - "standard": "^12.0.1" - }, - "keywords": [ - "buffer", - "buffer from" - ] -} diff --git a/node_modules/buffer/package.json b/node_modules/buffer/package.json deleted file mode 100644 index 3b1b498..0000000 --- a/node_modules/buffer/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "buffer", - "description": "Node.js Buffer API, for the browser", - "version": "5.7.1", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "https://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/buffer/issues" - }, - "contributors": [ - "Romain Beauxis ", - "James Halliday " - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - }, - "devDependencies": { - "airtap": "^3.0.0", - "benchmark": "^2.1.4", - "browserify": "^17.0.0", - "concat-stream": "^2.0.0", - "hyperquest": "^2.1.3", - "is-buffer": "^2.0.4", - "is-nan": "^1.3.0", - "split": "^1.0.1", - "standard": "*", - "tape": "^5.0.1", - "through2": "^4.0.2", - "uglify-js": "^3.11.3" - }, - "homepage": "https://github.com/feross/buffer", - "jspm": { - "map": { - "./index.js": { - "node": "@node/buffer" - } - } - }, - "keywords": [ - "arraybuffer", - "browser", - "browserify", - "buffer", - "compatible", - "dataview", - "uint8array" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/buffer.git" - }, - "scripts": { - "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", - "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", - "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c", - "test": "standard && node ./bin/test.js", - "test-browser-es5": "airtap -- test/*.js", - "test-browser-es5-local": "airtap --local -- test/*.js", - "test-browser-es6": "airtap -- test/*.js test/node/*.js", - "test-browser-es6-local": "airtap --local -- test/*.js test/node/*.js", - "test-node": "tape test/*.js test/node/*.js", - "update-authors": "./bin/update-authors.sh" - }, - "standard": { - "ignore": [ - "test/node/**/*.js", - "test/common.js", - "test/_polyfill.js", - "perf/**/*.js" - ], - "globals": [ - "SharedArrayBuffer" - ] - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] -} diff --git a/node_modules/buffers/package.json b/node_modules/buffers/package.json deleted file mode 100644 index 0e5d23c..0000000 --- a/node_modules/buffers/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name" : "buffers", - "description" : "Treat a collection of Buffers as a single contiguous partially mutable Buffer.", - "version" : "0.1.1", - "repository" : "http://github.com/substack/node-buffers.git", - "author" : "James Halliday (http://substack.net)", - "main" : "./index", - "scripts" : { - "test" : "expresso" - }, - "engines" : { - "node" : ">=0.2.0" - } -} diff --git a/node_modules/builtin-modules/package.json b/node_modules/builtin-modules/package.json deleted file mode 100644 index 430749a..0000000 --- a/node_modules/builtin-modules/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "builtin-modules", - "version": "1.1.1", - "description": "List of the Node.js builtin modules", - "license": "MIT", - "repository": "sindresorhus/builtin-modules", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "xo && ava", - "make": "node make.js" - }, - "files": [ - "index.js", - "static.js", - "builtin-modules.json" - ], - "keywords": [ - "builtin", - "built-in", - "builtins", - "node", - "modules", - "core", - "bundled", - "list", - "array", - "names" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/builtins/package.json b/node_modules/builtins/package.json deleted file mode 100644 index 1c43660..0000000 --- a/node_modules/builtins/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "builtins", - "version": "5.0.1", - "description": "List of node.js builtin modules", - "repository": "juliangruber/builtins", - "license": "MIT", - "main": "index.js", - "files": [], - "scripts": { - "test": "prettier-standard && standard && node-core-test" - }, - "dependencies": { - "semver": "^7.0.0" - }, - "devDependencies": { - "node-core-test": "^1.4.0", - "prettier-standard": "^15.0.1", - "standard": "^14.3.4" - } -} diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json deleted file mode 100644 index f2b6a8b..0000000 --- a/node_modules/bytes/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "bytes", - "description": "Utility to parse a string bytes to bytes and vice-versa", - "version": "3.1.2", - "author": "TJ Holowaychuk (http://tjholowaychuk.com)", - "contributors": [ - "Jed Watson ", - "Théo FIDRY " - ], - "license": "MIT", - "keywords": [ - "byte", - "bytes", - "utility", - "parse", - "parser", - "convert", - "converter" - ], - "repository": "visionmedia/bytes.js", - "devDependencies": { - "eslint": "7.32.0", - "eslint-plugin-markdown": "2.2.1", - "mocha": "9.2.0", - "nyc": "15.1.0" - }, - "files": [ - "History.md", - "LICENSE", - "Readme.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --check-leaks --reporter spec", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/node_modules/cacache/node_modules/brace-expansion/package.json b/node_modules/cacache/node_modules/brace-expansion/package.json deleted file mode 100644 index 7097d41..0000000 --- a/node_modules/cacache/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "2.0.1", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0" - }, - "devDependencies": { - "@c4312/matcha": "^1.3.1", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/node_modules/cacache/node_modules/glob/dist/commonjs/package.json b/node_modules/cacache/node_modules/glob/dist/commonjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/cacache/node_modules/glob/dist/commonjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/cacache/node_modules/glob/dist/esm/package.json b/node_modules/cacache/node_modules/glob/dist/esm/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/node_modules/cacache/node_modules/glob/dist/esm/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/node_modules/cacache/node_modules/glob/package.json b/node_modules/cacache/node_modules/glob/package.json deleted file mode 100644 index 2caac09..0000000 --- a/node_modules/cacache/node_modules/glob/package.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (https://blog.izs.me/)", - "name": "glob", - "description": "the most correct and second fastest glob implementation in JavaScript", - "version": "10.3.12", - "type": "module", - "tshy": { - "main": true, - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "bin": "./dist/esm/bin.mjs", - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts", - "prepublish": "npm run benchclean", - "profclean": "rm -f v8.log profile.txt", - "test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts", - "prebench": "npm run prepare", - "bench": "bash benchmark.sh", - "preprof": "npm run prepare", - "prof": "bash prof.sh", - "benchclean": "node benchclean.cjs" - }, - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.6", - "minimatch": "^9.0.1", - "minipass": "^7.0.4", - "path-scurry": "^1.10.2" - }, - "devDependencies": { - "@types/node": "^20.11.30", - "memfs": "^3.4.13", - "mkdirp": "^3.0.1", - "prettier": "^2.8.3", - "rimraf": "^5.0.1", - "sync-content": "^1.0.2", - "tap": "^18.7.2", - "ts-node": "^10.9.2", - "tshy": "^1.12.0", - "typedoc": "^0.25.12", - "typescript": "^5.2.2" - }, - "tap": { - "before": "test/00-setup.ts" - }, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } -} diff --git a/node_modules/cacache/node_modules/lru-cache/package.json b/node_modules/cacache/node_modules/lru-cache/package.json deleted file mode 100644 index 9684991..0000000 --- a/node_modules/cacache/node_modules/lru-cache/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "7.18.3", - "author": "Isaac Z. Schlueter ", - "keywords": [ - "mru", - "lru", - "cache" - ], - "sideEffects": false, - "scripts": { - "build": "npm run prepare", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "prepare": "node ./scripts/transpile-to-esm.js", - "size": "size-limit", - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "format": "prettier --write .", - "typedoc": "typedoc ./index.d.ts" - }, - "type": "commonjs", - "main": "./index.js", - "module": "./index.mjs", - "types": "./index.d.ts", - "exports": { - ".": { - "import": { - "types": "./index.d.ts", - "default": "./index.mjs" - }, - "require": { - "types": "./index.d.ts", - "default": "./index.js" - } - }, - "./package.json": "./package.json" - }, - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "@size-limit/preset-small-lib": "^7.0.8", - "@types/node": "^17.0.31", - "@types/tap": "^15.0.6", - "benchmark": "^2.1.4", - "c8": "^7.11.2", - "clock-mock": "^1.0.6", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "size-limit": "^7.0.8", - "tap": "^16.3.4", - "ts-node": "^10.7.0", - "tslib": "^2.4.0", - "typedoc": "^0.23.24", - "typescript": "^4.6.4" - }, - "license": "ISC", - "files": [ - "index.js", - "index.mjs", - "index.d.ts" - ], - "engines": { - "node": ">=12" - }, - "prettier": { - "semi": false, - "printWidth": 70, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "nyc-arg": [ - "--include=index.js" - ], - "node-arg": [ - "--expose-gc", - "--require", - "ts-node/register" - ], - "ts": false - }, - "size-limit": [ - { - "path": "./index.js" - } - ] -} diff --git a/node_modules/cacache/node_modules/minimatch/dist/commonjs/package.json b/node_modules/cacache/node_modules/minimatch/dist/commonjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/cacache/node_modules/minimatch/dist/commonjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/cacache/node_modules/minimatch/dist/esm/package.json b/node_modules/cacache/node_modules/minimatch/dist/esm/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/node_modules/cacache/node_modules/minimatch/dist/esm/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/node_modules/cacache/node_modules/minimatch/package.json b/node_modules/cacache/node_modules/minimatch/package.json deleted file mode 100644 index 2c82c03..0000000 --- a/node_modules/cacache/node_modules/minimatch/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "version": "9.0.4", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "benchmark": "node benchmark/index.js", - "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "devDependencies": { - "@types/brace-expansion": "^1.1.0", - "@types/node": "^18.15.11", - "@types/tap": "^15.0.8", - "eslint-config-prettier": "^8.6.0", - "mkdirp": "1", - "prettier": "^2.8.2", - "tap": "^18.7.2", - "ts-node": "^10.9.1", - "tshy": "^1.12.0", - "typedoc": "^0.23.21", - "typescript": "^4.9.3" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "license": "ISC", - "tshy": { - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "type": "module" -} diff --git a/node_modules/cacache/node_modules/minipass/dist/commonjs/package.json b/node_modules/cacache/node_modules/minipass/dist/commonjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/cacache/node_modules/minipass/dist/commonjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/cacache/node_modules/minipass/dist/esm/package.json b/node_modules/cacache/node_modules/minipass/dist/esm/package.json deleted file mode 100644 index 7c34deb..0000000 --- a/node_modules/cacache/node_modules/minipass/dist/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} \ No newline at end of file diff --git a/node_modules/cacache/node_modules/minipass/package.json b/node_modules/cacache/node_modules/minipass/package.json deleted file mode 100644 index 4398347..0000000 --- a/node_modules/cacache/node_modules/minipass/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "minipass", - "version": "7.0.4", - "description": "minimal implementation of a PassThrough stream", - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "type": "module", - "tshy": { - "main": true, - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "devDependencies": { - "@types/end-of-stream": "^1.4.2", - "@types/node": "^20.1.2", - "end-of-stream": "^1.4.0", - "node-abort-controller": "^3.1.1", - "prettier": "^2.6.2", - "sync-content": "^1.0.2", - "tap": "^18.3.0", - "through2": "^2.0.3", - "tshy": "^1.2.2", - "typedoc": "^0.25.1", - "typescript": "^5.2.2" - }, - "repository": "https://github.com/isaacs/minipass", - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "tap": { - "include": [ - "test/*.ts" - ] - } -} diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json deleted file mode 100644 index ab58cb8..0000000 --- a/node_modules/cacache/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "cacache", - "version": "17.1.4", - "cache-version": { - "content": "2", - "index": "5" - }, - "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "snap": "tap", - "coverage": "tap", - "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test", - "lint": "eslint \"**/*.js\"", - "npmclilint": "npmcli-lint", - "lintfix": "npm run lint -- --fix", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cacache.git" - }, - "keywords": [ - "cache", - "caching", - "content-addressable", - "sri", - "sri hash", - "subresource integrity", - "cache", - "storage", - "store", - "file store", - "filesystem", - "disk cache", - "disk storage" - ], - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^10.2.2", - "lru-cache": "^7.7.1", - "minipass": "^7.0.3", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.18.0", - "tap": "^16.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "4.18.0", - "publish": "true" - }, - "author": "GitHub Inc.", - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/node_modules/call-bind/package.json b/node_modules/call-bind/package.json deleted file mode 100644 index 5ba88ff..0000000 --- a/node_modules/call-bind/package.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "name": "call-bind", - "version": "1.0.7", - "description": "Robustly `.call.bind()` a function", - "main": "index.js", - "exports": { - ".": "./index.js", - "./callBound": "./callBound.js", - "./package.json": "./package.json" - }, - "scripts": { - "prepack": "npmignore --auto --commentLines=auto", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "lint": "eslint --ext=.js,.mjs .", - "postlint": "evalmd README.md", - "pretest": "npm run lint", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ljharb/call-bind.git" - }, - "keywords": [ - "javascript", - "ecmascript", - "es", - "js", - "callbind", - "callbound", - "call", - "bind", - "bound", - "call-bind", - "call-bound", - "function", - "es-abstract" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/call-bind/issues" - }, - "homepage": "https://github.com/ljharb/call-bind#readme", - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "es-value-fixtures": "^1.4.2", - "eslint": "=8.8.0", - "evalmd": "^0.0.19", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-strict-mode": "^1.0.1", - "in-publish": "^2.0.1", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "object-inspect": "^1.13.1", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.4" - }, - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "testling": { - "files": "test/index.js" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/node_modules/callsites/package.json b/node_modules/callsites/package.json deleted file mode 100644 index 93463c3..0000000 --- a/node_modules/callsites/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "callsites", - "version": "3.1.0", - "description": "Get callsites from the V8 stack trace API", - "license": "MIT", - "repository": "sindresorhus/callsites", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "stacktrace", - "v8", - "callsite", - "callsites", - "stack", - "trace", - "function", - "file", - "line", - "debug" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/camel-case/package.json b/node_modules/camel-case/package.json deleted file mode 100644 index 2864430..0000000 --- a/node_modules/camel-case/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "camel-case", - "version": "4.1.2", - "description": "Transform into a string with the separator denoted by the next word capitalized", - "main": "dist/index.js", - "typings": "dist/index.d.ts", - "module": "dist.es2015/index.js", - "sideEffects": false, - "jsnext:main": "dist.es2015/index.js", - "files": [ - "dist/", - "dist.es2015/", - "LICENSE" - ], - "scripts": { - "lint": "tslint \"src/**/*\" --project tsconfig.json", - "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json", - "specs": "jest --coverage", - "test": "npm run build && npm run lint && npm run specs", - "size": "size-limit", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/blakeembrey/change-case.git" - }, - "keywords": [ - "camel", - "case", - "camelcase", - "camel-case", - "convert", - "transform", - "identifier" - ], - "author": { - "name": "Blake Embrey", - "email": "hello@blakeembrey.com", - "url": "http://blakeembrey.me" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/blakeembrey/change-case/issues" - }, - "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/camel-case#readme", - "size-limit": [ - { - "path": "dist/index.js", - "limit": "450 B" - } - ], - "jest": { - "roots": [ - "/src/" - ], - "transform": { - "\\.tsx?$": "ts-jest" - }, - "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", - "moduleFileExtensions": [ - "ts", - "tsx", - "js", - "jsx", - "json", - "node" - ] - }, - "publishConfig": { - "access": "public" - }, - "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - }, - "devDependencies": { - "@size-limit/preset-small-lib": "^2.2.1", - "@types/jest": "^24.0.23", - "@types/node": "^12.12.14", - "jest": "^24.9.0", - "rimraf": "^3.0.0", - "ts-jest": "^24.2.0", - "tslint": "^5.20.1", - "tslint-config-prettier": "^1.18.0", - "tslint-config-standard": "^9.0.0", - "typescript": "^4.1.2" - }, - "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0" -} diff --git a/node_modules/camelcase/package.json b/node_modules/camelcase/package.json deleted file mode 100644 index fbdbaaa..0000000 --- a/node_modules/camelcase/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "camelcase", - "version": "5.3.1", - "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", - "license": "MIT", - "repository": "sindresorhus/camelcase", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "camelcase", - "camel-case", - "camel", - "case", - "dash", - "hyphen", - "dot", - "underscore", - "separator", - "string", - "text", - "convert", - "pascalcase", - "pascal-case" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" - } -} diff --git a/node_modules/caniuse-api/package.json b/node_modules/caniuse-api/package.json deleted file mode 100644 index a7eb873..0000000 --- a/node_modules/caniuse-api/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "caniuse-api", - "version": "3.0.0", - "description": "request the caniuse data to check browsers compatibilities", - "repository": "https://github.com/nyalab/caniuse-api.git", - "keywords": [ - "caniuse", - "browserslist" - ], - "authors": [ - "nyalab", - "MoOx" - ], - "license": "MIT", - "main": "dist/index.js", - "files": [ - "dist" - ], - "dependencies": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "devDependencies": { - "babel-cli": "^6.22.2", - "babel-eslint": "^5.0.0", - "babel-preset-latest": "^6.22.0", - "babel-tape-runner": "^2.0.1", - "jshint": "^2.5.10", - "npmpub": "^3.1.0", - "tap-spec": "^4.1.1", - "tape": "^4.6.0" - }, - "scripts": { - "build": "babel src --out-dir dist", - "lint": "jshint src", - "prepublish": "npm run build", - "test": "npm run lint && babel-tape-runner test/*.js | tap-spec", - "release": "npmpub" - }, - "babel": { - "presets": [ - "babel-preset-latest" - ] - } -} diff --git a/node_modules/caniuse-lite/package.json b/node_modules/caniuse-lite/package.json deleted file mode 100644 index 0d378a3..0000000 --- a/node_modules/caniuse-lite/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "caniuse-lite", - "version": "1.0.30001605", - "description": "A smaller version of caniuse-db, with only the essentials!", - "main": "dist/unpacker/index.js", - "files": [ - "data", - "dist" - ], - "keywords": [ - "support" - ], - "author": { - "name": "Ben Briggs", - "email": "beneb.info@gmail.com", - "url": "http://beneb.info" - }, - "repository": "browserslist/caniuse-lite", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" -} diff --git a/node_modules/chainsaw/package.json b/node_modules/chainsaw/package.json deleted file mode 100644 index d237f56..0000000 --- a/node_modules/chainsaw/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name" : "chainsaw", - "version" : "0.1.0", - "description" : "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!", - "main" : "./index.js", - "repository" : { - "type" : "git", - "url" : "http://github.com/substack/node-chainsaw.git" - }, - "dependencies" : { - "traverse" : ">=0.3.0 <0.4" - }, - "keywords" : [ - "chain", - "fluent", - "interface", - "monad", - "monadic" - ], - "author" : "James Halliday (http://substack.net)", - "license" : "MIT/X11", - "engine" : { "node" : ">=0.4.0" } -} diff --git a/node_modules/chalk/package.json b/node_modules/chalk/package.json deleted file mode 100644 index 47c23f2..0000000 --- a/node_modules/chalk/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "chalk", - "version": "4.1.2", - "description": "Terminal string styling done right", - "license": "MIT", - "repository": "chalk/chalk", - "funding": "https://github.com/chalk/chalk?sponsor=1", - "main": "source", - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && nyc ava && tsd", - "bench": "matcha benchmark.js" - }, - "files": [ - "source", - "index.d.ts" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "str", - "ansi", - "style", - "styles", - "tty", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "coveralls": "^3.0.7", - "execa": "^4.0.0", - "import-fresh": "^3.1.0", - "matcha": "^0.7.0", - "nyc": "^15.0.0", - "resolve-from": "^5.0.0", - "tsd": "^0.7.4", - "xo": "^0.28.2" - }, - "xo": { - "rules": { - "unicorn/prefer-string-slice": "off", - "unicorn/prefer-includes": "off", - "@typescript-eslint/member-ordering": "off", - "no-redeclare": "off", - "unicorn/string-content": "off", - "unicorn/better-regex": "off" - } - } -} diff --git a/node_modules/chardet/package.json b/node_modules/chardet/package.json deleted file mode 100644 index af046ba..0000000 --- a/node_modules/chardet/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "chardet", - "version": "0.7.0", - "homepage": "https://github.com/runk/node-chardet", - "description": "Character detector", - "keywords": [ - "encoding", - "character", - "utf8", - "detector", - "chardet", - "icu" - ], - "author": "Dmitry Shirokov ", - "contributors": [ - "@spikying", - "@wtgtybhertgeghgtwtg", - "@suisho", - "@seangarner", - "@zevanty" - ], - "devDependencies": { - "github-publish-release": "^5.0.0", - "mocha": "^5.2.0" - }, - "repository": { - "type": "git", - "url": "git@github.com:runk/node-chardet.git" - }, - "bugs": { - "mail": "deadrunk@gmail.com", - "url": "http://github.com/runk/node-chardet/issues" - }, - "scripts": { - "test": "mocha -R spec --recursive --bail", - "release": "scripts/release" - }, - "main": "index.js", - "engine": { - "node": ">=4" - }, - "readmeFilename": "README.md", - "directories": { - "test": "test" - }, - "license": "MIT" -} diff --git a/node_modules/cheerio/package.json b/node_modules/cheerio/package.json deleted file mode 100644 index 9a3a55e..0000000 --- a/node_modules/cheerio/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "cheerio", - "version": "0.22.0", - "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server", - "author": "Matt Mueller (mat.io)", - "license": "MIT", - "keywords": [ - "htmlparser", - "jquery", - "selector", - "scraper", - "parser", - "html" - ], - "repository": { - "type": "git", - "url": "git://github.com/cheeriojs/cheerio.git" - }, - "main": "./index.js", - "files": [ - "index.js", - "lib" - ], - "engines": { - "node": ">= 0.6" - }, - "dependencies": { - "css-select": "~1.2.0", - "dom-serializer": "~0.1.0", - "entities": "~1.1.1", - "htmlparser2": "^3.9.1", - "lodash.assignin": "^4.0.9", - "lodash.bind": "^4.1.4", - "lodash.defaults": "^4.0.1", - "lodash.filter": "^4.4.0", - "lodash.flatten": "^4.2.0", - "lodash.foreach": "^4.3.0", - "lodash.map": "^4.4.0", - "lodash.merge": "^4.4.0", - "lodash.pick": "^4.2.1", - "lodash.reduce": "^4.4.0", - "lodash.reject": "^4.4.0", - "lodash.some": "^4.4.0" - }, - "devDependencies": { - "benchmark": "^2.1.0", - "coveralls": "^2.11.9", - "expect.js": "~0.3.1", - "istanbul": "^0.4.3", - "jsdom": "^9.2.1", - "jquery": "^3.0.0", - "jshint": "^2.9.2", - "mocha": "^2.5.3", - "xyz": "~0.5.0" - }, - "scripts": { - "test": "make test" - } -} diff --git a/node_modules/chokidar/package.json b/node_modules/chokidar/package.json deleted file mode 100644 index 6c3cd27..0000000 --- a/node_modules/chokidar/package.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "name": "chokidar", - "description": "Minimal and efficient cross-platform file watching library", - "version": "3.5.3", - "homepage": "https://github.com/paulmillr/chokidar", - "author": "Paul Miller (https://paulmillr.com)", - "contributors": [ - "Paul Miller (https://paulmillr.com)", - "Elan Shanker" - ], - "engines": { - "node": ">= 8.10.0" - }, - "main": "index.js", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "devDependencies": { - "@types/node": "^14", - "chai": "^4.3", - "dtslint": "^3.3.0", - "eslint": "^7.0.0", - "mocha": "^7.0.0", - "nyc": "^15.0.0", - "rimraf": "^3.0.0", - "sinon": "^9.0.1", - "sinon-chai": "^3.3.0", - "typescript": "~4.4.3", - "upath": "^1.2.0" - }, - "files": [ - "index.js", - "lib/*.js", - "types/index.d.ts" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/paulmillr/chokidar.git" - }, - "bugs": { - "url": "https://github.com/paulmillr/chokidar/issues" - }, - "license": "MIT", - "scripts": { - "dtslint": "dtslint types", - "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .", - "mocha": "mocha --exit --timeout 90000", - "test": "npm run lint && npm run mocha" - }, - "keywords": [ - "fs", - "watch", - "watchFile", - "watcher", - "watching", - "file", - "fsevents" - ], - "types": "./types/index.d.ts", - "nyc": { - "include": [ - "index.js", - "lib/*.js" - ], - "reporter": [ - "html", - "text" - ] - }, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] -} diff --git a/node_modules/chownr/package.json b/node_modules/chownr/package.json deleted file mode 100644 index 5b0214c..0000000 --- a/node_modules/chownr/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "name": "chownr", - "description": "like `chown -R`", - "version": "2.0.0", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/chownr.git" - }, - "main": "chownr.js", - "files": [ - "chownr.js" - ], - "devDependencies": { - "mkdirp": "0.3", - "rimraf": "^2.7.1", - "tap": "^14.10.6" - }, - "tap": { - "check-coverage": true - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "license": "ISC", - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/chroma-js/package.json b/node_modules/chroma-js/package.json deleted file mode 100644 index 3801824..0000000 --- a/node_modules/chroma-js/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "chroma-js", - "description": "JavaScript library for color conversions", - "version": "2.4.2", - "author": "Gregor Aisch", - "type": "commonjs", - "homepage": "https://github.com/gka/chroma.js", - "keywords": [ - "color" - ], - "maintainers": [ - { - "name": "Gregor Aisch", - "email": "mail@driven-by-data.net", - "web": "https://vis4.net" - } - ], - "bugs": "https://github.com/gka/chroma.js/issues", - "repository": { - "type": "git", - "url": "git://github.com/gka/chroma.js.git" - }, - "main": "chroma.js", - "scripts": { - "prepublishOnly": "npm run build && npm test", - "build": "rollup -c && cross-env DEV=1 rollup -c ", - "docs": "cd docs && make", - "docs-preview": "cd docs && make && make preview", - "test": "vows --dot-matrix test/*.js", - "lint": "eslint index.js index-light.js src" - }, - "devDependencies": { - "@babel/eslint-parser": "^7.16.5", - "@rollup/plugin-buble": "^0.21.3", - "@rollup/plugin-commonjs": "^21.0.1", - "@rollup/plugin-node-resolve": "^13.1.3", - "@rollup/plugin-replace": "^3.0.1", - "cross-env": "^7.0.3", - "es6-shim": "^0.35.6", - "eslint": "^8.7.0", - "http-server": "^14.1.0", - "husky": "^1.2.1", - "markdown-to-html": "0.0.13", - "minimatch": "^3.0.4", - "rollup": "^2.66.1", - "rollup-plugin-license": "^2.6.1", - "rollup-plugin-terser": "^7.0.2", - "vows": "^0.8.2" - }, - "license": "(BSD-3-Clause AND Apache-2.0)", - "spm": { - "main": "chroma.js", - "ignore": [ - "src", - "doc", - "test" - ] - }, - "prettier": { - "arrowParens": "avoid", - "printWidth": 100, - "semi": true, - "singleQuote": true, - "tabWidth": 4, - "trailingComma": "none", - "svelteSortOrder": "options-scripts-styles-markup" - }, - "husky": { - "hooks": { - "pre-commit": "npm run lint", - "pre-push": "npm test" - } - } -} diff --git a/node_modules/chrome-trace-event/package.json b/node_modules/chrome-trace-event/package.json deleted file mode 100644 index 40f95f1..0000000 --- a/node_modules/chrome-trace-event/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "chrome-trace-event", - "description": "A library to create a trace of your node app per Google's Trace Event format.", - "license": "MIT", - "version": "1.0.3", - "author": "Trent Mick, Sam Saccone", - "keywords": [ - "trace-event", - "trace", - "event", - "trace-viewer", - "google" - ], - "repository": { - "url": "github:samccone/chrome-trace-event" - }, - "main": "./dist/trace-event.js", - "typings": "./dist/trace-event.d.ts", - "dependencies": {}, - "devDependencies": { - "@types/node": "*", - "prettier": "^1.12.1", - "tape": "4.8.0", - "typescript": "^4.2.4" - }, - "engines": { - "node": ">=6.0" - }, - "files": [ - "dist", - "CHANGES.md" - ], - "scripts": { - "build": "tsc", - "check_format": "prettier -l lib/** test/** examples/**", - "test": "tape test/*.test.js" - } -} diff --git a/node_modules/ci-info/package.json b/node_modules/ci-info/package.json deleted file mode 100644 index 8d3ff00..0000000 --- a/node_modules/ci-info/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "ci-info", - "version": "3.9.0", - "description": "Get details about the current Continuous Integration environment", - "main": "index.js", - "typings": "index.d.ts", - "author": "Thomas Watson Steen (https://twitter.com/wa7son)", - "license": "MIT", - "repository": "https://github.com/watson/ci-info.git", - "bugs": "https://github.com/watson/ci-info/issues", - "homepage": "https://github.com/watson/ci-info", - "keywords": [ - "ci", - "continuous", - "integration", - "test", - "detect" - ], - "files": [ - "vendors.json", - "index.js", - "index.d.ts", - "CHANGELOG.md" - ], - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "scripts": { - "lint:fix": "standard --fix", - "test": "standard && node test.js", - "prepare": "husky install" - }, - "devDependencies": { - "clear-module": "^4.1.2", - "husky": "^8.0.3", - "standard": "^17.1.0", - "tape": "^5.7.0" - }, - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/clean-css/node_modules/source-map/package.json b/node_modules/clean-css/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/clean-css/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/clean-css/package.json b/node_modules/clean-css/package.json deleted file mode 100644 index c2ee7b6..0000000 --- a/node_modules/clean-css/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "clean-css", - "version": "5.3.3", - "author": "Jakub Pawlowicz ", - "description": "A well-tested CSS minifier", - "license": "MIT", - "keywords": [ - "css", - "minifier" - ], - "homepage": "https://github.com/clean-css/clean-css", - "repository": { - "type": "git", - "url": "https://github.com/clean-css/clean-css.git" - }, - "bugs": { - "url": "https://github.com/clean-css/clean-css/issues" - }, - "main": "index.js", - "files": [ - "lib", - "History.md", - "index.js", - "LICENSE" - ], - "scripts": { - "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js", - "bench": "node ./test/bench.js", - "lint": "eslint ./lib/ --ext .js", - "test": "vows" - }, - "dependencies": { - "source-map": "~0.6.0" - }, - "devDependencies": { - "browserify": "^17.0.0", - "eslint": "^8.8.0", - "eslint-config-airbnb-base": "^15.0.0", - "http-proxy": "1.x", - "nock": "^13.0.0", - "server-destroy": "1.x", - "uglify-js": ">=2.6.1", - "vows": "0.8.x" - }, - "engines": { - "node": ">= 10.0" - } -} diff --git a/node_modules/clean-stack/package.json b/node_modules/clean-stack/package.json deleted file mode 100644 index 719fdff..0000000 --- a/node_modules/clean-stack/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "clean-stack", - "version": "2.2.0", - "description": "Clean up error stack traces", - "license": "MIT", - "repository": "sindresorhus/clean-stack", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "clean", - "stack", - "trace", - "traces", - "error", - "err", - "electron" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - }, - "browser": { - "os": false - } -} diff --git a/node_modules/cli-cursor/package.json b/node_modules/cli-cursor/package.json deleted file mode 100644 index 5ce1e65..0000000 --- a/node_modules/cli-cursor/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "cli-cursor", - "version": "3.1.0", - "description": "Toggle the CLI cursor", - "license": "MIT", - "repository": "sindresorhus/cli-cursor", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "cli", - "cursor", - "ansi", - "toggle", - "display", - "show", - "hide", - "term", - "terminal", - "console", - "tty", - "shell", - "command-line" - ], - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "devDependencies": { - "@types/node": "^12.0.7", - "ava": "^2.1.0", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/cli-spinners/package.json b/node_modules/cli-spinners/package.json deleted file mode 100644 index 0205996..0000000 --- a/node_modules/cli-spinners/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "cli-spinners", - "version": "2.9.2", - "description": "Spinners for use in the terminal", - "license": "MIT", - "repository": "sindresorhus/cli-spinners", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd", - "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet" - }, - "files": [ - "index.js", - "index.d.ts", - "spinners.json" - ], - "keywords": [ - "cli", - "spinner", - "spinners", - "terminal", - "term", - "console", - "ascii", - "unicode", - "loading", - "indicator", - "progress", - "busy", - "wait", - "idle", - "json" - ], - "devDependencies": { - "@types/node": "^17.0.41", - "ava": "^1.4.1", - "log-update": "^3.2.0", - "string-length": "^4.0.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/cli-width/package.json b/node_modules/cli-width/package.json deleted file mode 100644 index 2b825f2..0000000 --- a/node_modules/cli-width/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "cli-width", - "version": "3.0.0", - "description": "Get stdout window width, with two fallbacks, tty and then a default.", - "main": "index.js", - "scripts": { - "test": "node test | tspec", - "coverage": "nyc node test | tspec", - "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info", - "release": "standard-version" - }, - "repository": { - "type": "git", - "url": "git@github.com:knownasilya/cli-width.git" - }, - "author": "Ilya Radchenko ", - "license": "ISC", - "bugs": { - "url": "https://github.com/knownasilya/cli-width/issues" - }, - "homepage": "https://github.com/knownasilya/cli-width", - "engines": { - "node": ">= 10" - }, - "devDependencies": { - "coveralls": "^3.0.11", - "nyc": "^15.0.1", - "standard-version": "^7.1.0", - "tap-spec": "^5.0.0", - "tape": "^4.13.2" - } -} diff --git a/node_modules/cliui/package.json b/node_modules/cliui/package.json deleted file mode 100644 index eab6bf4..0000000 --- a/node_modules/cliui/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "cliui", - "version": "8.0.1", - "description": "easily create complex multi-column command-line-interfaces", - "main": "build/index.cjs", - "exports": { - ".": [ - { - "import": "./index.mjs", - "require": "./build/index.cjs" - }, - "./build/index.cjs" - ] - }, - "type": "module", - "module": "./index.mjs", - "scripts": { - "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", - "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", - "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", - "test": "c8 mocha ./test/*.cjs", - "test:esm": "c8 mocha ./test/esm/cliui-test.mjs", - "postest": "check", - "coverage": "c8 report --check-coverage", - "precompile": "rimraf build", - "compile": "tsc", - "postcompile": "npm run build:cjs", - "build:cjs": "rollup -c", - "prepare": "npm run compile" - }, - "repository": "yargs/cliui", - "standard": { - "ignore": [ - "**/example/**" - ], - "globals": [ - "it" - ] - }, - "keywords": [ - "cli", - "command-line", - "layout", - "design", - "console", - "wrap", - "table" - ], - "author": "Ben Coe ", - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "devDependencies": { - "@types/node": "^14.0.27", - "@typescript-eslint/eslint-plugin": "^4.0.0", - "@typescript-eslint/parser": "^4.0.0", - "c8": "^7.3.0", - "chai": "^4.2.0", - "chalk": "^4.1.0", - "cross-env": "^7.0.2", - "eslint": "^7.6.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-node": "^11.1.0", - "gts": "^3.0.0", - "mocha": "^10.0.0", - "rimraf": "^3.0.2", - "rollup": "^2.23.1", - "rollup-plugin-ts": "^3.0.2", - "standardx": "^7.0.0", - "typescript": "^4.0.0" - }, - "files": [ - "build", - "index.mjs", - "!*.d.ts" - ], - "engines": { - "node": ">=12" - } -} diff --git a/node_modules/clone-deep/package.json b/node_modules/clone-deep/package.json deleted file mode 100644 index 7b494ea..0000000 --- a/node_modules/clone-deep/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "clone-deep", - "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.", - "version": "4.0.1", - "homepage": "https://github.com/jonschlinkert/clone-deep", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/clone-deep", - "bugs": { - "url": "https://github.com/jonschlinkert/clone-deep/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "devDependencies": { - "gulp-format-md": "^2.0.0", - "mocha": "^5.2.0" - }, - "keywords": [ - "array", - "assign", - "buffer", - "clamped", - "clone", - "clone-array", - "clone-array-deep", - "clone-buffer", - "clone-date", - "clone-deep", - "clone-map", - "clone-object", - "clone-object-deep", - "clone-reg-exp", - "clone-regex", - "clone-regexp", - "clone-set", - "date", - "deep", - "extend", - "mixin", - "mixin-object", - "object", - "regex", - "regexp", - "shallow", - "symbol" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "is-plain-object", - "isobject", - "kind-of", - "shallow-clone" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/node_modules/clone/package.json b/node_modules/clone/package.json deleted file mode 100644 index 3ddd242..0000000 --- a/node_modules/clone/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "clone", - "description": "deep cloning of objects and arrays", - "tags": [ - "clone", - "object", - "array", - "function", - "date" - ], - "version": "1.0.4", - "repository": { - "type": "git", - "url": "git://github.com/pvorb/node-clone.git" - }, - "bugs": { - "url": "https://github.com/pvorb/node-clone/issues" - }, - "main": "clone.js", - "author": "Paul Vorbach (http://paul.vorba.ch/)", - "contributors": [ - "Blake Miner (http://www.blakeminer.com/)", - "Tian You (http://blog.axqd.net/)", - "George Stagas (http://stagas.com/)", - "Tobiasz Cudnik (https://github.com/TobiaszCudnik)", - "Pavel Lang (https://github.com/langpavel)", - "Dan MacTough (http://yabfog.com/)", - "w1nk (https://github.com/w1nk)", - "Hugh Kennedy (http://twitter.com/hughskennedy)", - "Dustin Diaz (http://dustindiaz.com)", - "Ilya Shaisultanov (https://github.com/diversario)", - "Nathan MacInnes (http://macinn.es/)", - "Benjamin E. Coe (https://twitter.com/benjamincoe)", - "Nathan Zadoks (https://github.com/nathan7)", - "Róbert Oroszi (https://github.com/oroce)", - "Aurélio A. Heckert (http://softwarelivre.org/aurium)", - "Guy Ellis (http://www.guyellisrocks.com/)" - ], - "license": "MIT", - "engines": { - "node": ">=0.8" - }, - "dependencies": {}, - "devDependencies": { - "nodeunit": "~0.9.0" - }, - "optionalDependencies": {}, - "scripts": { - "test": "nodeunit test.js" - } -} diff --git a/node_modules/color-convert/package.json b/node_modules/color-convert/package.json deleted file mode 100644 index 6e48000..0000000 --- a/node_modules/color-convert/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "color-convert", - "description": "Plain color conversion functions", - "version": "2.0.1", - "author": "Heather Arthur ", - "license": "MIT", - "repository": "Qix-/color-convert", - "scripts": { - "pretest": "xo", - "test": "node test/basic.js" - }, - "engines": { - "node": ">=7.0.0" - }, - "keywords": [ - "color", - "colour", - "convert", - "converter", - "conversion", - "rgb", - "hsl", - "hsv", - "hwb", - "cmyk", - "ansi", - "ansi16" - ], - "files": [ - "index.js", - "conversions.js", - "route.js" - ], - "xo": { - "rules": { - "default-case": 0, - "no-inline-comments": 0, - "operator-linebreak": 0 - } - }, - "devDependencies": { - "chalk": "^2.4.2", - "xo": "^0.24.0" - }, - "dependencies": { - "color-name": "~1.1.4" - } -} diff --git a/node_modules/color-name/package.json b/node_modules/color-name/package.json deleted file mode 100644 index 782dd82..0000000 --- a/node_modules/color-name/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "color-name", - "version": "1.1.4", - "description": "A list of color names and its values", - "main": "index.js", - "files": [ - "index.js" - ], - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git@github.com:colorjs/color-name.git" - }, - "keywords": [ - "color-name", - "color", - "color-keyword", - "keyword" - ], - "author": "DY ", - "license": "MIT", - "bugs": { - "url": "https://github.com/colorjs/color-name/issues" - }, - "homepage": "https://github.com/colorjs/color-name" -} diff --git a/node_modules/color-string/package.json b/node_modules/color-string/package.json deleted file mode 100644 index f34ee98..0000000 --- a/node_modules/color-string/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "color-string", - "description": "Parser and generator for CSS color strings", - "version": "1.9.1", - "author": "Heather Arthur ", - "contributors": [ - "Maxime Thirouin", - "Dyma Ywanov ", - "Josh Junon" - ], - "repository": "Qix-/color-string", - "scripts": { - "pretest": "xo", - "test": "node test/basic.js" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "xo": { - "rules": { - "no-cond-assign": 0, - "operator-linebreak": 0 - } - }, - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - }, - "devDependencies": { - "xo": "^0.12.1" - }, - "keywords": [ - "color", - "colour", - "rgb", - "css" - ] -} diff --git a/node_modules/color-support/package.json b/node_modules/color-support/package.json deleted file mode 100644 index f3e3b77..0000000 --- a/node_modules/color-support/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "color-support", - "version": "1.1.3", - "description": "A module which will endeavor to guess your terminal's level of color support.", - "main": "index.js", - "browser": "browser.js", - "bin": "bin.js", - "devDependencies": { - "tap": "^10.3.3" - }, - "scripts": { - "test": "tap test/*.js --100 -J", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/color-support.git" - }, - "keywords": [ - "terminal", - "color", - "support", - "xterm", - "truecolor", - "256" - ], - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "browser.js", - "index.js", - "bin.js" - ] -} diff --git a/node_modules/color/node_modules/color-convert/package.json b/node_modules/color/node_modules/color-convert/package.json deleted file mode 100644 index dfbc471..0000000 --- a/node_modules/color/node_modules/color-convert/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "color-convert", - "description": "Plain color conversion functions", - "version": "1.9.3", - "author": "Heather Arthur ", - "license": "MIT", - "repository": "Qix-/color-convert", - "scripts": { - "pretest": "xo", - "test": "node test/basic.js" - }, - "keywords": [ - "color", - "colour", - "convert", - "converter", - "conversion", - "rgb", - "hsl", - "hsv", - "hwb", - "cmyk", - "ansi", - "ansi16" - ], - "files": [ - "index.js", - "conversions.js", - "css-keywords.js", - "route.js" - ], - "xo": { - "rules": { - "default-case": 0, - "no-inline-comments": 0, - "operator-linebreak": 0 - } - }, - "devDependencies": { - "chalk": "1.1.1", - "xo": "0.11.2" - }, - "dependencies": { - "color-name": "1.1.3" - } -} diff --git a/node_modules/color/node_modules/color-name/package.json b/node_modules/color/node_modules/color-name/package.json deleted file mode 100644 index d061123..0000000 --- a/node_modules/color/node_modules/color-name/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "color-name", - "version": "1.1.3", - "description": "A list of color names and its values", - "main": "index.js", - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git@github.com:dfcreative/color-name.git" - }, - "keywords": [ - "color-name", - "color", - "color-keyword", - "keyword" - ], - "author": "DY ", - "license": "MIT", - "bugs": { - "url": "https://github.com/dfcreative/color-name/issues" - }, - "homepage": "https://github.com/dfcreative/color-name" -} diff --git a/node_modules/color/package.json b/node_modules/color/package.json deleted file mode 100644 index 8e6ca3f..0000000 --- a/node_modules/color/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "color", - "version": "3.2.1", - "description": "Color conversion and manipulation with CSS string support", - "keywords": [ - "color", - "colour", - "css" - ], - "authors": [ - "Josh Junon ", - "Heather Arthur ", - "Maxime Thirouin" - ], - "license": "MIT", - "repository": "Qix-/color", - "xo": { - "rules": { - "no-cond-assign": 0, - "new-cap": 0 - } - }, - "files": [ - "CHANGELOG.md", - "LICENSE", - "index.js" - ], - "scripts": { - "pretest": "xo", - "test": "mocha" - }, - "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" - }, - "devDependencies": { - "mocha": "9.0.2", - "xo": "0.12.1" - } -} diff --git a/node_modules/colord/package.json b/node_modules/colord/package.json deleted file mode 100644 index 7e2d999..0000000 --- a/node_modules/colord/package.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "name": "colord", - "version": "2.9.3", - "description": "👑 A tiny yet powerful tool for high-performance color manipulations and conversions", - "keywords": [ - "color", - "parser", - "convert", - "tiny", - "hex", - "rgb", - "hsl", - "hsv", - "hwb", - "lab", - "lch", - "xyz", - "css", - "color-names", - "a11y", - "cmyk", - "mix", - "minify", - "harmonies" - ], - "repository": "omgovich/colord", - "author": "Vlad Shilov ", - "license": "MIT", - "sideEffects": false, - "main": "./index.js", - "module": "./index.mjs", - "exports": { - ".": { - "types": "./index.d.ts", - "import": "./index.mjs", - "require": "./index.js", - "default": "./index.mjs" - }, - "./plugins/a11y": { - "types": "./plugins/a11y.d.ts", - "import": "./plugins/a11y.mjs", - "require": "./plugins/a11y.js", - "default": "./plugins/a11y.mjs" - }, - "./plugins/cmyk": { - "types": "./plugins/cmyk.d.ts", - "import": "./plugins/cmyk.mjs", - "require": "./plugins/cmyk.js", - "default": "./plugins/cmyk.mjs" - }, - "./plugins/harmonies": { - "types": "./plugins/harmonies.d.ts", - "import": "./plugins/harmonies.mjs", - "require": "./plugins/harmonies.js", - "default": "./plugins/harmonies.mjs" - }, - "./plugins/hwb": { - "types": "./plugins/hwb.d.ts", - "import": "./plugins/hwb.mjs", - "require": "./plugins/hwb.js", - "default": "./plugins/hwb.mjs" - }, - "./plugins/lab": { - "types": "./plugins/lab.d.ts", - "import": "./plugins/lab.mjs", - "require": "./plugins/lab.js", - "default": "./plugins/lab.mjs" - }, - "./plugins/lch": { - "types": "./plugins/lch.d.ts", - "import": "./plugins/lch.mjs", - "require": "./plugins/lch.js", - "default": "./plugins/lch.mjs" - }, - "./plugins/minify": { - "types": "./plugins/minify.d.ts", - "import": "./plugins/minify.mjs", - "require": "./plugins/minify.js", - "default": "./plugins/minify.mjs" - }, - "./plugins/mix": { - "types": "./plugins/mix.d.ts", - "import": "./plugins/mix.mjs", - "require": "./plugins/mix.js", - "default": "./plugins/mix.mjs" - }, - "./plugins/names": { - "types": "./plugins/names.d.ts", - "import": "./plugins/names.mjs", - "require": "./plugins/names.js", - "default": "./plugins/names.mjs" - }, - "./plugins/xyz": { - "types": "./plugins/xyz.d.ts", - "import": "./plugins/xyz.mjs", - "require": "./plugins/xyz.js", - "default": "./plugins/xyz.mjs" - }, - "./package.json": "./package.json" - }, - "files": [ - "*.{js,mjs,ts,map}", - "plugins/*.{js,mjs,ts,map}" - ], - "types": "index.d.ts", - "scripts": { - "lint": "eslint src/**/*.ts", - "size": "npm run build && size-limit", - "check-types": "tsc --noEmit true", - "test": "jest tests --coverage", - "benchmark": "tsc --outDir bench --skipLibCheck --esModuleInterop ./tests/benchmark.ts && node ./bench/tests/benchmark.js && rm -rf ./bench", - "build": "rm -rf ./dist/* && rollup --config", - "release": "npm run build && cp *.json dist && cp *.md dist && npm publish dist", - "check-release": "npm run release -- --dry-run" - }, - "dependencies": {}, - "devDependencies": { - "@size-limit/preset-small-lib": "^4.10.1", - "@types/jest": "^26.0.22", - "@typescript-eslint/eslint-plugin": "^4.19.0", - "@typescript-eslint/parser": "^4.19.0", - "ac-colors": "^1.4.2", - "benny": "^3.6.15", - "chroma-js": "^2.1.1", - "color": "^3.1.3", - "eslint": "^7.14.0", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-prettier": "^3.1.4", - "glob": "^7.1.6", - "jest": "^26.6.3", - "prettier": "^2.2.0", - "rollup": "^2.43.1", - "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.30.0", - "size-limit": "^4.10.1", - "tinycolor2": "^1.4.2", - "ts-jest": "^26.5.4", - "ts-node": "^9.1.1", - "tslib": "^2.1.0", - "typescript": "^4.2.3" - }, - "jest": { - "verbose": true, - "transform": { - "^.+\\.ts$": "ts-jest" - } - }, - "eslintConfig": { - "plugins": [ - "prettier" - ], - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended", - "plugin:prettier/recommended", - "prettier/@typescript-eslint" - ] - }, - "prettier": { - "printWidth": 100 - }, - "size-limit": [ - { - "path": "dist/index.mjs", - "import": "{ colord }", - "limit": "2 KB" - }, - { - "path": "dist/plugins/a11y.mjs", - "limit": "0.5 KB" - }, - { - "path": "dist/plugins/cmyk.mjs", - "limit": "1 KB" - }, - { - "path": "dist/plugins/harmonies.mjs", - "limit": "0.5 KB" - }, - { - "path": "dist/plugins/hwb.mjs", - "limit": "1 KB" - }, - { - "path": "dist/plugins/lab.mjs", - "limit": "1.5 KB" - }, - { - "path": "dist/plugins/lch.mjs", - "limit": "1.5 KB" - }, - { - "path": "dist/plugins/minify.mjs", - "limit": "0.6 KB" - }, - { - "path": "dist/plugins/mix.mjs", - "limit": "1 KB" - }, - { - "path": "dist/plugins/names.mjs", - "limit": "1.5 KB" - }, - { - "path": "dist/plugins/xyz.mjs", - "limit": "1 KB" - } - ] -} diff --git a/node_modules/colorette/package.json b/node_modules/colorette/package.json deleted file mode 100644 index d827eee..0000000 --- a/node_modules/colorette/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "colorette", - "version": "2.0.20", - "type": "module", - "main": "index.cjs", - "module": "index.js", - "types": "index.d.ts", - "description": "🌈Easily set your terminal text color & styles.", - "repository": "jorgebucaran/colorette", - "license": "MIT", - "exports": { - "./package.json": "./package.json", - ".": { - "require": "./index.cjs", - "import": "./index.js", - "types": "./index.d.ts" - } - }, - "files": [ - "*.*(c)[tj]s*" - ], - "author": "Jorge Bucaran", - "keywords": [ - "terminal", - "styles", - "color", - "ansi" - ], - "scripts": { - "test": "c8 twist tests/*.js", - "build": "npx rollup --format cjs --input index.js --file index.cjs", - "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags", - "release": "tag=$npm_package_version npm run deploy && npm publish --access public", - "prepare": "npm run build" - }, - "devDependencies": { - "c8": "*", - "twist": "*" - } -} diff --git a/node_modules/colorspace/package.json b/node_modules/colorspace/package.json deleted file mode 100644 index ede6f4b..0000000 --- a/node_modules/colorspace/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "colorspace", - "version": "1.1.4", - "description": "Generate HEX colors for a given namespace.", - "main": "index.js", - "scripts": { - "test": "mocha test.js" - }, - "keywords": [ - "namespace", - "color", - "hex", - "colorize", - "name", - "space", - "colorspace" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "bugs": { - "url": "https://github.com/3rd-Eden/colorspace/issues" - }, - "homepage": "https://github.com/3rd-Eden/colorspace", - "repository": { - "type": "git", - "url": "https://github.com/3rd-Eden/colorspace" - }, - "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" - }, - "devDependencies": { - "assume": "2.1.x", - "mocha": "5.2.x", - "pre-commit": "1.2.x" - } -} diff --git a/node_modules/combined-stream/package.json b/node_modules/combined-stream/package.json deleted file mode 100644 index 6982b6d..0000000 --- a/node_modules/combined-stream/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "author": "Felix Geisendörfer (http://debuggable.com/)", - "name": "combined-stream", - "description": "A stream that emits multiple other streams one after another.", - "version": "1.0.8", - "homepage": "https://github.com/felixge/node-combined-stream", - "repository": { - "type": "git", - "url": "git://github.com/felixge/node-combined-stream.git" - }, - "main": "./lib/combined_stream", - "scripts": { - "test": "node test/run.js" - }, - "engines": { - "node": ">= 0.8" - }, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "devDependencies": { - "far": "~0.0.7" - }, - "license": "MIT" -} diff --git a/node_modules/cometd-nodejs-client/package.json b/node_modules/cometd-nodejs-client/package.json deleted file mode 100644 index 3b5ac08..0000000 --- a/node_modules/cometd-nodejs-client/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "cometd-nodejs-client", - "version": "1.0.2", - "description": "Adapter code to run the CometD JavaScript library in a NodeJS environment", - "keywords": [ - "node", - "nodejs", - "cometd" - ], - "homepage": "https://cometd.org", - "bugs": { - "url": "https://github.com/cometd/cometd-nodejs-client/issues" - }, - "license": "Apache-2.0", - "main": "cometd-nodejs-client.js", - "repository": { - "type": "git", - "url": "https://github.com/cometd/cometd-nodejs-client.git" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "mocha": "*" - } -} diff --git a/node_modules/cometd/package.json b/node_modules/cometd/package.json deleted file mode 100644 index f757e47..0000000 --- a/node_modules/cometd/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "cometd", - "version": "4.0.8", - "description": "Comet and WebSocket library for web messaging", - "keywords": ["comet", "websocket", "messaging", "pubsub", "publish", "subscribe", "rpc", "p2p", "peer-to-peer"], - "homepage": "https://cometd.org", - "bugs": { - "url": "https://bugs.cometd.org" - }, - "license": "Apache-2.0", - "main": "cometd.js", - "repository": { - "type": "git", - "url": "https://github.com/cometd/cometd.git" - } -} diff --git a/node_modules/commander/package.json b/node_modules/commander/package.json deleted file mode 100644 index 432375a..0000000 --- a/node_modules/commander/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "commander", - "version": "11.1.0", - "description": "the complete solution for node.js command-line programs", - "keywords": [ - "commander", - "command", - "option", - "parser", - "cli", - "argument", - "args", - "argv" - ], - "author": "TJ Holowaychuk ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/tj/commander.js.git" - }, - "scripts": { - "lint": "npm run lint:javascript && npm run lint:typescript", - "lint:javascript": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"", - "lint:typescript": "eslint typings/*.ts tests/*.ts", - "test": "jest && npm run typecheck-ts", - "test-esm": "node ./tests/esm-imports-test.mjs", - "typecheck-ts": "tsd && tsc -p tsconfig.ts.json", - "typecheck-js": "tsc -p tsconfig.js.json", - "test-all": "npm run test && npm run lint && npm run typecheck-js && npm run test-esm" - }, - "files": [ - "index.js", - "lib/*.js", - "esm.mjs", - "typings/index.d.ts", - "typings/esm.d.mts", - "package-support.json" - ], - "type": "commonjs", - "main": "./index.js", - "exports": { - ".": { - "require": { - "types": "./typings/index.d.ts", - "default": "./index.js" - }, - "import": { - "types": "./typings/esm.d.mts", - "default": "./esm.mjs" - }, - "default": "./index.js" - }, - "./esm.mjs": { - "types": "./typings/esm.d.mts", - "import": "./esm.mjs" - } - }, - "devDependencies": { - "@types/jest": "^29.2.4", - "@types/node": "^20.2.5", - "@typescript-eslint/eslint-plugin": "^5.47.1", - "@typescript-eslint/parser": "^5.47.1", - "eslint": "^8.30.0", - "eslint-config-standard": "^17.0.0", - "eslint-config-standard-with-typescript": "^33.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.1.7", - "eslint-plugin-n": "^15.6.0", - "eslint-plugin-promise": "^6.1.1", - "jest": "^29.3.1", - "ts-jest": "^29.0.3", - "tsd": "^0.28.1", - "typescript": "^5.0.4" - }, - "types": "typings/index.d.ts", - "engines": { - "node": ">=16" - }, - "support": true -} diff --git a/node_modules/common-path-prefix/package.json b/node_modules/common-path-prefix/package.json deleted file mode 100644 index e85fd84..0000000 --- a/node_modules/common-path-prefix/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "common-path-prefix", - "version": "3.0.0", - "description": "Computes the longest prefix string that is common to each path, excluding the base component", - "main": "index.js", - "files": [ - "index.d.ts", - "index.js" - ], - "scripts": { - "test": "standard && nyc ava" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/novemberborn/common-path-prefix.git" - }, - "author": "Mark Wubben (https://novemberborn.net/)", - "license": "ISC", - "bugs": { - "url": "https://github.com/novemberborn/common-path-prefix/issues" - }, - "homepage": "https://github.com/novemberborn/common-path-prefix#readme", - "keywords": [ - "common", - "path", - "directory", - "dir", - "file", - "root", - "typescript", - "common prefix", - "common path", - "common path start", - "common root" - ], - "devDependencies": { - "ava": "^2.3.0", - "nyc": "^14.1.1", - "standard": "^14.0.2" - } -} diff --git a/node_modules/compressible/package.json b/node_modules/compressible/package.json deleted file mode 100644 index ab582cb..0000000 --- a/node_modules/compressible/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "compressible", - "description": "Compressible Content-Type / mime checking", - "version": "2.0.18", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)", - "Jeremiah Senkpiel (https://searchbeam.jit.su)" - ], - "license": "MIT", - "repository": "jshttp/compressible", - "keywords": [ - "compress", - "gzip", - "mime", - "content-type" - ], - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "devDependencies": { - "eslint": "6.8.0", - "eslint-config-standard": "14.1.0", - "eslint-plugin-import": "2.19.1", - "eslint-plugin-markdown": "1.0.1", - "eslint-plugin-node": "11.0.0", - "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.0.1", - "mocha": "7.0.0", - "nyc": "15.0.0" - }, - "engines": { - "node": ">= 0.6" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "index.js" - ], - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "test-travis": "nyc --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/node_modules/compression/node_modules/bytes/package.json b/node_modules/compression/node_modules/bytes/package.json deleted file mode 100644 index 2193296..0000000 --- a/node_modules/compression/node_modules/bytes/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "bytes", - "description": "Utility to parse a string bytes to bytes and vice-versa", - "version": "3.0.0", - "author": "TJ Holowaychuk (http://tjholowaychuk.com)", - "contributors": [ - "Jed Watson ", - "Théo FIDRY " - ], - "license": "MIT", - "keywords": [ - "byte", - "bytes", - "utility", - "parse", - "parser", - "convert", - "converter" - ], - "repository": "visionmedia/bytes.js", - "devDependencies": { - "mocha": "2.5.3", - "nyc": "10.3.2" - }, - "files": [ - "History.md", - "LICENSE", - "Readme.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "test": "mocha --check-leaks --reporter spec", - "test-ci": "nyc --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/node_modules/compression/node_modules/debug/package.json b/node_modules/compression/node_modules/debug/package.json deleted file mode 100644 index dc787ba..0000000 --- a/node_modules/compression/node_modules/debug/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "debug", - "version": "2.6.9", - "repository": { - "type": "git", - "url": "git://github.com/visionmedia/debug.git" - }, - "description": "small debugging utility", - "keywords": [ - "debug", - "log", - "debugger" - ], - "author": "TJ Holowaychuk ", - "contributors": [ - "Nathan Rajlich (http://n8.io)", - "Andrew Rhyne " - ], - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - }, - "devDependencies": { - "browserify": "9.0.3", - "chai": "^3.5.0", - "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", - "istanbul": "^0.4.5", - "karma": "^1.3.0", - "karma-chai": "^0.1.0", - "karma-mocha": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.2", - "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", - "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0" - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "component": { - "scripts": { - "debug/index.js": "browser.js", - "debug/debug.js": "debug.js" - } - } -} diff --git a/node_modules/compression/node_modules/ms/package.json b/node_modules/compression/node_modules/ms/package.json deleted file mode 100644 index 6a31c81..0000000 --- a/node_modules/compression/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.0.0", - "description": "Tiny milisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "3.19.0", - "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" - } -} diff --git a/node_modules/compression/node_modules/safe-buffer/package.json b/node_modules/compression/node_modules/safe-buffer/package.json deleted file mode 100644 index 623fbc3..0000000 --- a/node_modules/compression/node_modules/safe-buffer/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "safe-buffer", - "description": "Safer Node.js Buffer API", - "version": "5.1.2", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/safe-buffer/issues" - }, - "devDependencies": { - "standard": "*", - "tape": "^4.0.0" - }, - "homepage": "https://github.com/feross/safe-buffer", - "keywords": [ - "buffer", - "buffer allocate", - "node security", - "safe", - "safe-buffer", - "security", - "uninitialized" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/safe-buffer.git" - }, - "scripts": { - "test": "standard && tape test/*.js" - } -} diff --git a/node_modules/compression/package.json b/node_modules/compression/package.json deleted file mode 100644 index 7358c8f..0000000 --- a/node_modules/compression/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "compression", - "description": "Node.js compression middleware", - "version": "1.7.4", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "expressjs/compression", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "devDependencies": { - "after": "0.8.2", - "eslint": "5.15.1", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-markdown": "1.0.0", - "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.0.1", - "eslint-plugin-standard": "4.0.0", - "istanbul": "0.4.5", - "mocha": "6.0.2", - "supertest": "4.0.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8.0" - }, - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --check-leaks --reporter spec --bail", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec" - } -} diff --git a/node_modules/concat-map/package.json b/node_modules/concat-map/package.json deleted file mode 100644 index d3640e6..0000000 --- a/node_modules/concat-map/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name" : "concat-map", - "description" : "concatenative mapdashery", - "version" : "0.0.1", - "repository" : { - "type" : "git", - "url" : "git://github.com/substack/node-concat-map.git" - }, - "main" : "index.js", - "keywords" : [ - "concat", - "concatMap", - "map", - "functional", - "higher-order" - ], - "directories" : { - "example" : "example", - "test" : "test" - }, - "scripts" : { - "test" : "tape test/*.js" - }, - "devDependencies" : { - "tape" : "~2.4.0" - }, - "license" : "MIT", - "author" : { - "name" : "James Halliday", - "email" : "mail@substack.net", - "url" : "http://substack.net" - }, - "testling" : { - "files" : "test/*.js", - "browsers" : { - "ie" : [ 6, 7, 8, 9 ], - "ff" : [ 3.5, 10, 15.0 ], - "chrome" : [ 10, 22 ], - "safari" : [ 5.1 ], - "opera" : [ 12 ] - } - } -} diff --git a/node_modules/connect-history-api-fallback/package.json b/node_modules/connect-history-api-fallback/package.json deleted file mode 100644 index 30e1277..0000000 --- a/node_modules/connect-history-api-fallback/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "connect-history-api-fallback", - "version": "2.0.0", - "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.", - "keyswords": [ - "connect", - "express", - "html5", - "history api", - "fallback", - "spa" - ], - "engines": { - "node": ">=0.8" - }, - "main": "lib/index.js", - "files": [ - "lib" - ], - "scripts": { - "test": "jest && eslint lib/*.js test/*.js" - }, - "repository": { - "type": "git", - "url": "http://github.com/bripkens/connect-history-api-fallback.git" - }, - "author": { - "name": "Ben Ripkens", - "email": "bripkens@gmail.com" - }, - "contributors": [ - "Craig Myles (http://www.craigmyles.com)" - ], - "license": "MIT", - "devDependencies": { - "eslint": "^5.16.0", - "jest": "^24.8.0", - "sinon": "^7.3.2" - } -} diff --git a/node_modules/connect/node_modules/debug/package.json b/node_modules/connect/node_modules/debug/package.json deleted file mode 100644 index dc787ba..0000000 --- a/node_modules/connect/node_modules/debug/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "debug", - "version": "2.6.9", - "repository": { - "type": "git", - "url": "git://github.com/visionmedia/debug.git" - }, - "description": "small debugging utility", - "keywords": [ - "debug", - "log", - "debugger" - ], - "author": "TJ Holowaychuk ", - "contributors": [ - "Nathan Rajlich (http://n8.io)", - "Andrew Rhyne " - ], - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - }, - "devDependencies": { - "browserify": "9.0.3", - "chai": "^3.5.0", - "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", - "istanbul": "^0.4.5", - "karma": "^1.3.0", - "karma-chai": "^0.1.0", - "karma-mocha": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.2", - "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", - "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0" - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "component": { - "scripts": { - "debug/index.js": "browser.js", - "debug/debug.js": "debug.js" - } - } -} diff --git a/node_modules/connect/node_modules/finalhandler/package.json b/node_modules/connect/node_modules/finalhandler/package.json deleted file mode 100644 index 79c8f3e..0000000 --- a/node_modules/connect/node_modules/finalhandler/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "finalhandler", - "description": "Node.js final http responder", - "version": "1.1.2", - "author": "Douglas Christopher Wilson ", - "license": "MIT", - "repository": "pillarjs/finalhandler", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "devDependencies": { - "eslint": "5.16.0", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.17.2", - "eslint-plugin-markdown": "1.0.0", - "eslint-plugin-node": "8.0.1", - "eslint-plugin-promise": "4.1.1", - "eslint-plugin-standard": "4.0.0", - "istanbul": "0.4.5", - "mocha": "6.1.4", - "readable-stream": "2.3.6", - "safe-buffer": "5.1.2", - "supertest": "4.0.2" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" - } -} diff --git a/node_modules/connect/node_modules/ms/package.json b/node_modules/connect/node_modules/ms/package.json deleted file mode 100644 index 6a31c81..0000000 --- a/node_modules/connect/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.0.0", - "description": "Tiny milisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "3.19.0", - "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" - } -} diff --git a/node_modules/connect/node_modules/on-finished/package.json b/node_modules/connect/node_modules/on-finished/package.json deleted file mode 100644 index b9df1bd..0000000 --- a/node_modules/connect/node_modules/on-finished/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "on-finished", - "description": "Execute a callback when a request closes, finishes, or errors", - "version": "2.3.0", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "jshttp/on-finished", - "dependencies": { - "ee-first": "1.1.1" - }, - "devDependencies": { - "istanbul": "0.3.9", - "mocha": "2.2.5" - }, - "engines": { - "node": ">= 0.8" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "scripts": { - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/node_modules/connect/node_modules/statuses/package.json b/node_modules/connect/node_modules/statuses/package.json deleted file mode 100644 index 7595e2b..0000000 --- a/node_modules/connect/node_modules/statuses/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "statuses", - "description": "HTTP status utility", - "version": "1.5.0", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)" - ], - "repository": "jshttp/statuses", - "license": "MIT", - "keywords": [ - "http", - "status", - "code" - ], - "files": [ - "HISTORY.md", - "index.js", - "codes.json", - "LICENSE" - ], - "devDependencies": { - "csv-parse": "1.2.4", - "eslint": "4.19.1", - "eslint-config-standard": "11.0.0", - "eslint-plugin-import": "2.9.0", - "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-node": "6.0.1", - "eslint-plugin-promise": "3.7.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "1.21.5", - "raw-body": "2.3.2", - "stream-to-array": "2.3.0" - }, - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "build": "node scripts/build.js", - "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "update": "npm run fetch && npm run build" - } -} diff --git a/node_modules/connect/package.json b/node_modules/connect/package.json deleted file mode 100644 index 2cf6fa8..0000000 --- a/node_modules/connect/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "connect", - "description": "High performance middleware framework", - "version": "3.7.0", - "author": "TJ Holowaychuk (http://tjholowaychuk.com)", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong ", - "Tim Caswell " - ], - "keywords": [ - "framework", - "web", - "middleware", - "connect", - "rack" - ], - "repository": "senchalabs/connect", - "dependencies": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "devDependencies": { - "eslint": "4.19.1", - "mocha": "6.1.4", - "nyc": "14.1.1", - "supertest": "4.0.2" - }, - "license": "MIT", - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "SECURITY.md", - "index.js" - ], - "engines": { - "node": ">= 0.10.0" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "test-travis": "nyc --reporter=text npm test" - } -} diff --git a/node_modules/console-control-strings/package.json b/node_modules/console-control-strings/package.json deleted file mode 100644 index eb6c62a..0000000 --- a/node_modules/console-control-strings/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "console-control-strings", - "version": "1.1.0", - "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", - "main": "index.js", - "directories": { - "test": "test" - }, - "scripts": { - "test": "standard && tap test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/iarna/console-control-strings" - }, - "keywords": [], - "author": "Rebecca Turner (http://re-becca.org/)", - "license": "ISC", - "files": [ - "LICENSE", - "index.js" - ], - "devDependencies": { - "standard": "^7.1.2", - "tap": "^5.7.2" - } -} diff --git a/node_modules/content-disposition/package.json b/node_modules/content-disposition/package.json deleted file mode 100644 index 43c70ce..0000000 --- a/node_modules/content-disposition/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "content-disposition", - "description": "Create and parse Content-Disposition header", - "version": "0.5.4", - "author": "Douglas Christopher Wilson ", - "license": "MIT", - "keywords": [ - "content-disposition", - "http", - "rfc6266", - "res" - ], - "repository": "jshttp/content-disposition", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "devDependencies": { - "deep-equal": "1.0.1", - "eslint": "7.32.0", - "eslint-config-standard": "13.0.1", - "eslint-plugin-import": "2.25.3", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "istanbul": "0.4.5", - "mocha": "9.1.3" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" - } -} diff --git a/node_modules/content-type/package.json b/node_modules/content-type/package.json deleted file mode 100644 index 9db19f6..0000000 --- a/node_modules/content-type/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "content-type", - "description": "Create and parse HTTP Content-Type header", - "version": "1.0.5", - "author": "Douglas Christopher Wilson ", - "license": "MIT", - "keywords": [ - "content-type", - "http", - "req", - "res", - "rfc7231" - ], - "repository": "jshttp/content-type", - "devDependencies": { - "deep-equal": "1.0.1", - "eslint": "8.32.0", - "eslint-config-standard": "15.0.1", - "eslint-plugin-import": "2.27.5", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "6.1.1", - "eslint-plugin-standard": "4.1.0", - "mocha": "10.2.0", - "nyc": "15.1.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/node_modules/convert-source-map/package.json b/node_modules/convert-source-map/package.json deleted file mode 100644 index 0d796ca..0000000 --- a/node_modules/convert-source-map/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "convert-source-map", - "version": "1.9.0", - "description": "Converts a source-map from/to different formats and allows adding/changing properties.", - "main": "index.js", - "scripts": { - "test": "tap test/*.js --color" - }, - "repository": { - "type": "git", - "url": "git://github.com/thlorenz/convert-source-map.git" - }, - "homepage": "https://github.com/thlorenz/convert-source-map", - "devDependencies": { - "inline-source-map": "~0.6.2", - "tap": "~9.0.0" - }, - "keywords": [ - "convert", - "sourcemap", - "source", - "map", - "browser", - "debug" - ], - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" - }, - "license": "MIT", - "engine": { - "node": ">=0.6" - }, - "files": [ - "index.js" - ], - "browser": { - "fs": false - } -} diff --git a/node_modules/cookie-parse/package.json b/node_modules/cookie-parse/package.json deleted file mode 100644 index 35bc1f4..0000000 --- a/node_modules/cookie-parse/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "cookie-parse", - "description": "HTTP server cookie parsing and serialization", - "version": "0.4.0", - "author": "Roman Shtylman ", - "contributors": [ - "Douglas Christopher Wilson ", - "Jeff Kohrman " - ], - "license": "MIT", - "keywords": [ - "cookie", - "cookies" - ], - "repository": "jkohrman/cookie-parse", - "devDependencies": { - "istanbul": "0.4.5", - "mocha": "1.21.5" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" - } -} diff --git a/node_modules/cookie-signature/package.json b/node_modules/cookie-signature/package.json deleted file mode 100644 index 29c4498..0000000 --- a/node_modules/cookie-signature/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "cookie-signature", - "version": "1.0.6", - "description": "Sign and unsign cookies", - "keywords": ["cookie", "sign", "unsign"], - "author": "TJ Holowaychuk ", - "license": "MIT", - "repository": { "type": "git", "url": "https://github.com/visionmedia/node-cookie-signature.git"}, - "dependencies": {}, - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "scripts": { - "test": "mocha --require should --reporter spec" - }, - "main": "index" -} diff --git a/node_modules/cookie/package.json b/node_modules/cookie/package.json deleted file mode 100644 index 0c3f006..0000000 --- a/node_modules/cookie/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "cookie", - "description": "HTTP server cookie parsing and serialization", - "version": "0.6.0", - "author": "Roman Shtylman ", - "contributors": [ - "Douglas Christopher Wilson " - ], - "license": "MIT", - "keywords": [ - "cookie", - "cookies" - ], - "repository": "jshttp/cookie", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "8.53.0", - "eslint-plugin-markdown": "3.0.1", - "mocha": "10.2.0", - "nyc": "15.1.0", - "safe-buffer": "5.2.1", - "top-sites": "1.1.194" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "SECURITY.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "update-bench": "node scripts/update-benchmark.js", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/node_modules/copy-anything/package.json b/node_modules/copy-anything/package.json deleted file mode 100644 index 04ceeb8..0000000 --- a/node_modules/copy-anything/package.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "name": "copy-anything", - "sideEffects": false, - "version": "2.0.6", - "description": "An optimised way to copy'ing an object. A small and simple integration", - "module": "./dist/index.es.js", - "main": "./dist/index.cjs", - "types": "./dist/types/index.d.ts", - "exports": { - ".": { - "import": "./dist/index.es.js", - "require": "./dist/index.cjs", - "types": "./dist/types/index.d.ts" - } - }, - "files": [ - "dist" - ], - "scripts": { - "test": "vitest run", - "lint": "tsc --noEmit && eslint ./src --ext .ts", - "build": "rollup -c ./scripts/build.js", - "release": "npm run lint && del dist && npm run build && np" - }, - "dependencies": { - "is-what": "^3.14.1" - }, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.10.1", - "@typescript-eslint/parser": "^5.10.1", - "del-cli": "^4.0.1", - "eslint": "^8.7.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-tree-shaking": "^1.10.0", - "np": "^7.6.0", - "prettier": "^2.5.1", - "rollup": "^2.66.0", - "rollup-plugin-typescript2": "^0.31.1", - "typescript": "^4.5.5", - "vitest": "^0.2.1" - }, - "keywords": [ - "copy", - "clone", - "json-stringify", - "stringify-parse", - "object", - "copy-objects", - "clone-objects", - "json-stringify-json-parse", - "deep-clone", - "deep-copy", - "typescript", - "ts" - ], - "author": "Luca Ban - Mesqueeb", - "funding": "https://github.com/sponsors/mesqueeb", - "license": "MIT", - "bugs": { - "url": "https://github.com/mesqueeb/copy-anything/issues" - }, - "homepage": "https://github.com/mesqueeb/copy-anything#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/mesqueeb/copy-anything.git" - }, - "np": { - "yarn": false, - "branch": "legacy" - }, - "eslintConfig": { - "ignorePatterns": [ - "node_modules", - "dist", - "scripts", - "test" - ], - "root": true, - "parser": "@typescript-eslint/parser", - "plugins": [ - "@typescript-eslint", - "tree-shaking" - ], - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended", - "prettier" - ], - "rules": { - "@typescript-eslint/no-empty-function": "off", - "@typescript-eslint/no-explicit-any": "off", - "@typescript-eslint/ban-ts-ignore": "off", - "tree-shaking/no-side-effects-in-initialization": "error", - "@typescript-eslint/ban-ts-comment": "off" - } - } -} diff --git a/node_modules/copy-webpack-plugin/node_modules/glob-parent/package.json b/node_modules/copy-webpack-plugin/node_modules/glob-parent/package.json deleted file mode 100644 index baeab42..0000000 --- a/node_modules/copy-webpack-plugin/node_modules/glob-parent/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "glob-parent", - "version": "6.0.2", - "description": "Extract the non-magic parent path from a glob string.", - "author": "Gulp Team (https://gulpjs.com/)", - "contributors": [ - "Elan Shanker (https://github.com/es128)", - "Blaine Bublitz " - ], - "repository": "gulpjs/glob-parent", - "license": "ISC", - "engines": { - "node": ">=10.13.0" - }, - "main": "index.js", - "files": [ - "LICENSE", - "index.js" - ], - "scripts": { - "lint": "eslint .", - "pretest": "npm run lint", - "test": "nyc mocha --async-only" - }, - "dependencies": { - "is-glob": "^4.0.3" - }, - "devDependencies": { - "eslint": "^7.0.0", - "eslint-config-gulp": "^5.0.0", - "expect": "^26.0.1", - "mocha": "^7.1.2", - "nyc": "^15.0.1" - }, - "nyc": { - "reporter": [ - "lcov", - "text-summary" - ] - }, - "prettier": { - "singleQuote": true - }, - "keywords": [ - "glob", - "parent", - "strip", - "path", - "dirname", - "directory", - "base", - "wildcard" - ] -} diff --git a/node_modules/copy-webpack-plugin/node_modules/schema-utils/package.json b/node_modules/copy-webpack-plugin/node_modules/schema-utils/package.json deleted file mode 100644 index e119e72..0000000 --- a/node_modules/copy-webpack-plugin/node_modules/schema-utils/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "schema-utils", - "version": "4.2.0", - "description": "webpack Validation Utils", - "license": "MIT", - "repository": "webpack/schema-utils", - "author": "webpack Contrib (https://github.com/webpack-contrib)", - "homepage": "https://github.com/webpack/schema-utils", - "bugs": "https://github.com/webpack/schema-utils/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/index.js", - "types": "declarations/index.d.ts", - "engines": { - "node": ">= 12.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist declarations", - "prebuild": "npm run clean", - "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write", - "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "build": "npm-run-all -p \"build:**\"", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", - "lint:js": "eslint --cache .", - "lint:types": "tsc --pretty --noEmit", - "lint": "npm-run-all lint:js lint:types fmt:check", - "fmt": "npm run fmt:check -- --write", - "fix:js": "npm run lint:js -- --fix", - "fix": "npm-run-all fix:js fmt", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "npm run build && husky install", - "release": "standard-version" - }, - "files": [ - "dist", - "declarations" - ], - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "devDependencies": { - "@babel/cli": "^7.17.0", - "@babel/core": "^7.17.0", - "@babel/preset-env": "^7.16.11", - "@commitlint/cli": "^17.6.1", - "@commitlint/config-conventional": "^16.0.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^27.4.6", - "cross-env": "^7.0.3", - "del": "^6.0.0", - "del-cli": "^4.0.1", - "eslint": "^8.8.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.4", - "husky": "^7.0.4", - "jest": "^27.4.7", - "lint-staged": "^13.2.1", - "npm-run-all": "^4.1.5", - "prettier": "^2.5.1", - "standard-version": "^9.3.2", - "typescript": "^4.9.5", - "webpack": "^5.68.0" - }, - "keywords": [ - "webpack" - ] -} diff --git a/node_modules/copy-webpack-plugin/package.json b/node_modules/copy-webpack-plugin/package.json deleted file mode 100644 index 34308fa..0000000 --- a/node_modules/copy-webpack-plugin/package.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "copy-webpack-plugin", - "version": "11.0.0", - "description": "Copy files && directories with webpack", - "license": "MIT", - "repository": "webpack-contrib/copy-webpack-plugin", - "author": "Len Boyette", - "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin", - "bugs": "https://github.com/webpack-contrib/copy-webpack-plugin/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/index.js", - "types": "types/index.d.ts", - "engines": { - "node": ">= 14.15.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist types", - "prebuild": "npm run clean", - "build:types": "tsc --declaration --emitDeclarationOnly --outDir types --rootDir src && prettier \"types/**/*.ts\" --write", - "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "build": "npm-run-all -p \"build:**\"", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "lint:prettier": "prettier --list-different .", - "lint:js": "eslint --cache .", - "lint:types": "tsc --pretty --noEmit", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist", - "types" - ], - "peerDependencies": { - "webpack": "^5.1.0" - }, - "dependencies": { - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.1", - "globby": "^13.1.1", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.10", - "@babel/eslint-parser": "^7.16.5", - "@babel/preset-env": "^7.17.12", - "@commitlint/cli": "^17.0.0", - "@commitlint/config-conventional": "^17.0.0", - "@types/glob-parent": "^5.1.1", - "@types/normalize-path": "^3.0.0", - "@types/serialize-javascript": "^5.0.2", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^28.1.0", - "cross-env": "^7.0.3", - "del": "^6.0.0", - "del-cli": "^4.0.1", - "eslint": "^8.15.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-import": "^2.26.0", - "file-loader": "^6.2.0", - "husky": "^8.0.1", - "is-gzip": "^2.0.0", - "jest": "^28.1.0", - "lint-staged": "^12.4.1", - "memfs": "^3.4.1", - "mkdirp": "^1.0.4", - "npm-run-all": "^4.1.5", - "prettier": "^2.6.2", - "standard-version": "^9.3.1", - "typescript": "^4.6.4", - "webpack": "^5.72.1" - }, - "keywords": [ - "webpack", - "plugin", - "transfer", - "move", - "copy" - ] -} diff --git a/node_modules/core-js-compat/package.json b/node_modules/core-js-compat/package.json deleted file mode 100644 index d342e92..0000000 --- a/node_modules/core-js-compat/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "core-js-compat", - "version": "3.36.1", - "type": "commonjs", - "description": "core-js compat", - "repository": { - "type": "git", - "url": "https://github.com/zloirock/core-js.git", - "directory": "packages/core-js-compat" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - }, - "license": "MIT", - "author": { - "name": "Denis Pushkarev", - "email": "zloirock@zloirock.ru", - "url": "http://zloirock.ru" - }, - "sideEffects": false, - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "browserslist": "^4.23.0" - } -} diff --git a/node_modules/core-util-is/package.json b/node_modules/core-util-is/package.json deleted file mode 100644 index b0c51f5..0000000 --- a/node_modules/core-util-is/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "core-util-is", - "version": "1.0.3", - "description": "The `util.is*` functions introduced in Node v0.12.", - "main": "lib/util.js", - "files": [ - "lib" - ], - "repository": { - "type": "git", - "url": "git://github.com/isaacs/core-util-is" - }, - "keywords": [ - "util", - "isBuffer", - "isArray", - "isNumber", - "isString", - "isRegExp", - "isThis", - "isThat", - "polyfill" - ], - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/isaacs/core-util-is/issues" - }, - "scripts": { - "test": "tap test.js", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "devDependencies": { - "tap": "^15.0.9" - } -} diff --git a/node_modules/cors/package.json b/node_modules/cors/package.json deleted file mode 100644 index ff37d98..0000000 --- a/node_modules/cors/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "cors", - "description": "Node.js CORS middleware", - "version": "2.8.5", - "author": "Troy Goode (https://github.com/troygoode/)", - "license": "MIT", - "keywords": [ - "cors", - "express", - "connect", - "middleware" - ], - "repository": "expressjs/cors", - "main": "./lib/index.js", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "devDependencies": { - "after": "0.8.2", - "eslint": "2.13.1", - "express": "4.16.3", - "mocha": "5.2.0", - "nyc": "13.1.0", - "supertest": "3.3.0" - }, - "files": [ - "lib/index.js", - "CONTRIBUTING.md", - "HISTORY.md", - "LICENSE", - "README.md" - ], - "engines": { - "node": ">= 0.10" - }, - "scripts": { - "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env", - "lint": "eslint lib test" - } -} diff --git a/node_modules/cosmiconfig-typescript-loader/package.json b/node_modules/cosmiconfig-typescript-loader/package.json deleted file mode 100644 index e38a865..0000000 --- a/node_modules/cosmiconfig-typescript-loader/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "cosmiconfig-typescript-loader", - "version": "5.0.0", - "description": "TypeScript loader for cosmiconfig", - "author": "Alex Miller ", - "license": "MIT", - "homepage": "https://github.com/Codex-/cosmiconfig-typescript-loader#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/Codex-/cosmiconfig-typescript-loader.git" - }, - "bugs": { - "url": "https://github.com/Codex-/cosmiconfig-typescript-loader/issues" - }, - "files": [ - "dist/**/*" - ], - "main": "dist/cjs/index.cjs", - "module": "dist/esm/index.mjs", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "import": { - "types": "./dist/types/index.d.ts", - "default": "./dist/esm/index.mjs" - }, - "require": { - "types": "./dist/types/index.d.ts", - "default": "./dist/cjs/index.cjs" - } - } - }, - "scripts": { - "build": "npm run build:types && npm run build:sources", - "build:sources": "node ./scripts/esbuild.config.mjs", - "build:types": "tsc -p tsconfig.build.json", - "check:types": "tsc -p tsconfig.json", - "format:check": "prettier --check \"{**/*,*}.{js,cjs,mjs,ts}\"", - "format:write": "npm run format:check -- --write", - "lint": "eslint --ext \".js,.cjs,.mjs,.ts\" .", - "lint:fix": "npm run lint -- --fix", - "release": "release-it", - "test": "jest", - "test:coverage": "jest --coverage" - }, - "engines": { - "node": ">=v16" - }, - "peerDependencies": { - "@types/node": "*", - "cosmiconfig": ">=8.2", - "typescript": ">=4" - }, - "dependencies": { - "jiti": "^1.19.1" - }, - "devDependencies": { - "@swc/core": "^1.3.70", - "@swc/jest": "^0.2.27", - "@types/jest": "^29.5.3", - "@typescript-eslint/eslint-plugin": "^5.62.0", - "chalk": "^5.3.0", - "cosmiconfig": "^8.2.0", - "esbuild": "^0.18.16", - "eslint": "^8.45.0", - "eslint-config-airbnb-typescript": "^17.1.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-prettier": "^4.2.1", - "jest": "^29.6.1", - "prettier": "^2.8.8", - "release-it": "^16.1.3", - "typescript": "^5.1.6" - }, - "keywords": [ - "cosmiconfig", - "typescript" - ] -} diff --git a/node_modules/cosmiconfig/node_modules/argparse/package.json b/node_modules/cosmiconfig/node_modules/argparse/package.json deleted file mode 100644 index 647d2af..0000000 --- a/node_modules/cosmiconfig/node_modules/argparse/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "argparse", - "description": "CLI arguments parser. Native port of python's argparse.", - "version": "2.0.1", - "keywords": [ - "cli", - "parser", - "argparse", - "option", - "args" - ], - "main": "argparse.js", - "files": [ - "argparse.js", - "lib/" - ], - "license": "Python-2.0", - "repository": "nodeca/argparse", - "scripts": { - "lint": "eslint .", - "test": "npm run lint && nyc mocha", - "coverage": "npm run test && nyc report --reporter html" - }, - "devDependencies": { - "@babel/eslint-parser": "^7.11.0", - "@babel/plugin-syntax-class-properties": "^7.10.4", - "eslint": "^7.5.0", - "mocha": "^8.0.1", - "nyc": "^15.1.0" - } -} diff --git a/node_modules/cosmiconfig/node_modules/js-yaml/package.json b/node_modules/cosmiconfig/node_modules/js-yaml/package.json deleted file mode 100644 index 17574da..0000000 --- a/node_modules/cosmiconfig/node_modules/js-yaml/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "js-yaml", - "version": "4.1.0", - "description": "YAML 1.2 parser and serializer", - "keywords": [ - "yaml", - "parser", - "serializer", - "pyyaml" - ], - "author": "Vladimir Zapparov ", - "contributors": [ - "Aleksey V Zapparov (http://www.ixti.net/)", - "Vitaly Puzrin (https://github.com/puzrin)", - "Martin Grenfell (http://got-ravings.blogspot.com)" - ], - "license": "MIT", - "repository": "nodeca/js-yaml", - "files": [ - "index.js", - "lib/", - "bin/", - "dist/" - ], - "bin": { - "js-yaml": "bin/js-yaml.js" - }, - "module": "./dist/js-yaml.mjs", - "exports": { - ".": { - "import": "./dist/js-yaml.mjs", - "require": "./index.js" - }, - "./package.json": "./package.json" - }, - "scripts": { - "lint": "eslint .", - "test": "npm run lint && mocha", - "coverage": "npm run lint && nyc mocha && nyc report --reporter html", - "demo": "npm run lint && node support/build_demo.js", - "gh-demo": "npm run demo && gh-pages -d demo -f", - "browserify": "rollup -c support/rollup.config.js", - "prepublishOnly": "npm run gh-demo" - }, - "unpkg": "dist/js-yaml.min.js", - "jsdelivr": "dist/js-yaml.min.js", - "dependencies": { - "argparse": "^2.0.1" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^17.0.0", - "@rollup/plugin-node-resolve": "^11.0.0", - "ansi": "^0.3.1", - "benchmark": "^2.1.4", - "codemirror": "^5.13.4", - "eslint": "^7.0.0", - "fast-check": "^2.8.0", - "gh-pages": "^3.1.0", - "mocha": "^8.2.1", - "nyc": "^15.1.0", - "rollup": "^2.34.1", - "rollup-plugin-node-polyfills": "^0.2.1", - "rollup-plugin-terser": "^7.0.2", - "shelljs": "^0.8.4" - } -} diff --git a/node_modules/cosmiconfig/package.json b/node_modules/cosmiconfig/package.json deleted file mode 100644 index 8a72052..0000000 --- a/node_modules/cosmiconfig/package.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "name": "cosmiconfig", - "version": "8.3.6", - "description": "Find and load configuration from a package.json property, rc file, TypeScript module, and more!", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "clean": "git clean -Xdf -e '!node_modules' .", - "build": "npm run build:tsc", - "build:tsc": "cross-env NODE_ENV=production tsc -b", - "dev": "npm run build:tsc -- --watch", - "lint": "eslint --ext .js,.ts .", - "lint:fix": "eslint --ext .js,.ts . --fix", - "lint:md": "remark-preset-davidtheclark", - "format": "prettier \"**/*.{js,ts,json,yml,yaml}\" --write", - "format:md": "remark-preset-davidtheclark --format", - "format:check": "prettier \"**/*.{js,ts,json,yml,yaml}\" --check", - "test": "vitest run --coverage", - "test:watch": "vitest", - "check:all": "npm run test && npm run lint && npm run format:check", - "prepublishOnly": "npm run check:all && npm run build", - "prepare": "husky install" - }, - "lint-staged": { - "*.{js,ts}": [ - "eslint --fix", - "prettier --write" - ], - "*.{json,yml,yaml}": [ - "prettier --write" - ], - "*.md": [ - "remark-preset-davidtheclark", - "remark-preset-davidtheclark --format" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/cosmiconfig/cosmiconfig.git" - }, - "keywords": [ - "load", - "configuration", - "config" - ], - "author": "Daniel Fischer ", - "contributors": [ - "Randolf J ", - "David Clark ", - "Bogdan Chadkin ", - "Suhas Karanth " - ], - "funding": "https://github.com/sponsors/d-fischer", - "license": "MIT", - "bugs": { - "url": "https://github.com/cosmiconfig/cosmiconfig/issues" - }, - "homepage": "https://github.com/cosmiconfig/cosmiconfig#readme", - "peerDependencies": { - "typescript": ">=4.9.5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - }, - "dependencies": { - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "parse-json": "^5.2.0", - "path-type": "^4.0.0" - }, - "devDependencies": { - "@types/js-yaml": "^4.0.5", - "@types/node": "^14", - "@types/parse-json": "^4.0.0", - "@typescript-eslint/eslint-plugin": "^6.5.0", - "@typescript-eslint/parser": "^6.5.0", - "@vitest/coverage-istanbul": "^0.34.3", - "cross-env": "^7.0.3", - "del": "^7.1.0", - "del-cli": "^5.1.0", - "eslint": "^8.48.0", - "eslint-config-davidtheclark-node": "^0.2.2", - "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-typescript": "^3.6.0", - "eslint-plugin-import": "^2.28.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-vitest": "^0.2.8", - "husky": "^8.0.3", - "lint-staged": "^14.0.1", - "make-dir": "^4.0.0", - "parent-module": "^3.0.0", - "prettier": "^3.0.3", - "remark-preset-davidtheclark": "^0.12.0", - "typescript": "^5.2.2", - "vitest": "^0.34.3" - }, - "engines": { - "node": ">=14" - } -} diff --git a/node_modules/create-require/package.json b/node_modules/create-require/package.json deleted file mode 100644 index 2e36a10..0000000 --- a/node_modules/create-require/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "create-require", - "version": "1.1.1", - "description": "Polyfill for Node.js module.createRequire (<= v12.2.0)", - "repository": "nuxt-contrib/create-require", - "license": "MIT", - "contributors": [ - { - "name": "Maël Nison", - "email": "nison.mael@gmail.com" - }, - { - "name": "Paul Soporan", - "email": "paul.soporan@gmail.com" - }, - { - "name": "Pooya Parsa", - "email": "pyapar@gmail.com" - } - ], - "main": "./create-require.js", - "types": "./create-require.d.ts", - "files": [ - "create-require.js", - "create-require.d.ts" - ], - "scripts": { - "lint": "eslint .", - "release": "yarn test && standard-version && git push --follow-tags && npm publish", - "test:matrix": "tap --no-esm --no-timeout ./test/matrix.js", - "test": "yarn lint && yarn test:matrix" - }, - "devDependencies": { - "@nuxtjs/eslint-config": "latest", - "eslint": "latest", - "tap": "latest", - "standard-version": "latest" - } -} diff --git a/node_modules/critters/node_modules/css-select/lib/esm/package.json b/node_modules/critters/node_modules/css-select/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/css-select/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/css-select/package.json b/node_modules/critters/node_modules/css-select/package.json deleted file mode 100644 index 6289eee..0000000 --- a/node_modules/critters/node_modules/css-select/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "css-select", - "version": "5.1.0", - "description": "a CSS selector compiler/engine", - "author": "Felix Boehm ", - "funding": { - "url": "https://github.com/sponsors/fb55" - }, - "keywords": [ - "css", - "selector", - "sizzle" - ], - "repository": { - "type": "git", - "url": "git://github.com/fb55/css-select.git" - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "files": [ - "lib" - ], - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - }, - "devDependencies": { - "@types/boolbase": "^1.0.1", - "@types/jest": "^27.4.1", - "@types/node": "^17.0.29", - "@typescript-eslint/eslint-plugin": "^5.21.0", - "@typescript-eslint/parser": "^5.21.0", - "cheerio-soupselect": "^0.1.1", - "eslint": "^8.14.0", - "eslint-config-prettier": "^8.5.0", - "htmlparser2": "^8.0.0", - "jest": "^27.5.1", - "prettier": "^2.6.2", - "ts-jest": "^27.1.4", - "typescript": "^4.6.3" - }, - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint src", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier '**/*.{ts,md,json,yml}'", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/css-select/$(git rev-parse HEAD)/src/", - "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "license": "BSD-2-Clause", - "prettier": { - "tabWidth": 4, - "proseWrap": "always" - }, - "jest": { - "preset": "ts-jest", - "testEnvironment": "node", - "coverageProvider": "v8", - "moduleNameMapper": { - "^(.*)\\.js$": "$1" - }, - "testMatch": [ - "/test/*.ts" - ] - } -} diff --git a/node_modules/critters/node_modules/css-what/package.json b/node_modules/critters/node_modules/css-what/package.json deleted file mode 100644 index 8aa2c44..0000000 --- a/node_modules/critters/node_modules/css-what/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "author": "Felix Böhm (http://feedic.com)", - "name": "css-what", - "description": "a CSS selector parser", - "version": "6.1.0", - "funding": { - "url": "https://github.com/sponsors/fb55" - }, - "repository": { - "type": "git", - "url": "https://github.com/fb55/css-what" - }, - "main": "lib/commonjs/index.js", - "module": "lib/es/index.js", - "types": "lib/es/index.d.ts", - "sideEffects": false, - "files": [ - "lib/**/*" - ], - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint src", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier '**/*.{ts,md,json,yml}'", - "build": "tsc && tsc -p tsconfig.es.json", - "prepare": "npm run build" - }, - "devDependencies": { - "@types/jest": "^27.4.1", - "@types/node": "^17.0.23", - "@typescript-eslint/eslint-plugin": "^5.17.0", - "@typescript-eslint/parser": "^5.17.0", - "eslint": "^8.12.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-node": "^11.1.0", - "jest": "^27.5.1", - "prettier": "^2.6.1", - "ts-jest": "^27.1.4", - "typescript": "^4.6.3" - }, - "engines": { - "node": ">= 6" - }, - "license": "BSD-2-Clause", - "jest": { - "preset": "ts-jest", - "roots": [ - "src" - ] - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/critters/node_modules/dom-serializer/lib/esm/package.json b/node_modules/critters/node_modules/dom-serializer/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/dom-serializer/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/dom-serializer/package.json b/node_modules/critters/node_modules/dom-serializer/package.json deleted file mode 100644 index 002681c..0000000 --- a/node_modules/critters/node_modules/dom-serializer/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "dom-serializer", - "version": "2.0.0", - "description": "render domhandler DOM nodes to a string", - "author": "Felix Boehm ", - "sideEffects": false, - "keywords": [ - "html", - "xml", - "render" - ], - "repository": { - "type": "git", - "url": "git://github.com/cheeriojs/dom-serializer.git" - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "files": [ - "lib/**/*" - ], - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "devDependencies": { - "@types/jest": "^27.4.1", - "@types/node": "^17.0.23", - "@typescript-eslint/eslint-plugin": "^5.18.0", - "@typescript-eslint/parser": "^5.18.0", - "cheerio": "^1.0.0-rc.9", - "eslint": "^8.12.0", - "eslint-config-prettier": "^8.5.0", - "htmlparser2": "^7.2.0", - "jest": "^27.5.1", - "prettier": "^2.6.2", - "ts-jest": "^27.1.4", - "typescript": "^4.6.3" - }, - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint --ignore-path .gitignore .", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier \"**/*.{ts,md,json,yml}\" --ignore-path .gitignore", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc", - "build:esm": "tsc --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "jest": { - "preset": "ts-jest", - "testEnvironment": "node", - "moduleNameMapper": { - "^(.*)\\.js$": "$1" - } - }, - "funding": "https://github.com/cheeriojs/dom-serializer?sponsor=1", - "license": "MIT" -} diff --git a/node_modules/critters/node_modules/domelementtype/lib/esm/package.json b/node_modules/critters/node_modules/domelementtype/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/domelementtype/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/domelementtype/package.json b/node_modules/critters/node_modules/domelementtype/package.json deleted file mode 100644 index f23933a..0000000 --- a/node_modules/critters/node_modules/domelementtype/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "domelementtype", - "version": "2.3.0", - "description": "all the types of nodes in htmlparser2's dom", - "author": "Felix Boehm ", - "license": "BSD-2-Clause", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "sideEffects": false, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "files": [ - "lib/**/*" - ], - "repository": { - "type": "git", - "url": "git://github.com/fb55/domelementtype.git" - }, - "keywords": [ - "dom", - "element", - "types", - "htmlparser2" - ], - "scripts": { - "test": "npm run lint && prettier --check **/*.{ts,json,md}", - "lint": "eslint src", - "format": "prettier --write **/*.{ts,json,md}", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc", - "build:esm": "tsc --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "prettier": { - "tabWidth": 4 - }, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.18.0", - "@typescript-eslint/parser": "^5.18.0", - "eslint": "^8.12.0", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "typescript": "^4.6.3" - } -} diff --git a/node_modules/critters/node_modules/domutils/lib/esm/package.json b/node_modules/critters/node_modules/domutils/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/domutils/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/domutils/package.json b/node_modules/critters/node_modules/domutils/package.json deleted file mode 100644 index 0d4a338..0000000 --- a/node_modules/critters/node_modules/domutils/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "domutils", - "version": "3.1.0", - "description": "Utilities for working with htmlparser2's dom", - "author": "Felix Boehm ", - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - }, - "license": "BSD-2-Clause", - "sideEffects": false, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "files": [ - "lib/**/*" - ], - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint --ignore-path .gitignore .", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier \"**/*.{ts,md,json,yml}\" --ignore-path .gitignore", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/domutils/$(git rev-parse HEAD)/src/", - "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "build:docs": "typedoc --hideGenerator --exclude \"**/*+(index|.spec).ts\" --categorizeByGroup false --sort enum-value-ascending --sort alphabetical src", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/fb55/domutils.git" - }, - "keywords": [ - "dom", - "htmlparser2" - ], - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "devDependencies": { - "@types/jest": "^29.5.1", - "@types/node": "^18.16.2", - "@typescript-eslint/eslint-plugin": "^5.59.1", - "@typescript-eslint/parser": "^5.59.1", - "eslint": "^8.39.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^43.1.1", - "htmlparser2": "~8.0.2", - "jest": "^29.5.0", - "prettier": "^2.8.8", - "ts-jest": "^29.1.0", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" - }, - "jest": { - "preset": "ts-jest", - "testEnvironment": "node", - "coverageProvider": "v8", - "moduleNameMapper": { - "^(.*)\\.js$": [ - "$1.js", - "$1" - ] - } - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/critters/node_modules/entities/lib/esm/package.json b/node_modules/critters/node_modules/entities/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/entities/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/entities/package.json b/node_modules/critters/node_modules/entities/package.json deleted file mode 100644 index 2e857f8..0000000 --- a/node_modules/critters/node_modules/entities/package.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "entities", - "version": "4.5.0", - "description": "Encode & decode XML and HTML entities with ease & speed", - "author": "Felix Boehm ", - "funding": "https://github.com/fb55/entities?sponsor=1", - "sideEffects": false, - "keywords": [ - "entity", - "decoding", - "encoding", - "html", - "xml", - "html entities" - ], - "directories": { - "lib": "lib/" - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - ".": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "./lib/decode.js": { - "require": "./lib/decode.js", - "import": "./lib/esm/decode.js" - }, - "./lib/escape.js": { - "require": "./lib/escape.js", - "import": "./lib/esm/escape.js" - } - }, - "files": [ - "lib/**/*" - ], - "engines": { - "node": ">=0.12" - }, - "devDependencies": { - "@types/jest": "^28.1.8", - "@types/node": "^18.15.11", - "@typescript-eslint/eslint-plugin": "^5.58.0", - "@typescript-eslint/parser": "^5.58.0", - "eslint": "^8.38.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-node": "^11.1.0", - "jest": "^28.1.3", - "prettier": "^2.8.7", - "ts-jest": "^28.0.8", - "typedoc": "^0.24.1", - "typescript": "^5.0.4" - }, - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint .", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier '**/*.{ts,md,json,yml}'", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/entities/$(git rev-parse HEAD)/src/", - "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "build:docs": "typedoc --hideGenerator src/index.ts", - "build:trie": "ts-node scripts/write-decode-map.ts", - "build:encode-trie": "ts-node scripts/write-encode-map.ts", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/fb55/entities.git" - }, - "license": "BSD-2-Clause", - "jest": { - "preset": "ts-jest", - "coverageProvider": "v8", - "moduleNameMapper": { - "^(.*)\\.js$": "$1" - } - }, - "prettier": { - "tabWidth": 4, - "proseWrap": "always" - } -} diff --git a/node_modules/critters/node_modules/htmlparser2/lib/esm/package.json b/node_modules/critters/node_modules/htmlparser2/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/htmlparser2/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/htmlparser2/package.json b/node_modules/critters/node_modules/htmlparser2/package.json deleted file mode 100644 index 10c686c..0000000 --- a/node_modules/critters/node_modules/htmlparser2/package.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "name": "htmlparser2", - "description": "Fast & forgiving HTML/XML parser", - "version": "8.0.2", - "author": "Felix Boehm ", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "license": "MIT", - "sideEffects": false, - "keywords": [ - "html", - "parser", - "streams", - "xml", - "dom", - "rss", - "feed", - "atom" - ], - "repository": { - "type": "git", - "url": "git://github.com/fb55/htmlparser2.git" - }, - "directories": { - "lib": "lib/" - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - ".": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "./lib/WritableStream": { - "require": "./lib/WritableStream.js", - "import": "./lib/esm/WritableStream.js" - } - }, - "files": [ - "lib/**/*" - ], - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint src", - "lint:prettier": "npm run format:prettier:raw -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run format:prettier:raw -- --write", - "format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/htmlparser2/$(git rev-parse HEAD)/src/", - "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" - }, - "devDependencies": { - "@types/jest": "^29.5.0", - "@types/node": "^18.15.5", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-n": "^15.6.1", - "eslint-plugin-unicorn": "^46.0.0", - "jest": "^29.5.0", - "prettier": "^2.8.6", - "ts-jest": "^29.0.5", - "typescript": "^4.9.5" - }, - "jest": { - "preset": "ts-jest", - "testEnvironment": "node", - "coverageProvider": "v8", - "moduleNameMapper": { - "^(.*)\\.js$": [ - "$1", - "$1.js" - ] - } - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/critters/node_modules/nth-check/lib/esm/package.json b/node_modules/critters/node_modules/nth-check/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/critters/node_modules/nth-check/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/critters/node_modules/nth-check/package.json b/node_modules/critters/node_modules/nth-check/package.json deleted file mode 100644 index 45ebe83..0000000 --- a/node_modules/critters/node_modules/nth-check/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "nth-check", - "version": "2.1.1", - "description": "Parses and compiles CSS nth-checks to highly optimized functions.", - "author": "Felix Boehm ", - "license": "BSD-2-Clause", - "sideEffects": false, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - }, - "directories": { - "lib": "lib/" - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "files": [ - "lib/**/*" - ], - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint .", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier '**/*.{ts,md,json,yml}'", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/nth-check/$(git rev-parse HEAD)/src/", - "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "https://github.com/fb55/nth-check" - }, - "keywords": [ - "nth-child", - "nth", - "css" - ], - "bugs": { - "url": "https://github.com/fb55/nth-check/issues" - }, - "homepage": "https://github.com/fb55/nth-check", - "dependencies": { - "boolbase": "^1.0.0" - }, - "devDependencies": { - "@types/boolbase": "^1.0.1", - "@types/jest": "^27.5.0", - "@types/node": "^17.0.35", - "@typescript-eslint/eslint-plugin": "^5.25.0", - "@typescript-eslint/parser": "^5.25.0", - "eslint": "^8.15.0", - "eslint-config-prettier": "^8.5.0", - "jest": "^27.5.1", - "prettier": "^2.6.2", - "ts-jest": "^27.1.4", - "typescript": "^4.6.4" - }, - "jest": { - "preset": "ts-jest", - "testEnvironment": "node", - "moduleNameMapper": { - "^(.*)\\.js$": "$1" - } - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/critters/package.json b/node_modules/critters/package.json deleted file mode 100644 index c887811..0000000 --- a/node_modules/critters/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "critters", - "version": "0.0.20", - "description": "Inline critical CSS and lazy-load the rest.", - "main": "dist/critters.js", - "module": "dist/critters.mjs", - "source": "src/index.js", - "exports": { - "import": "./dist/critters.mjs", - "require": "./dist/critters.js", - "default": "./dist/critters.mjs" - }, - "typings": "src/index.d.ts", - "files": [ - "src", - "dist" - ], - "license": "Apache-2.0", - "author": "The Chromium Authors", - "contributors": [ - { - "name": "Jason Miller", - "email": "developit@google.com" - }, - { - "name": "Janicklas Ralph", - "email": "janicklas@google.com" - } - ], - "keywords": [ - "critical css", - "inline css", - "critical", - "critters", - "webpack plugin", - "performance" - ], - "repository": { - "type": "git", - "url": "https://github.com/GoogleChromeLabs/critters", - "directory": "packages/critters" - }, - "scripts": { - "build": "microbundle --target node --no-sourcemap -f cjs,esm", - "docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src", - "prepare": "npm run -s build" - }, - "dependencies": { - "chalk": "^4.1.0", - "css-select": "^5.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.2", - "htmlparser2": "^8.0.2", - "postcss": "^8.4.23", - "pretty-bytes": "^5.3.0" - }, - "devDependencies": { - "documentation": "^13.0.2", - "microbundle": "^0.12.3" - } -} diff --git a/node_modules/cron/package.json b/node_modules/cron/package.json deleted file mode 100644 index 0154532..0000000 --- a/node_modules/cron/package.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "cron", - "description": "Cron jobs for your node", - "version": "3.1.6", - "author": "Nick Campbell (https://github.com/ncb000gt)", - "bugs": { - "url": "https://github.com/kelektiv/node-cron/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/kelektiv/node-cron.git" - }, - "main": "dist/index", - "scripts": { - "build": "tsc -b tsconfig.build.json", - "lint:eslint": "eslint src/ tests/ --ext .ts", - "lint:prettier": "prettier ./**/*.{json,md,yml} --check", - "lint": "npm run lint:eslint && npm run lint:prettier", - "lint:fix": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write", - "test": "jest --coverage", - "test:watch": "jest --watch --coverage", - "test:fuzz": "jest --testMatch='**/*.fuzz.ts' --coverage=false --testTimeout=120000", - "prepare": "husky install", - "release": "semantic-release" - }, - "dependencies": { - "@types/luxon": "~3.3.0", - "luxon": "~3.4.0" - }, - "devDependencies": { - "@commitlint/cli": "18.2.0", - "@fast-check/jest": "1.7.3", - "@insurgentlab/commitlint-config": "18.1.3", - "@insurgentlab/conventional-changelog-preset": "7.0.0", - "@semantic-release/changelog": "6.0.3", - "@semantic-release/commit-analyzer": "11.0.0", - "@semantic-release/git": "10.0.1", - "@semantic-release/github": "9.2.1", - "@semantic-release/npm": "11.0.0", - "@semantic-release/release-notes-generator": "12.0.0", - "@types/jest": "29.5.6", - "@types/node": "20.8.9", - "@types/sinon": "10.0.20", - "@typescript-eslint/eslint-plugin": "6.9.0", - "chai": "4.3.10", - "eslint": "8.52.0", - "eslint-config-prettier": "9.0.0", - "eslint-plugin-jest": "27.4.3", - "eslint-plugin-prettier": "5.0.1", - "husky": "8.0.3", - "jest": "29.7.0", - "prettier": "3.0.3", - "semantic-release": "22.0.5", - "sinon": "17.0.0", - "ts-jest": "29.1.1", - "typescript": "5.2.2" - }, - "keywords": [ - "cron", - "node cron", - "node-cron", - "schedule", - "scheduler", - "cronjob", - "cron job" - ], - "license": "MIT", - "contributors": [ - "Brandon der Blätter (https://github.com/intcreator)", - "Pierre Cavin (https://github.com/sheerlox)", - "Romain Beauxis (https://github.com/toots)", - "James Padolsey <> (https://github.com/jamespadolsey)", - "Finn Herpich (https://github.com/ErrorProne)", - "Clifton Cunningham (https://github.com/cliftonc)", - "Eric Abouaf (https://github.com/neyric)", - "humanchimp (https://github.com/humanchimp)", - "Craig Condon (https://github.com/spiceapps)", - "Dan Bear (https://github.com/danhbear)", - "Vadim Baryshev (https://github.com/baryshev)", - "Leandro Ferrari (https://github.com/lfthomaz)", - "Gregg Zigler (https://github.com/greggzigler)", - "Jordan Abderrachid (https://github.com/jordanabderrachid)", - "Masakazu Matsushita (matsukaz)", - "Christopher Lunt (https://github.com/kirisu)" - ], - "files": [ - "dist/**/*.js", - "dist/**/*.d.ts", - "CHANGELOG.md", - "LICENSE", - "README.md" - ] -} diff --git a/node_modules/cross-fetch/package.json b/node_modules/cross-fetch/package.json deleted file mode 100644 index 4db780a..0000000 --- a/node_modules/cross-fetch/package.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "name": "cross-fetch", - "version": "3.1.5", - "description": "Universal WHATWG Fetch API for Node, Browsers and React Native", - "homepage": "https://github.com/lquixada/cross-fetch", - "main": "dist/node-ponyfill.js", - "browser": "dist/browser-ponyfill.js", - "react-native": "dist/react-native-ponyfill.js", - "types": "index.d.ts", - "scripts": { - "prepare": "husky install" - }, - "lint-staged": { - "*.js": [ - "make build", - "standard --fix" - ] - }, - "standard": { - "env": [ - "mocha", - "browser" - ], - "globals": [ - "expect", - "assert", - "chai" - ], - "ignore": [ - "/dist/", - "bundle.js", - "test.js", - "test.*.js", - "api.spec.js", - "*.ts" - ] - }, - "mocha": { - "require": [ - "chai/register-expect", - "chai/register-assert" - ], - "check-leaks": true - }, - "nyc": { - "temp-dir": ".reports/.coverage" - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, - "standard-version": { - "skip": { - "changelog": true - } - }, - "repository": { - "type": "git", - "url": "https://github.com/lquixada/cross-fetch.git" - }, - "author": "Leonardo Quixada ", - "license": "MIT", - "bugs": { - "url": "https://github.com/lquixada/cross-fetch/issues" - }, - "dependencies": { - "node-fetch": "2.6.7" - }, - "devDependencies": { - "@commitlint/cli": "12.0.1", - "@commitlint/config-conventional": "12.0.1", - "@types/chai": "4.2.22", - "@types/mocha": "8.2.2", - "@types/node": "14.14.37", - "body-parser": "1.19.0", - "chai": "4.3.4", - "codecov": "3.8.3", - "cz-conventional-changelog": "3.3.0", - "express": "4.17.1", - "husky": "6.0.0", - "lint-staged": "10.5.4", - "mocha": "8.3.2", - "mocha-headless-chrome": "3.1.0", - "nock": "13.1.3", - "nyc": "15.1.0", - "open-cli": "6.0.1", - "rollup": "2.58.0", - "rollup-plugin-copy": "3.4.0", - "rollup-plugin-terser": "7.0.2", - "semver": "7.3.5", - "serve-index": "1.9.1", - "standard": "16.0.4", - "standard-version": "9.3.1", - "typescript": "4.4.4", - "webpack": "5.58.2", - "webpack-cli": "4.9.0", - "whatwg-fetch": "3.0.0", - "yargs": "16.2.0" - }, - "files": [ - "dist", - "polyfill", - "index.d.ts" - ], - "keywords": [ - "fetch", - "http", - "url", - "promise", - "async", - "await", - "isomorphic", - "universal", - "node", - "react", - "native", - "browser", - "ponyfill", - "whatwg", - "xhr", - "ajax" - ] -} diff --git a/node_modules/cross-fetch/polyfill/package.json b/node_modules/cross-fetch/polyfill/package.json deleted file mode 100644 index 07e1d3e..0000000 --- a/node_modules/cross-fetch/polyfill/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "cross-fetch-polyfill", - "version": "0.0.0", - "main": "../dist/node-polyfill.js", - "browser": "../dist/browser-polyfill.js", - "react-native": "../dist/react-native-polyfill.js", - "license": "MIT" -} diff --git a/node_modules/cross-spawn/package.json b/node_modules/cross-spawn/package.json deleted file mode 100644 index 232ff97..0000000 --- a/node_modules/cross-spawn/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "cross-spawn", - "version": "7.0.3", - "description": "Cross platform child_process#spawn and child_process#spawnSync", - "keywords": [ - "spawn", - "spawnSync", - "windows", - "cross-platform", - "path-ext", - "shebang", - "cmd", - "execute" - ], - "author": "André Cruz ", - "homepage": "https://github.com/moxystudio/node-cross-spawn", - "repository": { - "type": "git", - "url": "git@github.com:moxystudio/node-cross-spawn.git" - }, - "license": "MIT", - "main": "index.js", - "files": [ - "lib" - ], - "scripts": { - "lint": "eslint .", - "test": "jest --env node --coverage", - "prerelease": "npm t && npm run lint", - "release": "standard-version", - "postrelease": "git push --follow-tags origin HEAD && npm publish" - }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "*.js": [ - "eslint --fix", - "git add" - ] - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "devDependencies": { - "@commitlint/cli": "^8.1.0", - "@commitlint/config-conventional": "^8.1.0", - "babel-core": "^6.26.3", - "babel-jest": "^24.9.0", - "babel-preset-moxy": "^3.1.0", - "eslint": "^5.16.0", - "eslint-config-moxy": "^7.1.0", - "husky": "^3.0.5", - "jest": "^24.9.0", - "lint-staged": "^9.2.5", - "mkdirp": "^0.5.1", - "rimraf": "^3.0.0", - "standard-version": "^7.0.0" - }, - "engines": { - "node": ">= 8" - } -} diff --git a/node_modules/css-declaration-sorter/package.json b/node_modules/css-declaration-sorter/package.json deleted file mode 100644 index bc952bb..0000000 --- a/node_modules/css-declaration-sorter/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "css-declaration-sorter", - "version": "6.4.1", - "description": "Sorts CSS declarations fast and automatically in a certain order.", - "type": "module", - "main": "./dist/main.cjs", - "exports": { - "import": "./src/main.mjs", - "require": "./dist/main.cjs" - }, - "types": "./src/main.d.ts", - "files": [ - "src/main.mjs", - "src/main.d.ts", - "src/shorthand-data.mjs", - "src/bubble-sort.mjs", - "orders", - "dist" - ], - "scripts": { - "build": "rollup -c", - "preversion": "npm test", - "test": "uvu src .+\\.test\\.mjs", - "test:ci": "npm test && npm run lint -- --max-warnings 0", - "lint": "eslint src/*.mjs", - "scrape": "node --experimental-import-meta-resolve src/property-scraper.mjs", - "prepack": "npm run build" - }, - "devDependencies": { - "@mdn/browser-compat-data": "^5.2.23", - "@rollup/plugin-dynamic-import-vars": "^2.0.2", - "@rollup/plugin-replace": "^5.0.2", - "eslint": "^8.35.0", - "postcss": "^8.4.18", - "rollup": "^3.15.0", - "uvu": "^0.5.6" - }, - "peerDependencies": { - "postcss": "^8.0.9" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "repository": { - "type": "git", - "url": "https://github.com/Siilwyn/css-declaration-sorter.git" - }, - "author": "Selwyn (https://selwyn.cc/)", - "license": "ISC", - "keywords": [ - "postcss", - "postcss-plugin", - "css", - "declaration", - "sorter", - "property", - "order" - ] -} diff --git a/node_modules/css-loader/package.json b/node_modules/css-loader/package.json deleted file mode 100644 index e86611d..0000000 --- a/node_modules/css-loader/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "css-loader", - "version": "6.8.1", - "description": "css loader module for webpack", - "license": "MIT", - "repository": "webpack-contrib/css-loader", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack-contrib/css-loader", - "bugs": "https://github.com/webpack-contrib/css-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 12.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "postbuild": "npm run validate:runtime", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "lint:prettier": "prettier --list-different .", - "lint:js": "eslint --cache .", - "lint:spelling": "cspell \"**/*.*\"", - "lint": "npm-run-all -l -p \"lint:**\"", - "fix:js": "npm run lint:js -- --fix", - "fix:prettier": "npm run lint:prettier -- --write", - "fix": "npm-run-all -l fix:js fix:prettier", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^5.0.0" - }, - "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.21", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.3", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.3.8" - }, - "devDependencies": { - "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.4", - "@babel/preset-env": "^7.21.4", - "@commitlint/cli": "^16.3.0", - "@commitlint/config-conventional": "^16.2.4", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^28.1.3", - "cross-env": "^7.0.3", - "cspell": "^6.31.1", - "del": "^6.1.1", - "del-cli": "^4.0.1", - "es-check": "^7.1.0", - "eslint": "^8.37.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-import": "^2.27.5", - "file-loader": "^6.2.0", - "husky": "^7.0.1", - "jest": "^28.1.3", - "jest-environment-jsdom": "^28.1.3", - "less": "^4.1.3", - "less-loader": "^10.0.1", - "lint-staged": "^12.5.0", - "memfs": "^3.4.13", - "mini-css-extract-plugin": "^2.7.5", - "npm-run-all": "^4.1.5", - "postcss-loader": "^6.2.1", - "postcss-preset-env": "^7.8.3", - "prettier": "^2.8.7", - "sass": "^1.60.0", - "sass-loader": "^12.6.0", - "standard-version": "^9.5.0", - "strip-ansi": "^6.0.0", - "style-loader": "^3.3.2", - "stylus": "^0.59.0", - "stylus-loader": "^6.1.0", - "url-loader": "^4.1.1", - "webpack": "^5.77.0" - }, - "keywords": [ - "webpack", - "css", - "loader", - "url", - "import" - ] -} diff --git a/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/package.json b/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/package.json deleted file mode 100644 index e119e72..0000000 --- a/node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "schema-utils", - "version": "4.2.0", - "description": "webpack Validation Utils", - "license": "MIT", - "repository": "webpack/schema-utils", - "author": "webpack Contrib (https://github.com/webpack-contrib)", - "homepage": "https://github.com/webpack/schema-utils", - "bugs": "https://github.com/webpack/schema-utils/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/index.js", - "types": "declarations/index.d.ts", - "engines": { - "node": ">= 12.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist declarations", - "prebuild": "npm run clean", - "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write", - "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "build": "npm-run-all -p \"build:**\"", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", - "lint:js": "eslint --cache .", - "lint:types": "tsc --pretty --noEmit", - "lint": "npm-run-all lint:js lint:types fmt:check", - "fmt": "npm run fmt:check -- --write", - "fix:js": "npm run lint:js -- --fix", - "fix": "npm-run-all fix:js fmt", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "npm run build && husky install", - "release": "standard-version" - }, - "files": [ - "dist", - "declarations" - ], - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "devDependencies": { - "@babel/cli": "^7.17.0", - "@babel/core": "^7.17.0", - "@babel/preset-env": "^7.16.11", - "@commitlint/cli": "^17.6.1", - "@commitlint/config-conventional": "^16.0.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^27.4.6", - "cross-env": "^7.0.3", - "del": "^6.0.0", - "del-cli": "^4.0.1", - "eslint": "^8.8.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.4", - "husky": "^7.0.4", - "jest": "^27.4.7", - "lint-staged": "^13.2.1", - "npm-run-all": "^4.1.5", - "prettier": "^2.5.1", - "standard-version": "^9.3.2", - "typescript": "^4.9.5", - "webpack": "^5.68.0" - }, - "keywords": [ - "webpack" - ] -} diff --git a/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/package.json b/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/css-minimizer-webpack-plugin/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/css-minimizer-webpack-plugin/package.json b/node_modules/css-minimizer-webpack-plugin/package.json deleted file mode 100644 index 1d072a6..0000000 --- a/node_modules/css-minimizer-webpack-plugin/package.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "name": "css-minimizer-webpack-plugin", - "version": "4.2.2", - "description": "cssnano plugin for Webpack", - "license": "MIT", - "repository": "webpack-contrib/css-minimizer-webpack-plugin", - "author": "Loann Neveu", - "homepage": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin", - "bugs": "https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/index.js", - "types": "types/index.d.ts", - "engines": { - "node": ">= 14.15.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "prebuild": "npm run clean types", - "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write", - "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "build": "npm-run-all -p \"build:**\"", - "commitlint": "commitlint --from=master", - "security": "npm audit", - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", - "lint:js": "eslint --cache .", - "lint:types": "tsc --pretty --noEmit", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist", - "types" - ], - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "clean-css": { - "optional": true - }, - "csso": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "@parcel/css": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "@swc/css": { - "optional": true - } - }, - "dependencies": { - "cssnano": "^5.1.8", - "jest-worker": "^29.1.2", - "postcss": "^8.4.17", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" - }, - "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", - "@commitlint/cli": "^17.0.0", - "@commitlint/config-conventional": "^17.0.0", - "@parcel/css": "^1.8.3", - "@swc/css": "^0.0.17", - "@types/clean-css": "^4.2.5", - "@types/csso": "^5.0.0", - "@types/serialize-javascript": "^5.0.2", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^29.1.2", - "clean-css": "^5.3.0", - "copy-webpack-plugin": "^9.1.0", - "cross-env": "^7.0.3", - "css-loader": "^6.7.1", - "cssnano-preset-simple": "^4.0.0", - "csso": "^5.0.3", - "del": "^6.1.0", - "del-cli": "^5.0.0", - "esbuild": "^0.15.10", - "eslint": "^8.15.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-import": "^2.26.0", - "husky": "^8.0.1", - "jest": "^29.1.2", - "lightningcss": "^1.14.0", - "lint-staged": "^12.4.1", - "memfs": "^3.4.1", - "mini-css-extract-plugin": "^2.6.0", - "npm-run-all": "^4.1.5", - "prettier": "^2.6.2", - "sass": "^1.51.0", - "sass-loader": "^13.0.0", - "standard-version": "^9.5.0", - "sugarss": "^4.0.1", - "typescript": "^4.6.4", - "webpack": "^5.72.1" - }, - "keywords": [ - "cssnano", - "css", - "csso", - "clean-css", - "esbuild", - "webpack", - "webpack-plugin", - "minimize", - "minimizer", - "minify", - "minifier", - "optimize", - "optimizer" - ] -} diff --git a/node_modules/css-select/package.json b/node_modules/css-select/package.json deleted file mode 100644 index dc14b25..0000000 --- a/node_modules/css-select/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "css-select", - "version": "1.2.0", - "description": "a CSS selector compiler/engine", - "author": "Felix Boehm ", - "keywords": [ - "css", - "selector", - "sizzle" - ], - "repository": { - "type": "git", - "url": "git://github.com/fb55/css-select.git" - }, - "files": [ - "index.js", - "lib" - ], - "dependencies": { - "css-what": "2.1", - "domutils": "1.5.1", - "boolbase": "~1.0.0", - "nth-check": "~1.0.1" - }, - "devDependencies": { - "htmlparser2": "*", - "cheerio-soupselect": "*", - "mocha": "*", - "mocha-lcov-reporter": "*", - "coveralls": "*", - "istanbul": "*", - "expect.js": "*", - "jshint": "2" - }, - "scripts": { - "test": "mocha && npm run lint", - "lint": "jshint index.js lib/*.js test/*.js", - "lcov": "istanbul cover _mocha --report lcovonly -- -R spec", - "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)" - }, - "license": "BSD-like", - "jshintConfig": { - "eqeqeq": true, - "freeze": true, - "latedef": "nofunc", - "noarg": true, - "nonbsp": true, - "quotmark": "double", - "undef": true, - "unused": true, - "trailing": true, - "eqnull": true, - "proto": true, - "smarttabs": true, - "node": true, - "globals": { - "describe": true, - "it": true - } - } -} diff --git a/node_modules/css-tree/node_modules/source-map/package.json b/node_modules/css-tree/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/css-tree/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/css-tree/package.json b/node_modules/css-tree/package.json deleted file mode 100644 index b8f4070..0000000 --- a/node_modules/css-tree/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "css-tree", - "version": "1.1.3", - "description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations", - "author": "Roman Dvornov (https://github.com/lahmatiy)", - "license": "MIT", - "repository": "csstree/csstree", - "keywords": [ - "css", - "ast", - "tokenizer", - "parser", - "walker", - "lexer", - "generator", - "utils", - "syntax", - "validation" - ], - "main": "lib/index.js", - "unpkg": "dist/csstree.min.js", - "jsdelivr": "dist/csstree.min.js", - "scripts": { - "build": "rollup --config", - "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint", - "lint-and-test": "npm run lint && npm test", - "update:docs": "node scripts/update-docs", - "review:syntax-patch": "node scripts/review-syntax-patch", - "test": "mocha --reporter progress", - "coverage": "nyc npm test", - "travis": "nyc npm run lint-and-test && npm run coveralls", - "coveralls": "nyc report --reporter=text-lcov | coveralls", - "prepublishOnly": "npm run build", - "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null" - }, - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^11.0.2", - "@rollup/plugin-json": "^4.0.2", - "@rollup/plugin-node-resolve": "^7.1.1", - "coveralls": "^3.0.9", - "eslint": "^6.8.0", - "json-to-ast": "^2.1.0", - "mocha": "^6.2.3", - "nyc": "^14.1.1", - "rollup": "^1.32.1", - "rollup-plugin-terser": "^5.3.0" - }, - "engines": { - "node": ">=8.0.0" - }, - "files": [ - "data", - "dist", - "lib" - ] -} diff --git a/node_modules/css-what/package.json b/node_modules/css-what/package.json deleted file mode 100644 index c016249..0000000 --- a/node_modules/css-what/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "author": "Felix Böhm (http://feedic.com)", - "name": "css-what", - "description": "a CSS selector parser", - "version": "2.1.3", - "repository": { - "url": "https://github.com/fb55/css-what" - }, - "main": "./index.js", - "files": [ - "index.js" - ], - "scripts": { - "test": "node tests/test.js && jshint *.js" - }, - "dependencies": {}, - "devDependencies": { - "jshint": "2" - }, - "optionalDependencies": {}, - "engines": { - "node": "*" - }, - "license": "BSD-2-Clause", - "jshintConfig": { - "eqeqeq": true, - "freeze": true, - "latedef": "nofunc", - "noarg": true, - "nonbsp": true, - "undef": true, - "unused": true, - "eqnull": true, - "proto": true, - "node": true, - "globals": { - "describe": true, - "it": true - } - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/cssesc/package.json b/node_modules/cssesc/package.json deleted file mode 100644 index 076c84d..0000000 --- a/node_modules/cssesc/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "cssesc", - "version": "3.0.0", - "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", - "homepage": "https://mths.be/cssesc", - "engines": { - "node": ">=4" - }, - "main": "cssesc.js", - "bin": "bin/cssesc", - "man": "man/cssesc.1", - "keywords": [ - "css", - "escape", - "identifier", - "string", - "tool" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/cssesc.git" - }, - "bugs": "https://github.com/mathiasbynens/cssesc/issues", - "files": [ - "LICENSE-MIT.txt", - "cssesc.js", - "bin/", - "man/" - ], - "scripts": { - "build": "grunt template && babel cssesc.js -o cssesc.js", - "test": "mocha tests", - "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec" - }, - "devDependencies": { - "babel-cli": "^6.26.0", - "babel-preset-env": "^1.6.1", - "codecov": "^1.0.1", - "grunt": "^1.0.1", - "grunt-template": "^1.0.0", - "istanbul": "^0.4.4", - "mocha": "^2.5.3", - "regenerate": "^1.2.1", - "requirejs": "^2.1.16" - } -} diff --git a/node_modules/cssnano-preset-default/package.json b/node_modules/cssnano-preset-default/package.json deleted file mode 100644 index 5e621b3..0000000 --- a/node_modules/cssnano-preset-default/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "cssnano-preset-default", - "version": "5.2.14", - "main": "src/index.js", - "types": "types/index.d.ts", - "description": "Safe defaults for cssnano which require minimal configuration.", - "files": [ - "LICENSE-MIT", - "src", - "types" - ], - "license": "MIT", - "dependencies": { - "css-declaration-sorter": "^6.3.1", - "postcss-calc": "^8.2.3", - "cssnano-utils": "^3.1.0", - "postcss-discard-comments": "^5.1.2", - "postcss-convert-values": "^5.1.3", - "postcss-discard-duplicates": "^5.1.0", - "postcss-colormin": "^5.3.1", - "postcss-discard-empty": "^5.1.1", - "postcss-discard-overridden": "^5.1.0", - "postcss-merge-longhand": "^5.1.7", - "postcss-merge-rules": "^5.1.4", - "postcss-minify-gradients": "^5.1.1", - "postcss-minify-font-values": "^5.1.0", - "postcss-minify-params": "^5.1.4", - "postcss-normalize-charset": "^5.1.0", - "postcss-minify-selectors": "^5.2.1", - "postcss-normalize-display-values": "^5.1.0", - "postcss-normalize-positions": "^5.1.1", - "postcss-normalize-repeat-style": "^5.1.1", - "postcss-normalize-string": "^5.1.0", - "postcss-normalize-timing-functions": "^5.1.0", - "postcss-normalize-unicode": "^5.1.1", - "postcss-normalize-whitespace": "^5.1.1", - "postcss-normalize-url": "^5.1.0", - "postcss-ordered-values": "^5.1.3", - "postcss-reduce-initial": "^5.1.2", - "postcss-reduce-transforms": "^5.1.0", - "postcss-svgo": "^5.1.0", - "postcss-unique-selectors": "^5.1.1" - }, - "author": { - "name": "Ben Briggs", - "email": "beneb.info@gmail.com", - "url": "http://beneb.info" - }, - "repository": "cssnano/cssnano", - "homepage": "https://github.com/cssnano/cssnano", - "bugs": { - "url": "https://github.com/cssnano/cssnano/issues" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "devDependencies": { - "postcss": "^8.2.15" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } -} \ No newline at end of file diff --git a/node_modules/cssnano-utils/package.json b/node_modules/cssnano-utils/package.json deleted file mode 100644 index aeb12af..0000000 --- a/node_modules/cssnano-utils/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "cssnano-utils", - "version": "3.1.0", - "repository": "cssnano/cssnano", - "main": "src/index.js", - "types": "types/index.d.ts", - "description": "Utility methods and plugin for cssnano projects", - "homepage": "https://github.com/cssnano/cssnano", - "bugs": { - "url": "https://github.com/cssnano/cssnano/issues" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "files": [ - "src", - "LICENSE", - "types" - ], - "license": "MIT", - "devDependencies": { - "postcss": "^8.2.15" - }, - "peerDependencies": { - "postcss": "^8.2.15" - }, - "readme": "# cssnano-utils\n\nUtility methods and plugin for cssnano projects\n\n## List of methods and plugin(s)\n\n| **utility methods** | **description** |\n| ------------------- | ------------------------------------------------------------------------- |\n| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |\n| `getArguments` | Get a list of arguments, separated by a comma. |\n| `sameParent` | Check that two PostCSS nodes share the same parent. |\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).\n" -} \ No newline at end of file diff --git a/node_modules/cssnano/package.json b/node_modules/cssnano/package.json deleted file mode 100644 index e1d5ab4..0000000 --- a/node_modules/cssnano/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "cssnano", - "version": "5.1.15", - "description": "A modular minifier, built on top of the PostCSS ecosystem.", - "main": "src/index.js", - "types": "types/index.d.ts", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/cssnano" - }, - "keywords": [ - "css", - "compress", - "minify", - "optimise", - "optimisation", - "postcss", - "postcss-plugin" - ], - "license": "MIT", - "dependencies": { - "lilconfig": "^2.0.3", - "yaml": "^1.10.2", - "cssnano-preset-default": "^5.2.14" - }, - "homepage": "https://github.com/cssnano/cssnano", - "author": { - "name": "Ben Briggs", - "email": "beneb.info@gmail.com", - "url": "http://beneb.info" - }, - "repository": "cssnano/cssnano", - "files": [ - "src", - "LICENSE-MIT", - "types" - ], - "bugs": { - "url": "https://github.com/cssnano/cssnano/issues" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "devDependencies": { - "autoprefixer": "^10.4.12", - "postcss": "^8.2.15", - "cssnano-preset-lite": "^2.1.3", - "cssnano-preset-advanced": "^5.3.10" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } -} \ No newline at end of file diff --git a/node_modules/csso/package.json b/node_modules/csso/package.json deleted file mode 100644 index e4485e6..0000000 --- a/node_modules/csso/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "csso", - "version": "4.2.0", - "description": "CSS minifier with structural optimisations", - "homepage": "https://github.com/css/csso", - "author": "Sergey Kryzhanovsky (https://github.com/afelix)", - "maintainers": [ - { - "name": "Roman Dvornov", - "email": "rdvornov@gmail.com", - "github-username": "lahmatiy" - } - ], - "license": "MIT", - "repository": "css/csso", - "bugs": { - "url": "https://github.com/css/csso/issues" - }, - "keywords": [ - "css", - "compress", - "minifier", - "minify", - "optimise", - "optimisation", - "csstree" - ], - "main": "./lib/index", - "scripts": { - "test": "mocha --reporter dot", - "lint": "eslint lib test", - "lint-and-test": "npm run lint && npm test", - "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js", - "coverage": "nyc npm test", - "coveralls": "nyc report --reporter=text-lcov | coveralls", - "travis": "nyc npm run lint-and-test && npm run coveralls", - "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null", - "prepublishOnly": "npm run build" - }, - "dependencies": { - "css-tree": "^1.1.2" - }, - "browser": { - "css-tree": "css-tree/dist/csstree.min.js" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^11.0.1", - "@rollup/plugin-json": "^4.0.1", - "@rollup/plugin-node-resolve": "^7.0.0", - "coveralls": "^3.0.11", - "eslint": "^6.8.0", - "mocha": "^7.1.1", - "nyc": "^15.0.0", - "rollup": "^1.29.0", - "source-map": "^0.6.1", - "terser": "^4.6.3" - }, - "engines": { - "node": ">=8.0.0" - }, - "files": [ - "dist", - "lib" - ] -} diff --git a/node_modules/cssom/package.json b/node_modules/cssom/package.json deleted file mode 100644 index c8e813f..0000000 --- a/node_modules/cssom/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "cssom", - "description": "CSS Object Model implementation and CSS parser", - "keywords": [ - "CSS", - "CSSOM", - "parser", - "styleSheet" - ], - "version": "0.4.4", - "author": "Nikita Vasilyev ", - "repository": "NV/CSSOM", - "files": [ - "lib/" - ], - "main": "./lib/index.js", - "license": "MIT" -} diff --git a/node_modules/cssstyle/node_modules/cssom/package.json b/node_modules/cssstyle/node_modules/cssom/package.json deleted file mode 100644 index 142e0e3..0000000 --- a/node_modules/cssstyle/node_modules/cssom/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "cssom", - "description": "CSS Object Model implementation and CSS parser", - "keywords": [ - "CSS", - "CSSOM", - "parser", - "styleSheet" - ], - "version": "0.3.8", - "author": "Nikita Vasilyev ", - "repository": "NV/CSSOM", - "files": [ - "lib/" - ], - "main": "./lib/index.js", - "license": "MIT" -} diff --git a/node_modules/cssstyle/package.json b/node_modules/cssstyle/package.json deleted file mode 100644 index 7ded307..0000000 --- a/node_modules/cssstyle/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "cssstyle", - "description": "CSSStyleDeclaration Object Model implementation", - "keywords": [ - "CSS", - "CSSStyleDeclaration", - "StyleSheet" - ], - "version": "2.3.0", - "homepage": "https://github.com/jsdom/cssstyle", - "maintainers": [ - { - "name": "Jon Sakas", - "email": "jon.sakas@gmail.com", - "url": "https://jon.sakas.co/" - }, - { - "name": "Rafał Ruciński", - "email": "fatfisz@gmail.com", - "url": "https://fatfisz.com" - } - ], - "contributors": [ - { - "name": "Chad Walker", - "email": "chad@chad-cat-lore-eddie.com", - "url": "https://github.com/chad3814" - } - ], - "repository": "jsdom/cssstyle", - "bugs": "https://github.com/jsdom/cssstyle/issues", - "directories": { - "lib": "./lib" - }, - "files": [ - "lib/" - ], - "main": "./lib/CSSStyleDeclaration.js", - "dependencies": { - "cssom": "~0.3.6" - }, - "devDependencies": { - "babel-generator": "~6.26.1", - "babel-traverse": "~6.26.0", - "babel-types": "~6.26.0", - "babylon": "~6.18.0", - "eslint": "~6.0.0", - "eslint-config-prettier": "~6.0.0", - "eslint-plugin-prettier": "~3.1.0", - "jest": "^24.8.0", - "npm-run-all": "^4.1.5", - "prettier": "~1.18.0", - "request": "^2.88.0", - "resolve": "~1.11.1" - }, - "scripts": { - "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix", - "generate": "run-p generate:*", - "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js", - "generate:properties": "node ./scripts/generate_properties.js", - "lint": "npm run generate && eslint . --max-warnings 0", - "lint:fix": "eslint . --fix --max-warnings 0", - "prepublishOnly": "npm run lint && npm run test", - "test": "npm run generate && jest", - "test-ci": "npm run lint && npm run test && codecov", - "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS" - }, - "license": "MIT", - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/custom-event/package.json b/node_modules/custom-event/package.json deleted file mode 100644 index 9ee7c67..0000000 --- a/node_modules/custom-event/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "custom-event", - "version": "1.0.1", - "description": "Cross-browser `CustomEvent` constructor", - "main": "index.js", - "scripts": { - "test": "make test" - }, - "repository": { - "type": "git", - "url": "git://github.com/webmodules/custom-event.git" - }, - "keywords": [ - "dom", - "browser", - "event", - "custom", - "customevent", - "constructor" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/webmodules/custom-event/issues" - }, - "homepage": "https://github.com/webmodules/custom-event", - "devDependencies": { - "zuul": "~1.16.3" - } -} diff --git a/node_modules/data-urls/package.json b/node_modules/data-urls/package.json deleted file mode 100644 index 3e2d9d1..0000000 --- a/node_modules/data-urls/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "data-urls", - "description": "Parses data: URLs", - "keywords": [ - "data url", - "data uri", - "data:", - "http", - "fetch", - "whatwg" - ], - "version": "2.0.0", - "author": "Domenic Denicola (https://domenic.me/)", - "license": "MIT", - "repository": "jsdom/data-urls", - "main": "lib/parser.js", - "files": [ - "lib/" - ], - "scripts": { - "test": "jest", - "coverage": "jest --coverage", - "lint": "eslint .", - "pretest": "node scripts/get-latest-platform-tests.js" - }, - "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "devDependencies": { - "eslint": "^6.8.0", - "jest": "^24.9.0", - "request": "^2.88.0" - }, - "engines": { - "node": ">=10" - }, - "jest": { - "coverageDirectory": "coverage", - "coverageReporters": [ - "lcov", - "text-summary" - ], - "testEnvironment": "node", - "testMatch": [ - "/test/**/*.js" - ], - "coveragePathIgnorePatterns": [ - "/node_modules/(?!(abab/lib/atob.js))" - ] - } -} diff --git a/node_modules/date-format/package.json b/node_modules/date-format/package.json deleted file mode 100644 index c74722e..0000000 --- a/node_modules/date-format/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "date-format", - "version": "4.0.14", - "description": "Formatting Date objects as strings since 2013", - "main": "lib/index.js", - "files": [ - "lib", - "CHANGELOG.md" - ], - "repository": { - "type": "git", - "url": "https://github.com/nomiddlename/date-format.git" - }, - "engines": { - "node": ">=4.0" - }, - "scripts": { - "lint": "eslint lib/* test/*", - "pretest": "eslint lib/* test/*", - "test": "nyc --check-coverage mocha" - }, - "keywords": [ - "date", - "format", - "string" - ], - "author": "Gareth Jones ", - "license": "MIT", - "readmeFilename": "README.md", - "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522", - "devDependencies": { - "eslint": "^8.24.0", - "eslint-plugin-mocha": "^10.1.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "should": "^13.2.3" - }, - "nyc": { - "include": [ - "lib/**" - ], - "branches": 100, - "lines": 100, - "functions": 100 - } -} diff --git a/node_modules/debug/package.json b/node_modules/debug/package.json deleted file mode 100644 index 3bcdc24..0000000 --- a/node_modules/debug/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "debug", - "version": "4.3.4", - "repository": { - "type": "git", - "url": "git://github.com/debug-js/debug.git" - }, - "description": "Lightweight debugging utility for Node.js and the browser", - "keywords": [ - "debug", - "log", - "debugger" - ], - "files": [ - "src", - "LICENSE", - "README.md" - ], - "author": "Josh Junon ", - "contributors": [ - "TJ Holowaychuk ", - "Nathan Rajlich (http://n8.io)", - "Andrew Rhyne " - ], - "license": "MIT", - "scripts": { - "lint": "xo", - "test": "npm run test:node && npm run test:browser && npm run lint", - "test:node": "istanbul cover _mocha -- test.js", - "test:browser": "karma start --single-run", - "test:coverage": "cat ./coverage/lcov.info | coveralls" - }, - "dependencies": { - "ms": "2.1.2" - }, - "devDependencies": { - "brfs": "^2.0.1", - "browserify": "^16.2.3", - "coveralls": "^3.0.2", - "istanbul": "^0.4.5", - "karma": "^3.1.4", - "karma-browserify": "^6.0.0", - "karma-chrome-launcher": "^2.2.0", - "karma-mocha": "^1.3.0", - "mocha": "^5.2.0", - "mocha-lcov-reporter": "^1.2.0", - "xo": "^0.23.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "engines": { - "node": ">=6.0" - } -} diff --git a/node_modules/decamelize/package.json b/node_modules/decamelize/package.json deleted file mode 100644 index ca35790..0000000 --- a/node_modules/decamelize/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "decamelize", - "version": "1.2.0", - "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow", - "license": "MIT", - "repository": "sindresorhus/decamelize", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "decamelize", - "decamelcase", - "camelcase", - "lowercase", - "case", - "dash", - "hyphen", - "string", - "str", - "text", - "convert" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/decimal.js/package.json b/node_modules/decimal.js/package.json deleted file mode 100644 index 96fc09d..0000000 --- a/node_modules/decimal.js/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "decimal.js", - "description": "An arbitrary-precision Decimal type for JavaScript.", - "version": "10.4.3", - "keywords": [ - "arbitrary", - "precision", - "arithmetic", - "big", - "number", - "decimal", - "float", - "biginteger", - "bigdecimal", - "bignumber", - "bigint", - "bignum" - ], - "repository" : { - "type": "git", - "url": "https://github.com/MikeMcl/decimal.js.git" - }, - "main": "decimal", - "module": "decimal.mjs", - "browser": "decimal.js", - "exports": { - ".": { - "types": "./decimal.d.ts", - "import": "./decimal.mjs", - "require": "./decimal.js" - }, - "./decimal.mjs": "./decimal.mjs", - "./decimal.js": "./decimal.js", - "./package.json": "./package.json", - "./decimal": { - "types": "./decimal.d.ts", - "import": "./decimal.mjs", - "require": "./decimal.js" - } - }, - "author": { - "name": "Michael Mclaughlin", - "email": "M8ch88l@gmail.com" - }, - "license": "MIT", - "scripts": { - "test": "node ./test/test.js" - }, - "types": "decimal.d.ts", - "files": [ - "decimal.js", - "decimal.mjs", - "decimal.d.ts" - ] -} diff --git a/node_modules/deep-is/package.json b/node_modules/deep-is/package.json deleted file mode 100644 index dae72d7..0000000 --- a/node_modules/deep-is/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "deep-is", - "version": "0.1.4", - "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN", - "main": "index.js", - "directories": { - "lib": ".", - "example": "example", - "test": "test" - }, - "scripts": { - "test": "tape test/*.js" - }, - "devDependencies": { - "tape": "~1.0.2" - }, - "repository": { - "type": "git", - "url": "http://github.com/thlorenz/deep-is.git" - }, - "keywords": [ - "equality", - "equal", - "compare" - ], - "author": { - "name": "Thorsten Lorenz", - "email": "thlorenz@gmx.de", - "url": "http://thlorenz.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": { - "ie": [ - 6, - 7, - 8, - 9 - ], - "ff": [ - 3.5, - 10, - 15 - ], - "chrome": [ - 10, - 22 - ], - "safari": [ - 5.1 - ], - "opera": [ - 12 - ] - } - } -} diff --git a/node_modules/default-gateway/package.json b/node_modules/default-gateway/package.json deleted file mode 100644 index 41fc761..0000000 --- a/node_modules/default-gateway/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "default-gateway", - "version": "6.0.3", - "description": "Get the default network gateway, cross-platform.", - "author": "silverwind", - "repository": "silverwind/default-gateway", - "license": "BSD-2-Clause", - "main": "index.js", - "engines": { - "node": ">= 10" - }, - "files": [ - "index.js", - "android.js", - "darwin.js", - "freebsd.js", - "linux.js", - "openbsd.js", - "sunos.js", - "win32.js", - "ibmi.js" - ], - "dependencies": { - "execa": "^5.0.0" - }, - "devDependencies": { - "eslint": "7.17.0", - "eslint-config-silverwind": "27.0.0", - "jest": "26.6.3", - "updates": "11.4.2", - "versions": "8.4.4" - }, - "keywords": [ - "default gateway", - "network", - "default", - "gateway", - "routing", - "route" - ] -} diff --git a/node_modules/defaults/package.json b/node_modules/defaults/package.json deleted file mode 100644 index 44f72b1..0000000 --- a/node_modules/defaults/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "defaults", - "version": "1.0.4", - "description": "merge single level defaults over a config object", - "main": "index.js", - "funding": "https://github.com/sponsors/sindresorhus", - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/sindresorhus/node-defaults.git" - }, - "keywords": [ - "config", - "defaults", - "options", - "object", - "merge", - "assign", - "properties", - "deep" - ], - "author": "Elijah Insua ", - "license": "MIT", - "readmeFilename": "README.md", - "dependencies": { - "clone": "^1.0.2" - }, - "devDependencies": { - "tap": "^2.0.0" - } -} diff --git a/node_modules/define-data-property/package.json b/node_modules/define-data-property/package.json deleted file mode 100644 index eec4097..0000000 --- a/node_modules/define-data-property/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "name": "define-data-property", - "version": "1.1.4", - "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.", - "main": "index.js", - "types": "./index.d.ts", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "tsc": "tsc -p .", - "prelint": "evalmd README.md", - "lint": "eslint --ext=js,mjs .", - "postlint": "npm run tsc", - "pretest": "npm run lint", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ljharb/define-data-property.git" - }, - "keywords": [ - "define", - "data", - "property", - "object", - "accessor", - "javascript", - "ecmascript", - "enumerable", - "configurable", - "writable" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/define-data-property/issues" - }, - "homepage": "https://github.com/ljharb/define-data-property#readme", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "@types/call-bind": "^1.0.5", - "@types/define-properties": "^1.1.5", - "@types/es-value-fixtures": "^1.4.4", - "@types/for-each": "^0.3.3", - "@types/get-intrinsic": "^1.2.2", - "@types/gopd": "^1.0.3", - "@types/has-property-descriptors": "^1.0.3", - "@types/object-inspect": "^1.8.4", - "@types/object.getownpropertydescriptors": "^2.1.4", - "@types/tape": "^5.6.4", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "es-value-fixtures": "^1.4.2", - "eslint": "=8.8.0", - "evalmd": "^0.0.19", - "for-each": "^0.3.3", - "hasown": "^2.0.1", - "in-publish": "^2.0.1", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "object-inspect": "^1.13.1", - "object.getownpropertydescriptors": "^2.1.7", - "reflect.ownkeys": "^1.1.4", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.4", - "typescript": "next" - }, - "engines": { - "node": ">= 0.4" - }, - "testling": { - "files": "test/index.js" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows", - "types/reflect.ownkeys" - ] - } -} diff --git a/node_modules/define-lazy-prop/package.json b/node_modules/define-lazy-prop/package.json deleted file mode 100644 index aff24d8..0000000 --- a/node_modules/define-lazy-prop/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "define-lazy-prop", - "version": "2.0.0", - "description": "Define a lazily evaluated property on an object", - "license": "MIT", - "repository": "sindresorhus/define-lazy-prop", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "lazy", - "property", - "properties", - "prop", - "define", - "object", - "value", - "lazily", - "laziness", - "evaluation", - "eval", - "execute", - "getter", - "function", - "fn", - "memoize", - "cache", - "defer", - "deferred" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/delayed-stream/package.json b/node_modules/delayed-stream/package.json deleted file mode 100644 index eea3291..0000000 --- a/node_modules/delayed-stream/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "author": "Felix Geisendörfer (http://debuggable.com/)", - "contributors": [ - "Mike Atkins " - ], - "name": "delayed-stream", - "description": "Buffers events from a stream until you are ready to handle them.", - "license": "MIT", - "version": "1.0.0", - "homepage": "https://github.com/felixge/node-delayed-stream", - "repository": { - "type": "git", - "url": "git://github.com/felixge/node-delayed-stream.git" - }, - "main": "./lib/delayed_stream", - "engines": { - "node": ">=0.4.0" - }, - "scripts": { - "test": "make test" - }, - "dependencies": {}, - "devDependencies": { - "fake": "0.2.0", - "far": "0.0.1" - } -} diff --git a/node_modules/delegates/package.json b/node_modules/delegates/package.json deleted file mode 100644 index 1724038..0000000 --- a/node_modules/delegates/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "delegates", - "version": "1.0.0", - "repository": "visionmedia/node-delegates", - "description": "delegate methods and accessors to another property", - "keywords": ["delegate", "delegation"], - "dependencies": {}, - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "license": "MIT" -} diff --git a/node_modules/depd/package.json b/node_modules/depd/package.json deleted file mode 100644 index 3857e19..0000000 --- a/node_modules/depd/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "depd", - "description": "Deprecate all the things", - "version": "2.0.0", - "author": "Douglas Christopher Wilson ", - "license": "MIT", - "keywords": [ - "deprecate", - "deprecated" - ], - "repository": "dougwilson/nodejs-depd", - "browser": "lib/browser/index.js", - "devDependencies": { - "benchmark": "2.1.4", - "beautify-benchmark": "0.2.4", - "eslint": "5.7.0", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.14.0", - "eslint-plugin-markdown": "1.0.0-beta.7", - "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.0.1", - "eslint-plugin-standard": "4.0.0", - "istanbul": "0.4.5", - "mocha": "5.2.0", - "safe-buffer": "5.1.2", - "uid-safe": "2.1.5" - }, - "files": [ - "lib/", - "History.md", - "LICENSE", - "index.js", - "Readme.md" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail test/", - "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary", - "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary" - } -} diff --git a/node_modules/destroy/package.json b/node_modules/destroy/package.json deleted file mode 100644 index c85e438..0000000 --- a/node_modules/destroy/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "destroy", - "description": "destroy a stream if possible", - "version": "1.2.0", - "author": { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com", - "twitter": "https://twitter.com/jongleberry" - }, - "contributors": [ - "Douglas Christopher Wilson " - ], - "license": "MIT", - "repository": "stream-utils/destroy", - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.2", - "nyc": "15.1.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec", - "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - }, - "files": [ - "index.js", - "LICENSE" - ], - "keywords": [ - "stream", - "streams", - "destroy", - "cleanup", - "leak", - "fd" - ] -} diff --git a/node_modules/detect-node/package.json b/node_modules/detect-node/package.json deleted file mode 100644 index 3cbabbe..0000000 --- a/node_modules/detect-node/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "detect-node", - "version": "2.1.0", - "description": "Detect Node.JS (as opposite to browser environment) (reliable)", - "main": "index.js", - "module": "index.esm.js", - "browser": "browser.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/iliakan/detect-node" - }, - "keywords": [ - "detect", - "node" - ], - "author": "Ilya Kantor", - "license": "MIT", - "bugs": { - "url": "https://github.com/iliakan/detect-node/issues" - }, - "homepage": "https://github.com/iliakan/detect-node" -} diff --git a/node_modules/di/package.json b/node_modules/di/package.json deleted file mode 100644 index 5596874..0000000 --- a/node_modules/di/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "di", - "version": "0.0.1", - "description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.", - "main": "lib/index.js", - "scripts": { - "test": "mocha --compilers coffee:coffee-script test/*" - }, - "repository": { - "type": "git", - "url": "git://github.com/vojtajina/node-di.git" - }, - "keywords": [ - "di", - "dependency", - "injection", - "injector" - ], - "devDependencies": { - "grunt": "~0.4.0rc5", - "grunt-simple-mocha": "~0.3.2", - "grunt-contrib-jshint": "~0.1.1rc5", - "mocha": "1.8.1", - "chai": "1.4.2", - "coffee-script": "1.4.0" - }, - "author": "Vojta Jina ", - "license": "MIT" -} diff --git a/node_modules/diff/package.json b/node_modules/diff/package.json deleted file mode 100644 index 3308b32..0000000 --- a/node_modules/diff/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "diff", - "version": "4.0.2", - "description": "A javascript text diff implementation.", - "keywords": [ - "diff", - "javascript" - ], - "maintainers": [ - "Kevin Decker (http://incaseofstairs.com)" - ], - "bugs": { - "email": "kpdecker@gmail.com", - "url": "http://github.com/kpdecker/jsdiff/issues" - }, - "license": "BSD-3-Clause", - "repository": { - "type": "git", - "url": "git://github.com/kpdecker/jsdiff.git" - }, - "engines": { - "node": ">=0.3.1" - }, - "main": "./lib/index.js", - "module": "./lib/index.es6.js", - "browser": "./dist/diff.js", - "scripts": { - "clean": "rm -rf lib/ dist/", - "build:node": "yarn babel --out-dir lib --source-maps=inline src", - "test": "grunt" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-modules-commonjs": "^7.2.0", - "@babel/preset-env": "^7.2.3", - "@babel/register": "^7.0.0", - "babel-eslint": "^10.0.1", - "babel-loader": "^8.0.5", - "chai": "^4.2.0", - "colors": "^1.3.3", - "eslint": "^5.12.0", - "grunt": "^1.0.3", - "grunt-babel": "^8.0.0", - "grunt-clean": "^0.4.0", - "grunt-cli": "^1.3.2", - "grunt-contrib-clean": "^2.0.0", - "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-uglify": "^4.0.0", - "grunt-contrib-watch": "^1.1.0", - "grunt-eslint": "^21.0.0", - "grunt-exec": "^3.0.0", - "grunt-karma": "^3.0.1", - "grunt-mocha-istanbul": "^5.0.2", - "grunt-mocha-test": "^0.13.3", - "grunt-webpack": "^3.1.3", - "istanbul": "github:kpdecker/istanbul", - "karma": "^3.1.4", - "karma-chrome-launcher": "^2.2.0", - "karma-mocha": "^1.3.0", - "karma-mocha-reporter": "^2.0.0", - "karma-sauce-launcher": "^2.0.2", - "karma-sourcemap-loader": "^0.3.6", - "karma-webpack": "^3.0.5", - "mocha": "^5.2.0", - "rollup": "^1.0.2", - "rollup-plugin-babel": "^4.2.0", - "semver": "^5.6.0", - "webpack": "^4.28.3", - "webpack-dev-server": "^3.1.14" - }, - "optionalDependencies": {} -} diff --git a/node_modules/dijkstrajs/package.json b/node_modules/dijkstrajs/package.json deleted file mode 100644 index 67cd76d..0000000 --- a/node_modules/dijkstrajs/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "dijkstrajs", - "version": "1.0.3", - "description": "A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.", - "main": "dijkstra.js", - "scripts": { - "pretest": "jshint dijkstra.js", - "test": "mocha -R spec" - }, - "repository": { - "type": "git", - "url": "git://github.com/tcort/dijkstrajs" - }, - "keywords": [ - "dijkstra", - "shortest", - "path", - "search", - "graph" - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/tcort/dijkstrajs/issues" - }, - "homepage": "https://github.com/tcort/dijkstrajs", - "devDependencies": { - "expect.js": "^0.3.1", - "jshint": "^2.13.6", - "mocha": "^10.2.0" - }, - "jshintConfig": { - "bitwise": true, - "curly": true, - "eqeqeq": true, - "forin": true, - "freeze": true, - "globalstrict": true, - "immed": true, - "indent": 4, - "moz": true, - "newcap": true, - "noarg": true, - "node": true, - "noempty": true, - "nonew": true, - "trailing": true, - "undef": true, - "smarttabs": true, - "strict": true, - "validthis": true, - "globals": { - "describe": false, - "it": false, - "before": false, - "beforeEach": false, - "after": false, - "afterEach": false - } - } -} diff --git a/node_modules/dir-glob/package.json b/node_modules/dir-glob/package.json deleted file mode 100644 index b0a397e..0000000 --- a/node_modules/dir-glob/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "dir-glob", - "version": "3.0.1", - "description": "Convert directories to glob compatible strings", - "license": "MIT", - "repository": "kevva/dir-glob", - "author": { - "name": "Kevin Mårtensson", - "email": "kevinmartensson@gmail.com", - "url": "github.com/kevva" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "convert", - "directory", - "extensions", - "files", - "glob" - ], - "dependencies": { - "path-type": "^4.0.0" - }, - "devDependencies": { - "ava": "^2.1.0", - "del": "^4.1.1", - "make-dir": "^3.0.0", - "rimraf": "^2.5.0", - "xo": "^0.24.0" - } -} diff --git a/node_modules/dns-packet/package.json b/node_modules/dns-packet/package.json deleted file mode 100644 index 9b79b96..0000000 --- a/node_modules/dns-packet/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "dns-packet", - "version": "5.6.1", - "description": "An abstract-encoding compliant module for encoding / decoding DNS packets", - "author": "Mathias Buus", - "license": "MIT", - "repository": "mafintosh/dns-packet", - "homepage": "https://github.com/mafintosh/dns-packet", - "engines": { - "node": ">=6" - }, - "scripts": { - "clean": "rm -rf coverage .nyc_output/", - "lint": "eslint --color *.js examples/*.js", - "pretest": "npm run lint", - "test": "tape test.js", - "coverage": "nyc -r html npm test" - }, - "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" - }, - "devDependencies": { - "eslint": "^5.14.1", - "eslint-config-standard": "^12.0.0", - "eslint-plugin-import": "^2.16.0", - "eslint-plugin-node": "^8.0.1", - "eslint-plugin-promise": "^4.0.1", - "eslint-plugin-standard": "^4.0.0", - "tape": "^4.10.1" - }, - "keywords": [ - "dns", - "packet", - "encodings", - "encoding", - "encoder", - "abstract-encoding" - ], - "files": [ - "index.js", - "types.js", - "rcodes.js", - "opcodes.js", - "classes.js", - "optioncodes.js" - ] -} diff --git a/node_modules/doctrine/package.json b/node_modules/doctrine/package.json deleted file mode 100644 index b660998..0000000 --- a/node_modules/doctrine/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "doctrine", - "description": "JSDoc parser", - "homepage": "https://github.com/eslint/doctrine", - "main": "lib/doctrine.js", - "version": "3.0.0", - "engines": { - "node": ">=6.0.0" - }, - "directories": { - "lib": "./lib" - }, - "files": [ - "lib" - ], - "maintainers": [ - { - "name": "Nicholas C. Zakas", - "email": "nicholas+npm@nczconsulting.com", - "web": "https://www.nczonline.net" - }, - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "https://github.com/Constellation" - } - ], - "repository": "eslint/doctrine", - "devDependencies": { - "coveralls": "^3.0.1", - "dateformat": "^1.0.11", - "eslint": "^1.10.3", - "eslint-release": "^1.0.0", - "linefix": "^0.1.1", - "mocha": "^3.4.2", - "npm-license": "^0.3.1", - "nyc": "^10.3.2", - "semver": "^5.0.3", - "shelljs": "^0.5.3", - "shelljs-nodecli": "^0.1.1", - "should": "^5.0.1" - }, - "license": "Apache-2.0", - "scripts": { - "pretest": "npm run lint", - "test": "nyc mocha", - "coveralls": "nyc report --reporter=text-lcov | coveralls", - "lint": "eslint lib/", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - }, - "dependencies": { - "esutils": "^2.0.2" - } -} diff --git a/node_modules/dom-converter/package.json b/node_modules/dom-converter/package.json deleted file mode 100644 index cbf6f40..0000000 --- a/node_modules/dom-converter/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "dom-converter", - "version": "0.2.0", - "description": "converts bare objects to DOM objects or xml representations", - "main": "lib/domConverter.js", - "dependencies": { - "utila": "~0.4" - }, - "devDependencies": { - "chai": "^1.10.0", - "chai-changes": "^1.3.4", - "chai-fuzzy": "^1.4.0", - "coffee-script": "^1.8.0", - "jitter": "^1.3.0", - "mocha": "^2.0.1", - "mocha-pretty-spec-reporter": "0.1.0-beta.1", - "sinon": "^1.12.2", - "sinon-chai": "^2.6.0" - }, - "scripts": { - "test": "mocha \"test/**/*.coffee\"", - "test:watch": "mocha \"test/**/*.coffee\" --watch", - "compile": "coffee --bare --compile --output ./lib ./src", - "compile:watch": "jitter src lib -b", - "watch": "npm run compile:watch & npm run test:watch", - "winwatch": "start/b npm run compile:watch & npm run test:watch", - "prepublish": "npm run compile" - }, - "author": "Aria Minaei", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/AriaMinaei/dom-converter" - }, - "bugs": { - "url": "https://github.com/AriaMinaei/dom-converter/issues" - } -} diff --git a/node_modules/dom-serialize/package.json b/node_modules/dom-serialize/package.json deleted file mode 100644 index 0266cf8..0000000 --- a/node_modules/dom-serialize/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "dom-serialize", - "version": "2.2.1", - "description": "Serializes any DOM node into a String", - "main": "index.js", - "scripts": { - "test": "make test" - }, - "repository": { - "type": "git", - "url": "git://github.com/webmodules/dom-serialize.git" - }, - "keywords": [ - "browser", - "node", - "dom", - "serialize", - "string" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/webmodules/dom-serialize/issues" - }, - "homepage": "https://github.com/webmodules/dom-serialize", - "dependencies": { - "custom-event": "~1.0.0", - "ent": "~2.2.0", - "extend": "^3.0.0", - "void-elements": "^2.0.0" - }, - "devDependencies": { - "zuul": "1" - } -} diff --git a/node_modules/dom-serializer/package.json b/node_modules/dom-serializer/package.json deleted file mode 100644 index c69edcd..0000000 --- a/node_modules/dom-serializer/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "dom-serializer", - "version": "0.1.1", - "description": "render dom nodes to string", - "author": "Felix Boehm ", - "keywords": [ - "html", - "xml", - "render" - ], - "repository": { - "type": "git", - "url": "git://github.com/cheeriojs/dom-renderer.git" - }, - "main": "./index.js", - "files": [ - "index.js" - ], - "dependencies": { - "domelementtype": "^1.3.0", - "entities": "^1.1.1" - }, - "devDependencies": { - "cheerio": "*", - "expect.js": "^0.3.1", - "jshint": "^2.9.1-rc1", - "lodash": "^4.17.11", - "mocha": "^5.2.0", - "xyz": "^3.0.0" - }, - "scripts": { - "test": "mocha test.js" - }, - "license": "MIT" -} diff --git a/node_modules/domelementtype/package.json b/node_modules/domelementtype/package.json deleted file mode 100644 index 21f3c23..0000000 --- a/node_modules/domelementtype/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "domelementtype", - "version": "1.3.1", - "description": "all the types of nodes in htmlparser2's dom", - "main": "index.js", - "repository": { - "type": "git", - "url": "git://github.com/fb55/domelementtype.git" - }, - "keywords": [ - "dom", - "htmlparser2" - ], - "author": "Felix Boehm ", - "license": "BSD-2-Clause" -} diff --git a/node_modules/domexception/node_modules/webidl-conversions/package.json b/node_modules/domexception/node_modules/webidl-conversions/package.json deleted file mode 100644 index 4087df5..0000000 --- a/node_modules/domexception/node_modules/webidl-conversions/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "webidl-conversions", - "version": "5.0.0", - "description": "Implements the WebIDL algorithms for converting to and from JavaScript values", - "main": "lib/index.js", - "scripts": { - "lint": "eslint .", - "test": "mocha test/*.js", - "coverage": "nyc mocha test/*.js" - }, - "repository": "jsdom/webidl-conversions", - "keywords": [ - "webidl", - "web", - "types" - ], - "files": [ - "lib/" - ], - "author": "Domenic Denicola (https://domenic.me/)", - "license": "BSD-2-Clause", - "devDependencies": { - "eslint": "^6.7.2", - "mocha": "^6.2.2", - "nyc": "^14.1.1" - }, - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/domexception/package.json b/node_modules/domexception/package.json deleted file mode 100644 index e594e10..0000000 --- a/node_modules/domexception/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "domexception", - "description": "An implementation of the DOMException class from browsers", - "keywords": [ - "dom", - "webidl", - "web idl", - "domexception", - "error", - "exception" - ], - "version": "2.0.1", - "author": "Domenic Denicola (https://domenic.me/)", - "license": "MIT", - "repository": "jsdom/domexception", - "main": "index.js", - "files": [ - "index.js", - "webidl2js-wrapper.js", - "lib/" - ], - "scripts": { - "prepare": "node scripts/generate.js", - "init-wpt": "node scripts/get-latest-platform-tests.js", - "pretest": "npm run prepare && npm run init-wpt", - "test": "mocha", - "lint": "eslint lib" - }, - "dependencies": { - "webidl-conversions": "^5.0.0" - }, - "devDependencies": { - "eslint": "^6.7.2", - "mkdirp": "^0.5.1", - "mocha": "^6.2.2", - "request": "^2.88.0", - "webidl2js": "^12.0.0" - }, - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/domhandler/lib/esm/package.json b/node_modules/domhandler/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/domhandler/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/domhandler/node_modules/domelementtype/lib/esm/package.json b/node_modules/domhandler/node_modules/domelementtype/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/domhandler/node_modules/domelementtype/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/domhandler/node_modules/domelementtype/package.json b/node_modules/domhandler/node_modules/domelementtype/package.json deleted file mode 100644 index f23933a..0000000 --- a/node_modules/domhandler/node_modules/domelementtype/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "domelementtype", - "version": "2.3.0", - "description": "all the types of nodes in htmlparser2's dom", - "author": "Felix Boehm ", - "license": "BSD-2-Clause", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "sideEffects": false, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "files": [ - "lib/**/*" - ], - "repository": { - "type": "git", - "url": "git://github.com/fb55/domelementtype.git" - }, - "keywords": [ - "dom", - "element", - "types", - "htmlparser2" - ], - "scripts": { - "test": "npm run lint && prettier --check **/*.{ts,json,md}", - "lint": "eslint src", - "format": "prettier --write **/*.{ts,json,md}", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc", - "build:esm": "tsc --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "prettier": { - "tabWidth": 4 - }, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.18.0", - "@typescript-eslint/parser": "^5.18.0", - "eslint": "^8.12.0", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "typescript": "^4.6.3" - } -} diff --git a/node_modules/domhandler/package.json b/node_modules/domhandler/package.json deleted file mode 100644 index f80da8e..0000000 --- a/node_modules/domhandler/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "domhandler", - "version": "5.0.3", - "description": "Handler for htmlparser2 that turns pages into a dom", - "author": "Felix Boehm ", - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - }, - "license": "BSD-2-Clause", - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "sideEffects": false, - "files": [ - "lib" - ], - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint --ignore-path .gitignore .", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier \"**/*.{ts,md,json,yml}\" --ignore-path .gitignore", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc", - "build:esm": "tsc --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/fb55/domhandler.git" - }, - "keywords": [ - "dom", - "htmlparser2" - ], - "engines": { - "node": ">= 4" - }, - "dependencies": { - "domelementtype": "^2.3.0" - }, - "devDependencies": { - "@types/jest": "^27.4.1", - "@types/node": "^17.0.30", - "@typescript-eslint/eslint-plugin": "^5.21.0", - "@typescript-eslint/parser": "^5.21.0", - "eslint": "^8.14.0", - "eslint-config-prettier": "^8.5.0", - "htmlparser2": "^8.0.0", - "jest": "^27.5.1", - "prettier": "^2.6.2", - "ts-jest": "^27.1.4", - "typescript": "^4.6.4" - }, - "jest": { - "preset": "ts-jest", - "testEnvironment": "node", - "moduleNameMapper": { - "^(.*)\\.js$": "$1" - } - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/domutils/package.json b/node_modules/domutils/package.json deleted file mode 100644 index 0daf955..0000000 --- a/node_modules/domutils/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "domutils", - "version": "1.5.1", - "description": "utilities for working with htmlparser2's dom", - "main": "index.js", - "directories": { - "test": "tests" - }, - "scripts": { - "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/FB55/domutils.git" - }, - "keywords": [ - "dom", - "htmlparser2" - ], - "dependencies": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "devDependencies": { - "htmlparser2": "~3.3.0", - "domhandler": "2", - "jshint": "~2.3.0", - "mocha": "~1.15.1" - }, - "author": "Felix Boehm ", - "jshintConfig": { - "proto": true, - "unused": true, - "eqnull": true, - "undef": true, - "quotmark": "double", - "eqeqeq": true, - "trailing": true, - "node": true, - "globals": { - "describe": true, - "it": true, - "beforeEach": true - } - } -} diff --git a/node_modules/dot-case/package.json b/node_modules/dot-case/package.json deleted file mode 100644 index 0ca75b4..0000000 --- a/node_modules/dot-case/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "dot-case", - "version": "3.0.4", - "description": "Transform into a lower case string with a period between words", - "main": "dist/index.js", - "typings": "dist/index.d.ts", - "module": "dist.es2015/index.js", - "sideEffects": false, - "jsnext:main": "dist.es2015/index.js", - "files": [ - "dist/", - "dist.es2015/", - "LICENSE" - ], - "scripts": { - "lint": "tslint \"src/**/*\" --project tsconfig.json", - "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json", - "specs": "jest --coverage", - "test": "npm run build && npm run lint && npm run specs", - "size": "size-limit", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/blakeembrey/change-case.git" - }, - "keywords": [ - "dot", - "case", - "period", - "full", - "stop", - "convert", - "transform" - ], - "author": { - "name": "Blake Embrey", - "email": "hello@blakeembrey.com", - "url": "http://blakeembrey.me" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/blakeembrey/change-case/issues" - }, - "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/dot-case#readme", - "size-limit": [ - { - "path": "dist/index.js", - "limit": "450 B" - } - ], - "jest": { - "roots": [ - "/src/" - ], - "transform": { - "\\.tsx?$": "ts-jest" - }, - "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", - "moduleFileExtensions": [ - "ts", - "tsx", - "js", - "jsx", - "json", - "node" - ] - }, - "publishConfig": { - "access": "public" - }, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "devDependencies": { - "@size-limit/preset-small-lib": "^2.2.1", - "@types/jest": "^24.0.23", - "@types/node": "^12.12.14", - "jest": "^24.9.0", - "rimraf": "^3.0.0", - "ts-jest": "^24.2.0", - "tslint": "^5.20.1", - "tslint-config-prettier": "^1.18.0", - "tslint-config-standard": "^9.0.0", - "typescript": "^4.1.2" - }, - "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0" -} diff --git a/node_modules/dotenv/package.json b/node_modules/dotenv/package.json deleted file mode 100644 index bb06025..0000000 --- a/node_modules/dotenv/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "dotenv", - "version": "16.4.5", - "description": "Loads environment variables from .env file", - "main": "lib/main.js", - "types": "lib/main.d.ts", - "exports": { - ".": { - "types": "./lib/main.d.ts", - "require": "./lib/main.js", - "default": "./lib/main.js" - }, - "./config": "./config.js", - "./config.js": "./config.js", - "./lib/env-options": "./lib/env-options.js", - "./lib/env-options.js": "./lib/env-options.js", - "./lib/cli-options": "./lib/cli-options.js", - "./lib/cli-options.js": "./lib/cli-options.js", - "./package.json": "./package.json" - }, - "scripts": { - "dts-check": "tsc --project tests/types/tsconfig.json", - "lint": "standard", - "lint-readme": "standard-markdown", - "pretest": "npm run lint && npm run dts-check", - "test": "tap tests/*.js --100 -Rspec", - "test:coverage": "tap --coverage-report=lcov", - "prerelease": "npm test", - "release": "standard-version" - }, - "repository": { - "type": "git", - "url": "git://github.com/motdotla/dotenv.git" - }, - "funding": "https://dotenvx.com", - "keywords": [ - "dotenv", - "env", - ".env", - "environment", - "variables", - "config", - "settings" - ], - "readmeFilename": "README.md", - "license": "BSD-2-Clause", - "devDependencies": { - "@definitelytyped/dtslint": "^0.0.133", - "@types/node": "^18.11.3", - "decache": "^4.6.1", - "sinon": "^14.0.1", - "standard": "^17.0.0", - "standard-markdown": "^7.1.0", - "standard-version": "^9.5.0", - "tap": "^16.3.0", - "tar": "^6.1.11", - "typescript": "^4.8.4" - }, - "engines": { - "node": ">=12" - }, - "browser": { - "fs": false - } -} diff --git a/node_modules/eastasianwidth/package.json b/node_modules/eastasianwidth/package.json deleted file mode 100644 index cb7ac6a..0000000 --- a/node_modules/eastasianwidth/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "eastasianwidth", - "version": "0.2.0", - "description": "Get East Asian Width from a character.", - "main": "eastasianwidth.js", - "files": [ - "eastasianwidth.js" - ], - "scripts": { - "test": "mocha" - }, - "repository": "git://github.com/komagata/eastasianwidth.git", - "author": "Masaki Komagata", - "license": "MIT", - "devDependencies": { - "mocha": "~1.9.0" - } -} diff --git a/node_modules/ee-first/package.json b/node_modules/ee-first/package.json deleted file mode 100644 index b6d0b7d..0000000 --- a/node_modules/ee-first/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ee-first", - "description": "return the first event in a set of ee/event pairs", - "version": "1.1.1", - "author": { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com", - "twitter": "https://twitter.com/jongleberry" - }, - "contributors": [ - "Douglas Christopher Wilson " - ], - "license": "MIT", - "repository": "jonathanong/ee-first", - "devDependencies": { - "istanbul": "0.3.9", - "mocha": "2.2.5" - }, - "files": [ - "index.js", - "LICENSE" - ], - "scripts": { - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/node_modules/electron-to-chromium/package.json b/node_modules/electron-to-chromium/package.json deleted file mode 100644 index eca4ee7..0000000 --- a/node_modules/electron-to-chromium/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "electron-to-chromium", - "version": "1.4.724", - "description": "Provides a list of electron-to-chromium version mappings", - "main": "index.js", - "files": [ - "versions.js", - "full-versions.js", - "chromium-versions.js", - "full-chromium-versions.js", - "versions.json", - "full-versions.json", - "chromium-versions.json", - "full-chromium-versions.json", - "LICENSE" - ], - "scripts": { - "build": "node build.mjs", - "update": "node automated-update.js", - "test": "nyc ava --verbose", - "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov" - }, - "repository": { - "type": "git", - "url": "https://github.com/kilian/electron-to-chromium/" - }, - "keywords": [ - "electron", - "chrome", - "chromium", - "browserslist", - "browserlist" - ], - "author": "Kilian Valkhof", - "license": "ISC", - "devDependencies": { - "ava": "^5.1.1", - "codecov": "^3.8.2", - "compare-versions": "^6.0.0-rc.1", - "node-fetch": "^3.3.0", - "nyc": "^15.1.0", - "shelljs": "^0.8.5" - } -} diff --git a/node_modules/emoji-regex/package.json b/node_modules/emoji-regex/package.json deleted file mode 100644 index 6d32352..0000000 --- a/node_modules/emoji-regex/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "emoji-regex", - "version": "8.0.0", - "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", - "homepage": "https://mths.be/emoji-regex", - "main": "index.js", - "types": "index.d.ts", - "keywords": [ - "unicode", - "regex", - "regexp", - "regular expressions", - "code points", - "symbols", - "characters", - "emoji" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/emoji-regex.git" - }, - "bugs": "https://github.com/mathiasbynens/emoji-regex/issues", - "files": [ - "LICENSE-MIT.txt", - "index.js", - "index.d.ts", - "text.js", - "es2015/index.js", - "es2015/text.js" - ], - "scripts": { - "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js", - "test": "mocha", - "test:watch": "npm run test -- --watch" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.3.4", - "@babel/plugin-proposal-unicode-property-regex": "^7.2.0", - "@babel/preset-env": "^7.3.4", - "mocha": "^6.0.2", - "regexgen": "^1.3.0", - "unicode-12.0.0": "^0.7.9" - } -} diff --git a/node_modules/emojis-list/package.json b/node_modules/emojis-list/package.json deleted file mode 100644 index b1b6df9..0000000 --- a/node_modules/emojis-list/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "emojis-list", - "description": "Complete list of standard emojis.", - "homepage": "https://nidecoc.io/Kikobeats/emojis-list", - "version": "3.0.0", - "main": "./index.js", - "author": { - "email": "josefrancisco.verdu@gmail.com", - "name": "Kiko Beats", - "url": "https://github.com/Kikobeats" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/kikobeats/emojis-list.git" - }, - "bugs": { - "url": "https://github.com/Kikobeats/emojis-list/issues" - }, - "keywords": [ - "archive", - "complete", - "emoji", - "list", - "standard" - ], - "devDependencies": { - "acho": "latest", - "browserify": "latest", - "cheerio": "latest", - "got": ">=5 <6", - "standard": "latest" - }, - "engines": { - "node": ">= 4" - }, - "files": [ - "index.js" - ], - "scripts": { - "pretest": "standard update.js", - "test": "echo 'YOLO'", - "update": "node update" - }, - "license": "MIT" -} diff --git a/node_modules/enabled/package.json b/node_modules/enabled/package.json deleted file mode 100644 index 17408a6..0000000 --- a/node_modules/enabled/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "enabled", - "version": "2.0.0", - "description": "Check if a certain debug flag is enabled.", - "main": "index.js", - "scripts": { - "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", - "test": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js", - "watch": "mocha --watch test.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/3rd-Eden/enabled.git" - }, - "keywords": [ - "enabled", - "debug", - "diagnostics", - "flag", - "env", - "variable", - "localstorage" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "dependencies": {}, - "devDependencies": { - "assume": "2.1.x", - "istanbul": "^0.4.5", - "mocha": "5.2.x", - "pre-commit": "1.2.x" - } -} diff --git a/node_modules/encode-utf8/package.json b/node_modules/encode-utf8/package.json deleted file mode 100644 index 93b7f69..0000000 --- a/node_modules/encode-utf8/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "encode-utf8", - "version": "1.0.3", - "license": "MIT", - "repository": "LinusU/encode-utf8", - "scripts": { - "test": "standard && mocha" - }, - "devDependencies": { - "mocha": "^6.2.2", - "standard": "^14.3.1" - } -} diff --git a/node_modules/encodeurl/package.json b/node_modules/encodeurl/package.json deleted file mode 100644 index b9f25ef..0000000 --- a/node_modules/encodeurl/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "encodeurl", - "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", - "version": "1.0.2", - "contributors": [ - "Douglas Christopher Wilson " - ], - "license": "MIT", - "keywords": [ - "encode", - "encodeurl", - "url" - ], - "repository": "pillarjs/encodeurl", - "devDependencies": { - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.8.0", - "eslint-plugin-node": "5.2.1", - "eslint-plugin-promise": "3.6.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "2.5.3" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/node_modules/encoding/node_modules/iconv-lite/package.json b/node_modules/encoding/node_modules/iconv-lite/package.json deleted file mode 100644 index d351115..0000000 --- a/node_modules/encoding/node_modules/iconv-lite/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "iconv-lite", - "description": "Convert character encodings in pure javascript.", - "version": "0.6.3", - "license": "MIT", - "keywords": [ - "iconv", - "convert", - "charset", - "icu" - ], - "author": "Alexander Shtuchkin ", - "main": "./lib/index.js", - "typings": "./lib/index.d.ts", - "homepage": "https://github.com/ashtuchkin/iconv-lite", - "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", - "repository": { - "type": "git", - "url": "git://github.com/ashtuchkin/iconv-lite.git" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "coverage": "c8 _mocha --grep .", - "test": "mocha --reporter spec --grep ." - }, - "browser": { - "stream": false - }, - "devDependencies": { - "async": "^3.2.0", - "c8": "^7.2.0", - "errto": "^0.2.1", - "iconv": "^2.3.5", - "mocha": "^3.5.3", - "request": "^2.88.2", - "semver": "^6.3.0", - "unorm": "^1.6.0" - }, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } -} diff --git a/node_modules/encoding/package.json b/node_modules/encoding/package.json deleted file mode 100644 index 773a943..0000000 --- a/node_modules/encoding/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "encoding", - "version": "0.1.13", - "description": "Convert encodings, uses iconv-lite", - "main": "lib/encoding.js", - "scripts": { - "test": "nodeunit test" - }, - "repository": "https://github.com/andris9/encoding.git", - "author": "Andris Reinman", - "license": "MIT", - "dependencies": { - "iconv-lite": "^0.6.2" - }, - "devDependencies": { - "nodeunit": "0.11.3" - } -} diff --git a/node_modules/engine.io-parser/build/cjs/package.json b/node_modules/engine.io-parser/build/cjs/package.json deleted file mode 100644 index bdc4dbd..0000000 --- a/node_modules/engine.io-parser/build/cjs/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "engine.io-parser", - "type": "commonjs", - "browser": { - "./encodePacket.js": "./encodePacket.browser.js", - "./decodePacket.js": "./decodePacket.browser.js" - } -} diff --git a/node_modules/engine.io-parser/build/esm/package.json b/node_modules/engine.io-parser/build/esm/package.json deleted file mode 100644 index 6f2c74a..0000000 --- a/node_modules/engine.io-parser/build/esm/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "engine.io-parser", - "type": "module", - "browser": { - "./encodePacket.js": "./encodePacket.browser.js", - "./decodePacket.js": "./decodePacket.browser.js" - } -} diff --git a/node_modules/engine.io-parser/package.json b/node_modules/engine.io-parser/package.json deleted file mode 100644 index 732b874..0000000 --- a/node_modules/engine.io-parser/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "engine.io-parser", - "description": "Parser for the client for the realtime Engine", - "license": "MIT", - "version": "5.2.2", - "main": "./build/cjs/index.js", - "module": "./build/esm/index.js", - "exports": { - "import": "./build/esm/index.js", - "require": "./build/cjs/index.js" - }, - "types": "build/esm/index.d.ts", - "homepage": "https://github.com/socketio/engine.io-parser", - "devDependencies": { - "@babel/core": "~7.9.6", - "@babel/preset-env": "~7.9.6", - "@types/mocha": "^9.0.0", - "@types/node": "^16.9.6", - "babelify": "^10.0.0", - "benchmark": "^2.1.4", - "expect.js": "0.3.1", - "mocha": "^5.2.0", - "nyc": "~15.0.1", - "prettier": "^3.2.5", - "rimraf": "^3.0.2", - "socket.io-browsers": "^1.0.4", - "ts-node": "^10.2.1", - "tsify": "^5.0.4", - "typescript": "^4.4.3", - "zuul": "3.11.1", - "zuul-ngrok": "4.0.0" - }, - "scripts": { - "compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh", - "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi", - "test:node": "nyc mocha -r ts-node/register test/index.ts", - "test:browser": "zuul test/index.ts --no-coverage", - "format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'", - "format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'", - "prepack": "npm run compile" - }, - "repository": { - "type": "git", - "url": "git@github.com:socketio/engine.io-parser.git" - }, - "files": [ - "build/" - ], - "browser": { - "./test/node": "./test/browser", - "./build/esm/encodePacket.js": "./build/esm/encodePacket.browser.js", - "./build/esm/decodePacket.js": "./build/esm/decodePacket.browser.js", - "./build/cjs/encodePacket.js": "./build/cjs/encodePacket.browser.js", - "./build/cjs/decodePacket.js": "./build/cjs/decodePacket.browser.js" - }, - "engines": { - "node": ">=10.0.0" - } -} diff --git a/node_modules/engine.io/node_modules/cookie/package.json b/node_modules/engine.io/node_modules/cookie/package.json deleted file mode 100644 index cd40d0d..0000000 --- a/node_modules/engine.io/node_modules/cookie/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "cookie", - "description": "HTTP server cookie parsing and serialization", - "version": "0.4.2", - "author": "Roman Shtylman ", - "contributors": [ - "Douglas Christopher Wilson " - ], - "license": "MIT", - "keywords": [ - "cookie", - "cookies" - ], - "repository": "jshttp/cookie", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "7.32.0", - "eslint-plugin-markdown": "2.2.1", - "mocha": "9.2.0", - "nyc": "15.1.0", - "top-sites": "1.1.85" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks --ui qunit test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "update-bench": "node scripts/update-benchmark.js", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/node_modules/engine.io/node_modules/ws/package.json b/node_modules/engine.io/node_modules/ws/package.json deleted file mode 100644 index 24ffdc5..0000000 --- a/node_modules/engine.io/node_modules/ws/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "ws", - "version": "8.11.0", - "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", - "keywords": [ - "HyBi", - "Push", - "RFC-6455", - "WebSocket", - "WebSockets", - "real-time" - ], - "homepage": "https://github.com/websockets/ws", - "bugs": "https://github.com/websockets/ws/issues", - "repository": "websockets/ws", - "author": "Einar Otto Stangvik (http://2x.io)", - "license": "MIT", - "main": "index.js", - "exports": { - ".": { - "import": "./wrapper.mjs", - "require": "./index.js" - }, - "./package.json": "./package.json" - }, - "browser": "browser.js", - "engines": { - "node": ">=10.0.0" - }, - "files": [ - "browser.js", - "index.js", - "lib/*.js", - "wrapper.mjs" - ], - "scripts": { - "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js", - "integration": "mocha --throw-deprecation test/*.integration.js", - "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - }, - "devDependencies": { - "benchmark": "^2.1.4", - "bufferutil": "^4.0.1", - "eslint": "^8.0.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-prettier": "^4.0.0", - "mocha": "^8.4.0", - "nyc": "^15.0.0", - "prettier": "^2.0.5", - "utf-8-validate": "^5.0.2" - } -} diff --git a/node_modules/engine.io/package.json b/node_modules/engine.io/package.json deleted file mode 100644 index aa53c4a..0000000 --- a/node_modules/engine.io/package.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "name": "engine.io", - "version": "6.5.4", - "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", - "type": "commonjs", - "main": "./build/engine.io.js", - "types": "./build/engine.io.d.ts", - "exports": { - "types": "./build/engine.io.d.ts", - "import": "./wrapper.mjs", - "require": "./build/engine.io.js" - }, - "author": "Guillermo Rauch ", - "homepage": "https://github.com/socketio/engine.io", - "contributors": [ - { - "name": "Eugen Dueck", - "web": "https://github.com/EugenDueck" - }, - { - "name": "Afshin Mehrabani", - "web": "https://github.com/afshinm" - }, - { - "name": "Christoph Dorn", - "web": "https://github.com/cadorn" - }, - { - "name": "Mark Mokryn", - "email": "mokesmokes@gmail.com" - } - ], - "license": "MIT", - "dependencies": { - "@types/cookie": "^0.4.1", - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.2.1", - "ws": "~8.11.0" - }, - "devDependencies": { - "@fails-components/webtransport": "^0.1.7", - "babel-eslint": "^8.0.2", - "eiows": "^4.1.2", - "engine.io-client": "6.5.0", - "engine.io-client-v3": "npm:engine.io-client@3.5.2", - "expect.js": "^0.3.1", - "express-session": "^1.17.3", - "helmet": "^6.0.1", - "mocha": "^9.1.3", - "node-forge": "^1.3.1", - "prettier": "^2.8.2", - "rimraf": "^3.0.2", - "superagent": "^3.8.1", - "typescript": "^4.4.3", - "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0" - }, - "scripts": { - "compile": "rimraf ./build && tsc", - "test": "npm run compile && npm run format:check && npm run test:default && npm run test:compat-v3", - "test:default": "mocha --bail --exit", - "test:compat-v3": "EIO_CLIENT=3 mocha --exit", - "test:eiows": "EIO_WS_ENGINE=eiows mocha --exit", - "test:uws": "EIO_WS_ENGINE=uws mocha --exit", - "format:check": "prettier --check \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\" \"test/webtransport.mjs\"", - "format:fix": "prettier --write \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\" \"test/webtransport.mjs\"", - "prepack": "npm run compile" - }, - "repository": { - "type": "git", - "url": "git@github.com:socketio/engine.io.git" - }, - "files": [ - "build/", - "wrapper.mjs" - ], - "engines": { - "node": ">=10.2.0" - } -} diff --git a/node_modules/enhanced-resolve/package.json b/node_modules/enhanced-resolve/package.json deleted file mode 100644 index f9f3202..0000000 --- a/node_modules/enhanced-resolve/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "enhanced-resolve", - "version": "5.16.0", - "author": "Tobias Koppers @sokra", - "description": "Offers a async require.resolve function. It's highly configurable.", - "files": [ - "lib", - "types.d.ts", - "LICENSE" - ], - "browser": { - "process": "./lib/util/process-browser.js", - "module": "./lib/util/module-browser.js" - }, - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "license": "MIT", - "devDependencies": { - "@types/graceful-fs": "^4.1.6", - "@types/jest": "^27.5.1", - "@types/node": "20.9.5", - "cspell": "4.2.8", - "eslint": "^7.9.0", - "eslint-config-prettier": "^6.11.0", - "eslint-plugin-jsdoc": "^30.5.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^3.1.4", - "husky": "^6.0.0", - "jest": "^27.5.1", - "lint-staged": "^10.4.0", - "memfs": "^3.2.0", - "prettier": "^2.1.2", - "tooling": "webpack/tooling#v1.23.1", - "typescript": "^5.3.3" - }, - "engines": { - "node": ">=10.13.0" - }, - "main": "lib/index.js", - "types": "types.d.ts", - "homepage": "http://github.com/webpack/enhanced-resolve", - "scripts": { - "lint": "yarn run code-lint && yarn run type-lint && yarn typings-test && yarn run special-lint && yarn run spelling", - "fix": "yarn run code-lint-fix && yarn run special-lint-fix", - "code-lint": "eslint --cache lib test", - "code-lint-fix": "eslint --cache lib test --fix", - "type-lint": "tsc", - "typings-test": "tsc -p tsconfig.types.test.json", - "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html", - "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types", - "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write", - "pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"", - "pretest": "yarn lint", - "spelling": "cspell \"**\"", - "test:only": "jest", - "test:watch": "yarn test:only -- --watch", - "test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage", - "test": "yarn test:coverage", - "precover": "yarn lint", - "prepare": "husky install" - }, - "lint-staged": { - "*": "cspell --no-must-find-files", - "*.js": "eslint --cache" - }, - "repository": { - "type": "git", - "url": "git://github.com/webpack/enhanced-resolve.git" - } -} diff --git a/node_modules/ent/package.json b/node_modules/ent/package.json deleted file mode 100644 index e90fcd0..0000000 --- a/node_modules/ent/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name" : "ent", - "description" : "Encode and decode HTML entities", - "version" : "2.2.0", - "repository" : "https://github.com/substack/node-ent.git", - "author" : "James Halliday (http://substack.net)", - "main" : "./index.js", - "keywords" : [ - "entities", - "entitify", - "entity", - "html", - "encode", - "decode" - ], - "license" : "MIT", - "scripts" : { - "test" : "tape test/*.js", - "prepublish" : "node build/index.js" - }, - "testling" : { - "files" : "test/*.js", - "browsers" : [ - "ie/6..latest", - "ff/3.5", "ff/latest", - "chrome/10", "chrome/latest", - "safari/latest", - "opera/latest" - ] - }, - "devDependencies" : { - "tape" : "~2.3.2" - } -} diff --git a/node_modules/entities/package.json b/node_modules/entities/package.json deleted file mode 100644 index 6a17296..0000000 --- a/node_modules/entities/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "entities", - "version": "1.1.2", - "description": "Encode & decode XML/HTML entities with ease", - "author": "Felix Boehm ", - "keywords": [ - "html", - "xml", - "entity", - "decoding", - "encoding" - ], - "main": "./index.js", - "directories": { - "test": "test" - }, - "devDependencies": { - "mocha": "^5.0.1", - "mocha-lcov-reporter": "*", - "coveralls": "*", - "istanbul": "*", - "jshint": "2" - }, - "scripts": { - "test": "mocha && npm run lint", - "lint": "jshint index.js lib/*.js test/*.js", - "lcov": "istanbul cover _mocha --report lcovonly -- -R spec", - "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)" - }, - "repository": { - "type": "git", - "url": "git://github.com/fb55/entities.git" - }, - "license": "BSD-2-Clause", - "jshintConfig": { - "eqeqeq": true, - "freeze": true, - "latedef": "nofunc", - "noarg": true, - "nonbsp": true, - "quotmark": "double", - "undef": true, - "unused": true, - "trailing": true, - "eqnull": true, - "proto": true, - "smarttabs": true, - "node": true, - "globals": { - "describe": true, - "it": true - } - }, - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/env-paths/package.json b/node_modules/env-paths/package.json deleted file mode 100644 index fae4ebc..0000000 --- a/node_modules/env-paths/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "env-paths", - "version": "2.2.1", - "description": "Get paths for storing things like data, config, cache, etc", - "license": "MIT", - "repository": "sindresorhus/env-paths", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "common", - "user", - "paths", - "env", - "environment", - "directory", - "dir", - "appdir", - "path", - "data", - "config", - "cache", - "logs", - "temp", - "linux", - "unix" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" - } -} diff --git a/node_modules/err-code/package.json b/node_modules/err-code/package.json deleted file mode 100644 index 8c6007b..0000000 --- a/node_modules/err-code/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "err-code", - "version": "2.0.3", - "description": "Create an error with a code", - "main": "index.js", - "scripts": { - "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js", - "test": "mocha --bail", - "browserify": "browserify -s err-code index.js > index.umd.js" - }, - "bugs": { - "url": "https://github.com/IndigoUnited/js-err-code/issues/" - }, - "repository": { - "type": "git", - "url": "git://github.com/IndigoUnited/js-err-code.git" - }, - "keywords": [ - "error", - "err", - "code", - "properties", - "property" - ], - "author": "IndigoUnited (http://indigounited.com)", - "license": "MIT", - "devDependencies": { - "@satazor/eslint-config": "^3.0.0", - "browserify": "^16.5.1", - "eslint": "^7.2.0", - "expect.js": "^0.3.1", - "mocha": "^8.0.1" - } -} diff --git a/node_modules/errno/package.json b/node_modules/errno/package.json deleted file mode 100644 index eee3e55..0000000 --- a/node_modules/errno/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "errno", - "authors": [ - "Rod Vagg @rvagg (https://github.com/rvagg)" - ], - "description": "libuv errno details exposed", - "keywords": [ - "errors", - "errno", - "libuv" - ], - "version": "0.1.8", - "main": "errno.js", - "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "./cli.js" - }, - "devDependencies": { - "error-stack-parser": "^2.0.1", - "inherits": "^2.0.3", - "tape": "~4.8.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/rvagg/node-errno.git" - }, - "license": "MIT", - "scripts": { - "test": "node --use_strict test.js" - } -} diff --git a/node_modules/error-ex/package.json b/node_modules/error-ex/package.json deleted file mode 100644 index f3d9ae0..0000000 --- a/node_modules/error-ex/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "error-ex", - "description": "Easy error subclassing and stack customization", - "version": "1.3.2", - "maintainers": [ - "Josh Junon (github.com/qix-)", - "Sindre Sorhus (sindresorhus.com)" - ], - "keywords": [ - "error", - "errors", - "extend", - "extending", - "extension", - "subclass", - "stack", - "custom" - ], - "license": "MIT", - "scripts": { - "pretest": "xo", - "test": "mocha --compilers coffee:coffee-script/register" - }, - "xo": { - "rules": { - "operator-linebreak": [ - 0 - ] - } - }, - "repository": "qix-/node-error-ex", - "files": [ - "index.js" - ], - "devDependencies": { - "coffee-script": "^1.9.3", - "coveralls": "^2.11.2", - "istanbul": "^0.3.17", - "mocha": "^2.2.5", - "should": "^7.0.1", - "xo": "^0.7.1" - }, - "dependencies": { - "is-arrayish": "^0.2.1" - } -} diff --git a/node_modules/es-define-property/package.json b/node_modules/es-define-property/package.json deleted file mode 100644 index 45bc90f..0000000 --- a/node_modules/es-define-property/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "es-define-property", - "version": "1.0.0", - "description": "`Object.defineProperty`, but not IE 8's broken one.", - "main": "index.js", - "types": "./index.d.ts", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "prelint": "evalmd README.md", - "lint": "eslint --ext=js,mjs .", - "postlint": "tsc -p .", - "pretest": "npm run lint", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ljharb/es-define-property.git" - }, - "keywords": [ - "javascript", - "ecmascript", - "object", - "define", - "property", - "defineProperty", - "Object.defineProperty" - ], - "author": "Jordan Harband ", - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/es-define-property/issues" - }, - "homepage": "https://github.com/ljharb/es-define-property#readme", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "@types/get-intrinsic": "^1.2.2", - "@types/gopd": "^1.0.3", - "@types/tape": "^5.6.4", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "eslint": "^8.8.0", - "evalmd": "^0.0.19", - "gopd": "^1.0.1", - "in-publish": "^2.0.1", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.4", - "typescript": "next" - }, - "engines": { - "node": ">= 0.4" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - } -} diff --git a/node_modules/es-errors/package.json b/node_modules/es-errors/package.json deleted file mode 100644 index ff8c2a5..0000000 --- a/node_modules/es-errors/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "es-errors", - "version": "1.3.0", - "description": "A simple cache for a few of the JS Error constructors.", - "main": "index.js", - "exports": { - ".": "./index.js", - "./eval": "./eval.js", - "./range": "./range.js", - "./ref": "./ref.js", - "./syntax": "./syntax.js", - "./type": "./type.js", - "./uri": "./uri.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublishOnly": "safe-publish-latest", - "prepublish": "not-in-publish || npm run prepublishOnly", - "pretest": "npm run lint", - "test": "npm run tests-only", - "tests-only": "nyc tape 'test/**/*.js'", - "posttest": "aud --production", - "prelint": "evalmd README.md", - "lint": "eslint --ext=js,mjs .", - "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ljharb/es-errors.git" - }, - "keywords": [ - "javascript", - "ecmascript", - "error", - "typeerror", - "syntaxerror", - "rangeerror" - ], - "author": "Jordan Harband ", - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/es-errors/issues" - }, - "homepage": "https://github.com/ljharb/es-errors#readme", - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "@types/tape": "^5.6.4", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "eclint": "^2.8.1", - "eslint": "^8.8.0", - "evalmd": "^0.0.19", - "in-publish": "^2.0.1", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.4", - "typescript": "next" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/node_modules/es-module-lexer/package.json b/node_modules/es-module-lexer/package.json deleted file mode 100644 index 3421391..0000000 --- a/node_modules/es-module-lexer/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "es-module-lexer", - "version": "1.5.0", - "description": "Lexes ES modules returning their import/export metadata", - "main": "dist/lexer.cjs", - "module": "dist/lexer.js", - "types": "types/lexer.d.ts", - "exports": { - ".": { - "types": "./types/lexer.d.ts", - "module": "./dist/lexer.js", - "import": "./dist/lexer.js", - "require": "./dist/lexer.cjs" - }, - "./js": "./dist/lexer.asm.js" - }, - "scripts": { - "build": "npm install -g chomp ; chomp build", - "test": "npm install -g chomp ; chomp test" - }, - "author": "Guy Bedford", - "license": "MIT", - "devDependencies": { - "@babel/cli": "^7.5.5", - "@babel/core": "^7.5.5", - "@babel/plugin-transform-modules-commonjs": "^7.5.0", - "@swc/cli": "^0.1.57", - "@swc/core": "^1.2.224", - "@types/node": "^18.7.1", - "kleur": "^2.0.2", - "mocha": "^5.2.0", - "terser": "^5.19.4", - "typescript": "^4.7.4" - }, - "files": [ - "dist", - "types", - "lexer.js" - ], - "type": "module", - "repository": { - "type": "git", - "url": "git+https://github.com/guybedford/es-module-lexer.git" - }, - "bugs": { - "url": "https://github.com/guybedford/es-module-lexer/issues" - }, - "homepage": "https://github.com/guybedford/es-module-lexer#readme", - "directories": { - "lib": "lib", - "test": "test" - }, - "keywords": [] -} diff --git a/node_modules/esbuild-wasm/package.json b/node_modules/esbuild-wasm/package.json deleted file mode 100644 index 90ea8a9..0000000 --- a/node_modules/esbuild-wasm/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "esbuild-wasm", - "version": "0.18.17", - "description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.", - "repository": "https://github.com/evanw/esbuild", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "main": "lib/main.js", - "browser": "lib/browser.js", - "types": "lib/main.d.ts", - "directories": { - "bin": "bin" - } -} diff --git a/node_modules/esbuild/package.json b/node_modules/esbuild/package.json deleted file mode 100644 index fb403a3..0000000 --- a/node_modules/esbuild/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "esbuild", - "version": "0.18.17", - "description": "An extremely fast JavaScript and CSS bundler and minifier.", - "repository": "https://github.com/evanw/esbuild", - "scripts": { - "postinstall": "node install.js" - }, - "main": "lib/main.js", - "types": "lib/main.d.ts", - "engines": { - "node": ">=12" - }, - "bin": { - "esbuild": "bin/esbuild" - }, - "optionalDependencies": { - "@esbuild/android-arm": "0.18.17", - "@esbuild/android-arm64": "0.18.17", - "@esbuild/android-x64": "0.18.17", - "@esbuild/darwin-arm64": "0.18.17", - "@esbuild/darwin-x64": "0.18.17", - "@esbuild/freebsd-arm64": "0.18.17", - "@esbuild/freebsd-x64": "0.18.17", - "@esbuild/linux-arm": "0.18.17", - "@esbuild/linux-arm64": "0.18.17", - "@esbuild/linux-ia32": "0.18.17", - "@esbuild/linux-loong64": "0.18.17", - "@esbuild/linux-mips64el": "0.18.17", - "@esbuild/linux-ppc64": "0.18.17", - "@esbuild/linux-riscv64": "0.18.17", - "@esbuild/linux-s390x": "0.18.17", - "@esbuild/linux-x64": "0.18.17", - "@esbuild/netbsd-x64": "0.18.17", - "@esbuild/openbsd-x64": "0.18.17", - "@esbuild/sunos-x64": "0.18.17", - "@esbuild/win32-arm64": "0.18.17", - "@esbuild/win32-ia32": "0.18.17", - "@esbuild/win32-x64": "0.18.17" - }, - "license": "MIT" -} diff --git a/node_modules/escalade/package.json b/node_modules/escalade/package.json deleted file mode 100644 index e0f5271..0000000 --- a/node_modules/escalade/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "escalade", - "version": "3.1.2", - "repository": "lukeed/escalade", - "description": "A tiny (183B to 210B) and fast utility to ascend parent directories", - "module": "dist/index.mjs", - "main": "dist/index.js", - "types": "index.d.ts", - "license": "MIT", - "author": { - "name": "Luke Edwards", - "email": "luke.edwards05@gmail.com", - "url": "https://lukeed.com" - }, - "exports": { - ".": [ - { - "types": "./index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.js" - }, - "./dist/index.js" - ], - "./sync": [ - { - "types": "./sync/index.d.ts", - "import": "./sync/index.mjs", - "require": "./sync/index.js" - }, - "./sync/index.js" - ] - }, - "files": [ - "*.d.ts", - "dist", - "sync" - ], - "modes": { - "sync": "src/sync.js", - "default": "src/async.js" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "build": "bundt", - "pretest": "npm run build", - "test": "uvu -r esm test -i fixtures" - }, - "keywords": [ - "find", - "parent", - "parents", - "directory", - "search", - "walk" - ], - "devDependencies": { - "bundt": "1.1.1", - "esm": "3.2.25", - "uvu": "0.3.3" - } -} diff --git a/node_modules/escape-html/package.json b/node_modules/escape-html/package.json deleted file mode 100644 index 57ec7bd..0000000 --- a/node_modules/escape-html/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "escape-html", - "description": "Escape string for use in HTML", - "version": "1.0.3", - "license": "MIT", - "keywords": [ - "escape", - "html", - "utility" - ], - "repository": "component/escape-html", - "devDependencies": { - "benchmark": "1.0.0", - "beautify-benchmark": "0.2.4" - }, - "files": [ - "LICENSE", - "Readme.md", - "index.js" - ], - "scripts": { - "bench": "node benchmark/index.js" - } -} diff --git a/node_modules/escape-string-regexp/package.json b/node_modules/escape-string-regexp/package.json deleted file mode 100644 index c6eb4a9..0000000 --- a/node_modules/escape-string-regexp/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "escape-string-regexp", - "version": "4.0.0", - "description": "Escape RegExp special characters", - "license": "MIT", - "repository": "sindresorhus/escape-string-regexp", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "escape", - "regex", - "regexp", - "regular", - "expression", - "string", - "special", - "characters" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.11.0", - "xo": "^0.28.3" - } -} diff --git a/node_modules/escodegen/node_modules/estraverse/package.json b/node_modules/escodegen/node_modules/estraverse/package.json deleted file mode 100644 index a863218..0000000 --- a/node_modules/escodegen/node_modules/estraverse/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "estraverse", - "description": "ECMAScript JS AST traversal functions", - "homepage": "https://github.com/estools/estraverse", - "main": "estraverse.js", - "version": "5.3.0", - "engines": { - "node": ">=4.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/estraverse.git" - }, - "devDependencies": { - "babel-preset-env": "^1.6.1", - "babel-register": "^6.3.13", - "chai": "^2.1.1", - "espree": "^1.11.0", - "gulp": "^3.8.10", - "gulp-bump": "^0.2.2", - "gulp-filter": "^2.0.0", - "gulp-git": "^1.0.1", - "gulp-tag-version": "^1.3.0", - "jshint": "^2.5.6", - "mocha": "^2.1.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "npm run-script lint && npm run-script unit-test", - "lint": "jshint estraverse.js", - "unit-test": "mocha --compilers js:babel-register" - } -} diff --git a/node_modules/escodegen/node_modules/source-map/package.json b/node_modules/escodegen/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/escodegen/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/escodegen/package.json b/node_modules/escodegen/package.json deleted file mode 100644 index e76ba1a..0000000 --- a/node_modules/escodegen/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "escodegen", - "description": "ECMAScript code generator", - "homepage": "http://github.com/estools/escodegen", - "main": "escodegen.js", - "bin": { - "esgenerate": "./bin/esgenerate.js", - "escodegen": "./bin/escodegen.js" - }, - "files": [ - "LICENSE.BSD", - "README.md", - "bin", - "escodegen.js", - "package.json" - ], - "version": "2.1.0", - "engines": { - "node": ">=6.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/escodegen.git" - }, - "dependencies": { - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "esprima": "^4.0.1" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - }, - "devDependencies": { - "acorn": "^8.0.4", - "bluebird": "^3.4.7", - "bower-registry-client": "^1.0.0", - "chai": "^4.2.0", - "chai-exclude": "^2.0.2", - "commonjs-everywhere": "^0.9.7", - "gulp": "^4.0.2", - "gulp-eslint": "^6.0.0", - "gulp-mocha": "^7.0.2", - "minimist": "^1.2.5", - "optionator": "^0.9.1", - "semver": "^7.3.4" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "gulp travis", - "unit-test": "gulp test", - "lint": "gulp lint", - "release": "node tools/release.js", - "build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js", - "build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js" - } -} diff --git a/node_modules/eslint-scope/package.json b/node_modules/eslint-scope/package.json deleted file mode 100644 index b700b92..0000000 --- a/node_modules/eslint-scope/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "eslint-scope", - "description": "ECMAScript scope analyzer for ESLint", - "homepage": "http://github.com/eslint/eslint-scope", - "main": "lib/index.js", - "version": "5.1.1", - "engines": { - "node": ">=8.0.0" - }, - "repository": "eslint/eslint-scope", - "bugs": { - "url": "https://github.com/eslint/eslint-scope/issues" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "node Makefile.js test", - "lint": "node Makefile.js lint", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - }, - "files": [ - "LICENSE", - "README.md", - "lib" - ], - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "devDependencies": { - "@typescript-eslint/parser": "^1.11.0", - "chai": "^4.2.0", - "eslint": "^6.0.1", - "eslint-config-eslint": "^5.0.1", - "eslint-plugin-node": "^9.1.0", - "eslint-release": "^1.0.0", - "eslint-visitor-keys": "^1.2.0", - "espree": "^7.1.0", - "istanbul": "^0.4.5", - "mocha": "^6.1.4", - "npm-license": "^0.3.3", - "shelljs": "^0.8.3", - "typescript": "^3.5.2" - } -} diff --git a/node_modules/eslint-visitor-keys/package.json b/node_modules/eslint-visitor-keys/package.json deleted file mode 100644 index 63267be..0000000 --- a/node_modules/eslint-visitor-keys/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "eslint-visitor-keys", - "version": "1.3.0", - "description": "Constants and utilities about visitor keys to traverse AST.", - "main": "lib/index.js", - "files": [ - "lib" - ], - "engines": { - "node": ">=4" - }, - "dependencies": {}, - "devDependencies": { - "eslint": "^4.7.2", - "eslint-config-eslint": "^4.0.0", - "eslint-release": "^1.0.0", - "mocha": "^3.5.3", - "nyc": "^11.2.1", - "opener": "^1.4.3" - }, - "scripts": { - "lint": "eslint lib tests/lib", - "pretest": "npm run -s lint", - "test": "nyc mocha tests/lib", - "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - }, - "repository": "eslint/eslint-visitor-keys", - "keywords": [], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/eslint/eslint-visitor-keys/issues" - }, - "homepage": "https://github.com/eslint/eslint-visitor-keys#readme" -} diff --git a/node_modules/eslint/node_modules/ajv/package.json b/node_modules/eslint/node_modules/ajv/package.json deleted file mode 100644 index 559a933..0000000 --- a/node_modules/eslint/node_modules/ajv/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "name": "ajv", - "version": "6.12.6", - "description": "Another JSON Schema Validator", - "main": "lib/ajv.js", - "typings": "lib/ajv.d.ts", - "files": [ - "lib/", - "dist/", - "scripts/", - "LICENSE", - ".tonic_example.js" - ], - "scripts": { - "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite", - "jshint": "jshint lib/{compile/,}*.js", - "lint": "npm run jshint && npm run eslint", - "test-spec": "mocha spec/{**/,}*.spec.js -R spec", - "test-fast": "AJV_FAST_TEST=true npm run test-spec", - "test-debug": "npm run test-spec -- --inspect-brk", - "test-cov": "nyc npm run test-spec", - "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts", - "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters", - "bundle-beautify": "node ./scripts/bundle.js js-beautify", - "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js", - "test-karma": "karma start", - "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma", - "test-all": "npm run test-cov && if-node-version 10 npm run test-browser", - "test": "npm run lint && npm run build && npm run test-all", - "prepublish": "npm run build && npm run bundle", - "watch": "watch \"npm run build\" ./lib/dot" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - }, - "repository": { - "type": "git", - "url": "https://github.com/ajv-validator/ajv.git" - }, - "keywords": [ - "JSON", - "schema", - "validator", - "validation", - "jsonschema", - "json-schema", - "json-schema-validator", - "json-schema-validation" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/ajv-validator/ajv/issues" - }, - "homepage": "https://github.com/ajv-validator/ajv", - "tonicExampleFilename": ".tonic_example.js", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "devDependencies": { - "ajv-async": "^1.0.0", - "bluebird": "^3.5.3", - "brfs": "^2.0.0", - "browserify": "^16.2.0", - "chai": "^4.0.1", - "coveralls": "^3.0.1", - "del-cli": "^3.0.0", - "dot": "^1.0.3", - "eslint": "^7.3.1", - "gh-pages-generator": "^0.2.3", - "glob": "^7.0.0", - "if-node-version": "^1.0.0", - "js-beautify": "^1.7.3", - "jshint": "^2.10.2", - "json-schema-test": "^2.0.0", - "karma": "^5.0.0", - "karma-chrome-launcher": "^3.0.0", - "karma-mocha": "^2.0.0", - "karma-sauce-launcher": "^4.1.3", - "mocha": "^8.0.1", - "nyc": "^15.0.0", - "pre-commit": "^1.1.1", - "require-globify": "^1.3.0", - "typescript": "^3.9.5", - "uglify-js": "^3.6.9", - "watch": "^1.0.0" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/ajv" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } -} diff --git a/node_modules/eslint/node_modules/argparse/package.json b/node_modules/eslint/node_modules/argparse/package.json deleted file mode 100644 index 647d2af..0000000 --- a/node_modules/eslint/node_modules/argparse/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "argparse", - "description": "CLI arguments parser. Native port of python's argparse.", - "version": "2.0.1", - "keywords": [ - "cli", - "parser", - "argparse", - "option", - "args" - ], - "main": "argparse.js", - "files": [ - "argparse.js", - "lib/" - ], - "license": "Python-2.0", - "repository": "nodeca/argparse", - "scripts": { - "lint": "eslint .", - "test": "npm run lint && nyc mocha", - "coverage": "npm run test && nyc report --reporter html" - }, - "devDependencies": { - "@babel/eslint-parser": "^7.11.0", - "@babel/plugin-syntax-class-properties": "^7.10.4", - "eslint": "^7.5.0", - "mocha": "^8.0.1", - "nyc": "^15.1.0" - } -} diff --git a/node_modules/eslint/node_modules/eslint-scope/package.json b/node_modules/eslint/node_modules/eslint-scope/package.json deleted file mode 100644 index 0aae36d..0000000 --- a/node_modules/eslint/node_modules/eslint-scope/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "eslint-scope", - "description": "ECMAScript scope analyzer for ESLint", - "homepage": "http://github.com/eslint/eslint-scope", - "main": "./dist/eslint-scope.cjs", - "type": "module", - "exports": { - ".": { - "import": "./lib/index.js", - "require": "./dist/eslint-scope.cjs" - }, - "./package.json": "./package.json" - }, - "version": "7.2.2", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "repository": "eslint/eslint-scope", - "funding": "https://opencollective.com/eslint", - "bugs": { - "url": "https://github.com/eslint/eslint-scope/issues" - }, - "license": "BSD-2-Clause", - "scripts": { - "build": "rollup -c", - "lint": "npm run build && node Makefile.js lint", - "update-version": "node tools/update-version.js", - "test": "npm run build && node Makefile.js test", - "prepublishOnly": "npm run update-version && npm run build", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - }, - "files": [ - "LICENSE", - "README.md", - "lib", - "dist/eslint-scope.cjs" - ], - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "devDependencies": { - "@typescript-eslint/parser": "^4.28.1", - "c8": "^7.7.3", - "chai": "^4.3.4", - "eslint": "^7.29.0", - "eslint-config-eslint": "^7.0.0", - "eslint-plugin-jsdoc": "^35.4.1", - "eslint-plugin-node": "^11.1.0", - "eslint-release": "^3.2.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.1", - "mocha": "^9.0.1", - "npm-license": "^0.3.3", - "rollup": "^2.52.7", - "shelljs": "^0.8.4", - "typescript": "^4.3.5" - } -} diff --git a/node_modules/eslint/node_modules/eslint-visitor-keys/package.json b/node_modules/eslint/node_modules/eslint-visitor-keys/package.json deleted file mode 100644 index b9d51ce..0000000 --- a/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "eslint-visitor-keys", - "version": "3.4.3", - "description": "Constants and utilities about visitor keys to traverse AST.", - "type": "module", - "main": "dist/eslint-visitor-keys.cjs", - "types": "./dist/index.d.ts", - "exports": { - ".": [ - { - "import": "./lib/index.js", - "require": "./dist/eslint-visitor-keys.cjs" - }, - "./dist/eslint-visitor-keys.cjs" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist/index.d.ts", - "dist/visitor-keys.d.ts", - "dist/eslint-visitor-keys.cjs", - "dist/eslint-visitor-keys.d.cts", - "lib" - ], - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "devDependencies": { - "@types/estree": "^0.0.51", - "@types/estree-jsx": "^0.0.1", - "@typescript-eslint/parser": "^5.14.0", - "c8": "^7.11.0", - "chai": "^4.3.6", - "eslint": "^7.29.0", - "eslint-config-eslint": "^7.0.0", - "eslint-plugin-jsdoc": "^35.4.0", - "eslint-plugin-node": "^11.1.0", - "eslint-release": "^3.2.0", - "esquery": "^1.4.0", - "json-diff": "^0.7.3", - "mocha": "^9.2.1", - "opener": "^1.5.2", - "rollup": "^2.70.0", - "rollup-plugin-dts": "^4.2.3", - "tsd": "^0.19.1", - "typescript": "^4.6.2" - }, - "scripts": { - "build": "npm run build:cjs && npm run build:types", - "build:cjs": "rollup -c", - "build:debug": "npm run build:cjs -- -m && npm run build:types", - "build:keys": "node tools/build-keys-from-ts", - "build:types": "tsc", - "lint": "eslint .", - "prepare": "npm run build", - "release:generate:latest": "eslint-generate-release", - "release:generate:alpha": "eslint-generate-prerelease alpha", - "release:generate:beta": "eslint-generate-prerelease beta", - "release:generate:rc": "eslint-generate-prerelease rc", - "release:publish": "eslint-publish-release", - "test": "mocha tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types", - "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html", - "test:types": "tsd" - }, - "repository": "eslint/eslint-visitor-keys", - "funding": "https://opencollective.com/eslint", - "keywords": [], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/eslint/eslint-visitor-keys/issues" - }, - "homepage": "https://github.com/eslint/eslint-visitor-keys#readme" -} diff --git a/node_modules/eslint/node_modules/estraverse/package.json b/node_modules/eslint/node_modules/estraverse/package.json deleted file mode 100644 index a863218..0000000 --- a/node_modules/eslint/node_modules/estraverse/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "estraverse", - "description": "ECMAScript JS AST traversal functions", - "homepage": "https://github.com/estools/estraverse", - "main": "estraverse.js", - "version": "5.3.0", - "engines": { - "node": ">=4.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/estraverse.git" - }, - "devDependencies": { - "babel-preset-env": "^1.6.1", - "babel-register": "^6.3.13", - "chai": "^2.1.1", - "espree": "^1.11.0", - "gulp": "^3.8.10", - "gulp-bump": "^0.2.2", - "gulp-filter": "^2.0.0", - "gulp-git": "^1.0.1", - "gulp-tag-version": "^1.3.0", - "jshint": "^2.5.6", - "mocha": "^2.1.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "npm run-script lint && npm run-script unit-test", - "lint": "jshint estraverse.js", - "unit-test": "mocha --compilers js:babel-register" - } -} diff --git a/node_modules/eslint/node_modules/find-up/package.json b/node_modules/eslint/node_modules/find-up/package.json deleted file mode 100644 index 56db6dd..0000000 --- a/node_modules/eslint/node_modules/find-up/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "find-up", - "version": "5.0.0", - "description": "Find a file or directory by walking up parent directories", - "license": "MIT", - "repository": "sindresorhus/find-up", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "find", - "up", - "find-up", - "findup", - "look-up", - "look", - "file", - "search", - "match", - "package", - "resolve", - "parent", - "parents", - "folder", - "directory", - "walk", - "walking", - "path" - ], - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "devDependencies": { - "ava": "^2.1.0", - "is-path-inside": "^2.1.0", - "tempy": "^0.6.0", - "tsd": "^0.13.1", - "xo": "^0.33.0" - } -} diff --git a/node_modules/eslint/node_modules/glob-parent/package.json b/node_modules/eslint/node_modules/glob-parent/package.json deleted file mode 100644 index baeab42..0000000 --- a/node_modules/eslint/node_modules/glob-parent/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "glob-parent", - "version": "6.0.2", - "description": "Extract the non-magic parent path from a glob string.", - "author": "Gulp Team (https://gulpjs.com/)", - "contributors": [ - "Elan Shanker (https://github.com/es128)", - "Blaine Bublitz " - ], - "repository": "gulpjs/glob-parent", - "license": "ISC", - "engines": { - "node": ">=10.13.0" - }, - "main": "index.js", - "files": [ - "LICENSE", - "index.js" - ], - "scripts": { - "lint": "eslint .", - "pretest": "npm run lint", - "test": "nyc mocha --async-only" - }, - "dependencies": { - "is-glob": "^4.0.3" - }, - "devDependencies": { - "eslint": "^7.0.0", - "eslint-config-gulp": "^5.0.0", - "expect": "^26.0.1", - "mocha": "^7.1.2", - "nyc": "^15.0.1" - }, - "nyc": { - "reporter": [ - "lcov", - "text-summary" - ] - }, - "prettier": { - "singleQuote": true - }, - "keywords": [ - "glob", - "parent", - "strip", - "path", - "dirname", - "directory", - "base", - "wildcard" - ] -} diff --git a/node_modules/eslint/node_modules/globals/package.json b/node_modules/eslint/node_modules/globals/package.json deleted file mode 100644 index 78e2664..0000000 --- a/node_modules/eslint/node_modules/globals/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "globals", - "version": "13.24.0", - "description": "Global identifiers from different JavaScript environments", - "license": "MIT", - "repository": "sindresorhus/globals", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "sideEffects": false, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "index.d.ts", - "globals.json" - ], - "keywords": [ - "globals", - "global", - "identifiers", - "variables", - "vars", - "jshint", - "eslint", - "environments" - ], - "dependencies": { - "type-fest": "^0.20.2" - }, - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.14.0", - "xo": "^0.36.1" - }, - "xo": { - "ignores": [ - "get-browser-globals.js" - ], - "rules": { - "node/no-unsupported-features/es-syntax": "off" - } - }, - "tsd": { - "compilerOptions": { - "resolveJsonModule": true - } - } -} diff --git a/node_modules/eslint/node_modules/js-yaml/package.json b/node_modules/eslint/node_modules/js-yaml/package.json deleted file mode 100644 index 17574da..0000000 --- a/node_modules/eslint/node_modules/js-yaml/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "js-yaml", - "version": "4.1.0", - "description": "YAML 1.2 parser and serializer", - "keywords": [ - "yaml", - "parser", - "serializer", - "pyyaml" - ], - "author": "Vladimir Zapparov ", - "contributors": [ - "Aleksey V Zapparov (http://www.ixti.net/)", - "Vitaly Puzrin (https://github.com/puzrin)", - "Martin Grenfell (http://got-ravings.blogspot.com)" - ], - "license": "MIT", - "repository": "nodeca/js-yaml", - "files": [ - "index.js", - "lib/", - "bin/", - "dist/" - ], - "bin": { - "js-yaml": "bin/js-yaml.js" - }, - "module": "./dist/js-yaml.mjs", - "exports": { - ".": { - "import": "./dist/js-yaml.mjs", - "require": "./index.js" - }, - "./package.json": "./package.json" - }, - "scripts": { - "lint": "eslint .", - "test": "npm run lint && mocha", - "coverage": "npm run lint && nyc mocha && nyc report --reporter html", - "demo": "npm run lint && node support/build_demo.js", - "gh-demo": "npm run demo && gh-pages -d demo -f", - "browserify": "rollup -c support/rollup.config.js", - "prepublishOnly": "npm run gh-demo" - }, - "unpkg": "dist/js-yaml.min.js", - "jsdelivr": "dist/js-yaml.min.js", - "dependencies": { - "argparse": "^2.0.1" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^17.0.0", - "@rollup/plugin-node-resolve": "^11.0.0", - "ansi": "^0.3.1", - "benchmark": "^2.1.4", - "codemirror": "^5.13.4", - "eslint": "^7.0.0", - "fast-check": "^2.8.0", - "gh-pages": "^3.1.0", - "mocha": "^8.2.1", - "nyc": "^15.1.0", - "rollup": "^2.34.1", - "rollup-plugin-node-polyfills": "^0.2.1", - "rollup-plugin-terser": "^7.0.2", - "shelljs": "^0.8.4" - } -} diff --git a/node_modules/eslint/node_modules/json-schema-traverse/package.json b/node_modules/eslint/node_modules/json-schema-traverse/package.json deleted file mode 100644 index 1566063..0000000 --- a/node_modules/eslint/node_modules/json-schema-traverse/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "json-schema-traverse", - "version": "0.4.1", - "description": "Traverse JSON Schema passing each schema object to callback", - "main": "index.js", - "scripts": { - "eslint": "eslint index.js spec", - "test-spec": "mocha spec -R spec", - "test": "npm run eslint && nyc npm run test-spec" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" - }, - "keywords": [ - "JSON-Schema", - "traverse", - "iterate" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/epoberezkin/json-schema-traverse/issues" - }, - "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme", - "devDependencies": { - "coveralls": "^2.13.1", - "eslint": "^3.19.0", - "mocha": "^3.4.2", - "nyc": "^11.0.2", - "pre-commit": "^1.2.2" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - } -} diff --git a/node_modules/eslint/node_modules/locate-path/package.json b/node_modules/eslint/node_modules/locate-path/package.json deleted file mode 100644 index 08bea50..0000000 --- a/node_modules/eslint/node_modules/locate-path/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "locate-path", - "version": "6.0.0", - "description": "Get the first path that exists on disk of multiple paths", - "license": "MIT", - "repository": "sindresorhus/locate-path", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "locate", - "path", - "paths", - "file", - "files", - "exists", - "find", - "finder", - "search", - "searcher", - "array", - "iterable", - "iterator" - ], - "dependencies": { - "p-locate": "^5.0.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.13.1", - "xo": "^0.32.1" - } -} diff --git a/node_modules/eslint/node_modules/p-limit/package.json b/node_modules/eslint/node_modules/p-limit/package.json deleted file mode 100644 index 7651473..0000000 --- a/node_modules/eslint/node_modules/p-limit/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "p-limit", - "version": "3.1.0", - "description": "Run multiple promise-returning & async functions with limited concurrency", - "license": "MIT", - "repository": "sindresorhus/p-limit", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "promise", - "limit", - "limited", - "concurrency", - "throttle", - "throat", - "rate", - "batch", - "ratelimit", - "task", - "queue", - "async", - "await", - "promises", - "bluebird" - ], - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "delay": "^4.4.0", - "in-range": "^2.0.0", - "random-int": "^2.0.1", - "time-span": "^4.0.0", - "tsd": "^0.13.1", - "xo": "^0.35.0" - } -} diff --git a/node_modules/eslint/node_modules/p-locate/package.json b/node_modules/eslint/node_modules/p-locate/package.json deleted file mode 100644 index 2d5e447..0000000 --- a/node_modules/eslint/node_modules/p-locate/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "p-locate", - "version": "5.0.0", - "description": "Get the first fulfilled promise that satisfies the provided testing function", - "license": "MIT", - "repository": "sindresorhus/p-locate", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "promise", - "locate", - "find", - "finder", - "search", - "searcher", - "test", - "array", - "collection", - "iterable", - "iterator", - "race", - "fulfilled", - "fastest", - "async", - "await", - "promises", - "bluebird" - ], - "dependencies": { - "p-limit": "^3.0.2" - }, - "devDependencies": { - "ava": "^2.4.0", - "delay": "^4.1.0", - "in-range": "^2.0.0", - "time-span": "^4.0.0", - "tsd": "^0.13.1", - "xo": "^0.32.1" - } -} diff --git a/node_modules/eslint/node_modules/type-fest/package.json b/node_modules/eslint/node_modules/type-fest/package.json deleted file mode 100644 index 3ab9e4d..0000000 --- a/node_modules/eslint/node_modules/type-fest/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "type-fest", - "version": "0.20.2", - "description": "A collection of essential TypeScript types", - "license": "(MIT OR CC0-1.0)", - "repository": "sindresorhus/type-fest", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "//test": "xo && tsd && tsc", - "test": "xo && tsc" - }, - "files": [ - "index.d.ts", - "base.d.ts", - "source", - "ts41" - ], - "keywords": [ - "typescript", - "ts", - "types", - "utility", - "util", - "utilities", - "omit", - "merge", - "json" - ], - "devDependencies": { - "@sindresorhus/tsconfig": "~0.7.0", - "tsd": "^0.13.1", - "typescript": "^4.1.2", - "xo": "^0.35.0" - }, - "types": "./index.d.ts", - "typesVersions": { - ">=4.1": { - "*": [ - "ts41/*" - ] - } - }, - "xo": { - "rules": { - "@typescript-eslint/ban-types": "off", - "@typescript-eslint/indent": "off", - "node/no-unsupported-features/es-builtins": "off" - } - } -} diff --git a/node_modules/eslint/package.json b/node_modules/eslint/package.json deleted file mode 100644 index a51b58b..0000000 --- a/node_modules/eslint/package.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "name": "eslint", - "version": "8.57.0", - "author": "Nicholas C. Zakas ", - "description": "An AST-based pattern checker for JavaScript.", - "bin": { - "eslint": "./bin/eslint.js" - }, - "main": "./lib/api.js", - "exports": { - "./package.json": "./package.json", - ".": "./lib/api.js", - "./use-at-your-own-risk": "./lib/unsupported-api.js" - }, - "scripts": { - "build:docs:update-links": "node tools/fetch-docs-links.js", - "build:site": "node Makefile.js gensite", - "build:webpack": "node Makefile.js webpack", - "build:readme": "node tools/update-readme.js", - "lint": "node Makefile.js lint", - "lint:docs:js": "node Makefile.js lintDocsJS", - "lint:docs:rule-examples": "node Makefile.js checkRuleExamples", - "lint:fix": "node Makefile.js lint -- fix", - "lint:fix:docs:js": "node Makefile.js lintDocsJS -- fix", - "release:generate:alpha": "node Makefile.js generatePrerelease -- alpha", - "release:generate:beta": "node Makefile.js generatePrerelease -- beta", - "release:generate:latest": "node Makefile.js generateRelease", - "release:generate:rc": "node Makefile.js generatePrerelease -- rc", - "release:publish": "node Makefile.js publishRelease", - "test": "node Makefile.js test", - "test:cli": "mocha", - "test:fuzz": "node Makefile.js fuzz", - "test:performance": "node Makefile.js perf" - }, - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "*.js": "eslint --fix", - "*.md": "markdownlint --fix", - "lib/rules/*.js": [ - "node tools/update-eslint-all.js", - "git add packages/js/src/configs/eslint-all.js" - ], - "docs/src/rules/*.md": [ - "node tools/check-rule-examples.js", - "node tools/fetch-docs-links.js", - "git add docs/src/_data/further_reading_links.json" - ], - "docs/**/*.svg": "npx svgo -r --multipass" - }, - "files": [ - "LICENSE", - "README.md", - "bin", - "conf", - "lib", - "messages" - ], - "repository": "eslint/eslint", - "funding": "https://opencollective.com/eslint", - "homepage": "https://eslint.org", - "bugs": "https://github.com/eslint/eslint/issues/", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "devDependencies": { - "@babel/core": "^7.4.3", - "@babel/preset-env": "^7.4.3", - "@wdio/browser-runner": "^8.14.6", - "@wdio/cli": "^8.14.6", - "@wdio/concise-reporter": "^8.14.0", - "@wdio/globals": "^8.14.6", - "@wdio/mocha-framework": "^8.14.0", - "babel-loader": "^8.0.5", - "c8": "^7.12.0", - "chai": "^4.0.1", - "cheerio": "^0.22.0", - "common-tags": "^1.8.0", - "core-js": "^3.1.3", - "ejs": "^3.0.2", - "eslint": "file:.", - "eslint-config-eslint": "file:packages/eslint-config-eslint", - "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-eslint-plugin": "^5.2.1", - "eslint-plugin-internal-rules": "file:tools/internal-rules", - "eslint-plugin-jsdoc": "^46.2.5", - "eslint-plugin-n": "^16.6.0", - "eslint-plugin-unicorn": "^49.0.0", - "eslint-release": "^3.2.0", - "eslump": "^3.0.0", - "esprima": "^4.0.1", - "fast-glob": "^3.2.11", - "fs-teardown": "^0.1.3", - "glob": "^7.1.6", - "got": "^11.8.3", - "gray-matter": "^4.0.3", - "lint-staged": "^11.0.0", - "load-perf": "^0.2.0", - "markdown-it": "^12.2.0", - "markdown-it-container": "^3.0.0", - "markdownlint": "^0.32.0", - "markdownlint-cli": "^0.37.0", - "marked": "^4.0.8", - "memfs": "^3.0.1", - "metascraper": "^5.25.7", - "metascraper-description": "^5.25.7", - "metascraper-image": "^5.29.3", - "metascraper-logo": "^5.25.7", - "metascraper-logo-favicon": "^5.25.7", - "metascraper-title": "^5.25.7", - "mocha": "^8.3.2", - "mocha-junit-reporter": "^2.0.0", - "node-polyfill-webpack-plugin": "^1.0.3", - "npm-license": "^0.3.3", - "pirates": "^4.0.5", - "progress": "^2.0.3", - "proxyquire": "^2.0.1", - "recast": "^0.23.0", - "regenerator-runtime": "^0.14.0", - "rollup-plugin-node-polyfills": "^0.2.1", - "semver": "^7.5.3", - "shelljs": "^0.8.2", - "sinon": "^11.0.0", - "vite-plugin-commonjs": "^0.10.0", - "webdriverio": "^8.14.6", - "webpack": "^5.23.0", - "webpack-cli": "^4.5.0", - "yorkie": "^2.0.0" - }, - "keywords": [ - "ast", - "lint", - "javascript", - "ecmascript", - "espree" - ], - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } -} diff --git a/node_modules/espree/node_modules/eslint-visitor-keys/package.json b/node_modules/espree/node_modules/eslint-visitor-keys/package.json deleted file mode 100644 index b9d51ce..0000000 --- a/node_modules/espree/node_modules/eslint-visitor-keys/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "eslint-visitor-keys", - "version": "3.4.3", - "description": "Constants and utilities about visitor keys to traverse AST.", - "type": "module", - "main": "dist/eslint-visitor-keys.cjs", - "types": "./dist/index.d.ts", - "exports": { - ".": [ - { - "import": "./lib/index.js", - "require": "./dist/eslint-visitor-keys.cjs" - }, - "./dist/eslint-visitor-keys.cjs" - ], - "./package.json": "./package.json" - }, - "files": [ - "dist/index.d.ts", - "dist/visitor-keys.d.ts", - "dist/eslint-visitor-keys.cjs", - "dist/eslint-visitor-keys.d.cts", - "lib" - ], - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "devDependencies": { - "@types/estree": "^0.0.51", - "@types/estree-jsx": "^0.0.1", - "@typescript-eslint/parser": "^5.14.0", - "c8": "^7.11.0", - "chai": "^4.3.6", - "eslint": "^7.29.0", - "eslint-config-eslint": "^7.0.0", - "eslint-plugin-jsdoc": "^35.4.0", - "eslint-plugin-node": "^11.1.0", - "eslint-release": "^3.2.0", - "esquery": "^1.4.0", - "json-diff": "^0.7.3", - "mocha": "^9.2.1", - "opener": "^1.5.2", - "rollup": "^2.70.0", - "rollup-plugin-dts": "^4.2.3", - "tsd": "^0.19.1", - "typescript": "^4.6.2" - }, - "scripts": { - "build": "npm run build:cjs && npm run build:types", - "build:cjs": "rollup -c", - "build:debug": "npm run build:cjs -- -m && npm run build:types", - "build:keys": "node tools/build-keys-from-ts", - "build:types": "tsc", - "lint": "eslint .", - "prepare": "npm run build", - "release:generate:latest": "eslint-generate-release", - "release:generate:alpha": "eslint-generate-prerelease alpha", - "release:generate:beta": "eslint-generate-prerelease beta", - "release:generate:rc": "eslint-generate-prerelease rc", - "release:publish": "eslint-publish-release", - "test": "mocha tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types", - "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html", - "test:types": "tsd" - }, - "repository": "eslint/eslint-visitor-keys", - "funding": "https://opencollective.com/eslint", - "keywords": [], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/eslint/eslint-visitor-keys/issues" - }, - "homepage": "https://github.com/eslint/eslint-visitor-keys#readme" -} diff --git a/node_modules/espree/package.json b/node_modules/espree/package.json deleted file mode 100644 index 12c8d0b..0000000 --- a/node_modules/espree/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "espree", - "description": "An Esprima-compatible JavaScript parser built on Acorn", - "author": "Nicholas C. Zakas ", - "homepage": "https://github.com/eslint/espree", - "main": "dist/espree.cjs", - "type": "module", - "exports": { - ".": [ - { - "import": "./espree.js", - "require": "./dist/espree.cjs", - "default": "./dist/espree.cjs" - }, - "./dist/espree.cjs" - ], - "./package.json": "./package.json" - }, - "version": "9.6.1", - "files": [ - "lib", - "dist/espree.cjs", - "espree.js" - ], - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "repository": "eslint/espree", - "bugs": { - "url": "https://github.com/eslint/espree/issues" - }, - "funding": "https://opencollective.com/eslint", - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.9.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^17.1.0", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^11.2.0", - "c8": "^7.11.0", - "chai": "^4.3.6", - "eslint": "^8.44.0", - "eslint-config-eslint": "^8.0.0", - "eslint-plugin-n": "^16.0.0", - "eslint-release": "^3.2.0", - "esprima-fb": "^8001.2001.0-dev-harmony-fb", - "globals": "^13.20.0", - "lint-staged": "^13.2.0", - "mocha": "^9.2.2", - "npm-run-all": "^4.1.5", - "rollup": "^2.41.2", - "shelljs": "^0.3.0", - "yorkie": "^2.0.0" - }, - "keywords": [ - "ast", - "ecmascript", - "javascript", - "parser", - "syntax", - "acorn" - ], - "gitHooks": { - "pre-commit": "lint-staged" - }, - "scripts": { - "unit": "npm-run-all -s unit:*", - "unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'", - "unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs", - "test": "npm-run-all -p unit lint", - "lint": "eslint . --report-unused-disable-directives", - "fixlint": "npm run lint -- --fix", - "build": "rollup -c rollup.config.js", - "build:debug": "npm run build -- -m", - "update-version": "node tools/update-version.js", - "pretest": "npm run build", - "prepublishOnly": "npm run update-version && npm run build", - "sync-docs": "node sync-docs.js", - "generate-release": "eslint-generate-release", - "generate-alpharelease": "eslint-generate-prerelease alpha", - "generate-betarelease": "eslint-generate-prerelease beta", - "generate-rcrelease": "eslint-generate-prerelease rc", - "publish-release": "eslint-publish-release" - } -} diff --git a/node_modules/esprima/package.json b/node_modules/esprima/package.json deleted file mode 100644 index 4148b8c..0000000 --- a/node_modules/esprima/package.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "name": "esprima", - "description": "ECMAScript parsing infrastructure for multipurpose analysis", - "homepage": "http://esprima.org", - "main": "dist/esprima.js", - "bin": { - "esparse": "./bin/esparse.js", - "esvalidate": "./bin/esvalidate.js" - }, - "version": "4.0.1", - "files": [ - "bin", - "dist/esprima.js" - ], - "engines": { - "node": ">=4" - }, - "author": { - "name": "Ariya Hidayat", - "email": "ariya.hidayat@gmail.com" - }, - "maintainers": [ - { - "name": "Ariya Hidayat", - "email": "ariya.hidayat@gmail.com", - "web": "http://ariya.ofilabs.com" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/jquery/esprima.git" - }, - "bugs": { - "url": "https://github.com/jquery/esprima/issues" - }, - "license": "BSD-2-Clause", - "devDependencies": { - "codecov.io": "~0.1.6", - "escomplex-js": "1.2.0", - "everything.js": "~1.0.3", - "glob": "~7.1.0", - "istanbul": "~0.4.0", - "json-diff": "~0.3.1", - "karma": "~1.3.0", - "karma-chrome-launcher": "~2.0.0", - "karma-detect-browsers": "~2.2.3", - "karma-edge-launcher": "~0.2.0", - "karma-firefox-launcher": "~1.0.0", - "karma-ie-launcher": "~1.0.0", - "karma-mocha": "~1.3.0", - "karma-safari-launcher": "~1.0.0", - "karma-safaritechpreview-launcher": "~0.0.4", - "karma-sauce-launcher": "~1.1.0", - "lodash": "~3.10.1", - "mocha": "~3.2.0", - "node-tick-processor": "~0.0.2", - "regenerate": "~1.3.2", - "temp": "~0.8.3", - "tslint": "~5.1.0", - "typescript": "~2.3.2", - "typescript-formatter": "~5.1.3", - "unicode-8.0.0": "~0.7.0", - "webpack": "~1.14.0" - }, - "keywords": [ - "ast", - "ecmascript", - "esprima", - "javascript", - "parser", - "syntax" - ], - "scripts": { - "check-version": "node test/check-version.js", - "tslint": "tslint src/*.ts", - "code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js", - "format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js", - "complexity": "node test/check-complexity.js", - "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity", - "hostile-env-tests": "node test/hostile-environment-tests.js", - "unit-tests": "node test/unit-tests.js", - "api-tests": "mocha -R dot test/api-tests.js", - "grammar-tests": "node test/grammar-tests.js", - "regression-tests": "node test/regression-tests.js", - "all-tests": "npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests", - "verify-line-ending": "node test/verify-line-ending.js", - "generate-fixtures": "node tools/generate-fixtures.js", - "browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run", - "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js", - "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js", - "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js", - "saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari", - "analyze-coverage": "istanbul cover test/unit-tests.js", - "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100", - "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage", - "compile": "tsc -p src/ && webpack && node tools/fixupbundle.js", - "test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis", - "prepublish": "npm run compile", - "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor", - "benchmark-parser": "node -expose_gc test/benchmark-parser.js", - "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js", - "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer", - "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml", - "downstream": "node test/downstream.js", - "travis": "npm test", - "circleci": "npm test && npm run codecov && npm run downstream", - "appveyor": "npm run compile && npm run all-tests && npm run browser-tests", - "droneio": "npm run compile && npm run all-tests && npm run saucelabs", - "generate-regex": "node tools/generate-identifier-regex.js", - "generate-xhtml-entities": "node tools/generate-xhtml-entities.js" - } -} diff --git a/node_modules/esquery/node_modules/estraverse/package.json b/node_modules/esquery/node_modules/estraverse/package.json deleted file mode 100644 index a863218..0000000 --- a/node_modules/esquery/node_modules/estraverse/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "estraverse", - "description": "ECMAScript JS AST traversal functions", - "homepage": "https://github.com/estools/estraverse", - "main": "estraverse.js", - "version": "5.3.0", - "engines": { - "node": ">=4.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/estraverse.git" - }, - "devDependencies": { - "babel-preset-env": "^1.6.1", - "babel-register": "^6.3.13", - "chai": "^2.1.1", - "espree": "^1.11.0", - "gulp": "^3.8.10", - "gulp-bump": "^0.2.2", - "gulp-filter": "^2.0.0", - "gulp-git": "^1.0.1", - "gulp-tag-version": "^1.3.0", - "jshint": "^2.5.6", - "mocha": "^2.1.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "npm run-script lint && npm run-script unit-test", - "lint": "jshint estraverse.js", - "unit-test": "mocha --compilers js:babel-register" - } -} diff --git a/node_modules/esquery/package.json b/node_modules/esquery/package.json deleted file mode 100644 index a1944fe..0000000 --- a/node_modules/esquery/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "esquery", - "version": "1.5.0", - "author": "Joel Feenstra ", - "contributors": [], - "description": "A query library for ECMAScript AST using a CSS selector like query language.", - "main": "dist/esquery.min.js", - "module": "dist/esquery.esm.min.js", - "files": [ - "dist/*.js", - "dist/*.map", - "parser.js", - "license.txt", - "README.md" - ], - "nyc": { - "branches": 100, - "lines": 100, - "functions": 100, - "statements": 100, - "reporter": [ - "html", - "text" - ], - "exclude": [ - "parser.js", - "dist", - "tests" - ] - }, - "scripts": { - "prepublishOnly": "npm run build && npm test", - "build:parser": "rm parser.js && pegjs --cache --format umd -o \"parser.js\" \"grammar.pegjs\"", - "build:browser": "rollup -c", - "build": "npm run build:parser && npm run build:browser", - "mocha": "mocha --require chai/register-assert --require @babel/register tests", - "test": "nyc npm run mocha && npm run lint", - "test:ci": "npm run mocha", - "lint": "eslint ." - }, - "repository": { - "type": "git", - "url": "https://github.com/estools/esquery.git" - }, - "bugs": "https://github.com/estools/esquery/issues", - "homepage": "https://github.com/estools/esquery/", - "keywords": [ - "ast", - "ecmascript", - "javascript", - "query" - ], - "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/preset-env": "^7.9.5", - "@babel/register": "^7.9.0", - "@rollup/plugin-commonjs": "^11.1.0", - "@rollup/plugin-json": "^4.0.2", - "@rollup/plugin-node-resolve": "^7.1.3", - "babel-plugin-transform-es2017-object-entries": "0.0.5", - "chai": "4.2.0", - "eslint": "^6.8.0", - "esprima": "~4.0.1", - "mocha": "7.1.1", - "nyc": "^15.0.1", - "pegjs": "~0.10.0", - "rollup": "^1.32.1", - "rollup-plugin-babel": "^4.4.0", - "rollup-plugin-terser": "^5.3.0" - }, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10" - }, - "dependencies": { - "estraverse": "^5.1.0" - } -} diff --git a/node_modules/esrecurse/node_modules/estraverse/package.json b/node_modules/esrecurse/node_modules/estraverse/package.json deleted file mode 100644 index a863218..0000000 --- a/node_modules/esrecurse/node_modules/estraverse/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "estraverse", - "description": "ECMAScript JS AST traversal functions", - "homepage": "https://github.com/estools/estraverse", - "main": "estraverse.js", - "version": "5.3.0", - "engines": { - "node": ">=4.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/estraverse.git" - }, - "devDependencies": { - "babel-preset-env": "^1.6.1", - "babel-register": "^6.3.13", - "chai": "^2.1.1", - "espree": "^1.11.0", - "gulp": "^3.8.10", - "gulp-bump": "^0.2.2", - "gulp-filter": "^2.0.0", - "gulp-git": "^1.0.1", - "gulp-tag-version": "^1.3.0", - "jshint": "^2.5.6", - "mocha": "^2.1.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "npm run-script lint && npm run-script unit-test", - "lint": "jshint estraverse.js", - "unit-test": "mocha --compilers js:babel-register" - } -} diff --git a/node_modules/esrecurse/package.json b/node_modules/esrecurse/package.json deleted file mode 100755 index dec5b1b..0000000 --- a/node_modules/esrecurse/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "esrecurse", - "description": "ECMAScript AST recursive visitor", - "homepage": "https://github.com/estools/esrecurse", - "main": "esrecurse.js", - "version": "4.3.0", - "engines": { - "node": ">=4.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "https://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/estools/esrecurse.git" - }, - "dependencies": { - "estraverse": "^5.2.0" - }, - "devDependencies": { - "babel-cli": "^6.24.1", - "babel-eslint": "^7.2.3", - "babel-preset-es2015": "^6.24.1", - "babel-register": "^6.24.1", - "chai": "^4.0.2", - "esprima": "^4.0.0", - "gulp": "^3.9.0", - "gulp-bump": "^2.7.0", - "gulp-eslint": "^4.0.0", - "gulp-filter": "^5.0.0", - "gulp-git": "^2.4.1", - "gulp-mocha": "^4.3.1", - "gulp-tag-version": "^1.2.1", - "jsdoc": "^3.3.0-alpha10", - "minimist": "^1.1.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "gulp travis", - "unit-test": "gulp test", - "lint": "gulp lint" - }, - "babel": { - "presets": [ - "es2015" - ] - } -} diff --git a/node_modules/estraverse/package.json b/node_modules/estraverse/package.json deleted file mode 100644 index 1138238..0000000 --- a/node_modules/estraverse/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "estraverse", - "description": "ECMAScript JS AST traversal functions", - "homepage": "https://github.com/estools/estraverse", - "main": "estraverse.js", - "version": "4.3.0", - "engines": { - "node": ">=4.0" - }, - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/estraverse.git" - }, - "devDependencies": { - "babel-preset-env": "^1.6.1", - "babel-register": "^6.3.13", - "chai": "^2.1.1", - "espree": "^1.11.0", - "gulp": "^3.8.10", - "gulp-bump": "^0.2.2", - "gulp-filter": "^2.0.0", - "gulp-git": "^1.0.1", - "gulp-tag-version": "^1.3.0", - "jshint": "^2.5.6", - "mocha": "^2.1.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "npm run-script lint && npm run-script unit-test", - "lint": "jshint estraverse.js", - "unit-test": "mocha --compilers js:babel-register" - } -} diff --git a/node_modules/esutils/package.json b/node_modules/esutils/package.json deleted file mode 100644 index 8396f4c..0000000 --- a/node_modules/esutils/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "esutils", - "description": "utility box for ECMAScript language tools", - "homepage": "https://github.com/estools/esutils", - "main": "lib/utils.js", - "version": "2.0.3", - "engines": { - "node": ">=0.10.0" - }, - "directories": { - "lib": "./lib" - }, - "files": [ - "LICENSE.BSD", - "README.md", - "lib" - ], - "maintainers": [ - { - "name": "Yusuke Suzuki", - "email": "utatane.tea@gmail.com", - "web": "http://github.com/Constellation" - } - ], - "repository": { - "type": "git", - "url": "http://github.com/estools/esutils.git" - }, - "devDependencies": { - "chai": "~1.7.2", - "coffee-script": "~1.6.3", - "jshint": "2.6.3", - "mocha": "~2.2.1", - "regenerate": "~1.3.1", - "unicode-9.0.0": "~0.7.0" - }, - "license": "BSD-2-Clause", - "scripts": { - "test": "npm run-script lint && npm run-script unit-test", - "lint": "jshint lib/*.js", - "unit-test": "mocha --compilers coffee:coffee-script -R spec", - "generate-regex": "node tools/generate-identifier-regex.js" - } -} diff --git a/node_modules/etag/package.json b/node_modules/etag/package.json deleted file mode 100644 index b06ab80..0000000 --- a/node_modules/etag/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "etag", - "description": "Create simple HTTP ETags", - "version": "1.8.1", - "contributors": [ - "Douglas Christopher Wilson ", - "David Björklund " - ], - "license": "MIT", - "keywords": [ - "etag", - "http", - "res" - ], - "repository": "jshttp/etag", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.7.0", - "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-node": "5.1.1", - "eslint-plugin-promise": "3.5.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "1.21.5", - "safe-buffer": "5.1.1", - "seedrandom": "2.4.3" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/node_modules/eventemitter-asyncresource/package.json b/node_modules/eventemitter-asyncresource/package.json deleted file mode 100644 index aca19d3..0000000 --- a/node_modules/eventemitter-asyncresource/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "eventemitter-asyncresource", - "version": "1.0.0", - "description": "AsyncResource integration for EventEmitter", - "main": "./dist/src/index.js", - "exports": { - "import": "./dist/esm-wrapper.mjs", - "require": "./dist/src/index.js" - }, - "types": "./dist/src/index.d.ts", - "scripts": { - "build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs", - "lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy", - "test": "npm run lint && npm run build && npm run test-only", - "test-only": "tap", - "prepack": "npm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/addaleax/eventemitter-asyncresource" - }, - "keywords": [ - "EventEmitter", - "AsyncResource", - "async_hooks", - "events" - ], - "author": "Anna Henningsen ", - "license": "MIT", - "devDependencies": { - "@types/node": "^13.13.5", - "@typescript-eslint/eslint-plugin": "^2.28.0", - "@typescript-eslint/parser": "^2.28.0", - "gen-esm-wrapper": "^1.0.0", - "snazzy": "^8.0.0", - "standardx": "^5.0.0", - "tap": "^14.10.7", - "typescript": "^3.8.3" - }, - "eslintConfig": { - "rules": { - "semi": [ - "error", - "always" - ], - "no-unused-vars": "off", - "@typescript-eslint/no-unused-vars": "error" - } - }, - "standardx": { - "parser": "@typescript-eslint/parser", - "plugins": [ - "@typescript-eslint/eslint-plugin" - ] - } -} diff --git a/node_modules/eventemitter3/package.json b/node_modules/eventemitter3/package.json deleted file mode 100644 index 3c575b4..0000000 --- a/node_modules/eventemitter3/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "eventemitter3", - "version": "4.0.7", - "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", - "main": "index.js", - "typings": "index.d.ts", - "scripts": { - "browserify": "rm -rf umd && mkdir umd && browserify index.js -s EventEmitter3 -o umd/eventemitter3.js", - "minify": "uglifyjs umd/eventemitter3.js --source-map -cm -o umd/eventemitter3.min.js", - "benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;", - "test": "nyc --reporter=html --reporter=text mocha test/test.js", - "prepublishOnly": "npm run browserify && npm run minify", - "test-browser": "node test/browser.js" - }, - "files": [ - "index.js", - "index.d.ts", - "umd" - ], - "repository": { - "type": "git", - "url": "git://github.com/primus/eventemitter3.git" - }, - "keywords": [ - "EventEmitter", - "EventEmitter2", - "EventEmitter3", - "Events", - "addEventListener", - "addListener", - "emit", - "emits", - "emitter", - "event", - "once", - "pub/sub", - "publish", - "reactor", - "subscribe" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "bugs": { - "url": "https://github.com/primus/eventemitter3/issues" - }, - "devDependencies": { - "assume": "^2.2.0", - "browserify": "^16.5.0", - "mocha": "^8.0.1", - "nyc": "^15.1.0", - "pre-commit": "^1.2.0", - "sauce-browsers": "^2.0.0", - "sauce-test": "^1.3.3", - "uglify-js": "^3.9.0" - } -} diff --git a/node_modules/events/package.json b/node_modules/events/package.json deleted file mode 100644 index b9580d8..0000000 --- a/node_modules/events/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "events", - "version": "3.3.0", - "description": "Node's event emitter for all engines.", - "keywords": [ - "events", - "eventEmitter", - "eventDispatcher", - "listeners" - ], - "author": "Irakli Gozalishvili (http://jeditoolkit.com)", - "repository": { - "type": "git", - "url": "git://github.com/Gozala/events.git", - "web": "https://github.com/Gozala/events" - }, - "bugs": { - "url": "http://github.com/Gozala/events/issues/" - }, - "main": "./events.js", - "engines": { - "node": ">=0.8.x" - }, - "devDependencies": { - "airtap": "^1.0.0", - "functions-have-names": "^1.2.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "isarray": "^2.0.5", - "tape": "^5.0.0" - }, - "scripts": { - "test": "node tests/index.js", - "test:browsers": "airtap -- tests/index.js" - }, - "license": "MIT" -} diff --git a/node_modules/execa/package.json b/node_modules/execa/package.json deleted file mode 100644 index 22556f2..0000000 --- a/node_modules/execa/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "execa", - "version": "5.1.1", - "description": "Process execution for humans", - "license": "MIT", - "repository": "sindresorhus/execa", - "funding": "https://github.com/sindresorhus/execa?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && nyc ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "lib" - ], - "keywords": [ - "exec", - "child", - "process", - "execute", - "fork", - "execfile", - "spawn", - "file", - "shell", - "bin", - "binary", - "binaries", - "npm", - "path", - "local" - ], - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "devDependencies": { - "@types/node": "^14.14.10", - "ava": "^2.4.0", - "get-node": "^11.0.1", - "is-running": "^2.1.0", - "nyc": "^15.1.0", - "p-event": "^4.2.0", - "tempfile": "^3.0.0", - "tsd": "^0.13.1", - "xo": "^0.35.0" - }, - "nyc": { - "reporter": [ - "text", - "lcov" - ], - "exclude": [ - "**/fixtures/**", - "**/test.js", - "**/test/**" - ] - } -} diff --git a/node_modules/exponential-backoff/package.json b/node_modules/exponential-backoff/package.json deleted file mode 100644 index 23232a0..0000000 --- a/node_modules/exponential-backoff/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "exponential-backoff", - "version": "3.1.1", - "description": "A utility that allows retrying a function with an exponential delay between attempts.", - "files": [ - "dist/" - ], - "main": "dist/backoff.js", - "types": "dist/backoff.d.ts", - "scripts": { - "build": "tsc", - "test": "jest", - "test:watch": "jest --watch" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "*.{ts,json,md}": [ - "prettier --write", - "git add" - ] - }, - "jest": { - "transform": { - "^.+\\.ts$": "ts-jest" - }, - "testRegex": "\\.spec\\.ts$", - "moduleFileExtensions": [ - "ts", - "js" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/coveo/exponential-backoff.git" - }, - "keywords": [ - "exponential", - "backoff", - "retry" - ], - "author": "Sami Sayegh", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/coveo/exponential-backoff/issues" - }, - "homepage": "https://github.com/coveo/exponential-backoff#readme", - "devDependencies": { - "@types/jest": "^24.0.18", - "@types/node": "^10.14.21", - "husky": "^3.0.9", - "jest": "^24.9.0", - "lint-staged": "^9.4.2", - "prettier": "^1.18.2", - "ts-jest": "^24.1.0", - "typescript": "^3.6.4" - } -} diff --git a/node_modules/express/node_modules/debug/package.json b/node_modules/express/node_modules/debug/package.json deleted file mode 100644 index dc787ba..0000000 --- a/node_modules/express/node_modules/debug/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "debug", - "version": "2.6.9", - "repository": { - "type": "git", - "url": "git://github.com/visionmedia/debug.git" - }, - "description": "small debugging utility", - "keywords": [ - "debug", - "log", - "debugger" - ], - "author": "TJ Holowaychuk ", - "contributors": [ - "Nathan Rajlich (http://n8.io)", - "Andrew Rhyne " - ], - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - }, - "devDependencies": { - "browserify": "9.0.3", - "chai": "^3.5.0", - "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", - "istanbul": "^0.4.5", - "karma": "^1.3.0", - "karma-chai": "^0.1.0", - "karma-mocha": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.2", - "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", - "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0" - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "component": { - "scripts": { - "debug/index.js": "browser.js", - "debug/debug.js": "debug.js" - } - } -} diff --git a/node_modules/express/node_modules/ms/package.json b/node_modules/express/node_modules/ms/package.json deleted file mode 100644 index 6a31c81..0000000 --- a/node_modules/express/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.0.0", - "description": "Tiny milisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "3.19.0", - "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" - } -} diff --git a/node_modules/express/package.json b/node_modules/express/package.json deleted file mode 100644 index f299d88..0000000 --- a/node_modules/express/package.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "name": "express", - "description": "Fast, unopinionated, minimalist web framework", - "version": "4.19.2", - "author": "TJ Holowaychuk ", - "contributors": [ - "Aaron Heckmann ", - "Ciaran Jessup ", - "Douglas Christopher Wilson ", - "Guillermo Rauch ", - "Jonathan Ong ", - "Roman Shtylman ", - "Young Jae Sim " - ], - "license": "MIT", - "repository": "expressjs/express", - "homepage": "http://expressjs.com/", - "keywords": [ - "express", - "framework", - "sinatra", - "web", - "http", - "rest", - "restful", - "router", - "app", - "api" - ], - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.2", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.6.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.11.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "devDependencies": { - "after": "0.8.2", - "connect-redis": "3.4.2", - "cookie-parser": "1.4.6", - "cookie-session": "2.0.0", - "ejs": "3.1.9", - "eslint": "8.47.0", - "express-session": "1.17.2", - "hbs": "4.2.0", - "marked": "0.7.0", - "method-override": "3.0.0", - "mocha": "10.2.0", - "morgan": "1.10.0", - "nyc": "15.1.0", - "pbkdf2-password": "1.2.1", - "supertest": "6.3.0", - "vhost": "~3.0.2" - }, - "engines": { - "node": ">= 0.10.0" - }, - "files": [ - "LICENSE", - "History.md", - "Readme.md", - "index.js", - "lib/" - ], - "scripts": { - "lint": "eslint .", - "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", - "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/" - } -} diff --git a/node_modules/extend/package.json b/node_modules/extend/package.json deleted file mode 100644 index 85279f7..0000000 --- a/node_modules/extend/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "extend", - "author": "Stefan Thomas (http://www.justmoon.net)", - "version": "3.0.2", - "description": "Port of jQuery.extend for node.js and the browser", - "main": "index", - "scripts": { - "pretest": "npm run lint", - "test": "npm run tests-only", - "posttest": "npm run coverage-quiet", - "tests-only": "node test", - "coverage": "covert test/index.js", - "coverage-quiet": "covert test/index.js --quiet", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs *.js */*.js", - "eslint": "eslint *.js */*.js" - }, - "contributors": [ - { - "name": "Jordan Harband", - "url": "https://github.com/ljharb" - } - ], - "keywords": [ - "extend", - "clone", - "merge" - ], - "repository": { - "type": "git", - "url": "https://github.com/justmoon/node-extend.git" - }, - "dependencies": {}, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "covert": "^1.1.0", - "eslint": "^4.19.1", - "jscs": "^3.0.7", - "tape": "^4.9.1" - }, - "license": "MIT" -} diff --git a/node_modules/external-editor/package.json b/node_modules/external-editor/package.json deleted file mode 100644 index b0e2474..0000000 --- a/node_modules/external-editor/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "external-editor", - "version": "3.1.0", - "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT", - "main": "main/index.js", - "types": "main/index.d.ts", - "scripts": { - "test": "mocha --recursive --require ts-node/register --timeout 10000 ./test/spec 'test/spec/**/*.ts'", - "compile": "tsc -p tsconfig.json", - "lint": "tslint './src/**/*.ts' './test/**/*.ts'" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/mrkmg/node-external-editor.git" - }, - "keywords": [ - "editor", - "external", - "user", - "visual" - ], - "author": "Kevin Gravier (https://mrkmg.com)", - "license": "MIT", - "bugs": { - "url": "https://github.com/mrkmg/node-external-editor/issues" - }, - "homepage": "https://github.com/mrkmg/node-external-editor#readme", - "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=4" - }, - "devDependencies": { - "@types/chai": "^4.1.4", - "@types/chardet": "^0.5.0", - "@types/mocha": "^5.2.5", - "@types/node": "^10.14.12", - "@types/tmp": "0.0.33", - "chai": "^4.0.0", - "es6-shim": "^0.35.3", - "mocha": "^5.2.0", - "ts-node": "^7.0.1", - "tslint": "^5.18.0", - "typescript": "^3.5.2" - }, - "files": [ - "main", - "example_sync.js", - "example_async.js" - ], - "config": { - "ndt": { - "versions": [ - "major" - ] - } - } -} diff --git a/node_modules/fast-deep-equal/package.json b/node_modules/fast-deep-equal/package.json deleted file mode 100644 index 3cfe66c..0000000 --- a/node_modules/fast-deep-equal/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "fast-deep-equal", - "version": "3.1.3", - "description": "Fast deep equal", - "main": "index.js", - "scripts": { - "eslint": "eslint *.js benchmark/*.js spec/*.js", - "build": "node build", - "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./", - "test-spec": "mocha spec/*.spec.js -R spec", - "test-cov": "nyc npm run test-spec", - "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts", - "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov", - "prepublish": "npm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/epoberezkin/fast-deep-equal.git" - }, - "keywords": [ - "fast", - "equal", - "deep-equal" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/epoberezkin/fast-deep-equal/issues" - }, - "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme", - "devDependencies": { - "coveralls": "^3.1.0", - "dot": "^1.1.2", - "eslint": "^7.2.0", - "mocha": "^7.2.0", - "nyc": "^15.1.0", - "pre-commit": "^1.2.2", - "react": "^16.12.0", - "react-test-renderer": "^16.12.0", - "sinon": "^9.0.2", - "typescript": "^3.9.5" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - }, - "files": [ - "index.js", - "index.d.ts", - "react.js", - "react.d.ts", - "es6/" - ], - "types": "index.d.ts" -} diff --git a/node_modules/fast-glob/package.json b/node_modules/fast-glob/package.json deleted file mode 100644 index bbcc0ea..0000000 --- a/node_modules/fast-glob/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "fast-glob", - "version": "3.3.1", - "description": "It's a very fast and efficient glob library for Node.js", - "license": "MIT", - "repository": "mrmlnc/fast-glob", - "author": { - "name": "Denis Malinochkin", - "url": "https://mrmlnc.com" - }, - "engines": { - "node": ">=8.6.0" - }, - "main": "out/index.js", - "typings": "out/index.d.ts", - "files": [ - "out", - "!out/{benchmark,tests}", - "!out/**/*.map", - "!out/**/*.spec.*" - ], - "keywords": [ - "glob", - "patterns", - "fast", - "implementation" - ], - "devDependencies": { - "@nodelib/fs.macchiato": "^1.0.1", - "@types/glob-parent": "^5.1.0", - "@types/merge2": "^1.1.4", - "@types/micromatch": "^4.0.0", - "@types/mocha": "^5.2.7", - "@types/node": "^14.18.53", - "@types/picomatch": "^2.3.0", - "@types/sinon": "^7.5.0", - "bencho": "^0.1.1", - "eslint": "^6.5.1", - "eslint-config-mrmlnc": "^1.1.0", - "execa": "^7.1.1", - "fast-glob": "^3.0.4", - "fdir": "^6.0.1", - "glob": "^10.0.0", - "hereby": "^1.8.1", - "mocha": "^6.2.1", - "rimraf": "^5.0.0", - "sinon": "^7.5.0", - "snap-shot-it": "^7.9.10", - "typescript": "^4.9.5" - }, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "scripts": { - "clean": "rimraf out", - "lint": "eslint \"src/**/*.ts\" --cache", - "compile": "tsc", - "test": "mocha \"out/**/*.spec.js\" -s 0", - "test:e2e": "mocha \"out/**/*.e2e.js\" -s 0", - "test:e2e:sync": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"", - "test:e2e:async": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"", - "test:e2e:stream": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"", - "build": "npm run clean && npm run compile && npm run lint && npm test", - "watch": "npm run clean && npm run compile -- --sourceMap --watch", - "bench:async": "npm run bench:product:async && npm run bench:regression:async", - "bench:stream": "npm run bench:product:stream && npm run bench:regression:stream", - "bench:sync": "npm run bench:product:sync && npm run bench:regression:sync", - "bench:product": "npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream", - "bench:product:async": "hereby bench:product:async", - "bench:product:sync": "hereby bench:product:sync", - "bench:product:stream": "hereby bench:product:stream", - "bench:regression": "npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream", - "bench:regression:async": "hereby bench:regression:async", - "bench:regression:sync": "hereby bench:regression:sync", - "bench:regression:stream": "hereby bench:regression:stream" - } -} diff --git a/node_modules/fast-json-stable-stringify/package.json b/node_modules/fast-json-stable-stringify/package.json deleted file mode 100644 index ad2c8bf..0000000 --- a/node_modules/fast-json-stable-stringify/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "fast-json-stable-stringify", - "version": "2.1.0", - "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify", - "main": "index.js", - "types": "index.d.ts", - "dependencies": {}, - "devDependencies": { - "benchmark": "^2.1.4", - "coveralls": "^3.0.0", - "eslint": "^6.7.0", - "fast-stable-stringify": "latest", - "faster-stable-stringify": "latest", - "json-stable-stringify": "latest", - "nyc": "^14.1.0", - "pre-commit": "^1.2.2", - "tape": "^4.11.0" - }, - "scripts": { - "eslint": "eslint index.js test", - "test-spec": "tape test/*.js", - "test": "npm run eslint && nyc npm run test-spec" - }, - "repository": { - "type": "git", - "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git" - }, - "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify", - "keywords": [ - "json", - "stringify", - "deterministic", - "hash", - "stable" - ], - "author": { - "name": "James Halliday", - "email": "mail@substack.net", - "url": "http://substack.net" - }, - "license": "MIT", - "nyc": { - "exclude": [ - "test", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - } -} diff --git a/node_modules/fast-levenshtein/package.json b/node_modules/fast-levenshtein/package.json deleted file mode 100644 index 5b4736d..0000000 --- a/node_modules/fast-levenshtein/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "fast-levenshtein", - "version": "2.0.6", - "description": "Efficient implementation of Levenshtein algorithm with locale-specific collator support.", - "main": "levenshtein.js", - "files": [ - "levenshtein.js" - ], - "scripts": { - "build": "grunt build", - "prepublish": "npm run build", - "benchmark": "grunt benchmark", - "test": "mocha" - }, - "devDependencies": { - "chai": "~1.5.0", - "grunt": "~0.4.1", - "grunt-benchmark": "~0.2.0", - "grunt-cli": "^1.2.0", - "grunt-contrib-jshint": "~0.4.3", - "grunt-contrib-uglify": "~0.2.0", - "grunt-mocha-test": "~0.2.2", - "grunt-npm-install": "~0.1.0", - "load-grunt-tasks": "~0.6.0", - "lodash": "^4.0.1", - "mocha": "~1.9.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/hiddentao/fast-levenshtein.git" - }, - "keywords": [ - "levenshtein", - "distance", - "string" - ], - "author": "Ramesh Nair (http://www.hiddentao.com/)", - "license": "MIT" -} diff --git a/node_modules/fastq/package.json b/node_modules/fastq/package.json deleted file mode 100644 index 44655bc..0000000 --- a/node_modules/fastq/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "fastq", - "version": "1.17.1", - "description": "Fast, in memory work queue", - "main": "queue.js", - "scripts": { - "lint": "standard --verbose | snazzy", - "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js", - "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js", - "test:report": "npm run lint && npm run unit:report", - "test": "npm run lint && npm run unit", - "typescript": "tsc --project ./test/tsconfig.json", - "legacy": "tape test/test.js" - }, - "pre-commit": [ - "test", - "typescript" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/mcollina/fastq.git" - }, - "keywords": [ - "fast", - "queue", - "async", - "worker" - ], - "author": "Matteo Collina ", - "license": "ISC", - "bugs": { - "url": "https://github.com/mcollina/fastq/issues" - }, - "homepage": "https://github.com/mcollina/fastq#readme", - "devDependencies": { - "async": "^3.1.0", - "neo-async": "^2.6.1", - "nyc": "^15.0.0", - "pre-commit": "^1.2.2", - "snazzy": "^9.0.0", - "standard": "^16.0.0", - "tape": "^5.0.0", - "typescript": "^5.0.4" - }, - "dependencies": { - "reusify": "^1.0.4" - }, - "standard": { - "ignore": [ - "example.mjs" - ] - } -} diff --git a/node_modules/faye-websocket/package.json b/node_modules/faye-websocket/package.json deleted file mode 100644 index 26acc2a..0000000 --- a/node_modules/faye-websocket/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "faye-websocket", - "description": "Standards-compliant WebSocket server and client", - "homepage": "https://github.com/faye/faye-websocket-node", - "author": "James Coglan (http://jcoglan.com/)", - "keywords": [ - "websocket", - "eventsource" - ], - "license": "Apache-2.0", - "version": "0.11.4", - "engines": { - "node": ">=0.8.0" - }, - "files": [ - "lib" - ], - "main": "./lib/faye/websocket", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "devDependencies": { - "jstest": "*", - "pace": "*", - "permessage-deflate": "*" - }, - "scripts": { - "test": "jstest spec/runner.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/faye/faye-websocket-node.git" - }, - "bugs": "https://github.com/faye/faye-websocket-node/issues" -} diff --git a/node_modules/fecha/package.json b/node_modules/fecha/package.json deleted file mode 100644 index 6ebb621..0000000 --- a/node_modules/fecha/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "fecha", - "version": "4.2.3", - "description": "Date formatting and parsing", - "main": "lib/fecha.umd.js", - "module": "lib/fecha.js", - "scripts": { - "test-only": "ts-node test.js", - "test": "prettier --check *.js src/*.ts && eslint --ext .ts src && npm run build && nyc --cache --reporter=text ts-node test.js", - "build": "NODE_ENV=production rollup -c --sourcemap && tsc", - "format": "prettier --write *.js src/*.ts" - }, - "repository": { - "type": "git", - "url": "https://taylorhakes@github.com/taylorhakes/fecha.git" - }, - "keywords": [ - "date", - "parse", - "moment", - "format", - "fecha", - "formatting" - ], - "author": "Taylor Hakes", - "license": "MIT", - "bugs": { - "url": "https://github.com/taylorhakes/fecha/issues" - }, - "homepage": "https://github.com/taylorhakes/fecha", - "devDependencies": { - "@istanbuljs/nyc-config-typescript": "^1.0.1", - "@typescript-eslint/eslint-plugin": "^2.14.0", - "@typescript-eslint/parser": "^2.14.0", - "eslint": "^7.23.0", - "eslint-config-prettier": "^8.1.0", - "nyc": "^15.0.0", - "painless": "^0.9.7", - "prettier": "1.19.1", - "rollup": "^0.59.0", - "rollup-plugin-sourcemaps": "^0.5.0", - "rollup-plugin-typescript": "^1.0.1", - "rollup-plugin-uglify": "^3.0.0", - "source-map-support": "^0.5.16", - "ts-node": "^8.5.4", - "tslib": "^1.10.0", - "typescript": "^3.7.4" - }, - "files": [ - "lib", - "dist", - "src" - ], - "types": "lib/fecha.d.ts" -} diff --git a/node_modules/figures/node_modules/escape-string-regexp/package.json b/node_modules/figures/node_modules/escape-string-regexp/package.json deleted file mode 100644 index f307df3..0000000 --- a/node_modules/figures/node_modules/escape-string-regexp/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "escape-string-regexp", - "version": "1.0.5", - "description": "Escape RegExp special characters", - "license": "MIT", - "repository": "sindresorhus/escape-string-regexp", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "maintainers": [ - "Sindre Sorhus (sindresorhus.com)", - "Joshua Boy Nicolai Appelman (jbna.nl)" - ], - "engines": { - "node": ">=0.8.0" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "escape", - "regex", - "regexp", - "re", - "regular", - "expression", - "string", - "str", - "special", - "characters" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/figures/package.json b/node_modules/figures/package.json deleted file mode 100644 index ee3b3df..0000000 --- a/node_modules/figures/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "figures", - "version": "3.2.0", - "description": "Unicode symbols with Windows CMD fallbacks", - "license": "MIT", - "repository": "sindresorhus/figures", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd", - "make": "./makefile.js" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "unicode", - "cli", - "cmd", - "command-line", - "characters", - "symbol", - "symbols", - "figure", - "figures", - "fallback" - ], - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "devDependencies": { - "ava": "^1.4.1", - "markdown-table": "^1.1.2", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/file-entry-cache/package.json b/node_modules/file-entry-cache/package.json deleted file mode 100644 index f03ef48..0000000 --- a/node_modules/file-entry-cache/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "file-entry-cache", - "version": "6.0.1", - "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process", - "repository": "royriojas/file-entry-cache", - "license": "MIT", - "author": { - "name": "Roy Riojas", - "url": "http://royriojas.com" - }, - "main": "cache.js", - "files": [ - "cache.js" - ], - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "scripts": { - "eslint": "eslint --cache --cache-location=node_modules/.cache/ 'cache.js' 'test/**/*.js' 'perf.js'", - "autofix": "npm run eslint -- --fix", - "install-hooks": "prepush install && changelogx install-hook && precommit install", - "changelog": "changelogx -f markdown -o ./changelog.md", - "do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify", - "pre-v": "npm run test", - "post-v": "npm run do-changelog && git push --no-verify && git push --tags --no-verify", - "bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v", - "bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v", - "bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v", - "test": "npm run eslint --silent && mocha -R spec test/specs", - "perf": "node perf.js", - "cover": "istanbul cover test/runner.js html text-summary", - "watch": "watch-run -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary" - }, - "prepush": [ - "npm run eslint --silent" - ], - "precommit": [ - "npm run eslint --silent" - ], - "keywords": [ - "file cache", - "task cache files", - "file cache", - "key par", - "key value", - "cache" - ], - "changelogx": { - "ignoreRegExp": [ - "BLD: Release", - "DOC: Generate Changelog", - "Generated Changelog" - ], - "issueIDRegExp": "#(\\d+)", - "commitURL": "https://github.com/royriojas/file-entry-cache/commit/{0}", - "authorURL": "https://github.com/{0}", - "issueIDURL": "https://github.com/royriojas/file-entry-cache/issues/{0}", - "projectName": "file-entry-cache" - }, - "devDependencies": { - "chai": "^4.2.0", - "changelogx": "^5.0.6", - "del": "^6.0.0", - "eslint": "^7.13.0", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-mocha": "^8.0.0", - "eslint-plugin-prettier": "^3.1.4", - "glob-expand": "^0.2.1", - "istanbul": "^0.4.5", - "mocha": "^8.2.1", - "precommit": "^1.2.2", - "prepush": "^3.1.11", - "prettier": "^2.1.2", - "watch-run": "^1.2.5", - "write": "^2.0.0" - }, - "dependencies": { - "flat-cache": "^3.0.4" - } -} diff --git a/node_modules/file-loader/node_modules/loader-utils/package.json b/node_modules/file-loader/node_modules/loader-utils/package.json deleted file mode 100644 index b2c7b48..0000000 --- a/node_modules/file-loader/node_modules/loader-utils/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "loader-utils", - "version": "2.0.4", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "scripts": { - "lint": "eslint lib test", - "pretest": "yarn lint", - "test": "jest", - "test:ci": "jest --coverage", - "release": "yarn test && standard-version" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/webpack/loader-utils.git" - }, - "engines": { - "node": ">=8.9.0" - }, - "devDependencies": { - "coveralls": "^3.0.9", - "eslint": "^6.8.0", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-prettier": "^3.1.2", - "jest": "^25.1.0", - "prettier": "^1.19.1", - "standard-version": "^7.1.0" - }, - "main": "lib/index.js", - "files": [ - "lib" - ] -} diff --git a/node_modules/file-loader/package.json b/node_modules/file-loader/package.json deleted file mode 100644 index f9a7e60..0000000 --- a/node_modules/file-loader/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "file-loader", - "version": "6.2.0", - "description": "A file loader module for webpack", - "license": "MIT", - "repository": "webpack-contrib/file-loader", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack-contrib/file-loader", - "bugs": "https://github.com/webpack-contrib/file-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 10.13.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "commitlint": "commitlint --from=master", - "security": "npm audit", - "lint:prettier": "prettier --list-different .", - "lint:js": "eslint --cache .", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "npm run build", - "release": "standard-version", - "defaults": "webpack-defaults" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - }, - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "devDependencies": { - "@babel/cli": "^7.11.6", - "@babel/core": "^7.11.6", - "@babel/preset-env": "^7.11.5", - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "@webpack-contrib/defaults": "^6.3.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^26.5.2", - "cross-env": "^7.0.2", - "del": "^6.0.0", - "del-cli": "^3.0.1", - "eslint": "^7.10.0", - "eslint-config-prettier": "^6.12.0", - "eslint-plugin-import": "^2.22.1", - "husky": "^4.3.0", - "jest": "^26.5.2", - "lint-staged": "^10.4.0", - "memfs": "^3.2.0", - "npm-run-all": "^4.1.5", - "prettier": "^2.1.2", - "standard-version": "^9.0.0", - "url-loader": "^4.1.0", - "webpack": "^4.44.2" - }, - "keywords": [ - "webpack" - ] -} diff --git a/node_modules/file-saver/package.json b/node_modules/file-saver/package.json deleted file mode 100644 index 36398ae..0000000 --- a/node_modules/file-saver/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "file-saver", - "version": "2.0.5", - "description": "An HTML5 saveAs() FileSaver implementation", - "main": "dist/FileSaver.min.js", - "files": [ - "dist/FileSaver.js", - "dist/FileSaver.min.js", - "dist/FileSaver.min.js.map", - "src/FileSaver.js" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 0", - "build:development": "babel -o dist/FileSaver.js --plugins @babel/plugin-transform-modules-umd src/FileSaver.js", - "build:production": "babel -o dist/FileSaver.min.js -s --plugins @babel/plugin-transform-modules-umd --presets minify src/FileSaver.js", - "build": "npm run build:development && npm run build:production", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "https://github.com/eligrey/FileSaver.js" - }, - "keywords": [ - "filesaver", - "saveas", - "blob" - ], - "author": "Eli Grey ", - "license": "MIT", - "bugs": { - "url": "https://github.com/eligrey/FileSaver.js/issues" - }, - "homepage": "https://github.com/eligrey/FileSaver.js#readme", - "devDependencies": { - "@babel/cli": "^7.1.0", - "@babel/core": "^7.1.0", - "@babel/plugin-transform-modules-umd": "^7.1.0", - "babel-preset-minify": "^0.4.3" - } -} diff --git a/node_modules/fill-range/package.json b/node_modules/fill-range/package.json deleted file mode 100644 index 07d3076..0000000 --- a/node_modules/fill-range/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "fill-range", - "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`", - "version": "7.0.1", - "homepage": "https://github.com/jonschlinkert/fill-range", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Edo Rivai (edo.rivai.nl)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Paul Miller (paulmillr.com)", - "Rouven Weßling (www.rouvenwessling.de)", - "(https://github.com/wtgtybhertgeghgtwtg)" - ], - "repository": "jonschlinkert/fill-range", - "bugs": { - "url": "https://github.com/jonschlinkert/fill-range/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "devDependencies": { - "gulp-format-md": "^2.0.0", - "mocha": "^6.1.1" - }, - "keywords": [ - "alpha", - "alphabetical", - "array", - "bash", - "brace", - "expand", - "expansion", - "fill", - "glob", - "match", - "matches", - "matching", - "number", - "numerical", - "range", - "ranges", - "regex", - "sh" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/node_modules/finalhandler/node_modules/debug/package.json b/node_modules/finalhandler/node_modules/debug/package.json deleted file mode 100644 index dc787ba..0000000 --- a/node_modules/finalhandler/node_modules/debug/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "debug", - "version": "2.6.9", - "repository": { - "type": "git", - "url": "git://github.com/visionmedia/debug.git" - }, - "description": "small debugging utility", - "keywords": [ - "debug", - "log", - "debugger" - ], - "author": "TJ Holowaychuk ", - "contributors": [ - "Nathan Rajlich (http://n8.io)", - "Andrew Rhyne " - ], - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - }, - "devDependencies": { - "browserify": "9.0.3", - "chai": "^3.5.0", - "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", - "istanbul": "^0.4.5", - "karma": "^1.3.0", - "karma-chai": "^0.1.0", - "karma-mocha": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.2", - "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", - "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0" - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "component": { - "scripts": { - "debug/index.js": "browser.js", - "debug/debug.js": "debug.js" - } - } -} diff --git a/node_modules/finalhandler/node_modules/ms/package.json b/node_modules/finalhandler/node_modules/ms/package.json deleted file mode 100644 index 6a31c81..0000000 --- a/node_modules/finalhandler/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.0.0", - "description": "Tiny milisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "3.19.0", - "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" - } -} diff --git a/node_modules/finalhandler/package.json b/node_modules/finalhandler/package.json deleted file mode 100644 index 16bf11e..0000000 --- a/node_modules/finalhandler/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "finalhandler", - "description": "Node.js final http responder", - "version": "1.2.0", - "author": "Douglas Christopher Wilson ", - "license": "MIT", - "repository": "pillarjs/finalhandler", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.2", - "nyc": "15.1.0", - "readable-stream": "2.3.6", - "safe-buffer": "5.2.1", - "supertest": "6.2.2" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "SECURITY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/node_modules/find-cache-dir/package.json b/node_modules/find-cache-dir/package.json deleted file mode 100644 index b95cb2d..0000000 --- a/node_modules/find-cache-dir/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "find-cache-dir", - "version": "4.0.0", - "description": "Finds the common standard cache directory", - "license": "MIT", - "repository": "sindresorhus/find-cache-dir", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": "./index.js", - "engines": { - "node": ">=14.16" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "cache", - "directory", - "dir", - "caching", - "find", - "search" - ], - "dependencies": { - "common-path-prefix": "^3.0.0", - "pkg-dir": "^7.0.0" - }, - "devDependencies": { - "ava": "^5.0.1", - "del": "^7.0.0", - "tempy": "^3.0.0", - "xo": "^0.52.4" - }, - "ava": { - "workerThreads": false - } -} diff --git a/node_modules/find-up/package.json b/node_modules/find-up/package.json deleted file mode 100644 index cd50281..0000000 --- a/node_modules/find-up/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "find-up", - "version": "4.1.0", - "description": "Find a file or directory by walking up parent directories", - "license": "MIT", - "repository": "sindresorhus/find-up", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "find", - "up", - "find-up", - "findup", - "look-up", - "look", - "file", - "search", - "match", - "package", - "resolve", - "parent", - "parents", - "folder", - "directory", - "walk", - "walking", - "path" - ], - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "devDependencies": { - "ava": "^2.1.0", - "is-path-inside": "^2.1.0", - "tempy": "^0.3.0", - "tsd": "^0.7.3", - "xo": "^0.24.0" - } -} diff --git a/node_modules/flat-cache/package.json b/node_modules/flat-cache/package.json deleted file mode 100644 index b7b9eb0..0000000 --- a/node_modules/flat-cache/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "flat-cache", - "version": "3.2.0", - "description": "A stupidly simple key/value storage using files to persist some data", - "repository": "jaredwray/flat-cache", - "license": "MIT", - "author": { - "name": "Jared Wray", - "url": "https://jaredwray.com" - }, - "main": "src/cache.js", - "files": [ - "src/cache.js", - "src/del.js", - "src/utils.js" - ], - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "precommit": [ - "npm run verify --silent" - ], - "prepush": [ - "npm run verify --silent" - ], - "scripts": { - "eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js", - "eslint-fix": "npm run eslint -- --fix", - "autofix": "npm run eslint-fix", - "check": "npm run eslint", - "verify": "npm run eslint && npm run test:cache", - "test:cache": "c8 mocha -R spec test/specs", - "test:ci:cache": "c8 --reporter=lcov mocha -R spec test/specs", - "test": "npm run verify --silent" - }, - "keywords": [ - "json cache", - "simple cache", - "file cache", - "key par", - "key value", - "cache" - ], - "devDependencies": { - "c8": "^7.14.0", - "chai": "^4.3.10", - "eslint": "^7.13.0", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-mocha": "^8.0.0", - "eslint-plugin-prettier": "^3.1.4", - "glob-expand": "^0.2.1", - "mocha": "^8.4.0", - "prettier": "^2.1.2", - "write": "^2.0.0" - }, - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - } -} diff --git a/node_modules/flatted/cjs/package.json b/node_modules/flatted/cjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/flatted/cjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/flatted/package.json b/node_modules/flatted/package.json deleted file mode 100644 index 588dacf..0000000 --- a/node_modules/flatted/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "flatted", - "version": "3.3.1", - "description": "A super light and fast circular JSON parser.", - "unpkg": "min.js", - "main": "./cjs/index.js", - "scripts": { - "build": "npm run cjs && npm run rollup:esm && npm run rollup:es && npm run rollup:babel && npm run min && npm run test && npm run size", - "cjs": "ascjs esm cjs", - "rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck", - "rollup:esm": "rollup --config rollup/esm.config.js", - "rollup:babel": "rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./' index.js && rm -rf index.js.bck", - "min": "terser index.js -c -m -o min.js", - "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c; cat es.js | brotli | wc -c; cat esm.js | brotli | wc -c", - "test": "c8 node test/index.js", - "test:php": "php php/test.php", - "test:py": "python python/test.py", - "ts": "tsc -p .", - "coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/WebReflection/flatted.git" - }, - "keywords": [ - "circular", - "JSON", - "fast", - "parser", - "minimal" - ], - "author": "Andrea Giammarchi", - "license": "ISC", - "bugs": { - "url": "https://github.com/WebReflection/flatted/issues" - }, - "homepage": "https://github.com/WebReflection/flatted#readme", - "devDependencies": { - "@babel/core": "^7.23.9", - "@babel/preset-env": "^7.23.9", - "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-terser": "^0.4.4", - "@ungap/structured-clone": "^1.2.0", - "ascjs": "^6.0.3", - "c8": "^9.1.0", - "circular-json": "^0.5.9", - "circular-json-es6": "^2.0.2", - "jsan": "^3.1.14", - "rollup": "^4.12.0", - "terser": "^5.27.2", - "typescript": "^5.3.3" - }, - "module": "./esm/index.js", - "type": "module", - "exports": { - ".": { - "types": "./types/index.d.ts", - "import": "./esm/index.js", - "default": "./cjs/index.js" - }, - "./esm": "./esm.js", - "./package.json": "./package.json" - }, - "types": "./types/index.d.ts" -} diff --git a/node_modules/fn.name/package.json b/node_modules/fn.name/package.json deleted file mode 100644 index 83cde5c..0000000 --- a/node_modules/fn.name/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "fn.name", - "version": "1.1.0", - "description": "Extract names from functions", - "main": "index.js", - "scripts": { - "test": "mocha test.js", - "watch": "mocha --watch test.js", - "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js", - "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/3rd-Eden/fn.name" - }, - "keywords": [ - "fn.name", - "function.name", - "name", - "function", - "extract", - "parse", - "names" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "bugs": { - "url": "https://github.com/3rd-Eden/fn.name/issues" - }, - "devDependencies": { - "assume": "2.x.x", - "istanbul": "0.3.x", - "mocha": "5.x.x", - "pre-commit": "1.x.x" - }, - "homepage": "https://github.com/3rd-Eden/fn.name" -} diff --git a/node_modules/follow-redirects/package.json b/node_modules/follow-redirects/package.json deleted file mode 100644 index 149943b..0000000 --- a/node_modules/follow-redirects/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "follow-redirects", - "version": "1.15.6", - "description": "HTTP and HTTPS modules that follow redirects.", - "license": "MIT", - "main": "index.js", - "files": [ - "*.js" - ], - "engines": { - "node": ">=4.0" - }, - "scripts": { - "lint": "eslint *.js test", - "test": "nyc mocha" - }, - "repository": { - "type": "git", - "url": "git@github.com:follow-redirects/follow-redirects.git" - }, - "homepage": "https://github.com/follow-redirects/follow-redirects", - "bugs": { - "url": "https://github.com/follow-redirects/follow-redirects/issues" - }, - "keywords": [ - "http", - "https", - "url", - "redirect", - "client", - "location", - "utility" - ], - "author": "Ruben Verborgh (https://ruben.verborgh.org/)", - "contributors": [ - "Olivier Lalonde (http://www.syskall.com)", - "James Talmage " - ], - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "peerDependenciesMeta": { - "debug": { - "optional": true - } - }, - "devDependencies": { - "concat-stream": "^2.0.0", - "eslint": "^5.16.0", - "express": "^4.16.4", - "lolex": "^3.1.0", - "mocha": "^6.0.2", - "nyc": "^14.1.1" - } -} diff --git a/node_modules/foreground-child/dist/cjs/package.json b/node_modules/foreground-child/dist/cjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/foreground-child/dist/cjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/foreground-child/dist/mjs/package.json b/node_modules/foreground-child/dist/mjs/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/node_modules/foreground-child/dist/mjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json b/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json b/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/node_modules/foreground-child/node_modules/signal-exit/package.json b/node_modules/foreground-child/node_modules/signal-exit/package.json deleted file mode 100644 index ac176ce..0000000 --- a/node_modules/foreground-child/node_modules/signal-exit/package.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "name": "signal-exit", - "version": "4.1.0", - "description": "when you want to fire an event no matter how a process exits.", - "main": "./dist/cjs/index.js", - "module": "./dist/mjs/index.js", - "browser": "./dist/mjs/browser.js", - "types": "./dist/mjs/index.d.ts", - "exports": { - ".": { - "import": { - "types": "./dist/mjs/index.d.ts", - "default": "./dist/mjs/index.js" - }, - "require": { - "types": "./dist/cjs/index.d.ts", - "default": "./dist/cjs/index.js" - } - }, - "./signals": { - "import": { - "types": "./dist/mjs/signals.d.ts", - "default": "./dist/mjs/signals.js" - }, - "require": { - "types": "./dist/cjs/signals.d.ts", - "default": "./dist/cjs/signals.js" - } - }, - "./browser": { - "import": { - "types": "./dist/mjs/browser.d.ts", - "default": "./dist/mjs/browser.js" - }, - "require": { - "types": "./dist/cjs/browser.d.ts", - "default": "./dist/cjs/browser.js" - } - } - }, - "files": [ - "dist" - ], - "engines": { - "node": ">=14" - }, - "repository": { - "type": "git", - "url": "https://github.com/tapjs/signal-exit.git" - }, - "keywords": [ - "signal", - "exit" - ], - "author": "Ben Coe ", - "license": "ISC", - "devDependencies": { - "@types/cross-spawn": "^6.0.2", - "@types/node": "^18.15.11", - "@types/signal-exit": "^3.0.1", - "@types/tap": "^15.0.8", - "c8": "^7.13.0", - "prettier": "^2.8.6", - "tap": "^16.3.4", - "ts-node": "^10.9.1", - "typedoc": "^0.23.28", - "typescript": "^5.0.2" - }, - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "preprepare": "rm -rf dist", - "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "c8 tap", - "snap": "c8 tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "coverage": false, - "jobs": 1, - "node-arg": [ - "--no-warnings", - "--loader", - "ts-node/esm" - ], - "ts": false - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/node_modules/foreground-child/package.json b/node_modules/foreground-child/package.json deleted file mode 100644 index dfda328..0000000 --- a/node_modules/foreground-child/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "foreground-child", - "version": "3.1.1", - "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.", - "main": "./dist/cjs/index.js", - "module": "./dist/mjs/index.js", - "types": "./dist/mjs/index.d.ts", - "exports": { - ".": { - "import": { - "types": "./dist/mjs/index.d.ts", - "default": "./dist/mjs/index.js" - }, - "require": { - "types": "./dist/cjs/index.d.ts", - "default": "./dist/cjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "engines": { - "node": ">=14" - }, - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" - }, - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "c8 tap", - "snap": "c8 tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "coverage": false, - "jobs": 1, - "node-arg": [ - "--no-warnings", - "--loader", - "ts-node/esm" - ], - "ts": false - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tapjs/foreground-child.git" - }, - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "devDependencies": { - "@types/cross-spawn": "^6.0.2", - "@types/node": "^18.15.11", - "@types/tap": "^15.0.8", - "c8": "^7.13.0", - "prettier": "^2.8.6", - "tap": "^16.3.4", - "ts-node": "^10.9.1", - "typedoc": "^0.24.2", - "typescript": "^5.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/node_modules/form-data/package.json b/node_modules/form-data/package.json deleted file mode 100644 index 0f20240..0000000 --- a/node_modules/form-data/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "author": "Felix Geisendörfer (http://debuggable.com/)", - "name": "form-data", - "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", - "version": "4.0.0", - "repository": { - "type": "git", - "url": "git://github.com/form-data/form-data.git" - }, - "main": "./lib/form_data", - "browser": "./lib/browser", - "typings": "./index.d.ts", - "scripts": { - "pretest": "rimraf coverage test/tmp", - "test": "istanbul cover test/run.js", - "posttest": "istanbul report lcov text", - "lint": "eslint lib/*.js test/*.js test/integration/*.js", - "report": "istanbul report lcov text", - "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8", - "ci-test": "npm run test && npm run browser && npm run report", - "predebug": "rimraf coverage test/tmp", - "debug": "verbose=1 ./test/run.js", - "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage", - "check": "istanbul check-coverage coverage/coverage*.json", - "files": "pkgfiles --sort=name", - "get-version": "node -e \"console.log(require('./package.json').version)\"", - "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md", - "restore-readme": "mv README.md.bak README.md", - "prepublish": "in-publish && npm run update-readme || not-in-publish", - "postpublish": "npm run restore-readme" - }, - "pre-commit": [ - "lint", - "ci-test", - "check" - ], - "engines": { - "node": ">= 6" - }, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "devDependencies": { - "@types/node": "^12.0.10", - "browserify": "^13.1.1", - "browserify-istanbul": "^2.0.0", - "coveralls": "^3.0.4", - "cross-spawn": "^6.0.5", - "eslint": "^6.0.1", - "fake": "^0.2.2", - "far": "^0.0.7", - "formidable": "^1.0.17", - "in-publish": "^2.0.0", - "is-node-modern": "^1.0.0", - "istanbul": "^0.4.5", - "obake": "^0.1.2", - "puppeteer": "^1.19.0", - "pkgfiles": "^2.3.0", - "pre-commit": "^1.1.3", - "request": "^2.88.0", - "rimraf": "^2.7.1", - "tape": "^4.6.2", - "typescript": "^3.5.2" - }, - "license": "MIT" -} diff --git a/node_modules/forwarded/package.json b/node_modules/forwarded/package.json deleted file mode 100644 index bf9c7d6..0000000 --- a/node_modules/forwarded/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "forwarded", - "description": "Parse HTTP X-Forwarded-For header", - "version": "0.2.0", - "contributors": [ - "Douglas Christopher Wilson " - ], - "license": "MIT", - "keywords": [ - "x-forwarded-for", - "http", - "req" - ], - "repository": "jshttp/forwarded", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "deep-equal": "1.0.1", - "eslint": "7.27.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.23.4", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "4.3.1", - "eslint-plugin-standard": "4.1.0", - "mocha": "8.4.0", - "nyc": "15.1.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/node_modules/fraction.js/package.json b/node_modules/fraction.js/package.json deleted file mode 100644 index 085d287..0000000 --- a/node_modules/fraction.js/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "fraction.js", - "title": "fraction.js", - "version": "4.3.7", - "homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/", - "bugs": "https://github.com/rawify/Fraction.js/issues", - "description": "A rational number library", - "keywords": [ - "math", - "fraction", - "rational", - "rationals", - "number", - "parser", - "rational numbers" - ], - "author": { - "name": "Robert Eisele", - "email": "robert@raw.org", - "url": "https://raw.org/" - }, - "type": "module", - "main": "fraction.cjs", - "exports": { - ".": { - "import": "./fraction.js", - "require": "./fraction.cjs", - "types": "./fraction.d.ts" - } - }, - "types": "./fraction.d.ts", - "private": false, - "readmeFilename": "README.md", - "directories": { - "example": "examples" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/rawify/Fraction.js.git" - }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - }, - "engines": { - "node": "*" - }, - "scripts": { - "test": "mocha tests/*.js" - }, - "devDependencies": { - "mocha": "*" - } -} diff --git a/node_modules/fresh/package.json b/node_modules/fresh/package.json deleted file mode 100644 index c2fa0f4..0000000 --- a/node_modules/fresh/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "fresh", - "description": "HTTP response freshness testing", - "version": "0.5.2", - "author": "TJ Holowaychuk (http://tjholowaychuk.com)", - "contributors": [ - "Douglas Christopher Wilson ", - "Jonathan Ong (http://jongleberry.com)" - ], - "license": "MIT", - "keywords": [ - "fresh", - "http", - "conditional", - "cache" - ], - "repository": "jshttp/fresh", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.7.0", - "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-node": "5.1.1", - "eslint-plugin-promise": "3.5.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "1.21.5" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json deleted file mode 100644 index f3f6ba3..0000000 --- a/node_modules/fs-extra/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "fs-extra", - "version": "11.2.0", - "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.", - "engines": { - "node": ">=14.14" - }, - "homepage": "https://github.com/jprichardson/node-fs-extra", - "repository": { - "type": "git", - "url": "https://github.com/jprichardson/node-fs-extra" - }, - "keywords": [ - "fs", - "file", - "file system", - "copy", - "directory", - "extra", - "mkdirp", - "mkdir", - "mkdirs", - "recursive", - "json", - "read", - "write", - "extra", - "delete", - "remove", - "touch", - "create", - "text", - "output", - "move", - "promise" - ], - "author": "JP Richardson ", - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "devDependencies": { - "klaw": "^2.1.1", - "klaw-sync": "^3.0.2", - "minimist": "^1.1.1", - "mocha": "^10.1.0", - "nyc": "^15.0.0", - "proxyquire": "^2.0.1", - "read-dir-files": "^0.1.1", - "standard": "^17.0.0" - }, - "main": "./lib/index.js", - "exports": { - ".": "./lib/index.js", - "./esm": "./lib/esm.mjs" - }, - "files": [ - "lib/", - "!lib/**/__tests__/" - ], - "scripts": { - "lint": "standard", - "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha", - "test": "npm run lint && npm run unit && npm run unit-esm", - "unit": "nyc node test.js", - "unit-esm": "node test.mjs" - }, - "sideEffects": false -} diff --git a/node_modules/fs-minipass/node_modules/minipass/dist/commonjs/package.json b/node_modules/fs-minipass/node_modules/minipass/dist/commonjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/fs-minipass/node_modules/minipass/dist/commonjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/fs-minipass/node_modules/minipass/dist/esm/package.json b/node_modules/fs-minipass/node_modules/minipass/dist/esm/package.json deleted file mode 100644 index 7c34deb..0000000 --- a/node_modules/fs-minipass/node_modules/minipass/dist/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} \ No newline at end of file diff --git a/node_modules/fs-minipass/node_modules/minipass/package.json b/node_modules/fs-minipass/node_modules/minipass/package.json deleted file mode 100644 index 4398347..0000000 --- a/node_modules/fs-minipass/node_modules/minipass/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "minipass", - "version": "7.0.4", - "description": "minimal implementation of a PassThrough stream", - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "type": "module", - "tshy": { - "main": true, - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "devDependencies": { - "@types/end-of-stream": "^1.4.2", - "@types/node": "^20.1.2", - "end-of-stream": "^1.4.0", - "node-abort-controller": "^3.1.1", - "prettier": "^2.6.2", - "sync-content": "^1.0.2", - "tap": "^18.3.0", - "through2": "^2.0.3", - "tshy": "^1.2.2", - "typedoc": "^0.25.1", - "typescript": "^5.2.2" - }, - "repository": "https://github.com/isaacs/minipass", - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "tap": { - "include": [ - "test/*.ts" - ] - } -} diff --git a/node_modules/fs-minipass/package.json b/node_modules/fs-minipass/package.json deleted file mode 100644 index e501e64..0000000 --- a/node_modules/fs-minipass/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "fs-minipass", - "version": "3.0.3", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/fs-minipass.git" - }, - "bugs": { - "url": "https://github.com/npm/fs-minipass/issues" - }, - "homepage": "https://github.com/npm/fs-minipass#readme", - "description": "fs read and write streams based on minipass", - "dependencies": { - "minipass": "^7.0.3" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.1", - "@npmcli/template-oss": "4.18.0", - "mutate-fs": "^2.1.1", - "tap": "^16.3.2" - }, - "files": [ - "bin/", - "lib/" - ], - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.18.0", - "publish": "true" - } -} diff --git a/node_modules/fs-monkey/package.json b/node_modules/fs-monkey/package.json deleted file mode 100644 index 9acba87..0000000 --- a/node_modules/fs-monkey/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "fs-monkey", - "version": "1.0.5", - "description": "Monkey patches for file system related things.", - "main": "lib/index.js", - "license": "Unlicense", - "keywords": [ - "fs", - "file", - "file system", - "monkey", - "fsmonkey", - "monkeyfs", - "monkeypatch", - "patch" - ], - "files": [ - "lib", - "!lib/__tests__", - "docs" - ], - "directories": { - "doc": "docs" - }, - "repository": { - "type": "git", - "url": "https://github.com/streamich/fs-monkey.git" - }, - "scripts": { - "build": "babel src --out-dir lib", - "test": "jest" - }, - "dependencies": {}, - "devDependencies": { - "@babel/cli": "^7.18.6", - "@babel/core": "^7.18.6", - "@babel/preset-env": "^7.18.6", - "@semantic-release/changelog": "^6.0.1", - "@semantic-release/git": "^10.0.1", - "@semantic-release/npm": "^9.0.1", - "@types/jest": "^29.0.0", - "@types/node": "^8.10.66", - "babel-jest": "^29.0.0", - "jest": "^29.0.0", - "semantic-release": "^19.0.3", - "source-map-support": "^0.5.21" - }, - "release": { - "verifyConditions": [ - "@semantic-release/changelog", - "@semantic-release/npm", - "@semantic-release/git" - ], - "prepare": [ - "@semantic-release/changelog", - "@semantic-release/npm", - "@semantic-release/git" - ] - }, - "jest": { - "collectCoverageFrom": [ - "src/**/*.js" - ], - "transform": { - "^.+\\.jsx?$": "babel-jest" - }, - "testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$" - } -} diff --git a/node_modules/fs-readdir-recursive/package.json b/node_modules/fs-readdir-recursive/package.json deleted file mode 100644 index 5fc1947..0000000 --- a/node_modules/fs-readdir-recursive/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "fs-readdir-recursive", - "description": "Recursively read a directory", - "version": "1.1.0", - "scripts": { - "test": "mocha --reporter spec", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" - }, - "devDependencies": { - "istanbul": "0", - "mocha": "3", - "should": "*" - }, - "author": { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com", - "twitter": "https://twitter.com/jongleberry" - }, - "repository": "fs-utils/fs-readdir-recursive", - "files": [ - "index.js" - ], - "license": "MIT" -} diff --git a/node_modules/fs.realpath/package.json b/node_modules/fs.realpath/package.json deleted file mode 100644 index 3edc57d..0000000 --- a/node_modules/fs.realpath/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "fs.realpath", - "version": "1.0.0", - "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", - "main": "index.js", - "dependencies": {}, - "devDependencies": {}, - "scripts": { - "test": "tap test/*.js --cov" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/fs.realpath.git" - }, - "keywords": [ - "realpath", - "fs", - "polyfill" - ], - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "old.js", - "index.js" - ] -} diff --git a/node_modules/function-bind/package.json b/node_modules/function-bind/package.json deleted file mode 100644 index 6185963..0000000 --- a/node_modules/function-bind/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "function-bind", - "version": "1.1.2", - "description": "Implementation of Function.prototype.bind", - "keywords": [ - "function", - "bind", - "shim", - "es5" - ], - "author": "Raynos ", - "repository": { - "type": "git", - "url": "https://github.com/Raynos/function-bind.git" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "main": "index", - "homepage": "https://github.com/Raynos/function-bind", - "contributors": [ - { - "name": "Raynos" - }, - { - "name": "Jordan Harband", - "url": "https://github.com/ljharb" - } - ], - "bugs": { - "url": "https://github.com/Raynos/function-bind/issues", - "email": "raynos2@gmail.com" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.3", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "in-publish": "^2.0.1", - "npmignore": "^0.3.0", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.1" - }, - "license": "MIT", - "scripts": { - "prepublishOnly": "safe-publish-latest", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepack": "npmignore --auto --commentLines=autogenerated", - "pretest": "npm run lint", - "test": "npm run tests-only", - "posttest": "aud --production", - "tests-only": "nyc tape 'test/**/*.js'", - "lint": "eslint --ext=js,mjs .", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "ie/8..latest", - "firefox/16..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - } -} diff --git a/node_modules/gauge/package.json b/node_modules/gauge/package.json deleted file mode 100644 index bce3e68..0000000 --- a/node_modules/gauge/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "gauge", - "version": "4.0.4", - "description": "A terminal based horizontal gauge", - "main": "lib", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/gauge.git" - }, - "keywords": [ - "progressbar", - "progress", - "gauge" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/gauge/issues" - }, - "homepage": "https://github.com/npm/gauge", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.2.0", - "readable-stream": "^3.6.0", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "tap": { - "branches": 79, - "statements": 89, - "functions": 92, - "lines": 90 - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.2.0" - } -} diff --git a/node_modules/gensync/package.json b/node_modules/gensync/package.json deleted file mode 100644 index 07f8757..0000000 --- a/node_modules/gensync/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "gensync", - "version": "1.0.0-beta.2", - "license": "MIT", - "description": "Allows users to use generators in order to write common functions that can be both sync or async.", - "main": "index.js", - "author": "Logan Smyth ", - "homepage": "https://github.com/loganfsmyth/gensync", - "repository": { - "type": "git", - "url": "https://github.com/loganfsmyth/gensync.git" - }, - "scripts": { - "test": "jest" - }, - "engines": { - "node": ">=6.9.0" - }, - "keywords": [ - "async", - "sync", - "generators", - "async-await", - "callbacks" - ], - "devDependencies": { - "babel-core": "^6.26.3", - "babel-preset-env": "^1.6.1", - "eslint": "^4.19.1", - "eslint-config-prettier": "^2.9.0", - "eslint-plugin-node": "^6.0.1", - "eslint-plugin-prettier": "^2.6.0", - "flow-bin": "^0.71.0", - "jest": "^22.4.3", - "prettier": "^1.12.1" - } -} diff --git a/node_modules/get-caller-file/package.json b/node_modules/get-caller-file/package.json deleted file mode 100644 index b0dd571..0000000 --- a/node_modules/get-caller-file/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "get-caller-file", - "version": "2.0.5", - "description": "", - "main": "index.js", - "directories": { - "test": "tests" - }, - "files": [ - "index.js", - "index.js.map", - "index.d.ts" - ], - "scripts": { - "prepare": "tsc", - "test": "mocha test", - "test:debug": "mocha test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/stefanpenner/get-caller-file.git" - }, - "author": "Stefan Penner", - "license": "ISC", - "bugs": { - "url": "https://github.com/stefanpenner/get-caller-file/issues" - }, - "homepage": "https://github.com/stefanpenner/get-caller-file#readme", - "devDependencies": { - "@types/chai": "^4.1.7", - "@types/ensure-posix-path": "^1.0.0", - "@types/mocha": "^5.2.6", - "@types/node": "^11.10.5", - "chai": "^4.1.2", - "ensure-posix-path": "^1.0.1", - "mocha": "^5.2.0", - "typescript": "^3.3.3333" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } -} diff --git a/node_modules/get-intrinsic/package.json b/node_modules/get-intrinsic/package.json deleted file mode 100644 index 568dff9..0000000 --- a/node_modules/get-intrinsic/package.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "get-intrinsic", - "version": "1.2.4", - "description": "Get and robustly cache all JS language-level intrinsics at first require time", - "main": "index.js", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "prelint": "evalmd README.md", - "lint": "eslint --ext=.js,.mjs .", - "pretest": "npm run lint", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ljharb/get-intrinsic.git" - }, - "keywords": [ - "javascript", - "ecmascript", - "es", - "js", - "intrinsic", - "getintrinsic", - "es-abstract" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/get-intrinsic/issues" - }, - "homepage": "https://github.com/ljharb/get-intrinsic#readme", - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "call-bind": "^1.0.5", - "es-abstract": "^1.22.3", - "es-value-fixtures": "^1.4.2", - "eslint": "=8.8.0", - "evalmd": "^0.0.19", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "make-async-function": "^1.0.0", - "make-async-generator-function": "^1.0.0", - "make-generator-function": "^2.0.0", - "mock-property": "^1.0.3", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "object-inspect": "^1.13.1", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.4" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - }, - "testling": { - "files": "test/GetIntrinsic.js" - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/node_modules/get-package-type/package.json b/node_modules/get-package-type/package.json deleted file mode 100644 index dcb0ea8..0000000 --- a/node_modules/get-package-type/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "get-package-type", - "version": "0.1.0", - "description": "Determine the `package.json#type` which applies to a location", - "type": "module", - "main": "index.cjs", - "exports": "./index.cjs", - "scripts": { - "pretest": "if-ver -ge 10 || exit 0; cfware-lint .", - "tests-only": "nyc -s node test.cjs", - "test": "npm run -s tests-only", - "posttest": "nyc report --check-coverage" - }, - "engines": { - "node": ">=8.0.0" - }, - "author": "Corey Farrell", - "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/cfware/get-package-type.git" - }, - "bugs": { - "url": "https://github.com/cfware/get-package-type/issues" - }, - "homepage": "https://github.com/cfware/get-package-type#readme", - "dependencies": {}, - "devDependencies": { - "@cfware/lint": "^1.4.3", - "@cfware/nyc": "^0.7.0", - "if-ver": "^1.1.0", - "libtap": "^0.3.0", - "nyc": "^15.0.1" - } -} diff --git a/node_modules/get-stream/package.json b/node_modules/get-stream/package.json deleted file mode 100644 index bd47a75..0000000 --- a/node_modules/get-stream/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "get-stream", - "version": "6.0.1", - "description": "Get a stream as a string, buffer, or array", - "license": "MIT", - "repository": "sindresorhus/get-stream", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "buffer-stream.js" - ], - "keywords": [ - "get", - "stream", - "promise", - "concat", - "string", - "text", - "buffer", - "read", - "data", - "consume", - "readable", - "readablestream", - "array", - "object" - ], - "devDependencies": { - "@types/node": "^14.0.27", - "ava": "^2.4.0", - "into-stream": "^5.0.0", - "tsd": "^0.13.1", - "xo": "^0.24.0" - } -} diff --git a/node_modules/get-tsconfig/package.json b/node_modules/get-tsconfig/package.json deleted file mode 100644 index 233277a..0000000 --- a/node_modules/get-tsconfig/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "get-tsconfig", - "version": "4.7.3", - "description": "Find and parse the tsconfig.json file from a directory path", - "keywords": [ - "get-tsconfig", - "get", - "typescript", - "tsconfig", - "tsconfig.json" - ], - "license": "MIT", - "repository": "privatenumber/get-tsconfig", - "funding": "https://github.com/privatenumber/get-tsconfig?sponsor=1", - "author": { - "name": "Hiroki Osame", - "email": "hiroki.osame@gmail.com" - }, - "files": [ - "dist" - ], - "type": "module", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.cts", - "exports": { - "require": { - "types": "./dist/index.d.cts", - "default": "./dist/index.cjs" - }, - "import": { - "types": "./dist/index.d.mts", - "default": "./dist/index.mjs" - } - }, - "imports": { - "#get-tsconfig": { - "types": "./src/index.ts", - "development": "./src/index.ts", - "default": "./dist/index.mjs" - } - }, - "dependencies": { - "resolve-pkg-maps": "^1.0.0" - } -} \ No newline at end of file diff --git a/node_modules/glob-parent/package.json b/node_modules/glob-parent/package.json deleted file mode 100644 index 125c971..0000000 --- a/node_modules/glob-parent/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "glob-parent", - "version": "5.1.2", - "description": "Extract the non-magic parent path from a glob string.", - "author": "Gulp Team (https://gulpjs.com/)", - "contributors": [ - "Elan Shanker (https://github.com/es128)", - "Blaine Bublitz " - ], - "repository": "gulpjs/glob-parent", - "license": "ISC", - "engines": { - "node": ">= 6" - }, - "main": "index.js", - "files": [ - "LICENSE", - "index.js" - ], - "scripts": { - "lint": "eslint .", - "pretest": "npm run lint", - "test": "nyc mocha --async-only", - "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit", - "coveralls": "nyc report --reporter=text-lcov | coveralls" - }, - "dependencies": { - "is-glob": "^4.0.1" - }, - "devDependencies": { - "coveralls": "^3.0.11", - "eslint": "^2.13.1", - "eslint-config-gulp": "^3.0.1", - "expect": "^1.20.2", - "mocha": "^6.0.2", - "nyc": "^13.3.0" - }, - "keywords": [ - "glob", - "parent", - "strip", - "path", - "dirname", - "directory", - "base", - "wildcard" - ] -} diff --git a/node_modules/glob-to-regexp/package.json b/node_modules/glob-to-regexp/package.json deleted file mode 100644 index 467daf3..0000000 --- a/node_modules/glob-to-regexp/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "glob-to-regexp", - "version": "0.4.1", - "description": "Convert globs to regular expressions", - "main": "index.js", - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/fitzgen/glob-to-regexp.git" - }, - "keywords": [ - "regexp", - "glob", - "regexps", - "regular expressions", - "regular expression", - "wildcard" - ], - "author": "Nick Fitzgerald ", - "license": "BSD-2-Clause" -} diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json deleted file mode 100644 index 5940b64..0000000 --- a/node_modules/glob/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "name": "glob", - "description": "a little globber", - "version": "7.2.3", - "publishConfig": { - "tag": "v7-legacy" - }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" - }, - "main": "glob.js", - "files": [ - "glob.js", - "sync.js", - "common.js" - ], - "engines": { - "node": "*" - }, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "devDependencies": { - "memfs": "^3.2.0", - "mkdirp": "0", - "rimraf": "^2.2.8", - "tap": "^15.0.6", - "tick": "0.0.6" - }, - "tap": { - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "jobs": 1 - }, - "scripts": { - "prepublish": "npm run benchclean", - "profclean": "rm -f v8.log profile.txt", - "test": "tap", - "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", - "bench": "bash benchmark.sh", - "prof": "bash prof.sh && cat profile.txt", - "benchclean": "node benchclean.js" - }, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/node_modules/globals/package.json b/node_modules/globals/package.json deleted file mode 100644 index dfe459b..0000000 --- a/node_modules/globals/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "globals", - "version": "11.12.0", - "description": "Global identifiers from different JavaScript environments", - "license": "MIT", - "repository": "sindresorhus/globals", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "globals.json" - ], - "keywords": [ - "globals", - "global", - "identifiers", - "variables", - "vars", - "jshint", - "eslint", - "environments" - ], - "devDependencies": { - "ava": "0.21.0", - "xo": "0.18.0" - }, - "xo": { - "ignores": [ - "get-browser-globals.js" - ] - } -} diff --git a/node_modules/globby/package.json b/node_modules/globby/package.json deleted file mode 100644 index e2bdb72..0000000 --- a/node_modules/globby/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "globby", - "version": "13.2.2", - "description": "User-friendly glob matching", - "license": "MIT", - "repository": "sindresorhus/globby", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "email": "sindresorhus@gmail.com", - "name": "Sindre Sorhus", - "url": "https://sindresorhus.com" - }, - "type": "module", - "exports": "./index.js", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "scripts": { - "bench": "npm update @globby/main-branch glob-stream fast-glob && node bench.js", - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "ignore.js", - "utilities.js" - ], - "keywords": [ - "all", - "array", - "directories", - "expand", - "files", - "filesystem", - "filter", - "find", - "fnmatch", - "folders", - "fs", - "glob", - "globbing", - "globs", - "gulpfriendly", - "match", - "matcher", - "minimatch", - "multi", - "multiple", - "paths", - "pattern", - "patterns", - "traverse", - "util", - "utility", - "wildcard", - "wildcards", - "promise", - "gitignore", - "git" - ], - "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", - "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "devDependencies": { - "@globby/main-branch": "sindresorhus/globby#main", - "@types/node": "^20.3.3", - "ava": "^5.3.1", - "benchmark": "2.1.4", - "glob-stream": "^8.0.0", - "rimraf": "^5.0.1", - "tempy": "^3.0.0", - "tsd": "^0.28.1", - "typescript": "^5.1.6", - "xo": "^0.54.2" - }, - "xo": { - "ignores": [ - "fixtures" - ], - "rules": { - "@typescript-eslint/consistent-type-definitions": "off", - "n/prefer-global/url": "off", - "@typescript-eslint/consistent-type-imports": "off" - } - }, - "ava": { - "files": [ - "!tests/utilities.js" - ], - "workerThreads": false - } -} diff --git a/node_modules/gopd/package.json b/node_modules/gopd/package.json deleted file mode 100644 index d5e1fa4..0000000 --- a/node_modules/gopd/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "gopd", - "version": "1.0.1", - "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", - "main": "index.js", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublishOnly": "safe-publish-latest", - "prepublish": "not-in-publish || npm run prepublishOnly", - "lint": "eslint --ext=js,mjs .", - "postlint": "evalmd README.md", - "pretest": "npm run lint", - "tests-only": "tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ljharb/gopd.git" - }, - "keywords": [ - "ecmascript", - "javascript", - "getownpropertydescriptor", - "property", - "descriptor" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/gopd/issues" - }, - "homepage": "https://github.com/ljharb/gopd#readme", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "evalmd": "^0.0.19", - "in-publish": "^2.0.1", - "npmignore": "^0.3.0", - "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - } -} diff --git a/node_modules/graceful-fs/package.json b/node_modules/graceful-fs/package.json deleted file mode 100644 index 87babf0..0000000 --- a/node_modules/graceful-fs/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "graceful-fs", - "description": "A drop-in replacement for fs, making various improvements.", - "version": "4.2.11", - "repository": { - "type": "git", - "url": "https://github.com/isaacs/node-graceful-fs" - }, - "main": "graceful-fs.js", - "directories": { - "test": "test" - }, - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags", - "test": "nyc --silent node test.js | tap -c -", - "posttest": "nyc report" - }, - "keywords": [ - "fs", - "module", - "reading", - "retry", - "retries", - "queue", - "error", - "errors", - "handling", - "EMFILE", - "EAGAIN", - "EINVAL", - "EPERM", - "EACCESS" - ], - "license": "ISC", - "devDependencies": { - "import-fresh": "^2.0.0", - "mkdirp": "^0.5.0", - "rimraf": "^2.2.8", - "tap": "^16.3.4" - }, - "files": [ - "fs.js", - "graceful-fs.js", - "legacy-streams.js", - "polyfills.js", - "clone.js" - ], - "tap": { - "reporter": "classic" - } -} diff --git a/node_modules/graphemer/package.json b/node_modules/graphemer/package.json deleted file mode 100644 index cf0315d..0000000 --- a/node_modules/graphemer/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "graphemer", - "version": "1.4.0", - "description": "A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)", - "homepage": "https://github.com/flmnt/graphemer", - "author": "Matt Davies (https://github.com/mattpauldavies)", - "contributors": [ - "Orlin Georgiev (https://github.com/orling)", - "Huáng Jùnliàng (https://github.com/JLHwung)" - ], - "main": "./lib/index.js", - "types": "./lib/index.d.ts", - "files": [ - "lib" - ], - "license": "MIT", - "keywords": [ - "utf-8", - "strings", - "emoji", - "split" - ], - "scripts": { - "prepublishOnly": "npm run build", - "build": "tsc --project tsconfig.json", - "pretest": "npm run build", - "test": "ts-node node_modules/tape/bin/tape tests/**.ts", - "prettier:check": "prettier --check .", - "prettier:fix": "prettier --write ." - }, - "repository": { - "type": "git", - "url": "https://github.com/flmnt/graphemer.git" - }, - "bugs": "https://github.com/flmnt/graphemer/issues", - "devDependencies": { - "@types/tape": "^4.13.0", - "husky": "^4.3.0", - "lint-staged": "^10.3.0", - "prettier": "^2.1.1", - "tape": "^4.6.3", - "ts-node": "^9.0.0", - "typescript": "^4.0.2" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged", - "pre-push": "npm test" - } - }, - "lint-staged": { - "*.{js,ts,md,json}": "prettier --write" - } -} diff --git a/node_modules/guess-parser/package.json b/node_modules/guess-parser/package.json deleted file mode 100644 index 0467976..0000000 --- a/node_modules/guess-parser/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "guess-parser", - "version": "0.4.22", - "description": "Finds the route declarations in your application.", - "main": "dist/guess-parser/index.js", - "types": "dist/guess-parser/index.d.ts", - "repository": { - "type": "git", - "url": "git+https://github.com/guess-js/guess" - }, - "keywords": [ - "bundling", - "webpack", - "ml", - "ai", - "analytics", - "recommendation" - ], - "author": "Minko Gechev ", - "license": "MIT", - "bugs": { - "url": "https://github.com/guess-js/guess/issues" - }, - "homepage": "https://github.com/guess-js/guess#readme", - "dependencies": { - "@wessberg/ts-evaluator": "0.0.27" - }, - "devDependencies": { - "ts-loader": "7.0.0" - }, - "peerDependencies": { - "typescript": ">=3.7.5" - }, - "files": [ - "dist" - ], - "jest": { - "transform": { - "^.+\\.tsx?$": "ts-jest" - }, - "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", - "moduleFileExtensions": [ - "ts", - "tsx", - "js", - "jsx", - "json", - "node" - ] - }, - "scripts": { - "build": "webpack" - }, - "gitHead": "7ef3b0f79c6035be8700ea845f3fde66db1eef61" -} diff --git a/node_modules/handle-thing/package.json b/node_modules/handle-thing/package.json deleted file mode 100644 index 2a36fcf..0000000 --- a/node_modules/handle-thing/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "handle-thing", - "version": "2.0.1", - "description": "Wrap Streams2 instance into a HandleWrap", - "main": "lib/handle.js", - "scripts": { - "lint": "standard", - "test": "mocha --reporter=spec test/*-test.js", - "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js" - }, - "pre-commit": [ - "lint", - "test" - ], - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/indutny/handle-thing.git" - }, - "keywords": [ - "handle", - "net", - "streams2" - ], - "author": "Fedor Indutny ", - "license": "MIT", - "bugs": { - "url": "https://github.com/spdy-http2/handle-thing/issues" - }, - "homepage": "https://github.com/spdy-http2/handle-thing#readme", - "devDependencies": { - "istanbul": "^0.4.5", - "mocha": "^5.2.0", - "pre-commit": "^1.2.2", - "readable-stream": "^3.0.6", - "standard": "^12.0.1", - "stream-pair": "^1.0.3" - } -} diff --git a/node_modules/has-flag/package.json b/node_modules/has-flag/package.json deleted file mode 100644 index a9cba4b..0000000 --- a/node_modules/has-flag/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "has-flag", - "version": "4.0.0", - "description": "Check if argv has a specific flag", - "license": "MIT", - "repository": "sindresorhus/has-flag", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "has", - "check", - "detect", - "contains", - "find", - "flag", - "cli", - "command-line", - "argv", - "process", - "arg", - "args", - "argument", - "arguments", - "getopt", - "minimist", - "optimist" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/has-property-descriptors/package.json b/node_modules/has-property-descriptors/package.json deleted file mode 100644 index 7e70218..0000000 --- a/node_modules/has-property-descriptors/package.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "has-property-descriptors", - "version": "1.0.2", - "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.", - "main": "index.js", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublishOnly": "safe-publish-latest", - "prepublish": "not-in-publish || npm run prepublishOnly", - "pretest": "npm run lint", - "prelint": "evalmd README.md", - "lint": "eslint --ext=js,mjs .", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/inspect-js/has-property-descriptors.git" - }, - "keywords": [ - "property", - "descriptors", - "has", - "environment", - "env", - "defineProperty", - "getOwnPropertyDescriptor" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/inspect-js/has-property-descriptors/issues" - }, - "homepage": "https://github.com/inspect-js/has-property-descriptors#readme", - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "evalmd": "^0.0.19", - "in-publish": "^2.0.1", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.4" - }, - "dependencies": { - "es-define-property": "^1.0.0" - }, - "testling": { - "files": "test/index.js" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - } -} diff --git a/node_modules/has-proto/package.json b/node_modules/has-proto/package.json deleted file mode 100644 index 9d37e4e..0000000 --- a/node_modules/has-proto/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "has-proto", - "version": "1.0.3", - "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?", - "main": "index.js", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublishOnly": "safe-publish-latest", - "prepublish": "not-in-publish || npm run prepublishOnly", - "lint": "eslint --ext=js,mjs .", - "postlint": "tsc -p .", - "pretest": "npm run lint", - "tests-only": "tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/inspect-js/has-proto.git" - }, - "keywords": [ - "prototype", - "proto", - "set", - "get", - "__proto__", - "getPrototypeOf", - "setPrototypeOf", - "has" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/inspect-js/has-proto/issues" - }, - "homepage": "https://github.com/inspect-js/has-proto#readme", - "testling": { - "files": "test/index.js" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "@types/tape": "^5.6.4", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "in-publish": "^2.0.1", - "npmignore": "^0.3.1", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.5", - "typescript": "next" - }, - "engines": { - "node": ">= 0.4" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows" - ] - } -} diff --git a/node_modules/has-symbols/package.json b/node_modules/has-symbols/package.json deleted file mode 100644 index fe7004a..0000000 --- a/node_modules/has-symbols/package.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "has-symbols", - "version": "1.0.3", - "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", - "main": "index.js", - "scripts": { - "prepublishOnly": "safe-publish-latest", - "prepublish": "not-in-publish || npm run prepublishOnly", - "pretest": "npm run --silent lint", - "test": "npm run tests-only", - "posttest": "aud --production", - "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams", - "test:stock": "nyc node test", - "test:staging": "nyc node --harmony --es-staging test", - "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", - "test:shams:corejs": "nyc node test/shams/core-js.js", - "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js", - "lint": "eslint --ext=js,mjs .", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git://github.com/inspect-js/has-symbols.git" - }, - "keywords": [ - "Symbol", - "symbols", - "typeof", - "sham", - "polyfill", - "native", - "core-js", - "ES6" - ], - "author": { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - }, - "contributors": [ - { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - } - ], - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/has-symbols/issues" - }, - "homepage": "https://github.com/ljharb/has-symbols#readme", - "devDependencies": { - "@ljharb/eslint-config": "^20.2.3", - "aud": "^2.0.0", - "auto-changelog": "^2.4.0", - "core-js": "^2.6.12", - "eslint": "=8.8.0", - "get-own-property-symbols": "^0.9.5", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "tape": "^5.5.2" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "iexplore/6.0..latest", - "firefox/3.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/10.0..latest", - "opera/next", - "safari/4.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "greenkeeper": { - "ignore": [ - "core-js" - ] - } -} diff --git a/node_modules/has-unicode/package.json b/node_modules/has-unicode/package.json deleted file mode 100644 index ebe9d76..0000000 --- a/node_modules/has-unicode/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "has-unicode", - "version": "2.0.1", - "description": "Try to guess if your terminal supports unicode", - "main": "index.js", - "scripts": { - "test": "tap test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/iarna/has-unicode" - }, - "keywords": [ - "unicode", - "terminal" - ], - "files": [ - "index.js" - ], - "author": "Rebecca Turner ", - "license": "ISC", - "bugs": { - "url": "https://github.com/iarna/has-unicode/issues" - }, - "homepage": "https://github.com/iarna/has-unicode", - "devDependencies": { - "require-inject": "^1.3.0", - "tap": "^2.3.1" - } -} diff --git a/node_modules/hasown/package.json b/node_modules/hasown/package.json deleted file mode 100644 index 8502e13..0000000 --- a/node_modules/hasown/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "hasown", - "version": "2.0.2", - "description": "A robust, ES3 compatible, \"has own property\" predicate.", - "main": "index.js", - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "types": "index.d.ts", - "sideEffects": false, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "prelint": "evalmd README.md", - "lint": "eslint --ext=js,mjs .", - "postlint": "npm run tsc", - "pretest": "npm run lint", - "tsc": "tsc -p .", - "posttsc": "attw -P", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/inspect-js/hasOwn.git" - }, - "keywords": [ - "has", - "hasOwnProperty", - "hasOwn", - "has-own", - "own", - "has", - "property", - "in", - "javascript", - "ecmascript" - ], - "author": "Jordan Harband ", - "license": "MIT", - "bugs": { - "url": "https://github.com/inspect-js/hasOwn/issues" - }, - "homepage": "https://github.com/inspect-js/hasOwn#readme", - "dependencies": { - "function-bind": "^1.1.2" - }, - "devDependencies": { - "@arethetypeswrong/cli": "^0.15.1", - "@ljharb/eslint-config": "^21.1.0", - "@ljharb/tsconfig": "^0.2.0", - "@types/function-bind": "^1.1.10", - "@types/mock-property": "^1.0.2", - "@types/tape": "^5.6.4", - "aud": "^2.0.4", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "evalmd": "^0.0.19", - "in-publish": "^2.0.1", - "mock-property": "^1.0.3", - "npmignore": "^0.3.1", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "tape": "^5.7.5", - "typescript": "next" - }, - "engines": { - "node": ">= 0.4" - }, - "testling": { - "files": "test/index.js" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github/workflows", - "test" - ] - } -} diff --git a/node_modules/hdr-histogram-js/package.json b/node_modules/hdr-histogram-js/package.json deleted file mode 100644 index 9290806..0000000 --- a/node_modules/hdr-histogram-js/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "hdr-histogram-js", - "version": "2.0.3", - "description": "TypeScript port of HdrHistogram", - "main": "dist/index.js", - "browser": "dist/hdrhistogram.umd.js", - "types": "dist/index.d.ts", - "keywords": [ - "hdr-histogram", - "hdr-histogram-js", - "percentiles", - "monitoring", - "latency", - "performance" - ], - "scripts": { - "tsc": "tsc --skipLibCheck --outDir dist --declaration true --sourceMap true", - "test": "jest", - "build": "npm run tsc && npm run rollup", - "prettier": "prettier --parser typescript -l src/**/*.ts", - "prettier:fix": "prettier --write --parser typescript -l src/**/*.ts", - "astest": "asp --verbose", - "astest:ci": "asp --summary", - "asbuild:untouched": "asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --sourceMap --debug", - "asbuild:optimized": "asc assembly/index.ts -b build/optimized.wasm -t build/optimized.wat --sourceMap -O3 --noAssert", - "asbuild:base64": "echo \"/** @internal */\nexport const BINARY = \\\"$(node ./base64.js build/optimized.wasm)\\\";\" > src/wasm/generated-wasm.ts", - "asbuild": "npm run asbuild:untouched && npm run asbuild:optimized && npm run asbuild:base64", - "rollup": "rollup -c" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/HdrHistogram/HdrHistogramJS.git" - }, - "author": "Alexandre Victoor", - "license": "BSD", - "devDependencies": { - "@as-pect/cli": "^4.0.0", - "@types/benchmark": "^1.0.31", - "@types/jest": "^25.2.1", - "@types/node": "7.0.0", - "assemblyscript": "^0.12", - "benchmark": "^2.1.4", - "benny": "^3.6.14", - "fast-check": "^1.1.1", - "jest": "25.1.x", - "prettier": "^1.6.1", - "rollup": "^2.8.2", - "rollup-plugin-commonjs": "^10.1.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-terser": "^5.3.0", - "rollup-plugin-typescript": "^1.0.1", - "ts-jest": "25.0.x", - "ts-loader": "^3.5.0", - "ts-node": "^5.0.1", - "typescript": "^3.7.1", - "yargs": "^6.4.0" - }, - "dependencies": { - "@assemblyscript/loader": "^0.10.1", - "base64-js": "^1.2.0", - "pako": "^1.0.3" - }, - "files": [ - ".", - "dist" - ] -} diff --git a/node_modules/hdr-histogram-percentiles-obj/package.json b/node_modules/hdr-histogram-percentiles-obj/package.json deleted file mode 100644 index ff141ea..0000000 --- a/node_modules/hdr-histogram-percentiles-obj/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "hdr-histogram-percentiles-obj", - "version": "3.0.0", - "description": "A little lib for turning hdr-histogram-js to objects", - "main": "index.js", - "scripts": { - "test": "standard && tap ./test/*.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/GlenTiki/hdr-histogram-percentiles-obj.git" - }, - "keywords": [ - "hdr-histogram", - "hdr-histogram-js", - "percentiles" - ], - "author": "Glen Keane ", - "license": "MIT", - "bugs": { - "url": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj/issues" - }, - "pre-commit": [ - "test" - ], - "homepage": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj#readme", - "devDependencies": { - "pre-commit": "^1.1.3", - "standard": "^14.0.0", - "tap": "^14.0.0", - "hdr-histogram-js": "^2.0.0" - } -} diff --git a/node_modules/he/package.json b/node_modules/he/package.json deleted file mode 100644 index 76eff31..0000000 --- a/node_modules/he/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "he", - "version": "1.2.0", - "description": "A robust HTML entities encoder/decoder with full Unicode support.", - "homepage": "https://mths.be/he", - "main": "he.js", - "bin": "bin/he", - "keywords": [ - "string", - "entities", - "entity", - "html", - "encode", - "decode", - "unicode" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/he.git" - }, - "bugs": "https://github.com/mathiasbynens/he/issues", - "files": [ - "LICENSE-MIT.txt", - "he.js", - "bin/", - "man/" - ], - "directories": { - "bin": "bin", - "man": "man", - "test": "tests" - }, - "scripts": { - "test": "node tests/tests.js", - "build": "grunt build" - }, - "devDependencies": { - "codecov.io": "^0.1.6", - "grunt": "^0.4.5", - "grunt-cli": "^1.3.1", - "grunt-shell": "^1.1.1", - "grunt-template": "^0.2.3", - "istanbul": "^0.4.2", - "jsesc": "^1.0.0", - "lodash": "^4.8.2", - "qunit-extras": "^1.4.5", - "qunitjs": "~1.11.0", - "regenerate": "^1.2.1", - "regexgen": "^1.3.0", - "requirejs": "^2.1.22", - "sort-object": "^3.0.2" - } -} diff --git a/node_modules/hosted-git-info/node_modules/lru-cache/package.json b/node_modules/hosted-git-info/node_modules/lru-cache/package.json deleted file mode 100644 index 9684991..0000000 --- a/node_modules/hosted-git-info/node_modules/lru-cache/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "7.18.3", - "author": "Isaac Z. Schlueter ", - "keywords": [ - "mru", - "lru", - "cache" - ], - "sideEffects": false, - "scripts": { - "build": "npm run prepare", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "prepare": "node ./scripts/transpile-to-esm.js", - "size": "size-limit", - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "format": "prettier --write .", - "typedoc": "typedoc ./index.d.ts" - }, - "type": "commonjs", - "main": "./index.js", - "module": "./index.mjs", - "types": "./index.d.ts", - "exports": { - ".": { - "import": { - "types": "./index.d.ts", - "default": "./index.mjs" - }, - "require": { - "types": "./index.d.ts", - "default": "./index.js" - } - }, - "./package.json": "./package.json" - }, - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "@size-limit/preset-small-lib": "^7.0.8", - "@types/node": "^17.0.31", - "@types/tap": "^15.0.6", - "benchmark": "^2.1.4", - "c8": "^7.11.2", - "clock-mock": "^1.0.6", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "size-limit": "^7.0.8", - "tap": "^16.3.4", - "ts-node": "^10.7.0", - "tslib": "^2.4.0", - "typedoc": "^0.23.24", - "typescript": "^4.6.4" - }, - "license": "ISC", - "files": [ - "index.js", - "index.mjs", - "index.d.ts" - ], - "engines": { - "node": ">=12" - }, - "prettier": { - "semi": false, - "printWidth": 70, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "nyc-arg": [ - "--include=index.js" - ], - "node-arg": [ - "--expose-gc", - "--require", - "ts-node/register" - ], - "ts": false - }, - "size-limit": [ - { - "path": "./index.js" - } - ] -} diff --git a/node_modules/hosted-git-info/package.json b/node_modules/hosted-git-info/package.json deleted file mode 100644 index 6122599..0000000 --- a/node_modules/hosted-git-info/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "hosted-git-info", - "version": "6.1.1", - "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", - "main": "./lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/hosted-git-info.git" - }, - "keywords": [ - "git", - "github", - "bitbucket", - "gitlab" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/hosted-git-info/issues" - }, - "homepage": "https://github.com/npm/hosted-git-info", - "scripts": { - "posttest": "npm run lint", - "snap": "tap", - "test": "tap", - "test:coverage": "tap --coverage-report=html", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "dependencies": { - "lru-cache": "^7.5.1" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.7.1", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "color": 1, - "coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.7.1" - } -} diff --git a/node_modules/hpack.js/node_modules/readable-stream/package.json b/node_modules/hpack.js/node_modules/readable-stream/package.json deleted file mode 100644 index 514c178..0000000 --- a/node_modules/hpack.js/node_modules/readable-stream/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "readable-stream", - "version": "2.3.8", - "description": "Streams3, a user-land copy of the stream library from Node.js", - "main": "readable.js", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "devDependencies": { - "assert": "^1.4.0", - "babel-polyfill": "^6.9.1", - "buffer": "^4.9.0", - "lolex": "^2.3.2", - "nyc": "^6.4.0", - "tap": "^0.7.0", - "tape": "^4.8.0" - }, - "scripts": { - "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js", - "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", - "cover": "nyc npm test", - "report": "nyc report --reporter=lcov" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/readable-stream" - }, - "keywords": [ - "readable", - "stream", - "pipe" - ], - "browser": { - "util": false, - "./readable.js": "./readable-browser.js", - "./writable.js": "./writable-browser.js", - "./duplex.js": "./duplex-browser.js", - "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" - }, - "nyc": { - "include": [ - "lib/**.js" - ] - }, - "license": "MIT" -} diff --git a/node_modules/hpack.js/node_modules/safe-buffer/package.json b/node_modules/hpack.js/node_modules/safe-buffer/package.json deleted file mode 100644 index 623fbc3..0000000 --- a/node_modules/hpack.js/node_modules/safe-buffer/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "safe-buffer", - "description": "Safer Node.js Buffer API", - "version": "5.1.2", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/safe-buffer/issues" - }, - "devDependencies": { - "standard": "*", - "tape": "^4.0.0" - }, - "homepage": "https://github.com/feross/safe-buffer", - "keywords": [ - "buffer", - "buffer allocate", - "node security", - "safe", - "safe-buffer", - "security", - "uninitialized" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/safe-buffer.git" - }, - "scripts": { - "test": "standard && tape test/*.js" - } -} diff --git a/node_modules/hpack.js/node_modules/string_decoder/package.json b/node_modules/hpack.js/node_modules/string_decoder/package.json deleted file mode 100644 index 518c3eb..0000000 --- a/node_modules/hpack.js/node_modules/string_decoder/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "string_decoder", - "version": "1.1.1", - "description": "The string_decoder module from Node core", - "main": "lib/string_decoder.js", - "dependencies": { - "safe-buffer": "~5.1.0" - }, - "devDependencies": { - "babel-polyfill": "^6.23.0", - "core-util-is": "^1.0.2", - "inherits": "^2.0.3", - "tap": "~0.4.8" - }, - "scripts": { - "test": "tap test/parallel/*.js && node test/verify-dependencies", - "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/string_decoder.git" - }, - "homepage": "https://github.com/nodejs/string_decoder", - "keywords": [ - "string", - "decoder", - "browser", - "browserify" - ], - "license": "MIT" -} diff --git a/node_modules/hpack.js/package.json b/node_modules/hpack.js/package.json deleted file mode 100644 index 35f8d49..0000000 --- a/node_modules/hpack.js/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "hpack.js", - "version": "2.1.6", - "description": "HPACK implementation", - "main": "lib/hpack.js", - "scripts": { - "test": "mocha test/*-test.js" - }, - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/indutny/hpack.js.git" - }, - "keywords": [ - "HPACK", - "HTTP2", - "compress", - "decompress", - "headers" - ], - "author": "Fedor Indutny ", - "license": "MIT", - "bugs": { - "url": "https://github.com/indutny/hpack.js/issues" - }, - "homepage": "https://github.com/indutny/hpack.js#readme", - "devDependencies": { - "mocha": "^2.2.5" - }, - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } -} diff --git a/node_modules/html-encoding-sniffer/package.json b/node_modules/html-encoding-sniffer/package.json deleted file mode 100644 index 6a343d7..0000000 --- a/node_modules/html-encoding-sniffer/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "html-encoding-sniffer", - "description": "Sniff the encoding from a HTML byte stream", - "keywords": [ - "encoding", - "html" - ], - "version": "2.0.1", - "author": "Domenic Denicola (https://domenic.me/)", - "license": "MIT", - "repository": "jsdom/html-encoding-sniffer", - "main": "lib/html-encoding-sniffer.js", - "files": [ - "lib/" - ], - "scripts": { - "test": "mocha", - "lint": "eslint ." - }, - "dependencies": { - "whatwg-encoding": "^1.0.5" - }, - "devDependencies": { - "eslint": "^6.8.0", - "mocha": "^7.0.0" - }, - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/html-entities/package.json b/node_modules/html-entities/package.json deleted file mode 100644 index 8810bce..0000000 --- a/node_modules/html-entities/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "html-entities", - "version": "2.5.2", - "description": "Fastest HTML entities encode/decode library.", - "keywords": [ - "html", - "html entities", - "html entities encode", - "html entities decode", - "entities", - "entities encode", - "entities decode" - ], - "author": { - "name": "Marat Dulin", - "email": "mdevils@yandex.ru" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/mdevils" - }, - { - "type": "patreon", - "url": "https://patreon.com/mdevils" - } - ], - "devDependencies": { - "@types/benchmark": "^2.1.0", - "@types/chai": "^4.2.11", - "@types/he": "^1.1.1", - "@types/mocha": "^7.0.2", - "@types/node": "^13.13.4", - "@typescript-eslint/eslint-plugin": "^4.6.1", - "@typescript-eslint/parser": "^4.6.1", - "benchmark": "^2.1.4", - "chai": "^4.2.0", - "entities": "^4.5.0", - "eslint": "^7.12.1", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-prettier": "^3.1.4", - "flowgen": "^1.13.0", - "he": "^1.2.0", - "husky": "^4.3.6", - "mocha": "^9.2.2", - "prettier": "^2.1.2", - "terser": "^5.6.1", - "ts-node": "^8.9.1", - "typescript": "^3.8.3" - }, - "repository": { - "type": "git", - "url": "https://github.com/mdevils/html-entities.git" - }, - "sideEffects": false, - "main": "./lib/index.js", - "typings": "./lib/index.d.ts", - "types": "./lib/index.d.ts", - "scripts": { - "test": "mocha --recursive -r ts-node/register test/**/*.ts", - "test:watch": "mocha -w --recursive -r ts-node/register test/**/*.ts", - "test:lib": "TEST_LIB=1 npm run test", - "benchmark": "ts-node benchmark/benchmark", - "lint": "eslint src/**.ts", - "flow-type-gen": "flowgen --add-flow-header lib/index.d.ts -o lib/index.js.flow", - "remove-unused-declarations": "find lib -type f \\( -name '*.d.ts' ! -name index.d.ts \\) | xargs rm", - "minimize-lib-files": "cd lib && find . -type f \\( -name '*.js' \\) | while read fn; do terser --source-map \"content='$fn.map',filename='$fn.map',url='$fn.map'\" $fn -o $fn; done", - "build": "rm -Rf lib/* && tsc && npm run remove-unused-declarations && npm run flow-type-gen && npm run minimize-lib-files && npm run test:lib", - "prepublishOnly": "npm run build" - }, - "files": [ - "lib", - "src", - "LICENSE" - ], - "husky": { - "hooks": { - "pre-commit": "npm run lint && npm run test" - } - }, - "license": "MIT" -} diff --git a/node_modules/html-escaper/cjs/package.json b/node_modules/html-escaper/cjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/html-escaper/cjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/html-escaper/package.json b/node_modules/html-escaper/package.json deleted file mode 100644 index 81d06a9..0000000 --- a/node_modules/html-escaper/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "html-escaper", - "version": "2.0.2", - "description": "fast and safe way to escape and unescape &<>'\" chars", - "main": "./cjs/index.js", - "unpkg": "min.js", - "scripts": { - "build": "npm run cjs && npm run rollup && npm run minify && npm test && npm run size", - "cjs": "ascjs esm cjs", - "coveralls": "cat ./coverage/lcov.info | coveralls", - "minify": "uglifyjs index.js --comments=/^!/ --compress --mangle -o min.js", - "rollup": "rollup --config rollup.config.js", - "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c min.js | wc -c", - "test": "istanbul cover ./test/index.js" - }, - "module": "./esm/index.js", - "repository": { - "type": "git", - "url": "https://github.com/WebReflection/html-escaper.git" - }, - "keywords": [ - "html", - "escape", - "encode", - "unescape", - "decode", - "entities" - ], - "author": "Andrea Giammarchi", - "license": "MIT", - "bugs": { - "url": "https://github.com/WebReflection/html-escaper/issues" - }, - "homepage": "https://github.com/WebReflection/html-escaper", - "devDependencies": { - "ascjs": "^3.1.2", - "coveralls": "^3.0.11", - "istanbul": "^0.4.5", - "rollup": "^2.1.0", - "uglify-js": "^3.8.0" - } -} diff --git a/node_modules/html-escaper/test/package.json b/node_modules/html-escaper/test/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/html-escaper/test/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/html-loader/package.json b/node_modules/html-loader/package.json deleted file mode 100644 index 7a891b2..0000000 --- a/node_modules/html-loader/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "html-loader", - "version": "5.0.0", - "description": "Html loader module for webpack", - "license": "MIT", - "repository": "webpack-contrib/html-loader", - "author": "Tobias Koppers @sokra", - "homepage": "https://github.com/webpack-contrib/html-loader", - "bugs": "https://github.com/webpack-contrib/html-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 18.12.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "validate:runtime": "es-check es5 \"dist/runtime/**/*.js\"", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "postbuild": "npm run validate:runtime", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "lint:prettier": "prettier --cache --list-different .", - "lint:js": "eslint --cache .", - "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"", - "lint": "npm-run-all -l -p \"lint:**\"", - "fix:js": "npm run lint:js -- --fix", - "fix:prettier": "npm run lint:prettier -- --write", - "fix": "npm-run-all -l fix:js fix:prettier", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "webpack": "^5.0.0" - }, - "dependencies": { - "html-minifier-terser": "^7.2.0", - "parse5": "^7.1.2" - }, - "devDependencies": { - "@babel/cli": "^7.23.4", - "@babel/core": "^7.23.7", - "@babel/preset-env": "^7.23.8", - "@commitlint/cli": "^18.4.4", - "@commitlint/config-conventional": "^18.4.4", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^29.7.0", - "cross-env": "^7.0.3", - "cspell": "^8.3.2", - "del": "^7.1.0", - "del-cli": "^5.1.0", - "es-check": "^7.1.1", - "eslint": "^8.56.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-import": "^2.29.1", - "handlebars": "^4.7.8", - "html-webpack-plugin": "^5.6.0", - "husky": "^8.0.3", - "jest": "^29.7.0", - "lint-staged": "^15.2.0", - "memfs": "^4.6.0", - "npm-run-all": "^4.1.5", - "posthtml": "^0.16.6", - "posthtml-webp": "^2.2.0", - "prettier": "^3.2.2", - "standard-version": "^9.5.0", - "unescape-unicode": "^0.2.0", - "webpack": "^5.89.0" - }, - "keywords": [ - "webpack", - "html", - "loader" - ] -} diff --git a/node_modules/html-minifier-terser/node_modules/commander/package.json b/node_modules/html-minifier-terser/node_modules/commander/package.json deleted file mode 100644 index 0576795..0000000 --- a/node_modules/html-minifier-terser/node_modules/commander/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "commander", - "version": "10.0.1", - "description": "the complete solution for node.js command-line programs", - "keywords": [ - "commander", - "command", - "option", - "parser", - "cli", - "argument", - "args", - "argv" - ], - "author": "TJ Holowaychuk ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/tj/commander.js.git" - }, - "scripts": { - "lint": "npm run lint:javascript && npm run lint:typescript", - "lint:javascript": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"", - "lint:typescript": "eslint typings/*.ts tests/*.ts", - "test": "jest && npm run test-typings", - "test-esm": "node ./tests/esm-imports-test.mjs", - "test-typings": "tsd", - "typescript-checkJS": "tsc --allowJS --checkJS index.js lib/*.js --noEmit", - "test-all": "npm run test && npm run lint && npm run typescript-checkJS && npm run test-esm" - }, - "files": [ - "index.js", - "lib/*.js", - "esm.mjs", - "typings/index.d.ts", - "package-support.json" - ], - "type": "commonjs", - "main": "./index.js", - "exports": { - ".": { - "types": "./typings/index.d.ts", - "require": "./index.js", - "import": "./esm.mjs" - }, - "./esm.mjs": "./esm.mjs" - }, - "devDependencies": { - "@types/jest": "^29.2.4", - "@types/node": "^18.11.18", - "@typescript-eslint/eslint-plugin": "^5.47.1", - "@typescript-eslint/parser": "^5.47.1", - "eslint": "^8.30.0", - "eslint-config-standard": "^17.0.0", - "eslint-config-standard-with-typescript": "^24.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.1.7", - "eslint-plugin-n": "^15.6.0", - "eslint-plugin-promise": "^6.1.1", - "jest": "^29.3.1", - "ts-jest": "^29.0.3", - "tsd": "^0.25.0", - "typescript": "^4.9.4" - }, - "types": "typings/index.d.ts", - "jest": { - "testEnvironment": "node", - "collectCoverage": true, - "transform": { - "^.+\\.tsx?$": "ts-jest" - }, - "testPathIgnorePatterns": [ - "/node_modules/" - ] - }, - "engines": { - "node": ">=14" - }, - "support": true -} diff --git a/node_modules/html-minifier-terser/node_modules/entities/lib/esm/package.json b/node_modules/html-minifier-terser/node_modules/entities/lib/esm/package.json deleted file mode 100644 index 089153b..0000000 --- a/node_modules/html-minifier-terser/node_modules/entities/lib/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} diff --git a/node_modules/html-minifier-terser/node_modules/entities/package.json b/node_modules/html-minifier-terser/node_modules/entities/package.json deleted file mode 100644 index 2e857f8..0000000 --- a/node_modules/html-minifier-terser/node_modules/entities/package.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "entities", - "version": "4.5.0", - "description": "Encode & decode XML and HTML entities with ease & speed", - "author": "Felix Boehm ", - "funding": "https://github.com/fb55/entities?sponsor=1", - "sideEffects": false, - "keywords": [ - "entity", - "decoding", - "encoding", - "html", - "xml", - "html entities" - ], - "directories": { - "lib": "lib/" - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "module": "lib/esm/index.js", - "exports": { - ".": { - "require": "./lib/index.js", - "import": "./lib/esm/index.js" - }, - "./lib/decode.js": { - "require": "./lib/decode.js", - "import": "./lib/esm/decode.js" - }, - "./lib/escape.js": { - "require": "./lib/escape.js", - "import": "./lib/esm/escape.js" - } - }, - "files": [ - "lib/**/*" - ], - "engines": { - "node": ">=0.12" - }, - "devDependencies": { - "@types/jest": "^28.1.8", - "@types/node": "^18.15.11", - "@typescript-eslint/eslint-plugin": "^5.58.0", - "@typescript-eslint/parser": "^5.58.0", - "eslint": "^8.38.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-node": "^11.1.0", - "jest": "^28.1.3", - "prettier": "^2.8.7", - "ts-jest": "^28.0.8", - "typedoc": "^0.24.1", - "typescript": "^5.0.4" - }, - "scripts": { - "test": "npm run test:jest && npm run lint", - "test:jest": "jest", - "lint": "npm run lint:es && npm run lint:prettier", - "lint:es": "eslint .", - "lint:prettier": "npm run prettier -- --check", - "format": "npm run format:es && npm run format:prettier", - "format:es": "npm run lint:es -- --fix", - "format:prettier": "npm run prettier -- --write", - "prettier": "prettier '**/*.{ts,md,json,yml}'", - "build": "npm run build:cjs && npm run build:esm", - "build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/entities/$(git rev-parse HEAD)/src/", - "build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json", - "build:docs": "typedoc --hideGenerator src/index.ts", - "build:trie": "ts-node scripts/write-decode-map.ts", - "build:encode-trie": "ts-node scripts/write-encode-map.ts", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/fb55/entities.git" - }, - "license": "BSD-2-Clause", - "jest": { - "preset": "ts-jest", - "coverageProvider": "v8", - "moduleNameMapper": { - "^(.*)\\.js$": "$1" - } - }, - "prettier": { - "tabWidth": 4, - "proseWrap": "always" - } -} diff --git a/node_modules/html-minifier-terser/package.json b/node_modules/html-minifier-terser/package.json deleted file mode 100644 index 5eec73c..0000000 --- a/node_modules/html-minifier-terser/package.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "name": "html-minifier-terser", - "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.", - "version": "7.2.0", - "license": "MIT", - "repository": "https://github.com/terser/html-minifier-terser.git", - "bugs": "https://github.com/terser/html-minifier-terser/issues", - "homepage": "https://terser.org/html-minifier-terser/", - "author": "Daniel Ruf", - "maintainers": [ - "Daniel Ruf ", - "Juriy Zaytsev (http://perfectionkills.com/)", - "Sibiraj " - ], - "contributors": [ - "Gilmore Davidson (https://github.com/gilmoreorless)", - "Hugo Wetterberg ", - "Zoltan Frombach " - ], - "keywords": [ - "cli", - "compress", - "compressor", - "css", - "html", - "htmlmin", - "javascript", - "min", - "minification", - "minifier", - "minify", - "optimize", - "optimizer", - "pack", - "packer", - "parse", - "parser", - "terser", - "uglifier", - "uglify" - ], - "engines": { - "node": "^14.13.1 || >=16.0.0" - }, - "type": "module", - "main": "./dist/htmlminifier.cjs", - "module": "./src/htmlminifier.js", - "exports": { - ".": { - "require": "./dist/htmlminifier.cjs", - "import": "./src/htmlminifier.js" - }, - "./dist/*": "./dist/*.js", - "./package.json": "./package.json" - }, - "bin": { - "html-minifier-terser": "./cli.js" - }, - "files": [ - "dist/", - "src/", - "cli.js" - ], - "scripts": { - "build": "rollup -c", - "test:node": "NODE_OPTIONS=--experimental-vm-modules jest --verbose", - "test:web": "NODE_OPTIONS=--experimental-vm-modules jest --verbose --environment=jsdom", - "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest verbose --watch", - "test": "npm run test:node", - "serve": "vite", - "build:docs": "vite build --base /html-minifier-terser/", - "lint": "eslint . --ignore-path .gitignore", - "prepare": "is-ci || husky install" - }, - "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "~5.3.2", - "commander": "^10.0.0", - "entities": "^4.4.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.15.1" - }, - "devDependencies": { - "@commitlint/cli": "^17.5.1", - "@jest/globals": "^29.5.0", - "@rollup/plugin-commonjs": "^24.0.1", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.2", - "@rollup/plugin-terser": "^0.4.1", - "alpinejs": "^3.12.0", - "commitlint-config-non-conventional": "^1.0.1", - "eslint": "^8.38.0", - "eslint-config-standard": "^17.0.0", - "husky": "^8.0.3", - "is-ci": "^3.0.1", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", - "lint-staged": "^13.2.1", - "rollup": "^3.20.2", - "rollup-plugin-polyfill-node": "^0.12.0", - "vite": "^4.2.1" - } -} diff --git a/node_modules/html-webpack-plugin/node_modules/commander/package.json b/node_modules/html-webpack-plugin/node_modules/commander/package.json deleted file mode 100644 index 384b2e8..0000000 --- a/node_modules/html-webpack-plugin/node_modules/commander/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "commander", - "version": "8.3.0", - "description": "the complete solution for node.js command-line programs", - "keywords": [ - "commander", - "command", - "option", - "parser", - "cli", - "argument", - "args", - "argv" - ], - "author": "TJ Holowaychuk ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/tj/commander.js.git" - }, - "scripts": { - "lint": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"", - "typescript-lint": "eslint typings/*.ts tests/*.ts", - "test": "jest && npm run test-typings", - "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs", - "test-typings": "tsd", - "typescript-checkJS": "tsc --allowJS --checkJS index.js lib/*.js --noEmit", - "test-all": "npm run test && npm run lint && npm run typescript-lint && npm run typescript-checkJS && npm run test-esm" - }, - "main": "./index.js", - "files": [ - "index.js", - "lib/*.js", - "esm.mjs", - "typings/index.d.ts", - "package-support.json" - ], - "type": "commonjs", - "dependencies": {}, - "devDependencies": { - "@types/jest": "^26.0.23", - "@types/node": "^14.17.3", - "@typescript-eslint/eslint-plugin": "^4.27.0", - "@typescript-eslint/parser": "^4.27.0", - "eslint": "^7.29.0", - "eslint-config-standard": "^16.0.3", - "eslint-plugin-jest": "^24.3.6", - "jest": "^27.0.4", - "standard": "^16.0.3", - "ts-jest": "^27.0.3", - "tsd": "^0.17.0", - "typescript": "^4.3.4" - }, - "types": "typings/index.d.ts", - "jest": { - "testEnvironment": "node", - "collectCoverage": true, - "transform": { - "^.+\\.tsx?$": "ts-jest" - }, - "testPathIgnorePatterns": [ - "/node_modules/" - ] - }, - "engines": { - "node": ">= 12" - }, - "support": true -} diff --git a/node_modules/html-webpack-plugin/node_modules/html-minifier-terser/package.json b/node_modules/html-webpack-plugin/node_modules/html-minifier-terser/package.json deleted file mode 100644 index 2bd5ee2..0000000 --- a/node_modules/html-webpack-plugin/node_modules/html-minifier-terser/package.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "name": "html-minifier-terser", - "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.", - "version": "6.1.0", - "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/terser/html-minifier-terser.git" - }, - "bugs": { - "url": "https://github.com/terser/html-minifier-terser/issues" - }, - "homepage": "https://terser.org/html-minifier-terser/", - "author": "Daniel Ruf", - "maintainers": [ - "Daniel Ruf ", - "Juriy Zaytsev (http://perfectionkills.com/)", - "Sibiraj " - ], - "contributors": [ - "Gilmore Davidson (https://github.com/gilmoreorless)", - "Hugo Wetterberg ", - "Zoltan Frombach " - ], - "keywords": [ - "cli", - "compress", - "compressor", - "css", - "html", - "htmlmin", - "javascript", - "min", - "minification", - "minifier", - "minify", - "optimize", - "optimizer", - "pack", - "packer", - "parse", - "parser", - "terser", - "uglifier", - "uglify" - ], - "bin": { - "html-minifier-terser": "./cli.js" - }, - "main": "src/htmlminifier.js", - "engines": { - "node": ">=12" - }, - "files": [ - "src/*.js", - "cli.js", - "sample-cli-config-file.conf" - ], - "scripts": { - "dist": "grunt dist", - "test": "grunt test", - "prepare": "is-ci || husky install", - "serve": "npm run dist && serve . -p 6753" - }, - "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - }, - "devDependencies": { - "grunt": "^1.4.1", - "grunt-browserify": "^6.0.0", - "grunt-eslint": "^24.0.0", - "grunt-terser": "^2.0.0", - "husky": "^7.0.4", - "is-ci": "^3.0.1", - "lint-staged": "^12.1.2", - "node-qunit-puppeteer": "^2.1.0", - "qunit": "2.16.0", - "serve": "^13.0.2" - }, - "benchmarkDependencies": { - "chalk": "^2.4.2", - "cli-table3": "^0.5.1", - "iltorb": "^2.4.4", - "lzma": "^2.3.2", - "minimize": "^2.2.0", - "progress": "^2.0.3" - } -} diff --git a/node_modules/html-webpack-plugin/package.json b/node_modules/html-webpack-plugin/package.json deleted file mode 100644 index bc3c6b4..0000000 --- a/node_modules/html-webpack-plugin/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "html-webpack-plugin", - "version": "5.5.0", - "license": "MIT", - "description": "Simplifies creation of HTML files to serve your webpack bundles", - "author": "Jan Nicklas (https://github.com/jantimon)", - "main": "index.js", - "types": "typings.d.ts", - "files": [ - "lib/", - "index.js", - "default_index.ejs", - "typings.d.ts" - ], - "scripts": { - "pretest": "semistandard", - "posttest": "tsc", - "commit": "git-cz", - "build-examples": "node examples/build-examples.js", - "test": "jest --runInBand --verbose --coverage", - "test-watch": "jest --runInBand --watch", - "puml": "npx puml generate flow.puml -o flow.png", - "release": "standard-version" - }, - "semistandard": { - "ignore": [ - "examples/*/dist/**/*.*" - ] - }, - "devDependencies": { - "@types/node": "11.13.9", - "commitizen": "^4.2.4", - "css-loader": "5.0.1", - "cz-conventional-changelog": "2.1.0", - "dir-compare": "^3.3.0", - "html-loader": "2.1.1", - "jest": "^27.2.5", - "mini-css-extract-plugin": "^1.6.0", - "pug": "3.0.2", - "pug-loader": "2.4.0", - "raw-loader": "4.0.2", - "rimraf": "2.6.3", - "semistandard": "^13.0.1", - "standard-version": "^9.3.0", - "style-loader": "2.0.0", - "typescript": "4.1.3", - "webpack": "5.24.3", - "webpack-cli": "4.5.0", - "webpack-recompilation-simulator": "3.2.0" - }, - "dependencies": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" - }, - "peerDependencies": { - "webpack": "^5.20.0" - }, - "keywords": [ - "webpack", - "plugin", - "html", - "html-webpack-plugin" - ], - "bugs": "https://github.com/jantimon/html-webpack-plugin/issues", - "homepage": "https://github.com/jantimon/html-webpack-plugin", - "repository": "https://github.com/jantimon/html-webpack-plugin.git", - "engines": { - "node": ">=10.13.0" - }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, - "jest": { - "watchPathIgnorePatterns": [ - "/dist" - ], - "testEnvironment": "node" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/html-webpack-plugin" - } -} diff --git a/node_modules/htmlparser2/node_modules/domhandler/package.json b/node_modules/htmlparser2/node_modules/domhandler/package.json deleted file mode 100644 index 55aab99..0000000 --- a/node_modules/htmlparser2/node_modules/domhandler/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "domhandler", - "version": "2.4.2", - "description": "handler for htmlparser2 that turns pages into a dom", - "main": "index.js", - "directories": { - "test": "tests" - }, - "scripts": { - "test": "mocha -R list && jshint index.js test/" - }, - "repository": { - "type": "git", - "url": "git://github.com/fb55/DomHandler.git" - }, - "keywords": [ - "dom", - "htmlparser2" - ], - "dependencies": { - "domelementtype": "1" - }, - "devDependencies": { - "htmlparser2": "^3.9.0", - "mocha": "^3.0.2", - "jshint": "^2.9.1" - }, - "author": "Felix Boehm ", - "license": "BSD-2-Clause", - "jshintConfig": { - "quotmark": "double", - "trailing": true, - "unused": true, - "undef": true, - "node": true, - "proto": true, - "globals": { - "it": true - } - } -} diff --git a/node_modules/htmlparser2/package.json b/node_modules/htmlparser2/package.json deleted file mode 100644 index 4ac66d0..0000000 --- a/node_modules/htmlparser2/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "htmlparser2", - "description": "Fast & forgiving HTML/XML/RSS parser", - "version": "3.10.1", - "author": "Felix Boehm ", - "keywords": [ - "html", - "parser", - "streams", - "xml", - "dom", - "rss", - "feed", - "atom" - ], - "repository": { - "type": "git", - "url": "git://github.com/fb55/htmlparser2.git" - }, - "bugs": { - "mail": "me@feedic.com", - "url": "http://github.com/fb55/htmlparser2/issues" - }, - "directories": { - "lib": "lib/" - }, - "main": "lib/index.js", - "files": [ - "lib" - ], - "scripts": { - "lcov": "istanbul cover _mocha --report lcovonly -- -R spec", - "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)", - "test": "mocha && npm run lint", - "lint": "eslint lib test" - }, - "dependencies": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "devDependencies": { - "coveralls": "^3.0.1", - "eslint": "^5.13.0", - "istanbul": "^0.4.3", - "mocha": "^5.2.0", - "mocha-lcov-reporter": "^1.2.0" - }, - "browser": { - "readable-stream": false - }, - "license": "MIT", - "prettier": { - "tabWidth": 4 - } -} diff --git a/node_modules/http-cache-semantics/package.json b/node_modules/http-cache-semantics/package.json deleted file mode 100644 index defbb04..0000000 --- a/node_modules/http-cache-semantics/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "http-cache-semantics", - "version": "4.1.1", - "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", - "repository": "https://github.com/kornelski/http-cache-semantics.git", - "main": "index.js", - "scripts": { - "test": "mocha" - }, - "files": [ - "index.js" - ], - "author": "Kornel Lesiński (https://kornel.ski/)", - "license": "BSD-2-Clause", - "devDependencies": { - "mocha": "^10.0" - } -} diff --git a/node_modules/http-deceiver/package.json b/node_modules/http-deceiver/package.json deleted file mode 100644 index 7866085..0000000 --- a/node_modules/http-deceiver/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "http-deceiver", - "version": "1.2.7", - "description": "Deceive HTTP parser", - "main": "lib/deceiver.js", - "scripts": { - "test": "mocha --reporter=spec test/*-test.js" - }, - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/indutny/http-deceiver.git" - }, - "keywords": [ - "http", - "net", - "deceive" - ], - "author": "Fedor Indutny ", - "license": "MIT", - "bugs": { - "url": "https://github.com/indutny/http-deceiver/issues" - }, - "homepage": "https://github.com/indutny/http-deceiver#readme", - "devDependencies": { - "handle-thing": "^1.0.1", - "mocha": "^2.2.5", - "readable-stream": "^2.0.1", - "stream-pair": "^1.0.0" - } -} diff --git a/node_modules/http-errors/package.json b/node_modules/http-errors/package.json deleted file mode 100644 index 4cb6d7e..0000000 --- a/node_modules/http-errors/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "http-errors", - "description": "Create HTTP error objects", - "version": "2.0.0", - "author": "Jonathan Ong (http://jongleberry.com)", - "contributors": [ - "Alan Plum ", - "Douglas Christopher Wilson " - ], - "license": "MIT", - "repository": "jshttp/http-errors", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.3", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.1.3", - "nyc": "15.1.0" - }, - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint . && node ./scripts/lint-readme-list.js", - "test": "mocha --reporter spec --bail", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - }, - "keywords": [ - "http", - "error" - ], - "files": [ - "index.js", - "HISTORY.md", - "LICENSE", - "README.md" - ] -} diff --git a/node_modules/http-parser-js/package.json b/node_modules/http-parser-js/package.json deleted file mode 100644 index d90bb63..0000000 --- a/node_modules/http-parser-js/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "http-parser-js", - "version": "0.5.8", - "description": "A pure JS HTTP parser for node.", - "main": "http-parser.js", - "types": "http-parser.d.ts", - "scripts": { - "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js", - "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/creationix/http-parser-js.git" - }, - "files": [ - "http-parser.js", - "http-parser.d.ts" - ], - "keywords": [ - "http" - ], - "author": "Tim Caswell (https://github.com/creationix)", - "contributors": [ - "Jimb Esser (https://github.com/Jimbly)", - "Lawrence Rowe (https://github.com/lrowe)", - "Jan Schär (https://github.com/jscissr)", - "Paul Rütter (https://github.com/paulrutter)" - ], - "license": "MIT" -} diff --git a/node_modules/http-proxy-agent/package.json b/node_modules/http-proxy-agent/package.json deleted file mode 100644 index 870dd5d..0000000 --- a/node_modules/http-proxy-agent/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "http-proxy-agent", - "version": "4.0.1", - "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "mocha", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" - }, - "keywords": [ - "http", - "proxy", - "endpoint", - "agent" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" - }, - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/node": "^12.12.11", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "proxy": "1", - "rimraf": "^3.0.0", - "typescript": "^3.5.3" - }, - "engines": { - "node": ">= 6" - } -} diff --git a/node_modules/http-proxy-middleware/package.json b/node_modules/http-proxy-middleware/package.json deleted file mode 100644 index 4b47b4c..0000000 --- a/node_modules/http-proxy-middleware/package.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "name": "http-proxy-middleware", - "version": "2.0.6", - "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "clean": "rm -rf dist && rm -rf coverage", - "lint": "yarn prettier && yarn eslint", - "lint:fix": "yarn prettier:fix && yarn eslint:fix", - "eslint": "eslint '{src,test}/**/*.ts'", - "eslint:fix": "yarn eslint --fix", - "prettier": "prettier --list-different \"**/*.{js,ts,md,yml,json,html}\"", - "prettier:fix": "prettier --write \"**/*.{js,ts,md,yml,json,html}\"", - "prebuild": "yarn clean", - "build": "tsc", - "pretest": "yarn build", - "test": "jest", - "precoverage": "yarn build", - "coverage": "jest --coverage --coverageReporters=lcov", - "prepare": "husky install", - "prepack": "yarn build && rm dist/tsconfig.tsbuildinfo", - "spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'" - }, - "repository": { - "type": "git", - "url": "https://github.com/chimurai/http-proxy-middleware.git" - }, - "keywords": [ - "reverse", - "proxy", - "middleware", - "http", - "https", - "connect", - "express", - "fastify", - "polka", - "browser-sync", - "gulp", - "grunt-contrib-connect", - "websocket", - "ws", - "cors" - ], - "author": "Steven Chim", - "license": "MIT", - "bugs": { - "url": "https://github.com/chimurai/http-proxy-middleware/issues" - }, - "homepage": "https://github.com/chimurai/http-proxy-middleware#readme", - "devDependencies": { - "@commitlint/cli": "16.2.1", - "@commitlint/config-conventional": "16.2.1", - "@types/express": "4.17.13", - "@types/is-glob": "4.0.2", - "@types/jest": "27.4.0", - "@types/micromatch": "4.0.2", - "@types/node": "17.0.18", - "@types/supertest": "2.0.11", - "@types/ws": "8.2.2", - "@typescript-eslint/eslint-plugin": "5.12.0", - "@typescript-eslint/parser": "5.12.0", - "body-parser": "1.19.2", - "browser-sync": "2.27.7", - "connect": "3.7.0", - "eslint": "8.9.0", - "eslint-config-prettier": "8.3.0", - "eslint-plugin-prettier": "4.0.0", - "express": "4.17.3", - "get-port": "5.1.1", - "husky": "7.0.4", - "jest": "27.5.1", - "lint-staged": "12.3.4", - "mockttp": "2.6.0", - "open": "8.4.0", - "prettier": "2.5.1", - "supertest": "6.2.2", - "ts-jest": "27.1.3", - "typescript": "4.5.5", - "ws": "8.5.0" - }, - "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" - }, - "peerDependencies": { - "@types/express": "^4.17.13" - }, - "peerDependenciesMeta": { - "@types/express": { - "optional": true - } - }, - "engines": { - "node": ">=12.0.0" - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - } -} diff --git a/node_modules/http-proxy/package.json b/node_modules/http-proxy/package.json deleted file mode 100644 index 9fe81a2..0000000 --- a/node_modules/http-proxy/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "http-proxy", - "version": "1.18.1", - "repository": { - "type": "git", - "url": "https://github.com/http-party/node-http-proxy.git" - }, - "description": "HTTP proxying for the masses", - "author": "Charlie Robbins ", - "maintainers": [ - "jcrugzz " - ], - "main": "index.js", - "dependencies": { - "eventemitter3": "^4.0.0", - "requires-port": "^1.0.0", - "follow-redirects": "^1.0.0" - }, - "devDependencies": { - "async": "^3.0.0", - "auto-changelog": "^1.15.0", - "concat-stream": "^2.0.0", - "expect.js": "~0.3.1", - "mocha": "^3.5.3", - "nyc": "^14.0.0", - "semver": "^5.0.3", - "socket.io": "^2.1.0", - "socket.io-client": "^2.1.0", - "sse": "0.0.8", - "ws": "^3.0.0" - }, - "scripts": { - "mocha": "mocha test/*-test.js", - "test": "nyc --reporter=text --reporter=lcov npm run mocha", - "version": "auto-changelog -p && git add CHANGELOG.md" - }, - "engines": { - "node": ">=8.0.0" - }, - "license": "MIT" -} diff --git a/node_modules/https-proxy-agent/package.json b/node_modules/https-proxy-agent/package.json deleted file mode 100644 index fb2aba1..0000000 --- a/node_modules/https-proxy-agent/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "https-proxy-agent", - "version": "5.0.1", - "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", - "main": "dist/index", - "types": "dist/index", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "mocha --reporter spec", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-https-proxy-agent.git" - }, - "keywords": [ - "https", - "proxy", - "endpoint", - "agent" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues" - }, - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/node": "^12.12.11", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "proxy": "1", - "rimraf": "^3.0.0", - "typescript": "^3.5.3" - }, - "engines": { - "node": ">= 6" - } -} diff --git a/node_modules/human-signals/package.json b/node_modules/human-signals/package.json deleted file mode 100644 index fd1d027..0000000 --- a/node_modules/human-signals/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "human-signals", - "version": "2.1.0", - "main": "build/src/main.js", - "files": [ - "build/src", - "!~" - ], - "scripts": { - "test": "gulp test" - }, - "husky": { - "hooks": { - "pre-push": "gulp check --full" - } - }, - "description": "Human-friendly process signals", - "keywords": [ - "signal", - "signals", - "handlers", - "error-handling", - "errors", - "interrupts", - "sigterm", - "sigint", - "irq", - "process", - "exit", - "exit-code", - "status", - "operating-system", - "es6", - "javascript", - "linux", - "macos", - "windows", - "nodejs" - ], - "license": "Apache-2.0", - "homepage": "https://git.io/JeluP", - "repository": "ehmicky/human-signals", - "bugs": { - "url": "https://github.com/ehmicky/human-signals/issues" - }, - "author": "ehmicky (https://github.com/ehmicky)", - "directories": { - "lib": "src", - "test": "test" - }, - "types": "build/src/main.d.ts", - "dependencies": {}, - "devDependencies": { - "@ehmicky/dev-tasks": "^0.31.9", - "ajv": "^6.12.0", - "ava": "^3.5.0", - "gulp": "^4.0.2", - "husky": "^4.2.3", - "test-each": "^2.0.0" - }, - "engines": { - "node": ">=10.17.0" - } -} diff --git a/node_modules/humanize-ms/package.json b/node_modules/humanize-ms/package.json deleted file mode 100644 index da4ab7f..0000000 --- a/node_modules/humanize-ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "humanize-ms", - "version": "1.2.1", - "description": "transform humanize time to ms", - "main": "index.js", - "files": [ - "index.js" - ], - "scripts": { - "test": "make test" - }, - "keywords": [ - "humanize", - "ms" - ], - "author": { - "name": "dead-horse", - "email": "dead_horse@qq.com", - "url": "http://deadhorse.me" - }, - "repository": { - "type": "git", - "url": "https://github.com/node-modules/humanize-ms" - }, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" - }, - "devDependencies": { - "autod": "*", - "beautify-benchmark": "~0.2.4", - "benchmark": "~1.0.0", - "istanbul": "*", - "mocha": "*", - "should": "*" - } -} diff --git a/node_modules/iconv-lite/package.json b/node_modules/iconv-lite/package.json deleted file mode 100644 index a7c74fc..0000000 --- a/node_modules/iconv-lite/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "iconv-lite", - "description": "Convert character encodings in pure javascript.", - "version": "0.4.24", - "license": "MIT", - "keywords": [ - "iconv", - "convert", - "charset", - "icu" - ], - "author": "Alexander Shtuchkin ", - "main": "./lib/index.js", - "typings": "./lib/index.d.ts", - "homepage": "https://github.com/ashtuchkin/iconv-lite", - "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", - "repository": { - "type": "git", - "url": "git://github.com/ashtuchkin/iconv-lite.git" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "coverage": "istanbul cover _mocha -- --grep .", - "coverage-open": "open coverage/lcov-report/index.html", - "test": "mocha --reporter spec --grep ." - }, - "browser": { - "./lib/extend-node": false, - "./lib/streams": false - }, - "devDependencies": { - "mocha": "^3.1.0", - "request": "~2.87.0", - "unorm": "*", - "errto": "*", - "async": "*", - "istanbul": "*", - "semver": "*", - "iconv": "*" - }, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - } -} diff --git a/node_modules/icss-utils/package.json b/node_modules/icss-utils/package.json deleted file mode 100644 index 3885aac..0000000 --- a/node_modules/icss-utils/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "icss-utils", - "version": "5.1.0", - "description": "ICSS utils for postcss ast", - "main": "src/index.js", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "files": [ - "src" - ], - "scripts": { - "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"", - "eslint": "eslint --ignore-path .gitignore .", - "lint": "yarn eslint && yarn prettier", - "test:only": "jest", - "test:watch": "jest --watch", - "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"", - "pretest": "yarn lint", - "test": "yarn test:coverage", - "prepublishOnly": "yarn test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/css-modules/icss-utils.git" - }, - "keywords": [ - "css", - "modules", - "icss", - "postcss" - ], - "author": "Glen Maddern", - "license": "ISC", - "bugs": { - "url": "https://github.com/css-modules/icss-utils/issues" - }, - "homepage": "https://github.com/css-modules/icss-utils#readme", - "devDependencies": { - "coveralls": "^3.1.0", - "eslint": "^7.9.0", - "eslint-config-prettier": "^6.12.0", - "husky": "^4.3.0", - "jest": "^26.4.2", - "lint-staged": "^10.4.0", - "postcss": "^8.1.0", - "prettier": "^2.1.2" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } -} diff --git a/node_modules/ieee754/package.json b/node_modules/ieee754/package.json deleted file mode 100644 index 7b23851..0000000 --- a/node_modules/ieee754/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "ieee754", - "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", - "version": "1.2.1", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "https://feross.org" - }, - "contributors": [ - "Romain Beauxis " - ], - "devDependencies": { - "airtap": "^3.0.0", - "standard": "*", - "tape": "^5.0.1" - }, - "keywords": [ - "IEEE 754", - "buffer", - "convert", - "floating point", - "ieee754" - ], - "license": "BSD-3-Clause", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/ieee754.git" - }, - "scripts": { - "test": "standard && npm run test-node && npm run test-browser", - "test-browser": "airtap -- test/*.js", - "test-browser-local": "airtap --local -- test/*.js", - "test-node": "tape test/*.js" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] -} diff --git a/node_modules/ignore-walk/node_modules/brace-expansion/package.json b/node_modules/ignore-walk/node_modules/brace-expansion/package.json deleted file mode 100644 index 7097d41..0000000 --- a/node_modules/ignore-walk/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "2.0.1", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0" - }, - "devDependencies": { - "@c4312/matcha": "^1.3.1", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/node_modules/ignore-walk/node_modules/minimatch/dist/commonjs/package.json b/node_modules/ignore-walk/node_modules/minimatch/dist/commonjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/ignore-walk/node_modules/minimatch/dist/commonjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/ignore-walk/node_modules/minimatch/dist/esm/package.json b/node_modules/ignore-walk/node_modules/minimatch/dist/esm/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/node_modules/ignore-walk/node_modules/minimatch/dist/esm/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/node_modules/ignore-walk/node_modules/minimatch/package.json b/node_modules/ignore-walk/node_modules/minimatch/package.json deleted file mode 100644 index 2c82c03..0000000 --- a/node_modules/ignore-walk/node_modules/minimatch/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "version": "9.0.4", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "benchmark": "node benchmark/index.js", - "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "devDependencies": { - "@types/brace-expansion": "^1.1.0", - "@types/node": "^18.15.11", - "@types/tap": "^15.0.8", - "eslint-config-prettier": "^8.6.0", - "mkdirp": "1", - "prettier": "^2.8.2", - "tap": "^18.7.2", - "ts-node": "^10.9.1", - "tshy": "^1.12.0", - "typedoc": "^0.23.21", - "typescript": "^4.9.3" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "license": "ISC", - "tshy": { - "exports": { - "./package.json": "./package.json", - ".": "./src/index.ts" - } - }, - "type": "module" -} diff --git a/node_modules/ignore-walk/package.json b/node_modules/ignore-walk/package.json deleted file mode 100644 index cebd479..0000000 --- a/node_modules/ignore-walk/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "ignore-walk", - "version": "6.0.4", - "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", - "main": "lib/index.js", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.19.0", - "mutate-fs": "^2.1.1", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "test:windows-coverage": "npm pkg set tap.statements=99 --json && npm pkg set tap.branches=98 --json && npm pkg set tap.lines=99 --json", - "snap": "tap" - }, - "keywords": [ - "ignorefile", - "ignore", - "file", - ".gitignore", - ".npmignore", - "glob" - ], - "author": "GitHub Inc.", - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/ignore-walk.git" - }, - "files": [ - "bin/", - "lib/" - ], - "dependencies": { - "minimatch": "^9.0.0" - }, - "tap": { - "test-env": "LC_ALL=sk", - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "timeout": 600, - "jobs": 1, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.19.0", - "content": "scripts/template-oss", - "publish": "true" - } -} diff --git a/node_modules/ignore/package.json b/node_modules/ignore/package.json deleted file mode 100644 index edc78d3..0000000 --- a/node_modules/ignore/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "ignore", - "version": "5.3.1", - "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", - "files": [ - "legacy.js", - "index.js", - "index.d.ts", - "LICENSE-MIT" - ], - "scripts": { - "prepublishOnly": "npm run build", - "build": "babel -o legacy.js index.js", - "test:lint": "eslint .", - "test:tsc": "tsc ./test/ts/simple.ts --lib ES6", - "test:ts": "node ./test/ts/simple.js", - "tap": "tap --reporter classic", - "test:git": "npm run tap test/git-check-ignore.js", - "test:ignore": "npm run tap test/ignore.js", - "test:others": "npm run tap test/others.js", - "test:cases": "npm run tap test/*.js -- --coverage", - "test:no-coverage": "npm run tap test/*.js -- --no-check-coverage", - "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases", - "test": "npm run test:only", - "test:win32": "IGNORE_TEST_WIN32=1 npm run test", - "report": "tap --coverage-report=html", - "posttest": "npm run report && codecov" - }, - "repository": { - "type": "git", - "url": "git@github.com:kaelzhang/node-ignore.git" - }, - "keywords": [ - "ignore", - ".gitignore", - "gitignore", - "npmignore", - "rules", - "manager", - "filter", - "regexp", - "regex", - "fnmatch", - "glob", - "asterisks", - "regular-expression" - ], - "author": "kael", - "license": "MIT", - "bugs": { - "url": "https://github.com/kaelzhang/node-ignore/issues" - }, - "devDependencies": { - "@babel/cli": "^7.22.9", - "@babel/core": "^7.22.9", - "@babel/preset-env": "^7.22.9", - "codecov": "^3.8.2", - "debug": "^4.3.4", - "eslint": "^8.46.0", - "eslint-config-ostai": "^3.0.0", - "eslint-plugin-import": "^2.28.0", - "mkdirp": "^3.0.1", - "pre-suf": "^1.1.1", - "rimraf": "^5.0.1", - "spawn-sync": "^2.0.0", - "tap": "^16.3.9", - "tmp": "0.2.1", - "typescript": "^5.1.6" - }, - "engines": { - "node": ">= 4" - } -} diff --git a/node_modules/image-size/package.json b/node_modules/image-size/package.json deleted file mode 100644 index a26130e..0000000 --- a/node_modules/image-size/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "image-size", - "version": "0.5.5", - "description": "get dimensions of any image file", - "main": "lib/index.js", - "files": [ - "bin", - "lib" - ], - "engines": { - "node": ">=0.10.0" - }, - "bin": { - "image-size": "bin/image-size.js" - }, - "scripts": { - "pretest": "jshint", - "test": "mocha specs", - "coverage": "istanbul cover _mocha specs" - }, - "repository": "image-size/image-size", - "keywords": [ - "image", - "size", - "dimensions", - "resolution", - "width", - "height", - "png", - "jpeg", - "bmp", - "gif", - "psd", - "tiff", - "webp", - "svg" - ], - "author": "netroy (http://netroy.in/)", - "license": "MIT", - "devDependencies": { - "escomplex-js": "^1.2.0", - "expect.js": "^0.3.1", - "glob": "^7.1.1", - "istanbul": "^1.1.0-alpha.1", - "jshint": "^2.9.4", - "mocha": "^3.4.1", - "sinon": "^2.2.0" - } -} diff --git a/node_modules/immediate/package.json b/node_modules/immediate/package.json deleted file mode 100644 index 98af600..0000000 --- a/node_modules/immediate/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "immediate", - "version": "3.0.6", - "description": "A cross browser microtask library", - "contributors": [ - "Domenic Denicola (http://domenicdenicola.com)", - "Donavon West (http://donavon.com)", - "Yaffle", - "Calvin Metcalf " - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/calvinmetcalf/immediate.git" - }, - "files": [ - "lib", - "dist" - ], - "bugs": "https://github.com/calvinmetcalf/immediate/issues", - "main": "lib/index.js", - "scripts": { - "build": "npm run build-node && npm run build-js && npm run uglify", - "build-node": "browserify-transform-cli inline-process-browser unreachable-branch-transform < ./lib/index.js > ./lib/browser.js", - "uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js", - "build-js": "browserify -s immediate ./lib/browser.js | derequire > dist/immediate.js", - "test": "jshint lib/*.js && node test/tests.js" - }, - "browser": { - "./lib/index.js": "./lib/browser.js" - }, - "devDependencies": { - "browserify": "^13.0.0", - "browserify-transform-cli": "^1.1.1", - "derequire": "^2.0.0", - "inline-process-browser": "^2.0.0", - "jshint": "^2.5.1", - "tape": "^4.0.0", - "uglify-js": "^2.4.13", - "unreachable-branch-transform": "^0.5.1" - } -} diff --git a/node_modules/immutable/package.json b/node_modules/immutable/package.json deleted file mode 100644 index bbe31b2..0000000 --- a/node_modules/immutable/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "immutable", - "version": "4.3.5", - "description": "Immutable Data Collections", - "license": "MIT", - "homepage": "https://immutable-js.com", - "author": { - "name": "Lee Byron", - "url": "https://github.com/leebyron" - }, - "repository": { - "type": "git", - "url": "git://github.com/immutable-js/immutable-js.git" - }, - "bugs": { - "url": "https://github.com/immutable-js/immutable-js/issues" - }, - "main": "dist/immutable.js", - "module": "dist/immutable.es.js", - "sideEffects": false, - "types": "dist/immutable.d.ts", - "files": [ - "dist", - "README.md", - "LICENSE" - ], - "keywords": [ - "immutable", - "persistent", - "lazy", - "data", - "datastructure", - "functional", - "collection", - "stateless", - "sequence", - "iteration" - ] -} \ No newline at end of file diff --git a/node_modules/import-fresh/node_modules/resolve-from/package.json b/node_modules/import-fresh/node_modules/resolve-from/package.json deleted file mode 100644 index 96bade5..0000000 --- a/node_modules/import-fresh/node_modules/resolve-from/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "resolve-from", - "version": "4.0.0", - "description": "Resolve the path of a module like `require.resolve()` but from a given path", - "license": "MIT", - "repository": "sindresorhus/resolve-from", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "require", - "resolve", - "path", - "module", - "from", - "like", - "import" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/node_modules/import-fresh/package.json b/node_modules/import-fresh/package.json deleted file mode 100644 index 0c09362..0000000 --- a/node_modules/import-fresh/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "import-fresh", - "version": "3.3.0", - "description": "Import a module while bypassing the cache", - "license": "MIT", - "repository": "sindresorhus/import-fresh", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd", - "heapdump": "node heapdump.js" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "require", - "cache", - "uncache", - "uncached", - "module", - "fresh", - "bypass" - ], - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "devDependencies": { - "ava": "^1.0.1", - "heapdump": "^0.3.12", - "tsd": "^0.7.3", - "xo": "^0.23.0" - } -} diff --git a/node_modules/imports-loader/node_modules/json5/package.json b/node_modules/imports-loader/node_modules/json5/package.json deleted file mode 100644 index 87f84a0..0000000 --- a/node_modules/imports-loader/node_modules/json5/package.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "json5", - "version": "1.0.2", - "description": "JSON for humans.", - "main": "lib/index.js", - "bin": "lib/cli.js", - "browser": "dist/index.js", - "files": [ - "lib/", - "dist/" - ], - "scripts": { - "build": "babel-node build/build.js && babel src -d lib && rollup -c", - "coverage": "nyc report --reporter=text-lcov | coveralls", - "lint": "eslint --fix build src", - "prepublishOnly": "npm run lint && npm test && npm run production", - "pretest": "cross-env NODE_ENV=test npm run build", - "preversion": "npm run lint && npm test && npm run production", - "production": "cross-env NODE_ENV=production npm run build", - "test": "nyc --reporter=html --reporter=text mocha" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/json5/json5.git" - }, - "keywords": [ - "json", - "json5", - "es5", - "es2015", - "ecmascript" - ], - "author": "Aseem Kishore ", - "contributors": [ - "Max Nanasy ", - "Andrew Eisenberg ", - "Jordan Tucker " - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/json5/json5/issues" - }, - "homepage": "http://json5.org/", - "dependencies": { - "minimist": "^1.2.0" - }, - "devDependencies": { - "babel-cli": "^6.26.0", - "babel-core": "^6.26.0", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-external-helpers": "^6.22.0", - "babel-plugin-istanbul": "^4.1.5", - "babel-preset-env": "^1.6.1", - "babel-register": "^6.26.0", - "babelrc-rollup": "^3.0.0", - "coveralls": "^3.0.0", - "cross-env": "^5.1.4", - "del": "^3.0.0", - "eslint": "^4.18.2", - "eslint-config-standard": "^11.0.0", - "eslint-plugin-import": "^2.9.0", - "eslint-plugin-node": "^6.0.1", - "eslint-plugin-promise": "^3.7.0", - "eslint-plugin-standard": "^3.0.1", - "mocha": "^5.0.4", - "nyc": "^11.4.1", - "regenerate": "^1.3.3", - "rollup": "^0.56.5", - "rollup-plugin-babel": "^3.0.3", - "rollup-plugin-commonjs": "^9.0.0", - "rollup-plugin-node-resolve": "^3.2.0", - "rollup-plugin-uglify": "^3.0.0", - "sinon": "^4.4.2", - "unicode-9.0.0": "^0.7.5" - } -} diff --git a/node_modules/imports-loader/node_modules/loader-utils/package.json b/node_modules/imports-loader/node_modules/loader-utils/package.json deleted file mode 100644 index 84c905d..0000000 --- a/node_modules/imports-loader/node_modules/loader-utils/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "loader-utils", - "version": "1.4.2", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "scripts": { - "lint": "eslint lib test", - "pretest": "yarn lint", - "test": "jest", - "test:ci": "jest --coverage", - "release": "yarn test && standard-version" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/webpack/loader-utils.git" - }, - "engines": { - "node": ">=4.0.0" - }, - "devDependencies": { - "coveralls": "^3.0.2", - "eslint": "^5.11.0", - "eslint-plugin-node": "^8.0.0", - "eslint-plugin-prettier": "^3.0.0", - "jest": "^21.2.1", - "prettier": "^1.19.1", - "standard-version": "^4.0.0" - }, - "main": "lib/index.js", - "files": [ - "lib" - ] -} diff --git a/node_modules/imports-loader/node_modules/source-map/package.json b/node_modules/imports-loader/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/imports-loader/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/imports-loader/package.json b/node_modules/imports-loader/package.json deleted file mode 100644 index 6491b04..0000000 --- a/node_modules/imports-loader/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "imports-loader", - "version": "0.8.0", - "description": "imports loader module for webpack", - "author": "Tobias Koppers @sokra", - "license": "MIT", - "engines": { - "node": ">= 4" - }, - "files": [ - "index.js" - ], - "scripts": { - "test": "mocha", - "travis:test": "npm run -s test", - "release": "standard-version" - }, - "dependencies": { - "loader-utils": "^1.0.2", - "source-map": "^0.6.1" - }, - "devDependencies": { - "mocha": "^3.1.2", - "should": "^11.1.1", - "standard-version": "^4.3.0" - }, - "homepage": "https://github.com/webpack-contrib/imports-loader", - "repository": "https://github.com/webpack-contrib/imports-loader", - "bugs": "https://github.com/webpack-contrib/imports-loader/issues" -} diff --git a/node_modules/imurmurhash/package.json b/node_modules/imurmurhash/package.json deleted file mode 100644 index 8a93edb..0000000 --- a/node_modules/imurmurhash/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "imurmurhash", - "version": "0.1.4", - "description": "An incremental implementation of MurmurHash3", - "homepage": "https://github.com/jensyt/imurmurhash-js", - "main": "imurmurhash.js", - "files": [ - "imurmurhash.js", - "imurmurhash.min.js", - "package.json", - "README.md" - ], - "repository": { - "type": "git", - "url": "https://github.com/jensyt/imurmurhash-js" - }, - "bugs": { - "url": "https://github.com/jensyt/imurmurhash-js/issues" - }, - "keywords": [ - "murmur", - "murmurhash", - "murmurhash3", - "hash", - "incremental" - ], - "author": { - "name": "Jens Taylor", - "email": "jensyt@gmail.com", - "url": "https://github.com/homebrewing" - }, - "license": "MIT", - "dependencies": { - }, - "devDependencies": { - }, - "engines": { - "node": ">=0.8.19" - } -} diff --git a/node_modules/indent-string/package.json b/node_modules/indent-string/package.json deleted file mode 100644 index 497bb83..0000000 --- a/node_modules/indent-string/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "indent-string", - "version": "4.0.0", - "description": "Indent each line in a string", - "license": "MIT", - "repository": "sindresorhus/indent-string", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "indent", - "string", - "pad", - "align", - "line", - "text", - "each", - "every" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/infer-owner/package.json b/node_modules/infer-owner/package.json deleted file mode 100644 index c4b2b6e..0000000 --- a/node_modules/infer-owner/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "infer-owner", - "version": "1.0.4", - "description": "Infer the owner of a path based on the owner of its nearest existing parent", - "author": "Isaac Z. Schlueter (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap -J test/*.js --100", - "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "devDependencies": { - "mutate-fs": "^2.1.1", - "tap": "^12.4.2" - }, - "main": "index.js", - "repository": "https://github.com/npm/infer-owner", - "publishConfig": { - "access": "public" - }, - "files": [ - "index.js" - ] -} diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json deleted file mode 100644 index 6084d35..0000000 --- a/node_modules/inflight/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "inflight", - "version": "1.0.6", - "description": "Add callbacks to requests in flight to avoid async duplication", - "main": "inflight.js", - "files": [ - "inflight.js" - ], - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - }, - "devDependencies": { - "tap": "^7.1.2" - }, - "scripts": { - "test": "tap test.js --100" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/inflight.git" - }, - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "bugs": { - "url": "https://github.com/isaacs/inflight/issues" - }, - "homepage": "https://github.com/isaacs/inflight", - "license": "ISC" -} diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json deleted file mode 100644 index 37b4366..0000000 --- a/node_modules/inherits/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "inherits", - "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", - "version": "2.0.4", - "keywords": [ - "inheritance", - "class", - "klass", - "oop", - "object-oriented", - "inherits", - "browser", - "browserify" - ], - "main": "./inherits.js", - "browser": "./inherits_browser.js", - "repository": "git://github.com/isaacs/inherits", - "license": "ISC", - "scripts": { - "test": "tap" - }, - "devDependencies": { - "tap": "^14.2.4" - }, - "files": [ - "inherits.js", - "inherits_browser.js" - ] -} diff --git a/node_modules/ini/package.json b/node_modules/ini/package.json deleted file mode 100644 index c1a50e9..0000000 --- a/node_modules/ini/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "ini", - "description": "An ini encoder/decoder for node", - "version": "4.1.1", - "repository": { - "type": "git", - "url": "https://github.com/npm/ini.git" - }, - "main": "lib/ini.js", - "scripts": { - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "test": "tap", - "snap": "tap", - "posttest": "npm run lint", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.15.1", - "tap": "^16.0.1" - }, - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.15.1", - "publish": "true" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/node_modules/inquirer/package.json b/node_modules/inquirer/package.json deleted file mode 100644 index 7ae135f..0000000 --- a/node_modules/inquirer/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "inquirer", - "version": "8.2.4", - "description": "A collection of common interactive command line user interfaces.", - "author": "Simon Boudrias ", - "files": [ - "lib", - "README.md" - ], - "main": "lib/inquirer.js", - "keywords": [ - "command", - "prompt", - "stdin", - "cli", - "tty", - "menu" - ], - "engines": { - "node": ">=12.0.0" - }, - "devDependencies": { - "chai": "^4.3.6", - "chalk-pipe": "^5.1.1", - "cmdify": "^0.0.4", - "mocha": "^9.2.2", - "mockery": "^2.1.0", - "nyc": "^15.0.0", - "sinon": "^13.0.2", - "terminal-link": "^2.1.1" - }, - "scripts": { - "test": "nyc mocha test/**/* -r ./test/before", - "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov", - "prepublishOnly": "cp ../../README.md .", - "postpublish": "rm -f README.md" - }, - "repository": "SBoudrias/Inquirer.js", - "license": "MIT", - "dependencies": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.1", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.21", - "mute-stream": "0.0.8", - "ora": "^5.4.1", - "run-async": "^2.4.0", - "rxjs": "^7.5.5", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6", - "wrap-ansi": "^7.0.0" - }, - "gitHead": "83b807522ca6e10ab90a6921eac9d9655e2dac38" -} diff --git a/node_modules/ip-address/node_modules/sprintf-js/package.json b/node_modules/ip-address/node_modules/sprintf-js/package.json deleted file mode 100644 index 1d3dcf3..0000000 --- a/node_modules/ip-address/node_modules/sprintf-js/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "sprintf-js", - "version": "1.1.3", - "description": "JavaScript sprintf implementation", - "author": "Alexandru Mărășteanu ", - "main": "src/sprintf.js", - "scripts": { - "test": "mocha test/*.js", - "pretest": "npm run lint", - "lint": "eslint .", - "lint:fix": "eslint --fix ." - }, - "repository": { - "type": "git", - "url": "https://github.com/alexei/sprintf.js.git" - }, - "license": "BSD-3-Clause", - "readmeFilename": "README.md", - "devDependencies": { - "benchmark": "^2.1.4", - "eslint": "^5.10.0", - "gulp": "^3.9.1", - "gulp-benchmark": "^1.1.1", - "gulp-eslint": "^5.0.0", - "gulp-header": "^2.0.5", - "gulp-mocha": "^6.0.0", - "gulp-rename": "^1.4.0", - "gulp-sourcemaps": "^2.6.4", - "gulp-uglify": "^3.0.1", - "mocha": "^5.2.0" - }, - "overrides": { - "graceful-fs": "^4.2.11" - } -} diff --git a/node_modules/ip-address/package.json b/node_modules/ip-address/package.json deleted file mode 100644 index 0543fc4..0000000 --- a/node_modules/ip-address/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "ip-address", - "description": "A library for parsing IPv4 and IPv6 IP addresses in node and the browser.", - "keywords": [ - "ipv6", - "ipv4", - "browser", - "validation" - ], - "version": "9.0.5", - "author": "Beau Gunderson (https://beaugunderson.com/)", - "license": "MIT", - "main": "dist/ip-address.js", - "types": "dist/ip-address.d.ts", - "scripts": { - "docs": "documentation build --github --output docs --format html ./ip-address.js", - "build": "rm -rf dist; mkdir dist; tsc", - "prepack": "npm run build", - "release": "release-it", - "test-ci": "nyc mocha", - "test": "mocha", - "watch": "mocha --watch" - }, - "nyc": { - "extension": [ - ".ts" - ], - "exclude": [ - "**/*.d.ts", - ".eslintrc.js", - "coverage/", - "dist/", - "test/", - "tmp/" - ], - "reporter": [ - "html", - "lcov", - "text" - ], - "all": true - }, - "engines": { - "node": ">= 12" - }, - "files": [ - "src", - "dist" - ], - "repository": { - "type": "git", - "url": "git://github.com/beaugunderson/ip-address.git" - }, - "dependencies": { - "jsbn": "1.1.0", - "sprintf-js": "^1.1.3" - }, - "devDependencies": { - "@types/chai": "^4.2.18", - "@types/jsbn": "^1.2.31", - "@types/mocha": "^10.0.1", - "@types/sprintf-js": "^1.1.2", - "@typescript-eslint/eslint-plugin": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", - "browserify": "^17.0.0", - "chai": "^4.3.4", - "codecov": "^3.8.2", - "documentation": "^14.0.2", - "eslint": "^8.50.0", - "eslint-config-airbnb": "^19.0.4", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-filenames": "^1.3.2", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-react": "^7.24.0", - "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", - "mocha": "^10.2.0", - "nyc": "^15.1.0", - "prettier": "^3.0.3", - "release-it": "^16.2.0", - "source-map-support": "^0.5.19", - "ts-node": "^10.0.0", - "typescript": "^5.2.2" - } -} diff --git a/node_modules/ipaddr.js/package.json b/node_modules/ipaddr.js/package.json deleted file mode 100644 index f4d3547..0000000 --- a/node_modules/ipaddr.js/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "ipaddr.js", - "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", - "version": "1.9.1", - "author": "whitequark ", - "directories": { - "lib": "./lib" - }, - "dependencies": {}, - "devDependencies": { - "coffee-script": "~1.12.6", - "nodeunit": "^0.11.3", - "uglify-js": "~3.0.19" - }, - "scripts": { - "test": "cake build test" - }, - "files": [ - "lib/", - "LICENSE", - "ipaddr.min.js" - ], - "keywords": [ - "ip", - "ipv4", - "ipv6" - ], - "repository": "git://github.com/whitequark/ipaddr.js", - "main": "./lib/ipaddr.js", - "engines": { - "node": ">= 0.10" - }, - "license": "MIT", - "types": "./lib/ipaddr.js.d.ts" -} diff --git a/node_modules/is-arrayish/package.json b/node_modules/is-arrayish/package.json deleted file mode 100644 index 8b2d1c3..0000000 --- a/node_modules/is-arrayish/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "is-arrayish", - "description": "Determines if an object can be used as an array", - "version": "0.2.1", - "author": "Qix (http://github.com/qix-)", - "keywords": [ - "is", - "array", - "duck", - "type", - "arrayish", - "similar", - "proto", - "prototype", - "type" - ], - "license": "MIT", - "scripts": { - "pretest": "xo", - "test": "mocha --compilers coffee:coffee-script/register" - }, - "repository": { - "type": "git", - "url": "https://github.com/qix-/node-is-arrayish.git" - }, - "devDependencies": { - "coffee-script": "^1.9.3", - "coveralls": "^2.11.2", - "istanbul": "^0.3.17", - "mocha": "^2.2.5", - "should": "^7.0.1", - "xo": "^0.6.1" - } -} diff --git a/node_modules/is-binary-path/package.json b/node_modules/is-binary-path/package.json deleted file mode 100644 index a8d005a..0000000 --- a/node_modules/is-binary-path/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "is-binary-path", - "version": "2.1.0", - "description": "Check if a file path is a binary file", - "license": "MIT", - "repository": "sindresorhus/is-binary-path", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "binary", - "extensions", - "extension", - "file", - "path", - "check", - "detect", - "is" - ], - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/is-core-module/package.json b/node_modules/is-core-module/package.json deleted file mode 100644 index 1bac585..0000000 --- a/node_modules/is-core-module/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "is-core-module", - "version": "2.13.1", - "description": "Is this specifier a node.js core module?", - "main": "index.js", - "sideEffects": false, - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "lint": "eslint .", - "pretest": "npm run lint", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/inspect-js/is-core-module.git" - }, - "keywords": [ - "core", - "modules", - "module", - "npm", - "node", - "dependencies" - ], - "author": "Jordan Harband ", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/inspect-js/is-core-module/issues" - }, - "homepage": "https://github.com/inspect-js/is-core-module", - "dependencies": { - "hasown": "^2.0.0" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.3", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "in-publish": "^2.0.1", - "mock-property": "^1.0.2", - "npmignore": "^0.3.0", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "semver": "^6.3.1", - "tape": "^5.7.1" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github" - ] - } -} diff --git a/node_modules/is-docker/package.json b/node_modules/is-docker/package.json deleted file mode 100644 index ae28225..0000000 --- a/node_modules/is-docker/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "is-docker", - "version": "2.2.1", - "description": "Check if the process is running inside a Docker container", - "license": "MIT", - "repository": "sindresorhus/is-docker", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "bin": "cli.js", - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "cli.js" - ], - "keywords": [ - "detect", - "docker", - "dockerized", - "container", - "inside", - "is", - "env", - "environment", - "process" - ], - "devDependencies": { - "ava": "^1.4.1", - "sinon": "^7.3.2", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/is-extglob/package.json b/node_modules/is-extglob/package.json deleted file mode 100644 index 7a90836..0000000 --- a/node_modules/is-extglob/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "is-extglob", - "description": "Returns true if a string has an extglob.", - "version": "2.1.1", - "homepage": "https://github.com/jonschlinkert/is-extglob", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-extglob", - "bugs": { - "url": "https://github.com/jonschlinkert/is-extglob/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "gulp-format-md": "^0.1.10", - "mocha": "^3.0.2" - }, - "keywords": [ - "bash", - "braces", - "check", - "exec", - "expression", - "extglob", - "glob", - "globbing", - "globstar", - "is", - "match", - "matches", - "pattern", - "regex", - "regular", - "string", - "test" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "has-glob", - "is-glob", - "micromatch" - ] - }, - "reflinks": [ - "verb", - "verb-generate-readme" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/node_modules/is-fullwidth-code-point/package.json b/node_modules/is-fullwidth-code-point/package.json deleted file mode 100644 index 2137e88..0000000 --- a/node_modules/is-fullwidth-code-point/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "is-fullwidth-code-point", - "version": "3.0.0", - "description": "Check if the character represented by a given Unicode code point is fullwidth", - "license": "MIT", - "repository": "sindresorhus/is-fullwidth-code-point", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd-check" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "fullwidth", - "full-width", - "full", - "width", - "unicode", - "character", - "string", - "codepoint", - "code", - "point", - "is", - "detect", - "check" - ], - "devDependencies": { - "ava": "^1.3.1", - "tsd-check": "^0.5.0", - "xo": "^0.24.0" - } -} diff --git a/node_modules/is-glob/package.json b/node_modules/is-glob/package.json deleted file mode 100644 index 858af03..0000000 --- a/node_modules/is-glob/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "is-glob", - "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", - "version": "4.0.3", - "homepage": "https://github.com/micromatch/is-glob", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Daniel Perez (https://tuvistavie.com)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "micromatch/is-glob", - "bugs": { - "url": "https://github.com/micromatch/is-glob/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha && node benchmark.js" - }, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "devDependencies": { - "gulp-format-md": "^0.1.10", - "mocha": "^3.0.2" - }, - "keywords": [ - "bash", - "braces", - "check", - "exec", - "expression", - "extglob", - "glob", - "globbing", - "globstar", - "is", - "match", - "matches", - "pattern", - "regex", - "regular", - "string", - "test" - ], - "verb": { - "layout": "default", - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assemble", - "base", - "update", - "verb" - ] - }, - "reflinks": [ - "assemble", - "bach", - "base", - "composer", - "gulp", - "has-glob", - "is-valid-glob", - "micromatch", - "npm", - "scaffold", - "verb", - "vinyl" - ] - } -} diff --git a/node_modules/is-interactive/package.json b/node_modules/is-interactive/package.json deleted file mode 100644 index dc758c6..0000000 --- a/node_modules/is-interactive/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "is-interactive", - "version": "1.0.0", - "description": "Check if stdout or stderr is interactive", - "license": "MIT", - "repository": "sindresorhus/is-interactive", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "interactive", - "stdout", - "stderr", - "detect", - "is", - "terminal", - "shell", - "tty" - ], - "devDependencies": { - "@types/node": "^12.0.12", - "ava": "^2.1.0", - "tsd": "^0.7.3", - "xo": "^0.24.0" - } -} diff --git a/node_modules/is-lambda/package.json b/node_modules/is-lambda/package.json deleted file mode 100644 index d855089..0000000 --- a/node_modules/is-lambda/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "is-lambda", - "version": "1.0.1", - "description": "Detect if your code is running on an AWS Lambda server", - "main": "index.js", - "dependencies": {}, - "devDependencies": { - "clear-require": "^1.0.1", - "standard": "^10.0.2" - }, - "scripts": { - "test": "standard && node test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/watson/is-lambda.git" - }, - "keywords": [ - "aws", - "hosting", - "hosted", - "lambda", - "detect" - ], - "author": "Thomas Watson Steen (https://twitter.com/wa7son)", - "license": "MIT", - "bugs": { - "url": "https://github.com/watson/is-lambda/issues" - }, - "homepage": "https://github.com/watson/is-lambda", - "coordinates": [ - 37.3859955, - -122.0838831 - ] -} diff --git a/node_modules/is-number/package.json b/node_modules/is-number/package.json deleted file mode 100644 index 3715072..0000000 --- a/node_modules/is-number/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "is-number", - "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.", - "version": "7.0.0", - "homepage": "https://github.com/jonschlinkert/is-number", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Olsten Larck (https://i.am.charlike.online)", - "Rouven Weßling (www.rouvenwessling.de)" - ], - "repository": "jonschlinkert/is-number", - "bugs": { - "url": "https://github.com/jonschlinkert/is-number/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.12.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "ansi": "^0.3.1", - "benchmark": "^2.1.4", - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "cast", - "check", - "coerce", - "coercion", - "finite", - "integer", - "is", - "isnan", - "is-nan", - "is-num", - "is-number", - "isnumber", - "isfinite", - "istype", - "kind", - "math", - "nan", - "num", - "number", - "numeric", - "parseFloat", - "parseInt", - "test", - "type", - "typeof", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "related": { - "list": [ - "is-plain-object", - "is-primitive", - "isobject", - "kind-of" - ] - }, - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/node_modules/is-path-inside/package.json b/node_modules/is-path-inside/package.json deleted file mode 100644 index 88c154a..0000000 --- a/node_modules/is-path-inside/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "is-path-inside", - "version": "3.0.3", - "description": "Check if a path is inside another path", - "license": "MIT", - "repository": "sindresorhus/is-path-inside", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "path", - "inside", - "folder", - "directory", - "dir", - "file", - "resolve" - ], - "devDependencies": { - "ava": "^2.1.0", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/is-plain-obj/package.json b/node_modules/is-plain-obj/package.json deleted file mode 100644 index ad68d6b..0000000 --- a/node_modules/is-plain-obj/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "is-plain-obj", - "version": "3.0.0", - "description": "Check if a value is a plain object", - "license": "MIT", - "repository": "sindresorhus/is-plain-obj", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "object", - "is", - "check", - "test", - "type", - "plain", - "vanilla", - "pure", - "simple" - ], - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.13.1", - "xo": "^0.33.1" - } -} diff --git a/node_modules/is-plain-object/package.json b/node_modules/is-plain-object/package.json deleted file mode 100644 index dd60498..0000000 --- a/node_modules/is-plain-object/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "is-plain-object", - "description": "Returns true if an object was created by the `Object` constructor.", - "version": "2.0.4", - "homepage": "https://github.com/jonschlinkert/is-plain-object", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Osman Nuri Okumuş (http://onokumus.com)", - "Steven Vachon (https://svachon.com)", - "(https://github.com/wtgtybhertgeghgtwtg)" - ], - "repository": "jonschlinkert/is-plain-object", - "bugs": { - "url": "https://github.com/jonschlinkert/is-plain-object/issues" - }, - "license": "MIT", - "files": [ - "index.d.ts", - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js", - "test_browser": "mocha-phantomjs test/browser.html", - "test_node": "mocha", - "test": "npm run test_node && npm run browserify && npm run test_browser" - }, - "dependencies": { - "isobject": "^3.0.1" - }, - "devDependencies": { - "browserify": "^14.4.0", - "chai": "^4.0.2", - "gulp-format-md": "^1.0.0", - "mocha": "^3.4.2", - "mocha-phantomjs": "^4.1.0", - "phantomjs": "^2.1.7", - "uglify-js": "^3.0.24" - }, - "keywords": [ - "check", - "is", - "is-object", - "isobject", - "javascript", - "kind", - "kind-of", - "object", - "plain", - "type", - "typeof", - "value" - ], - "types": "index.d.ts", - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "is-number", - "isobject", - "kind-of" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/node_modules/is-potential-custom-element-name/package.json b/node_modules/is-potential-custom-element-name/package.json deleted file mode 100644 index 440a783..0000000 --- a/node_modules/is-potential-custom-element-name/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "is-potential-custom-element-name", - "version": "1.0.1", - "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.", - "homepage": "https://github.com/mathiasbynens/is-potential-custom-element-name", - "main": "index.js", - "files": [ - "LICENSE-MIT.txt", - "index.js" - ], - "keywords": [ - "html", - "custom element", - "custom element name", - "web components" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/is-potential-custom-element-name.git" - }, - "bugs": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues", - "devDependencies": { - "mocha": "^2.2.1", - "regenerate": "^1.4.2" - }, - "scripts": { - "build": "node build.js", - "test": "mocha" - } -} diff --git a/node_modules/is-stream/package.json b/node_modules/is-stream/package.json deleted file mode 100644 index c3b5673..0000000 --- a/node_modules/is-stream/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "is-stream", - "version": "2.0.1", - "description": "Check if something is a Node.js stream", - "license": "MIT", - "repository": "sindresorhus/is-stream", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "stream", - "type", - "streams", - "writable", - "readable", - "duplex", - "transform", - "check", - "detect", - "is" - ], - "devDependencies": { - "@types/node": "^11.13.6", - "ava": "^1.4.1", - "tempy": "^0.3.0", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/is-unicode-supported/package.json b/node_modules/is-unicode-supported/package.json deleted file mode 100644 index 17e4035..0000000 --- a/node_modules/is-unicode-supported/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "is-unicode-supported", - "version": "0.1.0", - "description": "Detect whether the terminal supports Unicode", - "license": "MIT", - "repository": "sindresorhus/is-unicode-supported", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "terminal", - "unicode", - "detect", - "utf8", - "console", - "shell", - "support", - "supports", - "supported", - "check", - "detection" - ], - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.14.0", - "xo": "^0.38.2" - } -} diff --git a/node_modules/is-what/package.json b/node_modules/is-what/package.json deleted file mode 100644 index 8640d24..0000000 --- a/node_modules/is-what/package.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "name": "is-what", - "sideEffects": false, - "version": "3.14.1", - "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", - "main": "dist/index.cjs.js", - "module": "dist/index.esm.js", - "typings": "types/index.d.ts", - "scripts": { - "test": "ava", - "jest": "jest", - "jest-w": "jest --watchAll", - "lint": "tsc --noEmit src/index.ts && eslint . --ext .js,.jsx,.ts,.tsx", - "rollup": "rollup -c ./build.js", - "build": "rimraf types && rimraf dist && npm run lint && npm run rollup && npm run test && npm run jest", - "release": "npm run build && np" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/mesqueeb/is-what.git" - }, - "keywords": [ - "javascript", - "typescript", - "typechecker", - "check-type", - "javascript-type", - "primitive-types", - "plain-object", - "plain-objects", - "class-instance", - "class-identifier", - "type-checking", - "type-checker", - "type-check", - "define-type", - "get-type", - "what-type", - "is-object", - "is-plain-obj", - "is-plain-object" - ], - "author": "Luca Ban - Mesqueeb", - "license": "MIT", - "bugs": { - "url": "https://github.com/mesqueeb/is-what/issues" - }, - "homepage": "https://github.com/mesqueeb/is-what#readme", - "devDependencies": { - "@babel/core": "^7.12.17", - "@types/babel-core": "^6.25.6", - "@types/jest": "^26.0.20", - "@typescript-eslint/eslint-plugin": "^4.15.1", - "@typescript-eslint/parser": "^4.15.1", - "ava": "^3.15.0", - "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^26.6.3", - "babel-preset-env": "^1.7.0", - "eslint": "^7.20.0", - "eslint-config-prettier": "^7.2.0", - "eslint-plugin-tree-shaking": "^1.8.0", - "jest": "^26.6.3", - "np": "^7.4.0", - "prettier": "^2.2.1", - "regenerator-runtime": "^0.13.7", - "rimraf": "^3.0.2", - "rollup": "^2.39.0", - "rollup-plugin-typescript2": "^0.30.0", - "ts-node": "^9.1.1", - "tsconfig-paths": "^3.9.0", - "typescript": "^4.1.5" - }, - "ava": { - "extensions": [ - "ts" - ], - "require": [ - "tsconfig-paths/register", - "ts-node/register" - ] - }, - "np": { - "yarn": false, - "branch": "production" - } -} diff --git a/node_modules/is-wsl/package.json b/node_modules/is-wsl/package.json deleted file mode 100644 index 2fa7f75..0000000 --- a/node_modules/is-wsl/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "is-wsl", - "version": "2.2.0", - "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)", - "license": "MIT", - "repository": "sindresorhus/is-wsl", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "check", - "wsl", - "windows", - "subsystem", - "linux", - "detect", - "bash", - "process", - "console", - "terminal", - "is" - ], - "dependencies": { - "is-docker": "^2.0.0" - }, - "devDependencies": { - "ava": "^1.4.1", - "clear-module": "^3.2.0", - "proxyquire": "^2.1.0", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/isarray/package.json b/node_modules/isarray/package.json deleted file mode 100644 index 1a4317a..0000000 --- a/node_modules/isarray/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "isarray", - "description": "Array#isArray for older browsers", - "version": "1.0.0", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/isarray.git" - }, - "homepage": "https://github.com/juliangruber/isarray", - "main": "index.js", - "dependencies": {}, - "devDependencies": { - "tape": "~2.13.4" - }, - "keywords": [ - "browser", - "isarray", - "array" - ], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test.js", - "browsers": [ - "ie/8..latest", - "firefox/17..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - }, - "scripts": { - "test": "tape test.js" - } -} diff --git a/node_modules/isbinaryfile/package.json b/node_modules/isbinaryfile/package.json deleted file mode 100644 index 9fbedbd..0000000 --- a/node_modules/isbinaryfile/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "isbinaryfile", - "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", - "version": "4.0.10", - "keywords": [ - "text", - "binary", - "encoding", - "istext", - "is text", - "isbinary", - "is binary", - "is text or binary", - "is text or binary file", - "isbinaryfile", - "is binary file", - "istextfile", - "is text file" - ], - "devDependencies": { - "@types/jest": "^23.3.14", - "@types/node": "^10.17.59", - "jest": "^26.5.5", - "prettier": "^1.19.1", - "release-it": "^14.13.1", - "ts-jest": "^26.5.5", - "tslint": "^5.20.1", - "tslint-config-prettier": "^1.18.0", - "typescript": "^3.9.9" - }, - "engines": { - "node": ">= 8.0.0" - }, - "files": [ - "lib/**/*" - ], - "license": "MIT", - "main": "lib/index.js", - "types": "lib/index.d.ts", - "maintainers": [ - { - "name": "Garen J. Torikian", - "email": "gjtorikian@gmail.com" - } - ], - "funding": "https://github.com/sponsors/gjtorikian/", - "repository": { - "type": "git", - "url": "https://github.com/gjtorikian/isBinaryFile" - }, - "scripts": { - "build": "tsc", - "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\" && tslint --fix -c tslint.json 'src/**/*.ts'", - "lint": "tslint -p tsconfig.json", - "prepare": "npm run build", - "release": "release-it", - "prepublishOnly": "npm test && npm run lint", - "preversion": "npm run lint", - "version": "npm run format && git add -A src", - "postversion": "git push && git push --tags", - "test": "jest --config jestconfig.json", - "watch": "tsc -w" - } -} diff --git a/node_modules/isexe/package.json b/node_modules/isexe/package.json deleted file mode 100644 index e452689..0000000 --- a/node_modules/isexe/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "isexe", - "version": "2.0.0", - "description": "Minimal module to check if a file is executable.", - "main": "index.js", - "directories": { - "test": "test" - }, - "devDependencies": { - "mkdirp": "^0.5.1", - "rimraf": "^2.5.0", - "tap": "^10.3.0" - }, - "scripts": { - "test": "tap test/*.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/isexe.git" - }, - "keywords": [], - "bugs": { - "url": "https://github.com/isaacs/isexe/issues" - }, - "homepage": "https://github.com/isaacs/isexe#readme" -} diff --git a/node_modules/isobject/package.json b/node_modules/isobject/package.json deleted file mode 100644 index 62aa8c1..0000000 --- a/node_modules/isobject/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "isobject", - "description": "Returns true if the value is an object and not an array or null.", - "version": "3.0.1", - "homepage": "https://github.com/jonschlinkert/isobject", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "(https://github.com/LeSuisse)", - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Magnús Dæhlen (https://github.com/magnudae)", - "Tom MacWright (https://macwright.org)" - ], - "repository": "jonschlinkert/isobject", - "bugs": { - "url": "https://github.com/jonschlinkert/isobject/issues" - }, - "license": "MIT", - "files": [ - "index.d.ts", - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": {}, - "devDependencies": { - "gulp-format-md": "^0.1.9", - "mocha": "^2.4.5" - }, - "keywords": [ - "check", - "is", - "is-object", - "isobject", - "kind", - "kind-of", - "kindof", - "native", - "object", - "type", - "typeof", - "value" - ], - "types": "index.d.ts", - "verb": { - "related": { - "list": [ - "extend-shallow", - "is-plain-object", - "kind-of", - "merge-deep" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb" - ] - } -} diff --git a/node_modules/isomorphic-cometd/package.json b/node_modules/isomorphic-cometd/package.json deleted file mode 100644 index 889c56a..0000000 --- a/node_modules/isomorphic-cometd/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "isomorphic-cometd", - "version": "1.1.0", - "description": "Cometd client to use in browser and node.", - "browser": "browser.js", - "main": "node.js", - "keywords": [ - "cometd", - "isomorphic" - ], - "author": "all credits go to the cometd authors", - "license": "MIT", - "peerDependencies": { - "cometd": ">= 3.1.4", - "cometd-nodejs-client": ">= 1.0.2" - } -} diff --git a/node_modules/istanbul-lib-coverage/package.json b/node_modules/istanbul-lib-coverage/package.json deleted file mode 100644 index deefa79..0000000 --- a/node_modules/istanbul-lib-coverage/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "istanbul-lib-coverage", - "version": "3.2.2", - "description": "Data library for istanbul coverage objects", - "author": "Krishnan Anantheswaran ", - "main": "index.js", - "files": [ - "lib", - "index.js" - ], - "scripts": { - "test": "nyc mocha" - }, - "devDependencies": { - "chai": "^4.2.0", - "mocha": "^6.2.2", - "nyc": "^15.0.0-beta.2" - }, - "karmaDeps": { - "browserify-istanbul": "^0.2.1", - "karma": "^0.13.10", - "karma-browserify": "^4.2.1", - "karma-chrome-launcher": "^0.2.0", - "karma-coverage": "^0.4.2", - "karma-mocha": "^0.2.0", - "karma-phantomjs-launcher": "^0.2.0", - "phantomjs": "^1.9.17" - }, - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", - "directory": "packages/istanbul-lib-coverage" - }, - "keywords": [ - "istanbul", - "coverage", - "data" - ], - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/istanbuljs/istanbuljs/issues" - }, - "homepage": "https://istanbul.js.org/", - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/istanbul-lib-instrument/node_modules/semver/package.json b/node_modules/istanbul-lib-instrument/node_modules/semver/package.json deleted file mode 100644 index 6b970a6..0000000 --- a/node_modules/istanbul-lib-instrument/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "6.3.1", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver.js" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/istanbul-lib-instrument/package.json b/node_modules/istanbul-lib-instrument/package.json deleted file mode 100644 index bcf03e2..0000000 --- a/node_modules/istanbul-lib-instrument/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "istanbul-lib-instrument", - "version": "5.2.1", - "description": "Core istanbul API for JS code coverage", - "author": "Krishnan Anantheswaran ", - "main": "src/index.js", - "files": [ - "src" - ], - "scripts": { - "test": "nyc mocha" - }, - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "devDependencies": { - "@babel/cli": "^7.7.5", - "chai": "^4.2.0", - "clone": "^2.1.2", - "debug": "^4.1.1", - "documentation": "^12.1.4", - "js-yaml": "^3.13.1", - "mocha": "^6.2.3", - "nopt": "^4.0.1", - "nyc": "^15.1.0" - }, - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/istanbuljs/istanbuljs/issues" - }, - "homepage": "https://istanbul.js.org/", - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", - "directory": "packages/istanbul-lib-instrument" - }, - "keywords": [ - "coverage", - "istanbul", - "js", - "instrumentation" - ], - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/istanbul-lib-report/package.json b/node_modules/istanbul-lib-report/package.json deleted file mode 100644 index f96713d..0000000 --- a/node_modules/istanbul-lib-report/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "istanbul-lib-report", - "version": "3.0.1", - "description": "Base reporting library for istanbul", - "author": "Krishnan Anantheswaran ", - "main": "index.js", - "files": [ - "lib", - "index.js" - ], - "scripts": { - "test": "nyc mocha" - }, - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^4.0.0", - "supports-color": "^7.1.0" - }, - "devDependencies": { - "chai": "^4.2.0", - "mocha": "^6.2.2", - "nyc": "^15.0.0-beta.2", - "rimraf": "^3.0.0" - }, - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/istanbuljs/istanbuljs/issues" - }, - "homepage": "https://istanbul.js.org/", - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", - "directory": "packages/istanbul-lib-report" - }, - "keywords": [ - "istanbul", - "report", - "api", - "lib" - ], - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/istanbul-lib-source-maps/node_modules/source-map/package.json b/node_modules/istanbul-lib-source-maps/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/istanbul-lib-source-maps/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/istanbul-lib-source-maps/package.json b/node_modules/istanbul-lib-source-maps/package.json deleted file mode 100644 index 2798300..0000000 --- a/node_modules/istanbul-lib-source-maps/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "istanbul-lib-source-maps", - "version": "4.0.1", - "description": "Source maps support for istanbul", - "author": "Krishnan Anantheswaran ", - "main": "index.js", - "files": [ - "lib", - "index.js" - ], - "scripts": { - "test": "nyc mocha" - }, - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "devDependencies": { - "chai": "^4.2.0", - "mocha": "^6.2.2", - "nyc": "^15.0.0-beta.2", - "ts-node": "^8.5.4" - }, - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/istanbuljs/istanbuljs/issues" - }, - "homepage": "https://istanbul.js.org/", - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", - "directory": "packages/istanbul-lib-source-maps" - }, - "keywords": [ - "istanbul", - "sourcemaps", - "sourcemap", - "source", - "maps" - ], - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/istanbul-reports/package.json b/node_modules/istanbul-reports/package.json deleted file mode 100644 index fcfa841..0000000 --- a/node_modules/istanbul-reports/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "istanbul-reports", - "version": "3.1.7", - "description": "istanbul reports", - "author": "Krishnan Anantheswaran ", - "main": "index.js", - "files": [ - "index.js", - "lib" - ], - "scripts": { - "test": "nyc mocha --recursive", - "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production", - "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development" - }, - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "devDependencies": { - "@babel/core": "^7.7.5", - "@babel/preset-env": "^7.7.5", - "@babel/preset-react": "^7.7.4", - "babel-loader": "^8.0.6", - "chai": "^4.2.0", - "is-windows": "^1.0.2", - "istanbul-lib-coverage": "^3.0.0", - "mocha": "^6.2.2", - "nyc": "^15.0.0-beta.2", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "webpack": "^4.41.2", - "webpack-cli": "^3.3.10" - }, - "license": "BSD-3-Clause", - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", - "directory": "packages/istanbul-reports" - }, - "keywords": [ - "istanbul", - "reports" - ], - "bugs": { - "url": "https://github.com/istanbuljs/istanbuljs/issues" - }, - "homepage": "https://istanbul.js.org/", - "nyc": { - "exclude": [ - "lib/html/assets/**", - "lib/html-spa/assets/**", - "lib/html-spa/rollup.config.js", - "test/**" - ] - }, - "engines": { - "node": ">=8" - } -} diff --git a/node_modules/jackspeak/dist/commonjs/package.json b/node_modules/jackspeak/dist/commonjs/package.json deleted file mode 100644 index 0292b99..0000000 --- a/node_modules/jackspeak/dist/commonjs/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"commonjs"} \ No newline at end of file diff --git a/node_modules/jackspeak/dist/esm/package.json b/node_modules/jackspeak/dist/esm/package.json deleted file mode 100644 index 7c34deb..0000000 --- a/node_modules/jackspeak/dist/esm/package.json +++ /dev/null @@ -1 +0,0 @@ -{"type":"module"} \ No newline at end of file diff --git a/node_modules/jackspeak/package.json b/node_modules/jackspeak/package.json deleted file mode 100644 index e5e4752..0000000 --- a/node_modules/jackspeak/package.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "name": "jackspeak", - "version": "2.3.6", - "description": "A very strict and proper argument parser.", - "tshy": { - "main": true, - "exports": { - "./package.json": "./package.json", - ".": "./src/index.js" - } - }, - "main": "./dist/commonjs/index.js", - "types": "./dist/commonjs/index.d.ts", - "type": "module", - "exports": { - "./package.json": "./package.json", - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/commonjs/index.d.ts", - "default": "./dist/commonjs/index.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "build-examples": "for i in examples/*.js ; do node $i -h > ${i/.js/.txt}; done", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "prepare": "tshy", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "tap", - "snap": "tap", - "format": "prettier --write . --loglevel warn", - "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" - }, - "license": "BlueOak-1.0.0", - "prettier": { - "semi": false, - "printWidth": 75, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "devDependencies": { - "@types/node": "^20.7.0", - "@types/pkgjs__parseargs": "^0.10.1", - "prettier": "^2.8.6", - "tap": "^18.1.4", - "tshy": "^1.2.2", - "typedoc": "^0.25.1", - "typescript": "^5.2.2" - }, - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/jackspeak.git" - }, - "keywords": [ - "argument", - "parser", - "args", - "option", - "flag", - "cli", - "command", - "line", - "parse", - "parsing" - ], - "author": "Isaac Z. Schlueter ", - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } -} diff --git a/node_modules/jasmine-core/package.json b/node_modules/jasmine-core/package.json deleted file mode 100644 index 5108ca6..0000000 --- a/node_modules/jasmine-core/package.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "name": "jasmine-core", - "license": "MIT", - "version": "4.6.0", - "repository": { - "type": "git", - "url": "https://github.com/jasmine/jasmine.git" - }, - "keywords": [ - "test", - "testing", - "jasmine", - "tdd", - "bdd" - ], - "scripts": { - "posttest": "eslint \"src/**/*.js\" \"spec/**/*.js\" && prettier --check \"src/**/*.js\" \"spec/**/*.js\"", - "test": "grunt --stack execSpecsInNode", - "cleanup": "prettier --write \"src/**/*.js\" \"spec/**/*.js\"", - "build": "grunt buildDistribution", - "serve": "node spec/support/localJasmineBrowser.js", - "serve:performance": "node spec/support/localJasmineBrowser.js jasmine-browser-performance.json", - "ci": "node spec/support/ci.js", - "ci:performance": "node spec/support/ci.js jasmine-browser-performance.json" - }, - "description": "Simple JavaScript testing framework for browsers and node.js", - "homepage": "https://jasmine.github.io", - "main": "./lib/jasmine-core.js", - "files": [ - "MIT.LICENSE", - "README.md", - "images/*.{png,svg}", - "lib/**/*.{js,css}", - "package.json" - ], - "devDependencies": { - "eslint": "^7.32.0", - "eslint-plugin-compat": ">=4.0.0 <4.1.0", - "glob": "^7.2.0", - "grunt": ">=1.0.4 <1.6.0", - "grunt-cli": "^1.3.2", - "grunt-contrib-compress": "^2.0.0", - "grunt-contrib-concat": "^2.0.0", - "grunt-css-url-embed": "^1.11.1", - "grunt-sass": "^3.0.2", - "jasmine": "^4.1.0", - "jasmine-browser-runner": "^1.0.0", - "jsdom": "^19.0.0", - "load-grunt-tasks": "^5.1.0", - "prettier": "1.17.1", - "sass": "1.58.3", - "shelljs": "^0.8.3", - "temp": "^0.9.0" - }, - "prettier": { - "singleQuote": true - }, - "eslintConfig": { - "extends": [ - "plugin:compat/recommended" - ], - "env": { - "browser": true, - "node": true, - "es2017": true - }, - "parserOptions": { - "ecmaVersion": 2018 - }, - "rules": { - "quotes": [ - "error", - "single", - { - "avoidEscape": true - } - ], - "no-unused-vars": [ - "error", - { - "args": "none" - } - ], - "no-implicit-globals": "error", - "block-spacing": "error", - "func-call-spacing": [ - "error", - "never" - ], - "key-spacing": "error", - "no-tabs": "error", - "no-trailing-spaces": "error", - "no-whitespace-before-property": "error", - "semi": [ - "error", - "always" - ], - "space-before-blocks": "error", - "no-eval": "error", - "no-var": "error" - } - }, - "browserslist": [ - "Safari >= 14", - "last 2 Chrome versions", - "last 2 Firefox versions", - "Firefox >= 91", - "last 2 Edge versions" - ] -} diff --git a/node_modules/jest-util/package.json b/node_modules/jest-util/package.json deleted file mode 100644 index 33b7b93..0000000 --- a/node_modules/jest-util/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "jest-util", - "version": "29.7.0", - "repository": { - "type": "git", - "url": "https://github.com/jestjs/jest.git", - "directory": "packages/jest-util" - }, - "license": "MIT", - "main": "./build/index.js", - "types": "./build/index.d.ts", - "exports": { - ".": { - "types": "./build/index.d.ts", - "default": "./build/index.js" - }, - "./package.json": "./package.json" - }, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "devDependencies": { - "@types/graceful-fs": "^4.1.3", - "@types/picomatch": "^2.2.2" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "publishConfig": { - "access": "public" - }, - "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630" -} diff --git a/node_modules/jest-worker/node_modules/supports-color/package.json b/node_modules/jest-worker/node_modules/supports-color/package.json deleted file mode 100644 index a97bf2a..0000000 --- a/node_modules/jest-worker/node_modules/supports-color/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "supports-color", - "version": "8.1.1", - "description": "Detect whether a terminal supports color", - "license": "MIT", - "repository": "chalk/supports-color", - "funding": "https://github.com/chalk/supports-color?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "browser.js" - ], - "exports": { - "node": "./index.js", - "default": "./browser.js" - }, - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "ansi", - "styles", - "tty", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "support", - "supports", - "capability", - "detect", - "truecolor", - "16m" - ], - "dependencies": { - "has-flag": "^4.0.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "import-fresh": "^3.2.2", - "xo": "^0.35.0" - }, - "browser": "browser.js" -} diff --git a/node_modules/jest-worker/package.json b/node_modules/jest-worker/package.json deleted file mode 100644 index 6975f97..0000000 --- a/node_modules/jest-worker/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "jest-worker", - "version": "29.7.0", - "repository": { - "type": "git", - "url": "https://github.com/jestjs/jest.git", - "directory": "packages/jest-worker" - }, - "license": "MIT", - "main": "./build/index.js", - "types": "./build/index.d.ts", - "exports": { - ".": { - "types": "./build/index.d.ts", - "default": "./build/index.js" - }, - "./package.json": "./package.json" - }, - "dependencies": { - "@types/node": "*", - "jest-util": "^29.7.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "devDependencies": { - "@babel/core": "^7.11.6", - "@tsd/typescript": "^5.0.4", - "@types/merge-stream": "^1.1.2", - "@types/supports-color": "^8.1.0", - "get-stream": "^6.0.0", - "jest-leak-detector": "^29.7.0", - "tsd-lite": "^0.7.0", - "worker-farm": "^1.6.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "publishConfig": { - "access": "public" - }, - "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630" -} diff --git a/node_modules/jiti/package.json b/node_modules/jiti/package.json deleted file mode 100644 index 4eca4b8..0000000 --- a/node_modules/jiti/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "jiti", - "version": "1.21.0", - "description": "Runtime typescript and ESM support for Node.js", - "repository": "unjs/jiti", - "license": "MIT", - "main": "./lib/index.js", - "types": "dist/jiti.d.ts", - "bin": "bin/jiti.js", - "files": [ - "lib", - "dist", - "register.js" - ], - "scripts": { - "build": "pnpm clean && NODE_ENV=production pnpm webpack", - "clean": "rm -rf dist", - "dev": "pnpm clean && pnpm webpack --watch", - "jiti": "JITI_DEBUG=1 JITI_CACHE=false JITI_REQUIRE_CACHE=false ./bin/jiti.js", - "jiti:legacy": "JITI_DEBUG=1 npx node@12 ./bin/jiti.js", - "lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs", - "lint:fix": "eslint --fix --ext .ts,.js . && prettier -w src lib test stubs", - "release": "pnpm build && pnpm test && changelogen --release --push && npm publish", - "test": "pnpm lint && vitest run --coverage && pnpm test:bun", - "test:bun": "bun --bun test test/bun" - }, - "devDependencies": { - "@babel/core": "^7.23.2", - "@babel/plugin-proposal-decorators": "^7.23.2", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.11", - "@babel/plugin-transform-modules-commonjs": "^7.23.0", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11", - "@babel/plugin-transform-optional-chaining": "^7.23.0", - "@babel/plugin-transform-typescript": "^7.22.15", - "@babel/preset-typescript": "^7.23.2", - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0", - "@types/babel__core": "^7.20.3", - "@types/babel__template": "^7.4.3", - "@types/node": "^20.8.9", - "@types/object-hash": "^3.0.5", - "@types/resolve": "^1.20.4", - "@types/semver": "^7.5.4", - "@vitest/coverage-v8": "^0.34.6", - "acorn": "^8.11.2", - "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-parameter-decorator": "^1.0.16", - "babel-plugin-transform-typescript-metadata": "^0.3.2", - "changelogen": "^0.5.5", - "config": "^3.3.9", - "create-require": "^1.1.1", - "destr": "^2.0.2", - "escape-string-regexp": "^5.0.0", - "eslint": "^8.52.0", - "eslint-config-unjs": "^0.2.1", - "esm": "^3.2.25", - "estree-walker": "^3.0.3", - "execa": "^8.0.1", - "fast-glob": "^3.3.1", - "mlly": "^1.4.2", - "object-hash": "^3.0.0", - "pathe": "^1.1.1", - "pirates": "^4.0.6", - "pkg-types": "^1.0.3", - "prettier": "^3.0.3", - "reflect-metadata": "^0.1.13", - "semver": "^7.5.4", - "std-env": "^3.4.3", - "terser-webpack-plugin": "^5.3.9", - "ts-loader": "^9.5.0", - "tslib": "^2.6.2", - "typescript": "^5.2.2", - "vite": "^4.5.0", - "vitest": "^0.34.6", - "webpack": "^5.89.0", - "webpack-cli": "^5.1.4" - }, - "packageManager": "pnpm@8.8.0" -} \ No newline at end of file diff --git a/node_modules/js-tokens/package.json b/node_modules/js-tokens/package.json deleted file mode 100644 index 66752fa..0000000 --- a/node_modules/js-tokens/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "js-tokens", - "version": "4.0.0", - "author": "Simon Lydell", - "license": "MIT", - "description": "A regex that tokenizes JavaScript.", - "keywords": [ - "JavaScript", - "js", - "token", - "tokenize", - "regex" - ], - "files": [ - "index.js" - ], - "repository": "lydell/js-tokens", - "scripts": { - "test": "mocha --ui tdd", - "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", - "build": "node generate-index.js", - "dev": "npm run build && npm test" - }, - "devDependencies": { - "coffeescript": "2.1.1", - "esprima": "4.0.0", - "everything.js": "1.0.3", - "mocha": "5.0.0" - } -} diff --git a/node_modules/js-yaml/package.json b/node_modules/js-yaml/package.json deleted file mode 100644 index 0d23667..0000000 --- a/node_modules/js-yaml/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "js-yaml", - "version": "3.14.1", - "description": "YAML 1.2 parser and serializer", - "keywords": [ - "yaml", - "parser", - "serializer", - "pyyaml" - ], - "homepage": "https://github.com/nodeca/js-yaml", - "author": "Vladimir Zapparov ", - "contributors": [ - "Aleksey V Zapparov (http://www.ixti.net/)", - "Vitaly Puzrin (https://github.com/puzrin)", - "Martin Grenfell (http://got-ravings.blogspot.com)" - ], - "license": "MIT", - "repository": "nodeca/js-yaml", - "files": [ - "index.js", - "lib/", - "bin/", - "dist/" - ], - "bin": { - "js-yaml": "bin/js-yaml.js" - }, - "unpkg": "dist/js-yaml.min.js", - "jsdelivr": "dist/js-yaml.min.js", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "devDependencies": { - "ansi": "^0.3.1", - "benchmark": "^2.1.4", - "browserify": "^16.2.2", - "codemirror": "^5.13.4", - "eslint": "^7.0.0", - "fast-check": "^1.24.2", - "istanbul": "^0.4.5", - "mocha": "^7.1.2", - "uglify-js": "^3.0.1" - }, - "scripts": { - "test": "make test" - } -} diff --git a/node_modules/jsbn/package.json b/node_modules/jsbn/package.json deleted file mode 100644 index 97b137c..0000000 --- a/node_modules/jsbn/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "jsbn", - "version": "1.1.0", - "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.", - "main": "index.js", - "scripts": { - "test": "mocha test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/andyperlitch/jsbn.git" - }, - "keywords": [ - "biginteger", - "bignumber", - "big", - "integer" - ], - "author": "Tom Wu", - "license": "MIT" -} diff --git a/node_modules/jsdom/node_modules/form-data/package.json b/node_modules/jsdom/node_modules/form-data/package.json deleted file mode 100644 index a2fcb88..0000000 --- a/node_modules/jsdom/node_modules/form-data/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "author": "Felix Geisendörfer (http://debuggable.com/)", - "name": "form-data", - "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", - "version": "3.0.1", - "repository": { - "type": "git", - "url": "git://github.com/form-data/form-data.git" - }, - "main": "./lib/form_data", - "browser": "./lib/browser", - "typings": "./index.d.ts", - "scripts": { - "pretest": "rimraf coverage test/tmp", - "test": "istanbul cover test/run.js", - "posttest": "istanbul report lcov text", - "lint": "eslint lib/*.js test/*.js test/integration/*.js", - "report": "istanbul report lcov text", - "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8", - "ci-test": "npm run test && npm run browser && npm run report", - "predebug": "rimraf coverage test/tmp", - "debug": "verbose=1 ./test/run.js", - "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage", - "check": "istanbul check-coverage coverage/coverage*.json", - "files": "pkgfiles --sort=name", - "get-version": "node -e \"console.log(require('./package.json').version)\"", - "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md", - "restore-readme": "mv README.md.bak README.md", - "prepublish": "in-publish && npm run update-readme || not-in-publish", - "postpublish": "npm run restore-readme" - }, - "pre-commit": [ - "lint", - "ci-test", - "check" - ], - "engines": { - "node": ">= 6" - }, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "devDependencies": { - "@types/node": "^12.0.10", - "browserify": "^13.1.1", - "browserify-istanbul": "^2.0.0", - "coveralls": "^3.0.4", - "cross-spawn": "^6.0.5", - "eslint": "^6.0.1", - "fake": "^0.2.2", - "far": "^0.0.7", - "formidable": "^1.0.17", - "in-publish": "^2.0.0", - "is-node-modern": "^1.0.0", - "istanbul": "^0.4.5", - "obake": "^0.1.2", - "puppeteer": "^1.19.0", - "pkgfiles": "^2.3.0", - "pre-commit": "^1.1.3", - "request": "^2.88.0", - "rimraf": "^2.7.1", - "tape": "^4.6.2", - "typescript": "^3.5.2" - }, - "license": "MIT" -} diff --git a/node_modules/jsdom/node_modules/parse5/package.json b/node_modules/jsdom/node_modules/parse5/package.json deleted file mode 100644 index 2110a03..0000000 --- a/node_modules/jsdom/node_modules/parse5/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "parse5", - "description": "HTML parser and serializer.", - "version": "6.0.1", - "author": "Ivan Nikulin (https://github.com/inikulin)", - "contributors": "https://github.com/inikulin/parse5/graphs/contributors", - "homepage": "https://github.com/inikulin/parse5", - "keywords": [ - "html", - "parser", - "html5", - "WHATWG", - "specification", - "fast", - "html parser", - "html5 parser", - "htmlparser", - "parse5", - "serializer", - "html serializer", - "htmlserializer", - "parse", - "serialize" - ], - "license": "MIT", - "main": "./lib/index.js", - "repository": { - "type": "git", - "url": "git://github.com/inikulin/parse5.git" - }, - "files": [ - "lib" - ], - "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6" -} diff --git a/node_modules/jsdom/node_modules/ws/package.json b/node_modules/jsdom/node_modules/ws/package.json deleted file mode 100644 index 832203f..0000000 --- a/node_modules/jsdom/node_modules/ws/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "ws", - "version": "7.5.9", - "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", - "keywords": [ - "HyBi", - "Push", - "RFC-6455", - "WebSocket", - "WebSockets", - "real-time" - ], - "homepage": "https://github.com/websockets/ws", - "bugs": "https://github.com/websockets/ws/issues", - "repository": "websockets/ws", - "author": "Einar Otto Stangvik (http://2x.io)", - "license": "MIT", - "main": "index.js", - "browser": "browser.js", - "engines": { - "node": ">=8.3.0" - }, - "files": [ - "browser.js", - "index.js", - "lib/*.js" - ], - "scripts": { - "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js", - "integration": "mocha --throw-deprecation test/*.integration.js", - "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - }, - "devDependencies": { - "benchmark": "^2.1.4", - "bufferutil": "^4.0.1", - "eslint": "^7.2.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-prettier": "^4.0.0", - "mocha": "^7.0.0", - "nyc": "^15.0.0", - "prettier": "^2.0.5", - "utf-8-validate": "^5.0.2" - } -} diff --git a/node_modules/jsdom/package.json b/node_modules/jsdom/package.json deleted file mode 100644 index e2763c5..0000000 --- a/node_modules/jsdom/package.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "name": "jsdom", - "version": "16.7.0", - "description": "A JavaScript implementation of many web standards", - "keywords": [ - "dom", - "html", - "whatwg", - "w3c" - ], - "maintainers": [ - "Elijah Insua (http://tmpvar.com)", - "Domenic Denicola (https://domenic.me/)", - "Sebastian Mayr (https://blog.smayr.name/)", - "Joris van der Wel ", - "Timothy Gu (https://timothygu.me/)", - "Magne Andersson (https://zirro.se/)", - "Pierre-Marie Dartus " - ], - "license": "MIT", - "repository": "jsdom/jsdom", - "dependencies": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "_dependenciesComments": { - "parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - }, - "devDependencies": { - "@domenic/eslint-config": "^1.2.0", - "benchmark": "^2.1.4", - "browserify": "^17.0.0", - "chai": "^4.3.4", - "eslint": "^7.27.0", - "eslint-plugin-html": "^6.1.2", - "eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin", - "js-yaml": "^4.1.0", - "karma": "^6.3.2", - "karma-browserify": "^8.0.0", - "karma-chrome-launcher": "^3.1.0", - "karma-mocha": "^2.0.1", - "karma-mocha-webworker": "^1.3.0", - "minimatch": "^3.0.4", - "mocha": "^8.4.0", - "mocha-sugar-free": "^1.4.0", - "optimist": "0.6.1", - "rimraf": "^3.0.2", - "server-destroy": "^1.0.1", - "watchify": "^4.0.0", - "wd": "^1.14.0", - "webidl2js": "^16.2.0" - }, - "browser": { - "canvas": false, - "vm": "./lib/jsdom/vm-shim.js", - "./lib/jsdom/living/websockets/WebSocket-impl.js": "./lib/jsdom/living/websockets/WebSocket-impl-browser.js" - }, - "scripts": { - "prepare": "yarn convert-idl && yarn generate-js-globals", - "pretest": "yarn prepare && yarn init-wpt", - "test-wpt": "mocha test/web-platform-tests/run-wpts.js", - "test-tuwpt": "mocha test/web-platform-tests/run-tuwpts.js", - "test-mocha": "mocha", - "test-api": "mocha test/api", - "test": "mocha test/index.js", - "test-browser-iframe": "karma start test/karma.conf.js", - "test-browser-worker": "karma start test/karma-webworker.conf.js", - "test-browser": "yarn test-browser-iframe && yarn test-browser-worker", - "lint": "eslint . --cache --ext .js,.html", - "init-wpt": "git submodule update --init --recursive", - "reset-wpt": "rimraf ./test/web-platform-tests/tests && yarn init-wpt", - "update-wpt": "git submodule update --recursive --remote && cd test/web-platform-tests/tests && python3 wpt.py manifest --path ../wpt-manifest.json", - "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt", - "benchmark": "node ./benchmark/runner", - "benchmark-browser": "node ./benchmark/runner --bundle", - "convert-idl": "node ./scripts/webidl/convert.js", - "generate-js-globals": "node ./scripts/generate-js-globals.js" - }, - "main": "./lib/api.js", - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/jsesc/package.json b/node_modules/jsesc/package.json deleted file mode 100644 index f89a7c6..0000000 --- a/node_modules/jsesc/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "jsesc", - "version": "2.5.2", - "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.", - "homepage": "https://mths.be/jsesc", - "engines": { - "node": ">=4" - }, - "main": "jsesc.js", - "bin": "bin/jsesc", - "man": "man/jsesc.1", - "keywords": [ - "buffer", - "escape", - "javascript", - "json", - "map", - "set", - "string", - "stringify", - "tool" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/jsesc.git" - }, - "bugs": "https://github.com/mathiasbynens/jsesc/issues", - "files": [ - "LICENSE-MIT.txt", - "jsesc.js", - "bin/", - "man/" - ], - "scripts": { - "build": "grunt template", - "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'", - "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'", - "test": "mocha tests" - }, - "devDependencies": { - "coveralls": "^2.11.6", - "grunt": "^0.4.5", - "grunt-template": "^0.2.3", - "istanbul": "^0.4.2", - "mocha": "*", - "regenerate": "^1.3.0", - "requirejs": "^2.1.22" - } -} diff --git a/node_modules/json-buffer/package.json b/node_modules/json-buffer/package.json deleted file mode 100644 index 346747f..0000000 --- a/node_modules/json-buffer/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "json-buffer", - "description": "JSON parse & stringify that supports binary via bops & base64", - "version": "3.0.1", - "homepage": "https://github.com/dominictarr/json-buffer", - "repository": { - "type": "git", - "url": "git://github.com/dominictarr/json-buffer.git" - }, - "devDependencies": { - "tape": "^4.6.3" - }, - "scripts": { - "test": "set -e; for t in test/*.js; do node $t; done" - }, - "author": "Dominic Tarr (http://dominictarr.com)", - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/17..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/node_modules/json-parse-even-better-errors/package.json b/node_modules/json-parse-even-better-errors/package.json deleted file mode 100644 index ed0fdaf..0000000 --- a/node_modules/json-parse-even-better-errors/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "json-parse-even-better-errors", - "version": "2.3.1", - "description": "JSON.parse with context information on error", - "main": "index.js", - "files": [ - "*.js" - ], - "scripts": { - "preversion": "npm t", - "postversion": "npm publish", - "prepublishOnly": "git push --follow-tags", - "test": "tap", - "snap": "tap" - }, - "repository": "https://github.com/npm/json-parse-even-better-errors", - "keywords": [ - "JSON", - "parser" - ], - "author": { - "name": "Kat Marchán", - "email": "kzm@zkat.tech", - "twitter": "maybekatz" - }, - "license": "MIT", - "devDependencies": { - "tap": "^14.6.5" - }, - "tap": { - "check-coverage": true - } -} diff --git a/node_modules/json-schema-traverse/package.json b/node_modules/json-schema-traverse/package.json deleted file mode 100644 index e32dfba..0000000 --- a/node_modules/json-schema-traverse/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "json-schema-traverse", - "version": "1.0.0", - "description": "Traverse JSON Schema passing each schema object to callback", - "main": "index.js", - "types": "index.d.ts", - "scripts": { - "eslint": "eslint index.js spec", - "test-spec": "mocha spec -R spec", - "test": "npm run eslint && nyc npm run test-spec" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" - }, - "keywords": [ - "JSON-Schema", - "traverse", - "iterate" - ], - "author": "Evgeny Poberezkin", - "license": "MIT", - "bugs": { - "url": "https://github.com/epoberezkin/json-schema-traverse/issues" - }, - "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme", - "devDependencies": { - "eslint": "^7.3.1", - "mocha": "^8.0.1", - "nyc": "^15.0.0", - "pre-commit": "^1.2.2" - }, - "nyc": { - "exclude": [ - "**/spec/**", - "node_modules" - ], - "reporter": [ - "lcov", - "text-summary" - ] - } -} diff --git a/node_modules/json-stable-stringify-without-jsonify/package.json b/node_modules/json-stable-stringify-without-jsonify/package.json deleted file mode 100644 index c59c87e..0000000 --- a/node_modules/json-stable-stringify-without-jsonify/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "json-stable-stringify-without-jsonify", - "version": "1.0.1", - "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies", - "main": "index.js", - "dependencies": { - }, - "devDependencies": { - "tape": "~1.0.4" - }, - "scripts": { - "test": "tape test/*.js" - }, - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "ff/5", "ff/latest", - "chrome/15", "chrome/latest", - "safari/latest", - "opera/latest" - ] - }, - "repository": { - "type": "git", - "url": "git://github.com/samn/json-stable-stringify.git" - }, - "homepage": "https://github.com/samn/json-stable-stringify", - "keywords": [ - "json", - "stringify", - "deterministic", - "hash", - "sort", - "stable" - ], - "author": { - "name": "James Halliday", - "email": "mail@substack.net", - "url": "http://substack.net" - }, - "license": "MIT" -} diff --git a/node_modules/json5/package.json b/node_modules/json5/package.json deleted file mode 100644 index 60c51d9..0000000 --- a/node_modules/json5/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "json5", - "version": "2.2.3", - "description": "JSON for Humans", - "main": "lib/index.js", - "module": "dist/index.mjs", - "bin": "lib/cli.js", - "browser": "dist/index.js", - "types": "lib/index.d.ts", - "files": [ - "lib/", - "dist/" - ], - "engines": { - "node": ">=6" - }, - "scripts": { - "build": "rollup -c", - "build-package": "node build/package.js", - "build-unicode": "node build/unicode.js", - "coverage": "tap --coverage-report html test", - "lint": "eslint --fix .", - "lint-report": "eslint .", - "prepublishOnly": "npm run production", - "preversion": "npm run production", - "production": "run-s test build", - "tap": "tap -Rspec --100 test", - "test": "run-s lint-report tap", - "version": "npm run build-package && git add package.json5" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/json5/json5.git" - }, - "keywords": [ - "json", - "json5", - "es5", - "es2015", - "ecmascript" - ], - "author": "Aseem Kishore ", - "contributors": [ - "Max Nanasy ", - "Andrew Eisenberg ", - "Jordan Tucker " - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/json5/json5/issues" - }, - "homepage": "http://json5.org/", - "devDependencies": { - "core-js": "^2.6.5", - "eslint": "^5.15.3", - "eslint-config-standard": "^12.0.0", - "eslint-plugin-import": "^2.16.0", - "eslint-plugin-node": "^8.0.1", - "eslint-plugin-promise": "^4.0.1", - "eslint-plugin-standard": "^4.0.0", - "npm-run-all": "^4.1.5", - "regenerate": "^1.4.0", - "rollup": "^0.64.1", - "rollup-plugin-buble": "^0.19.6", - "rollup-plugin-commonjs": "^9.2.1", - "rollup-plugin-node-resolve": "^3.4.0", - "rollup-plugin-terser": "^1.0.1", - "sinon": "^6.3.5", - "tap": "^12.6.0", - "unicode-10.0.0": "^0.7.5" - } -} diff --git a/node_modules/jsonc-parser/package.json b/node_modules/jsonc-parser/package.json deleted file mode 100644 index 448d814..0000000 --- a/node_modules/jsonc-parser/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "jsonc-parser", - "version": "3.2.0", - "description": "Scanner and parser for JSON with comments.", - "main": "./lib/umd/main.js", - "typings": "./lib/umd/main.d.ts", - "module": "./lib/esm/main.js", - "author": "Microsoft Corporation", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/node-jsonc-parser" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/microsoft/node-jsonc-parser/issues" - }, - "devDependencies": { - "mocha": "^10.0.0", - "typescript": "^4.8.2", - "@types/node": "^16.x", - "@types/mocha": "^9.1.1", - "@typescript-eslint/eslint-plugin": "^5.36.0", - "@typescript-eslint/parser": "^5.36.0", - "eslint": "^8.23.0", - "rimraf": "^3.0.2" - }, - "scripts": { - "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs", - "postpublish": "node ./build/post-publish.js", - "compile": "tsc -p ./src && npm run lint", - "compile-esm": "tsc -p ./src/tsconfig.esm.json", - "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js", - "clean": "rimraf lib", - "watch": "tsc -w -p ./src", - "test": "npm run compile && mocha ./lib/umd/test", - "lint": "eslint src/**/*.ts", - "preversion": "npm test", - "postversion": "git push && git push --tags" - } -} diff --git a/node_modules/jsonfile/package.json b/node_modules/jsonfile/package.json deleted file mode 100644 index 4d01eb1..0000000 --- a/node_modules/jsonfile/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "jsonfile", - "version": "6.1.0", - "description": "Easily read/write JSON files.", - "repository": { - "type": "git", - "url": "git@github.com:jprichardson/node-jsonfile.git" - }, - "keywords": [ - "read", - "write", - "file", - "json", - "fs", - "fs-extra" - ], - "author": "JP Richardson ", - "license": "MIT", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - }, - "devDependencies": { - "mocha": "^8.2.0", - "rimraf": "^2.4.0", - "standard": "^16.0.1" - }, - "main": "index.js", - "files": [ - "index.js", - "utils.js" - ], - "scripts": { - "lint": "standard", - "test": "npm run lint && npm run unit", - "unit": "mocha" - } -} diff --git a/node_modules/jsonparse/package.json b/node_modules/jsonparse/package.json deleted file mode 100644 index a2312ee..0000000 --- a/node_modules/jsonparse/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "jsonparse", - "description": "This is a pure-js JSON streaming parser for node.js", - "tags": ["json", "stream"], - "version": "1.3.1", - "author": "Tim Caswell ", - "repository": { - "type": "git", - "url": "http://github.com/creationix/jsonparse.git" - }, - "devDependencies": { - "tape": "~0.1.1", - "tap": "~0.3.3" - }, - "scripts": { - "test": "tap test/*.js" - }, - "bugs": "http://github.com/creationix/jsonparse/issues", - "engines": ["node >= 0.2.0"], - "license": "MIT", - "main": "jsonparse.js" -} diff --git a/node_modules/jszip/node_modules/readable-stream/package.json b/node_modules/jszip/node_modules/readable-stream/package.json deleted file mode 100644 index 514c178..0000000 --- a/node_modules/jszip/node_modules/readable-stream/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "readable-stream", - "version": "2.3.8", - "description": "Streams3, a user-land copy of the stream library from Node.js", - "main": "readable.js", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "devDependencies": { - "assert": "^1.4.0", - "babel-polyfill": "^6.9.1", - "buffer": "^4.9.0", - "lolex": "^2.3.2", - "nyc": "^6.4.0", - "tap": "^0.7.0", - "tape": "^4.8.0" - }, - "scripts": { - "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js", - "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", - "cover": "nyc npm test", - "report": "nyc report --reporter=lcov" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/readable-stream" - }, - "keywords": [ - "readable", - "stream", - "pipe" - ], - "browser": { - "util": false, - "./readable.js": "./readable-browser.js", - "./writable.js": "./writable-browser.js", - "./duplex.js": "./duplex-browser.js", - "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" - }, - "nyc": { - "include": [ - "lib/**.js" - ] - }, - "license": "MIT" -} diff --git a/node_modules/jszip/node_modules/safe-buffer/package.json b/node_modules/jszip/node_modules/safe-buffer/package.json deleted file mode 100644 index 623fbc3..0000000 --- a/node_modules/jszip/node_modules/safe-buffer/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "safe-buffer", - "description": "Safer Node.js Buffer API", - "version": "5.1.2", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/safe-buffer/issues" - }, - "devDependencies": { - "standard": "*", - "tape": "^4.0.0" - }, - "homepage": "https://github.com/feross/safe-buffer", - "keywords": [ - "buffer", - "buffer allocate", - "node security", - "safe", - "safe-buffer", - "security", - "uninitialized" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/safe-buffer.git" - }, - "scripts": { - "test": "standard && tape test/*.js" - } -} diff --git a/node_modules/jszip/node_modules/string_decoder/package.json b/node_modules/jszip/node_modules/string_decoder/package.json deleted file mode 100644 index 518c3eb..0000000 --- a/node_modules/jszip/node_modules/string_decoder/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "string_decoder", - "version": "1.1.1", - "description": "The string_decoder module from Node core", - "main": "lib/string_decoder.js", - "dependencies": { - "safe-buffer": "~5.1.0" - }, - "devDependencies": { - "babel-polyfill": "^6.23.0", - "core-util-is": "^1.0.2", - "inherits": "^2.0.3", - "tap": "~0.4.8" - }, - "scripts": { - "test": "tap test/parallel/*.js && node test/verify-dependencies", - "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/string_decoder.git" - }, - "homepage": "https://github.com/nodejs/string_decoder", - "keywords": [ - "string", - "decoder", - "browser", - "browserify" - ], - "license": "MIT" -} diff --git a/node_modules/jszip/package.json b/node_modules/jszip/package.json deleted file mode 100644 index 3fa81de..0000000 --- a/node_modules/jszip/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "jszip", - "version": "3.10.1", - "author": "Stuart Knightley ", - "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip", - "scripts": { - "test": "npm run test-node && npm run test-browser && tsc", - "test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/", - "test-browser": "grunt build && node test/run.js --test", - "benchmark": "npm run benchmark-node && npm run benchmark-browser", - "benchmark-node": "node test/benchmark/node.js", - "benchmark-browser": "node test/run.js --benchmark", - "lint": "eslint ." - }, - "contributors": [ - { - "name": "Franz Buchinger" - }, - { - "name": "António Afonso" - }, - { - "name": "David Duponchel" - }, - { - "name": "yiminghe" - } - ], - "main": "./lib/index", - "browser": { - "./lib/index": "./dist/jszip.min.js", - "readable-stream": "./lib/readable-stream-browser.js" - }, - "types": "./index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/Stuk/jszip.git" - }, - "keywords": [ - "zip", - "deflate", - "inflate" - ], - "devDependencies": { - "benchmark": "^2.1.4", - "browserify": "~13.0.0", - "eslint": "^8.18.0", - "grunt": "~0.4.1", - "grunt-browserify": "~5.0.0", - "grunt-cli": "~1.1.0", - "grunt-contrib-uglify": "~4.0.1", - "http-server": "^13.0.2", - "jszip-utils": "~0.0.2", - "package-json-versionify": "1.0.2", - "playwright": "^1.15.2", - "qunit": "~2.9.2", - "tmp": "0.0.28", - "typescript": "^4.6.3" - }, - "dependencies": { - "lie": "~3.3.0", - "pako": "~1.0.2", - "readable-stream": "~2.3.6", - "setimmediate": "^1.0.5" - }, - "license": "(MIT OR GPL-3.0-or-later)" -} diff --git a/node_modules/karma-chrome-launcher/node_modules/which/package.json b/node_modules/karma-chrome-launcher/node_modules/which/package.json deleted file mode 100644 index 51be376..0000000 --- a/node_modules/karma-chrome-launcher/node_modules/which/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me)", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "1.3.1", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-which.git" - }, - "main": "which.js", - "bin": "./bin/which", - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^12.0.1" - }, - "scripts": { - "test": "tap test/*.js --cov", - "changelog": "bash gen-changelog.sh", - "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}" - }, - "files": [ - "which.js", - "bin/which" - ] -} diff --git a/node_modules/karma-chrome-launcher/package.json b/node_modules/karma-chrome-launcher/package.json deleted file mode 100644 index d8ca1c3..0000000 --- a/node_modules/karma-chrome-launcher/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "karma-chrome-launcher", - "version": "3.2.0", - "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.", - "main": "index.js", - "scripts": { - "lint": "standard", - "integration-test": "npx karma start examples/simple/karma.conf.js --single-run --browsers ChromeHeadless", - "unit-test": "npx mocha test/*", - "test": "npm run unit-test && npm run integration-test", - "release": "semantic-release", - "commitlint": "commitlint" - }, - "repository": { - "type": "git", - "url": "git://github.com/karma-runner/karma-chrome-launcher.git" - }, - "keywords": [ - "karma-plugin", - "karma-launcher", - "chrome" - ], - "author": "Vojta Jina ", - "dependencies": { - "which": "^1.2.1" - }, - "license": "MIT", - "devDependencies": { - "@commitlint/cli": "^12.1.4", - "@commitlint/config-angular": "^12.1.4", - "@semantic-release/changelog": "^5.0.1", - "@semantic-release/git": "^9.0.1", - "chai": "^4.2.0", - "karma": "^6.4.1", - "karma-mocha": "1.x || ^0.2.0", - "mocha": "^5.2.0", - "semantic-release": "^17.0.1", - "sinon": "^7.1.1", - "standard": "^12.0.0" - }, - "contributors": [ - "Mark Ethan Trostler ", - "Rogério Vicente ", - "dignifiedquire ", - "Jonathan Ginsburg ", - "rogeriopvl ", - "Friedel Ziegelmayer ", - "greenkeeperio-bot ", - "johnjbarton ", - "Mark Trostler ", - "Michał Gołębiowski-Owczarek ", - "Friedel Ziegelmayer ", - "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "Andrey Taranov ", - "Aymeric Beaumet ", - "Filipe Guerra ", - "Alexander Fedyashov ", - "Darryl Pogue ", - "David ", - "Florian Richter ", - "Florian-R ", - "François SIMOND ", - "Hai Feng Kao ", - "J Rob Gant ", - "J. Abbott ", - "Jeff Cross ", - "Joe Doyle ", - "Julien Sanchez ", - "Marko Vuksanovic ", - "Nicholas Mitchell ", - "Parashuram N ", - "Stefan Bley ", - "Tatsuyuki Ishi ", - "Timo Tijhof ", - "Vincent Voyer ", - "aSemy <897017+aSemy@users.noreply.github.com>", - "brutalcrozt ", - "cexbrayat ", - "daniel rodriguez ", - "gkostov ", - "semantic-release-bot " - ] -} diff --git a/node_modules/karma-coverage/examples/coffee-requirejs/package.json b/node_modules/karma-coverage/examples/coffee-requirejs/package.json deleted file mode 100644 index d3a59d3..0000000 --- a/node_modules/karma-coverage/examples/coffee-requirejs/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "karma-coverage-coffee-example", - "version": "1.0.0", - "description": "Demonstrate the usage of karma-coverage with CoffeeScript", - "main": "", - "scripts": { - "test": "./node_modules/karma/bin/karma start" - }, - "author": "Lloyd Smith II ", - "license": "MIT", - "dependencies": {}, - "devDependencies": { - "coffee-script": "latest", - "ibrik": "^2.0.0", - "karma": "^0.13.9", - "karma-coffee-preprocessor": "latest", - "karma-firefox-launcher": "latest", - "karma-mocha": "latest", - "karma-requirejs": "^0.2.2", - "requirejs": "^2.1.20" - } -} diff --git a/node_modules/karma-coverage/examples/coffee/package.json b/node_modules/karma-coverage/examples/coffee/package.json deleted file mode 100644 index 385a90c..0000000 --- a/node_modules/karma-coverage/examples/coffee/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "karma-coverage-coffee-example", - "version": "1.0.0", - "description": "Demonstrate the usage of karma-coverage with CoffeeScript", - "main": "", - "scripts": { - "test": "./node_modules/karma/bin/karma start" - }, - "author": "Friedel Ziegelmayer ", - "license": "MIT", - "dependencies": {}, - "devDependencies": { - "karma": "latest", - "karma-mocha": "latest", - "karma-coffee-preprocessor": "latest", - "karma-firefox-launcher": "latest", - "coffee-script": "latest", - "ibrik": "^2.0.0" - } -} diff --git a/node_modules/karma-coverage/package.json b/node_modules/karma-coverage/package.json deleted file mode 100644 index ea02175..0000000 --- a/node_modules/karma-coverage/package.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "name": "karma-coverage", - "version": "2.2.1", - "description": "A Karma plugin. Generate code coverage.", - "main": "lib/index.js", - "scripts": { - "lint": "eslint **/*.js", - "test": "mocha", - "update-contributors": "grunt contributors", - "examples": "grunt karma", - "semantic-release": "semantic-release", - "release": "npm run update-contributors && semantic-release", - "commitlint": "commitlint" - }, - "repository": { - "type": "git", - "url": "git://github.com/karma-runner/karma-coverage.git" - }, - "keywords": [ - "karma-plugin", - "karma-preprocessor", - "karma-reporter", - "coverage", - "istanbul" - ], - "author": "SATO taichi ", - "dependencies": { - "istanbul-lib-coverage": "^3.2.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.1", - "istanbul-reports": "^3.0.5", - "minimatch": "^3.0.4" - }, - "license": "MIT", - "devDependencies": { - "@commitlint/cli": "^8.3.6", - "@commitlint/config-conventional": "^8.3.6", - "@commitlint/travis-cli": "^8.3.6", - "@semantic-release/changelog": "^5.0.1", - "@semantic-release/git": "^9.0.0", - "@semantic-release/npm": "^7.0.5", - "chai": "^4.3.4", - "coffeescript": "^2.6.1", - "eslint": "^6.5.1", - "eslint-config-standard": "^14.1.1", - "eslint-plugin-import": "^2.25.3", - "eslint-plugin-node": "^10.0.0", - "eslint-plugin-promise": "^4.3.1", - "eslint-plugin-standard": "^4.1.0", - "grunt": "^1.4.1", - "grunt-cli": "^1.4.3", - "grunt-karma": "^3.0.2", - "grunt-npm": "^0.0.2", - "husky": "^4.3.8", - "ibrik": "^2.0.0", - "karma": "^4.2.0", - "karma-coffee-preprocessor": "^1.0.1", - "karma-firefox-launcher": "1.x || ^0.1.6", - "karma-mocha": "^2.0.1", - "karma-requirejs": "1.x || ^0.2.2", - "mocha": "^7.2.0", - "mocks": "0.0.15", - "requirejs": "^2.1.20", - "semantic-release": "^17.0.1", - "sinon": "^7.2.7", - "sinon-chai": "^3.7.0" - }, - "engines": { - "node": ">=10.0.0" - }, - "mocha": { - "ui": "bdd", - "require": [ - "test/mocha-globals.js" - ] - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } - }, - "contributors": [ - "dignifiedquire ", - "Friedel Ziegelmayer ", - "Aymeric Beaumet ", - "Anton ", - "johnjbarton ", - "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "Jonathan Ginsburg ", - "Mark Ethan Trostler ", - "Tim Kang ", - "hicom150 ", - "semantic-release-bot ", - "Anton Shchekota ", - "Maksim Ryzhikov ", - "Nick Malaguti ", - "Mark Trostler ", - "nicojs ", - "Allen Bierbaum ", - "Douglas Duteil ", - "Julen Garcia Leunda ", - "Matt Winchester ", - "Srinivas Dhanwada ", - "Tanguy Krotoff ", - "Wei Kin Huang ", - "Yaroslav Admin ", - "Adam Heath ", - "Andrew Lane ", - "Chris Gladd ", - "Clayton Watts ", - "Dan Watling ", - "Darryl Pogue ", - "Diogo Nicoleti ", - "Dmitry Petrov ", - "Francesco Borzì ", - "Greg Varsanyi ", - "Ian Rufus ", - "James Talmage ", - "Joseph Connolly ", - "Joshua Appelman ", - "Julie ", - "Kyle Welsby ", - "Lloyd Smith II ", - "Maciej Rzepiński ", - "Marceli.no ", - "Matt Lewis ", - "Michael Noack ", - "Michael Stramel ", - "Nick Matantsev ", - "Petar Manev ", - "Robin Böhm ", - "Ron Derksen ", - "Ruben Bridgewater ", - "Sahat Yalkabov ", - "Tanjo, Hiroyuki ", - "Taylor Hakes ", - "Taylor McGann ", - "Tim van der Lippe ", - "Timo Tijhof ", - "Tom Kirkpatrick ", - "Tyler Waters ", - "Vincent Lemeunier ", - "Yusuke Suzuki ", - "abbr ", - "aprooks ", - "carlos ", - "fbergr ", - "piecyk ", - "terussell85 " - ] -} diff --git a/node_modules/karma-jasmine-html-reporter/package.json b/node_modules/karma-jasmine-html-reporter/package.json deleted file mode 100644 index 30e5d19..0000000 --- a/node_modules/karma-jasmine-html-reporter/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "karma-jasmine-html-reporter", - "version": "2.1.0", - "description": "A Karma plugin. Dynamically displays tests results at debug.html page", - "main": "./src/index.js", - "keywords": [ - "karma-plugin", - "karma-reporter", - "html" - ], - "scripts": { - "test": "karma start test/karma.conf.js" - }, - "repository": { - "url": "https://github.com/dfederm/karma-jasmine-html-reporter" - }, - "author": "David Federman (https://github.com/dfederm)", - "peerDependencies": { - "jasmine-core": "^4.0.0 || ^5.0.0", - "karma": "^6.0.0", - "karma-jasmine": "^5.0.0" - }, - "license": "MIT", - "readmeFilename": "README.md" -} \ No newline at end of file diff --git a/node_modules/karma-jasmine/package.json b/node_modules/karma-jasmine/package.json deleted file mode 100644 index d199e27..0000000 --- a/node_modules/karma-jasmine/package.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "name": "karma-jasmine", - "version": "5.1.0", - "description": "A Karma plugin - adapter for Jasmine testing framework.", - "main": "lib/index.js", - "files": [ - "lib/*.js" - ], - "scripts": { - "build": "grunt build", - "lint": "eslint \"**/*.js\"", - "lint:fix": "eslint --fix \"**/*.js\"", - "commitlint": "commitlint", - "test": "npm run test:unit && npm run test:e2e && npm run test:integration", - "test:unit": "jasmine", - "test:e2e": "karma start karma.conf.js", - "test:integration": "bash tools/integration-tests.sh", - "release": "semantic-release" - }, - "repository": { - "type": "git", - "url": "git://github.com/karma-runner/karma-jasmine.git" - }, - "keywords": [ - "karma-plugin", - "karma-adapter", - "jasmine" - ], - "author": "Vojta Jina ", - "dependencies": { - "jasmine-core": "^4.1.0" - }, - "devDependencies": { - "@commitlint/cli": "^16.2.3", - "@commitlint/config-angular": "^16.2.3", - "@semantic-release/changelog": "^6.0.1", - "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^8.0.4", - "@semantic-release/npm": "^9.0.1", - "eslint": "^7.32.0", - "eslint-config-standard": "^16.0.3", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.2.0", - "eslint-plugin-standard": "^4.1.0", - "grunt": "^1.5.2", - "husky": "^4.3.8", - "jasmine": "^4.1.0", - "karma": "^6.3.18", - "karma-firefox-launcher": "^2.1.2", - "semantic-release": "^19.0.2" - }, - "peerDependencies": { - "karma": "^6.0.0" - }, - "engines": { - "node": ">=12" - }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } - }, - "license": "MIT", - "contributors": [ - "Maksim Ryzhikov ", - "johnjbarton ", - "Jonathan Ginsburg ", - "Mark Ethan Trostler ", - "Friedel Ziegelmayer ", - "XhmikosR ", - "olegskl ", - "semantic-release-bot ", - "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "dignifiedquire ", - "Cornelius Schmale ", - "Arthur Thornton ", - "Friedel Ziegelmayer ", - "Patrick McGuckin ", - "Richard Park ", - "Fernando Costa ", - "Nico Jansen ", - "Aaron Hartwig ", - "Alesei N ", - "Barry Fitzgerald ", - "Dirk T ", - "Dmitriy Tychshenko ", - "Flavian Hautbois ", - "Georgii Dolzhykov ", - "Gregg Van Hove ", - "Jacob Trimble ", - "João Pereira ", - "Keen Yee Liau ", - "Limon Monte ", - "Luis Aleman ", - "Marek Vavrecan ", - "Matthew Hill ", - "Milan Lempera ", - "Niels Dequeker ", - "Robin Gloster ", - "Sahat Yalkabov ", - "Sampo Kivistö ", - "Schaaf, Martin <703355+mschaaf@users.noreply.github.com>", - "Sergey Tatarintsev ", - "Sid Vishnoi ", - "Stefan Dragnev ", - "Tobias Speicher ", - "Todd Wolfson ", - "Vladimir Belov ", - "Yusuke Iinuma ", - "jiverson ", - "rpark ", - "strille " - ] -} diff --git a/node_modules/karma-source-map-support/package.json b/node_modules/karma-source-map-support/package.json deleted file mode 100644 index 51611f5..0000000 --- a/node_modules/karma-source-map-support/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "karma-source-map-support", - "version": "1.4.0", - "description": "Karma plugin for inline sourcemap support", - "main": "lib/index.js", - "dependencies": { - "source-map-support": "^0.5.5" - }, - "homepage": "https://github.com/tschaub/karma-source-map-support", - "author": { - "name": "Tim Schaub", - "url": "http://tschaub.net/" - }, - "keywords": [ - "karma-plugin", - "karma-framework", - "browserify", - "inline", - "sourcemap" - ], - "repository": { - "type": "git", - "url": "git://github.com/tschaub/karma-source-map-support.git" - }, - "bugs": { - "url": "https://github.com/tschaub/karma-source-map-support/issues" - }, - "license": "MIT", - "scripts": { - "test": "eslint lib" - }, - "eslintConfig": { - "extends": "tschaub", - "globals": { - "sourceMapSupport": false - } - }, - "devDependencies": { - "eslint": "^5.13.0", - "eslint-config-tschaub": "^12.0.1" - } -} diff --git a/node_modules/karma/node_modules/cliui/package.json b/node_modules/karma/node_modules/cliui/package.json deleted file mode 100644 index 3426665..0000000 --- a/node_modules/karma/node_modules/cliui/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "cliui", - "version": "7.0.4", - "description": "easily create complex multi-column command-line-interfaces", - "main": "build/index.cjs", - "exports": { - ".": [ - { - "import": "./index.mjs", - "require": "./build/index.cjs" - }, - "./build/index.cjs" - ] - }, - "type": "module", - "module": "./index.mjs", - "scripts": { - "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", - "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", - "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", - "test": "c8 mocha ./test/*.cjs", - "test:esm": "c8 mocha ./test/esm/cliui-test.mjs", - "postest": "check", - "coverage": "c8 report --check-coverage", - "precompile": "rimraf build", - "compile": "tsc", - "postcompile": "npm run build:cjs", - "build:cjs": "rollup -c", - "prepare": "npm run compile" - }, - "repository": "yargs/cliui", - "standard": { - "ignore": [ - "**/example/**" - ], - "globals": [ - "it" - ] - }, - "keywords": [ - "cli", - "command-line", - "layout", - "design", - "console", - "wrap", - "table" - ], - "author": "Ben Coe ", - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "devDependencies": { - "@types/node": "^14.0.27", - "@typescript-eslint/eslint-plugin": "^4.0.0", - "@typescript-eslint/parser": "^4.0.0", - "@wessberg/rollup-plugin-ts": "^1.3.2", - "c8": "^7.3.0", - "chai": "^4.2.0", - "chalk": "^4.1.0", - "cross-env": "^7.0.2", - "eslint": "^7.6.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-node": "^11.1.0", - "gts": "^3.0.0", - "mocha": "^8.1.1", - "rimraf": "^3.0.2", - "rollup": "^2.23.1", - "standardx": "^7.0.0", - "typescript": "^4.0.0" - }, - "files": [ - "build", - "index.mjs", - "!*.d.ts" - ], - "engine": { - "node": ">=10" - } -} diff --git a/node_modules/karma/node_modules/source-map/package.json b/node_modules/karma/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/karma/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/karma/node_modules/tmp/package.json b/node_modules/karma/node_modules/tmp/package.json deleted file mode 100644 index 1efd85f..0000000 --- a/node_modules/karma/node_modules/tmp/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "tmp", - "version": "0.2.3", - "description": "Temporary file and directory creator", - "author": "KARASZI István (http://raszi.hu/)", - "contributors": [ - "Carsten Klein (https://github.com/silkentrance)" - ], - "keywords": [ - "temporary", - "tmp", - "temp", - "tempdir", - "tempfile", - "tmpdir", - "tmpfile" - ], - "license": "MIT", - "repository": "https://github.com/raszi/node-tmp.git", - "homepage": "http://github.com/raszi/node-tmp", - "bugs": { - "url": "http://github.com/raszi/node-tmp/issues" - }, - "engines": { - "node": ">=14.14" - }, - "dependencies": {}, - "devDependencies": { - "eslint": "^6.3.0", - "eslint-plugin-mocha": "^6.1.1", - "istanbul": "^0.4.5", - "lerna-changelog": "^1.0.1", - "mocha": "^10.2.0" - }, - "main": "lib/tmp.js", - "files": [ - "lib/" - ], - "changelog": { - "labels": { - "breaking": ":boom: Breaking Change", - "enhancement": ":rocket: Enhancement", - "bug": ":bug: Bug Fix", - "documentation": ":memo: Documentation", - "internal": ":house: Internal" - }, - "cacheDir": ".changelog" - }, - "scripts": { - "changelog": "lerna-changelog", - "lint": "eslint lib --env mocha test", - "clean": "rm -Rf ./coverage", - "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary", - "doc": "jsdoc -c .jsdoc.json" - } -} diff --git a/node_modules/karma/node_modules/yargs-parser/package.json b/node_modules/karma/node_modules/yargs-parser/package.json deleted file mode 100644 index f97aa9e..0000000 --- a/node_modules/karma/node_modules/yargs-parser/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "yargs-parser", - "version": "20.2.9", - "description": "the mighty option parser used by yargs", - "main": "build/index.cjs", - "exports": { - ".": [ - { - "import": "./build/lib/index.js", - "require": "./build/index.cjs" - }, - "./build/index.cjs" - ] - }, - "type": "module", - "module": "./build/lib/index.js", - "scripts": { - "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", - "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", - "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", - "test": "c8 --reporter=text --reporter=html mocha test/*.cjs", - "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'", - "pretest:typescript": "npm run pretest", - "test:typescript": "c8 mocha ./build/test/typescript/*.js", - "coverage": "c8 report --check-coverage", - "precompile": "rimraf build", - "compile": "tsc", - "postcompile": "npm run build:cjs", - "build:cjs": "rollup -c", - "prepare": "npm run compile" - }, - "repository": { - "type": "git", - "url": "https://github.com/yargs/yargs-parser.git" - }, - "keywords": [ - "argument", - "parser", - "yargs", - "command", - "cli", - "parsing", - "option", - "args", - "argument" - ], - "author": "Ben Coe ", - "license": "ISC", - "devDependencies": { - "@types/chai": "^4.2.11", - "@types/mocha": "^8.0.0", - "@types/node": "^14.0.0", - "@typescript-eslint/eslint-plugin": "^3.10.1", - "@typescript-eslint/parser": "^3.10.1", - "@wessberg/rollup-plugin-ts": "^1.2.28", - "c8": "^7.3.0", - "chai": "^4.2.0", - "cross-env": "^7.0.2", - "eslint": "^7.0.0", - "eslint-plugin-import": "^2.20.1", - "eslint-plugin-node": "^11.0.0", - "gts": "^3.0.0", - "mocha": "^9.0.0", - "puppeteer": "^10.0.0", - "rimraf": "^3.0.2", - "rollup": "^2.22.1", - "rollup-plugin-cleanup": "^3.1.1", - "serve": "^12.0.0", - "standardx": "^7.0.0", - "start-server-and-test": "^1.11.2", - "ts-transform-default-export": "^1.0.2", - "typescript": "^4.0.0" - }, - "files": [ - "browser.js", - "build", - "!*.d.ts" - ], - "engines": { - "node": ">=10" - }, - "standardx": { - "ignore": [ - "build" - ] - } -} diff --git a/node_modules/karma/node_modules/yargs/helpers/package.json b/node_modules/karma/node_modules/yargs/helpers/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/node_modules/karma/node_modules/yargs/helpers/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/node_modules/karma/node_modules/yargs/package.json b/node_modules/karma/node_modules/yargs/package.json deleted file mode 100644 index 428ead2..0000000 --- a/node_modules/karma/node_modules/yargs/package.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "name": "yargs", - "version": "16.2.0", - "description": "yargs the modern, pirate-themed, successor to optimist.", - "main": "./index.cjs", - "exports": { - "./package.json": "./package.json", - ".": [ - { - "import": "./index.mjs", - "require": "./index.cjs" - }, - "./index.cjs" - ], - "./helpers": { - "import": "./helpers/helpers.mjs", - "require": "./helpers/index.js" - }, - "./yargs": [ - { - "require": "./yargs" - }, - "./yargs" - ] - }, - "type": "module", - "module": "./index.mjs", - "contributors": [ - { - "name": "Yargs Contributors", - "url": "https://github.com/yargs/yargs/graphs/contributors" - } - ], - "files": [ - "browser.mjs", - "index.cjs", - "helpers/*.js", - "helpers/*", - "index.mjs", - "yargs", - "build", - "locales", - "LICENSE", - "lib/platform-shims/*.mjs", - "!*.d.ts" - ], - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "devDependencies": { - "@types/chai": "^4.2.11", - "@types/mocha": "^8.0.0", - "@types/node": "^14.11.2", - "@wessberg/rollup-plugin-ts": "^1.3.2", - "c8": "^7.0.0", - "chai": "^4.2.0", - "chalk": "^4.0.0", - "coveralls": "^3.0.9", - "cpr": "^3.0.1", - "cross-env": "^7.0.2", - "cross-spawn": "^7.0.0", - "gts": "^3.0.0", - "hashish": "0.0.4", - "mocha": "^8.0.0", - "rimraf": "^3.0.2", - "rollup": "^2.23.0", - "rollup-plugin-cleanup": "^3.1.1", - "standardx": "^5.0.0", - "typescript": "^4.0.2", - "which": "^2.0.0", - "yargs-test-extends": "^1.0.1" - }, - "scripts": { - "fix": "gts fix && npm run fix:js", - "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'", - "posttest": "npm run check", - "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks", - "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks", - "coverage": "c8 report --check-coverage", - "prepare": "npm run compile", - "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", - "compile": "rimraf build && tsc", - "postcompile": "npm run build:cjs", - "build:cjs": "rollup -c rollup.config.cjs", - "postbuild:cjs": "rimraf ./build/index.cjs.d.ts", - "check": "gts lint && npm run check:js", - "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'", - "clean": "gts clean" - }, - "repository": { - "type": "git", - "url": "https://github.com/yargs/yargs.git" - }, - "homepage": "https://yargs.js.org/", - "standardx": { - "ignore": [ - "build", - "helpers", - "**/example/**", - "**/platform-shims/esm.mjs" - ] - }, - "keywords": [ - "argument", - "args", - "option", - "parser", - "parsing", - "cli", - "command" - ], - "license": "MIT", - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/karma/package.json b/node_modules/karma/package.json deleted file mode 100644 index 8f42461..0000000 --- a/node_modules/karma/package.json +++ /dev/null @@ -1,525 +0,0 @@ -{ - "name": "karma", - "description": "Spectacular Test Runner for JavaScript.", - "homepage": "https://karma-runner.github.io/", - "repository": { - "type": "git", - "url": "git://github.com/karma-runner/karma.git" - }, - "bugs": { - "url": "https://github.com/karma-runner/karma/issues" - }, - "keywords": [ - "karma", - "spectacular", - "runner", - "karma", - "js", - "javascript", - "testing", - "test", - "remote", - "execution" - ], - "author": "Vojta Jína ", - "contributors": [ - "Friedel Ziegelmayer ", - "dignifiedquire ", - "johnjbarton ", - "Yaroslav Admin ", - "greenkeeperio-bot ", - "semantic-release-bot ", - "Karma Bot ", - "Maksim Ryzhikov ", - "ukasz Usarz ", - "Christian Budde Christensen ", - "Wesley Cho ", - "taichi ", - "Jonathan Ginsburg ", - "Liam Newman ", - "lukasz ", - "Anton ", - "Michał Gołębiowski-Owczarek ", - "Todd Wolfson ", - "Mark Trostler ", - "Ciro Nunes ", - "Christian Budde Christensen ", - "Pawel Kozlowski ", - "Robo ", - "Shyam Seshadri ", - "Tim Cuthbertson ", - "Daniel Compton ", - "Mark Ethan Trostler ", - "Mourad ", - "Brian Di Palma ", - "Georgii Dolzhykov ", - "Kim Joar Bekkelund ", - "Matthias Oßwald <1410947+matz3@users.noreply.github.com>", - "Nick Malaguti ", - "falsandtru ", - "joshjb84 ", - "vivganes ", - "Andrew Martin ", - "Aymeric Beaumet ", - "Brian Ford ", - "Chris Casola ", - "Chris Hunt ", - "Daniel Aleksandersen ", - "David Souther ", - "Ilya Volodin ", - "Iristyle ", - "Jake Champion ", - "Jeff Jewiss ", - "Jérémy Judéaux ", - "Marcello Nuccio ", - "Nico Jansen ", - "Pieter Mees ", - "Sergei Startsev ", - "Tobias Speicher ", - "pavelgj ", - "sylvain-hamel ", - "ywong ", - "Andrew Morris ", - "Aseem Bansal ", - "Bryan Smith ", - "Bulat Shakirzyanov ", - "ChangZhuo Chen (陳昌倬) ", - "Chris Bottin ", - "Cyrus Chan ", - "DarthCharles ", - "David Herges ", - "David Pärsson ", - "Ethan J. Brown ", - "Ezra Brooks ", - "Filipe Guerra ", - "Greenkeeper ", - "Hugues Malphettes ", - "Igor Minar ", - "Igor Minar ", - "Ilya Goncharov ", - "James Ford ", - "James Talmage ", - "Janderson Constantino ", - "Jonas Pommerening ", - "Jonathan Freeman ", - "Josh ", - "KJ Tsanaktsidis ", - "Keen Yee Liau ", - "Kelly Jensen ", - "Kevin Huang ", - "Kevin WENNER ", - "Levi Thomason ", - "Luke Page ", - "Matt Lewis ", - "Parashuram ", - "Pat Tullmann ", - "PatrickJS ", - "Paul Gschwendtner ", - "Richard Harrington ", - "Roarke Gaskill ", - "Robert Stein ", - "Robin Liang ", - "Ruben Bridgewater ", - "Réda Housni Alaoui ", - "Sammy Jelin ", - "Sergey Simonchik ", - "Sergey Simonchik ", - "Shane Russell ", - "Stefan Dragnev ", - "Steve Mao ", - "Steve Mao ", - "Steve Van Opstal ", - "Sylvain Hamel ", - "SymbioticKilla <59652865+SymbioticKilla@users.noreply.github.com>", - "Terry ", - "Thomas Parisot ", - "Tim Gates ", - "Tom Erik Støwer ", - "Vivek Ganesan ", - "Vladimir Starkov ", - "comdiv ", - "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "karmarunnerbot ", - "ngiebel ", - "rdodev ", - "u812 <0u812@github.com>", - "Aaron Powell ", - "Adrien Crivelli ", - "Alan Agius ", - "Alejandro Mantecon Guillen ", - "Ales Rosina ", - "Alexander Pepper ", - "Alexander Shtuchkin ", - "Alexei ", - "Ameer Jhan ", - "Anders Ekdahl ", - "Anders Janmyr ", - "Andreas Krummsdorf ", - "Andreas Pålsson ", - "Andrew Fischer ", - "Andrew Marcinkevičius ", - "Andrey Chalkin ", - "Andy Joslin ", - "Anton Usmansky ", - "Athur Ming ", - "Atul Bhosale ", - "AugustinLF ", - "AvnerCohen ", - "Awad Mackie ", - "Basemm ", - "Benoit Charbonnier ", - "Bhavesh Kakadiya ", - "Borewit ", - "Brady Wied ", - "Bram Borggreve ", - "Breno Calazans ", - "Brian Donovan ", - "Brian Donovan ", - "Brian M Hunt ", - "Cagdas Bayram ", - "Carl Goldberg ", - "Chad Smith ", - "Chang Wang ", - "Charles Suh ", - "Chelsea Urquhart ", - "Chris ", - "Chris Chua ", - "Chris Dawson ", - "Christian Weiss ", - "Christopher Hiller ", - "Chuf <42591821+GChuf@users.noreply.github.com>", - "Ciro S. Costa ", - "Daan Stolp ", - "Damien Choizit ", - "Dan Siwiec ", - "Dan Thareja ", - "Danny Croft ", - "Danny Tuppeny ", - "David Hyde ", - "David Jensen ", - "David M. Karr ", - "Derek Gould ", - "Derek Schaller ", - "Dieter Oberkofler ", - "Dillon ", - "Dmitrii Abramov ", - "Dmitriy Ryajov ", - "Donovan Hutchinson ", - "Douglas Blumeyer ", - "Douglas Blumeyer ", - "Dunja Radulov ", - "ERt ", - "Ed Rooth ", - "Eddie Monge ", - "Eden ", - "Edward Hutchins ", - "Eldar Jafarov ", - "Eric Baer ", - "Esteban Marin ", - "Evgeniy Chekan ", - "Fabian Beuke ", - "Filipe Silva ", - "Franck Garcia ", - "Fred Sauer ", - "Frederic Hemberger ", - "Fredrik Bonander ", - "Gavin Aiken ", - "Geert Van Laethem ", - "Glenn Anderson ", - "Greg Thornton ", - "Gregory Cowan ", - "Hendrik Purmann ", - "Homa Wong ", - "Igor Lima ", - "Islam Sharabash ", - "Jack Tarantino ", - "Jacob Trimble ", - "Jakub Z ", - "James Shore ", - "Jan Molak ", - "Jeff Froom ", - "Jeff Lage ", - "Jeff Yates ", - "Jeremy Axelrod ", - "Jerry Reptak ", - "Jesse M. Holmes ", - "Joe Lencioni ", - "Johannes Gorset ", - "John Wehr ", - "Jon Bretman ", - "Jonathan ES Lin ", - "Jonathan Felchlin ", - "Jonathan Kingston ", - "Jonathan Niles ", - "Josh Lory ", - "João Marcos Duarte ", - "Julian Connor ", - "Julie Ralph ", - "Jurko Gospodnetić ", - "Justin Ridgewell ", - "KahWee Teng ", - "Karl Lindmark ", - "Karol Fabjańczuk ", - "Karolis Narkevicius ", - "Keats ", - "Keith Cirkel ", - "Kent C. Dodds ", - "Kevin Ortman ", - "Kostiantyn Kahanskyi ", - "Kris Kowal ", - "Lachlan Heywood ", - "Lenny Urbanowski ", - "Long Ho ", - "LoveIsGrief ", - "Lucas Theisen ", - "Lukasz Zatorski ", - "M1xA ", - "Magnus Markling ", - "Manfred Stock ", - "Manoel ", - "Marko Anastasov ", - "Martin Geisler ", - "Martin Jul ", - "Martin Lemanski ", - "Martin Probst ", - "Marvin Heilemann ", - "Matias Niemelä ", - "Matthew Amato ", - "Matthew Cale ", - "Matthew Machuga ", - "Matthias Oßwald ", - "Matti Paksula ", - "Mattijs Kneppers ", - "Max Rose ", - "Max Waterman ", - "Merott Movahedi ", - "Merrick Christensen ", - "Michael Krotscheck ", - "Michael Vartan ", - "Michał Siwek ", - "Milan Aleksic ", - "Milana Stojadinov ", - "Mohamed Eltuhamy ", - "Nathan Cornelius ", - "Nathan Hunzaker ", - "NeverwinterMoon ", - "Nick Carter ", - "Nick McCurdy ", - "Nick Payne ", - "Nick Petruzzelli ", - "Nick Petruzzelli ", - "Nick Williams ", - "Nicolas Artman ", - "Nicolas Ferrero ", - "Nikita Balakirev ", - "Nir Moav ", - "Nish ", - "Nuno Job ", - "Oleg Gomozov ", - "Olivier Yiptong ", - "OniOni ", - "OpenShift guest ", - "Outsider ", - "Parashuram ", - "Pascal Hartig ", - "Patrick Lussan ", - "Patrick Neschkudla ", - "Patrik Henningsson ", - "Paweł Kapalla ", - "Payam Valadkhan ", - "Pedro Araujo ", - "Pete Bacon Darwin ", - "Pete Swan ", - "Peter Burns ", - "Peter Halliday ", - "Peter McAlpine ", - "Peter Newman ", - "Peter Yates ", - "Philip Harrison ", - "Pierre Vanduynslager ", - "Piotr Błażejewicz (Peter Blazejewicz) ", - "Piper Chester ", - "Rafal Lindemann ", - "Remy Sharp ", - "Ricardo Melo Joia ", - "Rich Kuzsma ", - "Rich Trott ", - "Richard Herrera ", - "Roarke Gaskill ", - "Rob Cherry ", - "Rob Dodson ", - "Rogério Vicente ", - "Ruben Bridgewater ", - "Rémi ", - "Sahat Yalkabov ", - "Sam Rawlins ", - "Sam Rawlins ", - "Samuel Marks ", - "Saugat Acharya ", - "Schmulik Raskin ", - "Sergey Kruk ", - "Seth Rhodes ", - "Shahar Mor ", - "Shane Osbourne ", - "Sho Ikeda ", - "Sibiraj <20282546+Sibiraj-S@users.noreply.github.com>", - "Simen Bekkhus ", - "Simon Warta <2603011+webmaster128@users.noreply.github.com>", - "Simone Gentili ", - "Slava Kotiya ", - "Sophie Cooper ", - "Stefan Becking ", - "Stephen Hazleton ", - "Stuart Memo ", - "Taylor Buley ", - "Taylor Hakes ", - "Terin Stock ", - "Thai Pangsakulyanont @ Taskworld ", - "Thijs Triemstra ", - "Thomas Parisot ", - "Tim Hartman ", - "Tim Olshansky ", - "Timo Tijhof ", - "Tom MacWright ", - "TrevDev ", - "Tyler Akins ", - "Vasily Ostanin ", - "Veronica Lynn ", - "Vincent Taverna ", - "Vitor Buzinaro ", - "Volune ", - "Vova Bilonenko ", - "Wizek <123.wizek@gmail.com>", - "XhmikosR ", - "Yang09701194 ", - "Yaniv Efraim ", - "Yi Wang ", - "Yvonne Yip ", - "Zhang zhengzheng ", - "adamnation ", - "ahaurw01 ", - "ashaffer ", - "cexbrayat ", - "coderaiser ", - "compact ", - "coridrew ", - "cy6erskunk ", - "david-garcia-nete ", - "deepak1556 ", - "dorey ", - "grifball ", - "hdmr14 <58992133+hdmr14@users.noreply.github.com>", - "hrgdavor ", - "ianjobling ", - "inf3rno ", - "is-already-taken <1771602+is-already-taken@users.noreply.github.com>", - "jjoos ", - "jvalkeejarvi ", - "katrina95 <34797724+katrina95@users.noreply.github.com>", - "kyo_ago ", - "lanshunfang ", - "lusarz ", - "maik ", - "mdemo ", - "nathanfaucett ", - "pardoman ", - "sharmanikhil04 ", - "thetrevdev ", - "thorn0 ", - "toran billups ", - "xel23 ", - "chalkerx@gmail.com>", - "weiran.zsd@outlook.com>" - ], - "dependencies": { - "@colors/colors": "1.5.0", - "body-parser": "^1.19.0", - "braces": "^3.0.2", - "chokidar": "^3.5.1", - "connect": "^3.7.0", - "di": "^0.0.1", - "dom-serialize": "^2.2.1", - "glob": "^7.1.7", - "graceful-fs": "^4.2.6", - "http-proxy": "^1.18.1", - "isbinaryfile": "^4.0.8", - "lodash": "^4.17.21", - "log4js": "^6.4.1", - "mime": "^2.5.2", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.5", - "qjobs": "^1.2.0", - "range-parser": "^1.2.1", - "rimraf": "^3.0.2", - "socket.io": "^4.7.2", - "source-map": "^0.6.1", - "tmp": "^0.2.1", - "ua-parser-js": "^0.7.30", - "yargs": "^16.1.1" - }, - "devDependencies": { - "@commitlint/cli": "^12.1.4", - "@commitlint/config-angular": "^12.1.4", - "@semantic-release/changelog": "^5.0.1", - "@semantic-release/git": "^9.0.1", - "browserify": "^16.2.3", - "chai": "^4.2.0", - "chai-as-promised": "^7.1.1", - "chai-subset": "^1.2.2", - "cucumber": "^6.0.5", - "eslint": "^7.6.0", - "eslint-config-standard": "^14.1.1", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-standard": "^4.0.1", - "http2": "^3.3.6", - "jasmine-core": "^3.6.0", - "karma": ".", - "karma-browserify": "^7.0.0", - "karma-browserstack-launcher": "^1.6.0", - "karma-chai": "^0.1.0", - "karma-chrome-launcher": "^2.2.0", - "karma-firefox-launcher": "^1.3.0", - "karma-jasmine": "^2.0.1", - "karma-junit-reporter": "^2.0.1", - "karma-mocha": "^1.0.1", - "karma-mocha-reporter": "^2.0.0", - "karma-script-launcher": "^1.0.0", - "mocha": "^4.1.0", - "mocks": "^0.0.15", - "proxyquire": "^2.1.3", - "puppeteer": "^1.20.0", - "semantic-release": "^17.4.7", - "sinon": "7.3.2", - "sinon-chai": "^3.5.0", - "supertest": "^4.0.2", - "timer-shim": "^0.3.0", - "watchify": "^3.11.1", - "which": "^1.3.1" - }, - "main": "./lib/index", - "bin": { - "karma": "./bin/karma" - }, - "engines": { - "node": ">= 10" - }, - "version": "6.4.3", - "license": "MIT", - "scripts": { - "lint": "eslint . --ext js --ignore-pattern *.tpl.js", - "lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix", - "commit:check": "commitlint --from HEAD~1", - "test:unit": "mocha \"test/unit/**/*.spec.js\"", - "test:e2e": "cucumber-js test/e2e/*.feature", - "test:client": "node bin/karma start test/client/karma.conf.js", - "test": "npm run test:unit && npm run test:e2e && npm run test:client", - "build": "node scripts/client.js build", - "build:check": "node scripts/client.js check", - "build:watch": "node scripts/client.js watch", - "test:integration": "./scripts/integration-tests.sh", - "semantic-release": "semantic-release", - "commitlint": "commitlint" - } -} diff --git a/node_modules/keyv/package.json b/node_modules/keyv/package.json deleted file mode 100644 index a830461..0000000 --- a/node_modules/keyv/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "keyv", - "version": "4.5.4", - "description": "Simple key-value storage with support for multiple backends", - "main": "src/index.js", - "scripts": { - "build": "echo 'No build step required.'", - "prepare": "yarn build", - "test": "xo && c8 ava --serial", - "test:ci": "xo && ava --serial", - "clean": "rm -rf node_modules && rm -rf ./coverage && rm -rf ./test/testdb.sqlite" - }, - "xo": { - "rules": { - "unicorn/prefer-module": 0, - "unicorn/prefer-node-protocol": 0, - "@typescript-eslint/consistent-type-definitions": 0, - "unicorn/no-typeof-undefined": 0, - "unicorn/prefer-event-target": 0 - } - }, - "repository": { - "type": "git", - "url": "git+https://github.com/jaredwray/keyv.git" - }, - "keywords": [ - "key", - "value", - "store", - "cache", - "ttl" - ], - "author": "Jared Wray (http://jaredwray.com)", - "license": "MIT", - "bugs": { - "url": "https://github.com/jaredwray/keyv/issues" - }, - "homepage": "https://github.com/jaredwray/keyv", - "dependencies": { - "json-buffer": "3.0.1" - }, - "devDependencies": { - "@keyv/test-suite": "*", - "eslint": "^8.51.0", - "eslint-plugin-promise": "^6.1.1", - "pify": "^5.0.0", - "timekeeper": "^2.3.1", - "tsd": "^0.29.0" - }, - "tsd": { - "directory": "test" - }, - "types": "./src/index.d.ts", - "files": [ - "src" - ] -} diff --git a/node_modules/kind-of/package.json b/node_modules/kind-of/package.json deleted file mode 100644 index 5820cad..0000000 --- a/node_modules/kind-of/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "6.0.3", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "James (https://twitter.com/aretecode)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)", - "tunnckoCore (https://i.am.charlike.online)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "devDependencies": { - "benchmarked": "^2.0.0", - "browserify": "^14.4.0", - "gulp-format-md": "^1.0.0", - "mocha": "^4.0.1", - "write": "^1.0.3" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "reflinks": [ - "type-of", - "typeof", - "verb" - ] - } -} diff --git a/node_modules/klona/package.json b/node_modules/klona/package.json deleted file mode 100644 index 6e9d1eb..0000000 --- a/node_modules/klona/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "klona", - "version": "2.0.6", - "repository": "lukeed/klona", - "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", - "module": "dist/index.mjs", - "unpkg": "dist/index.min.js", - "main": "dist/index.js", - "types": "index.d.ts", - "license": "MIT", - "author": { - "name": "Luke Edwards", - "email": "luke.edwards05@gmail.com", - "url": "https://lukeed.com" - }, - "files": [ - "*.d.ts", - "dist", - "full", - "json", - "lite" - ], - "exports": { - ".": { - "types": "./index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.js" - }, - "./json": { - "types": "./index.d.ts", - "import": "./json/index.mjs", - "require": "./json/index.js" - }, - "./lite": { - "types": "./index.d.ts", - "import": "./lite/index.mjs", - "require": "./lite/index.js" - }, - "./full": { - "types": "./index.d.ts", - "import": "./full/index.mjs", - "require": "./full/index.js" - }, - "./package.json": "./package.json" - }, - "modes": { - "json": "src/json.js", - "lite": "src/lite.js", - "default": "src/index.js", - "full": "src/full.js" - }, - "engines": { - "node": ">= 8" - }, - "scripts": { - "build": "bundt", - "pretest": "npm run build", - "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts", - "test": "uvu -r esm test -i suites" - }, - "keywords": [ - "clone", - "copy", - "deep", - "extend", - "recursive", - "object" - ], - "devDependencies": { - "bundt": "1.0.2", - "esm": "3.2.25", - "uvu": "0.5.2" - } -} diff --git a/node_modules/kuler/package.json b/node_modules/kuler/package.json deleted file mode 100644 index fe85abc..0000000 --- a/node_modules/kuler/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "kuler", - "version": "2.0.0", - "description": "Color your terminal using CSS/hex color codes", - "main": "index.js", - "scripts": { - "test": "mocha test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/3rd-Eden/kuler" - }, - "keywords": [ - "kuler", - "ansi", - "color", - "colour", - "chalk", - "css", - "hex", - "rgb", - "rgv" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "bugs": { - "url": "https://github.com/3rd-Eden/kuler/issues" - }, - "homepage": "https://github.com/3rd-Eden/kuler", - "devDependencies": { - "assume": "^2.0.1", - "mocha": "^5.1.1" - } -} diff --git a/node_modules/launch-editor/package.json b/node_modules/launch-editor/package.json deleted file mode 100644 index e2df64c..0000000 --- a/node_modules/launch-editor/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "launch-editor", - "version": "2.6.1", - "description": "launch editor from node.js", - "main": "index.js", - "repository": { - "type": "git", - "url": "git+https://github.com/yyx990803/launch-editor.git" - }, - "keywords": [ - "launch", - "editor" - ], - "author": "Evan You", - "license": "MIT", - "bugs": { - "url": "https://github.com/yyx990803/launch-editor/issues" - }, - "homepage": "https://github.com/yyx990803/launch-editor#readme", - "dependencies": { - "picocolors": "^1.0.0", - "shell-quote": "^1.8.1" - } -} diff --git a/node_modules/leaflet/package.json b/node_modules/leaflet/package.json deleted file mode 100644 index 33349e3..0000000 --- a/node_modules/leaflet/package.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "name": "leaflet", - "version": "1.9.4", - "homepage": "https://leafletjs.com/", - "description": "JavaScript library for mobile-friendly interactive maps", - "devDependencies": { - "@mapbox/eslint-plugin-script-tags": "^1.0.0", - "@rollup/plugin-json": "^4.1.0", - "bundlemon": "^1.4.0", - "eslint": "^8.23.0", - "eslint-config-mourner": "^2.0.3", - "git-rev-sync": "^3.0.2", - "happen": "~0.3.2", - "husky": "^8.0.1", - "karma": "^6.4.0", - "karma-chrome-launcher": "^3.1.1", - "karma-edge-launcher": "^0.4.2", - "karma-expect": "^1.1.3", - "karma-firefox-launcher": "^2.1.2", - "karma-ie-launcher": "^1.0.0", - "karma-mocha": "^2.0.1", - "karma-rollup-preprocessor": "^7.0.8", - "karma-safari-launcher": "~1.0.0", - "karma-sinon": "^1.0.5", - "leafdoc": "^2.3.0", - "lint-staged": "^13.0.3", - "mocha": "^9.2.2", - "prosthetic-hand": "^1.4.0", - "rollup": "^2.78.1", - "rollup-plugin-git-version": "^0.3.1", - "sinon": "^7.5.0", - "ssri": "^9.0.1", - "uglify-js": "^3.17.0" - }, - "main": "dist/leaflet-src.js", - "style": "dist/leaflet.css", - "files": [ - "dist", - "src", - "!dist/leaflet.zip", - "!*.leafdoc", - "CHANGELOG.md" - ], - "scripts": { - "docs": "node ./build/docs.js && node ./build/integrity.js", - "test": "karma start ./spec/karma.conf.js", - "build": "npm run rollup && npm run uglify", - "lint": "eslint .", - "lintfix": "npm run lint -- --fix", - "rollup": "rollup -c build/rollup-config.js", - "watch": "rollup -w -c build/rollup-config.js", - "uglify": "uglifyjs dist/leaflet-src.js -c -m -o dist/leaflet.js --source-map filename=dist/leaflet.js.map --source-map content=dist/leaflet-src.js.map --source-map url=leaflet.js.map --comments", - "bundlemon": "bundlemon --subProject js --defaultCompression none && bundlemon --subProject js-gzip --defaultCompression gzip", - "serve": "cd docs && bundle exec jekyll serve", - "prepare": "husky install" - }, - "eslintConfig": { - "ignorePatterns": [ - "dist", - "debug", - "docs/docs/highlight", - "docs/examples/choropleth/us-states.js", - "docs/examples/geojson/sample-geojson.js", - "docs/examples/map-panes/eu-countries.js", - "docs/examples/extending/extending-2-layers.md", - "docs/_posts/2012*", - "docs/_site", - "build/integrity.js" - ], - "root": true, - "env": { - "commonjs": true, - "amd": true, - "node": false - }, - "extends": "mourner", - "plugins": [ - "@mapbox/eslint-plugin-script-tags" - ], - "parserOptions": { - "ecmaVersion": 6, - "sourceType": "module" - }, - "rules": { - "linebreak-style": [ - 0, - "unix" - ], - "no-mixed-spaces-and-tabs": [ - 2, - "smart-tabs" - ], - "indent": [ - 2, - "tab", - { - "VariableDeclarator": 0, - "flatTernaryExpressions": true - } - ], - "curly": 2, - "spaced-comment": 2, - "strict": 0, - "wrap-iife": 0, - "key-spacing": 0, - "consistent-return": 0, - "no-unused-expressions": [ - "error", - { - "allowShortCircuit": true - } - ] - }, - "overrides": [ - { - "files": [ - "build/**/*" - ], - "env": { - "node": true - }, - "rules": { - "global-require": 0 - } - }, - { - "files": [ - "*.md" - ], - "rules": { - "eol-last": 0, - "no-unused-vars": 0 - } - } - ] - }, - "repository": { - "type": "git", - "url": "git://github.com/Leaflet/Leaflet.git" - }, - "keywords": [ - "gis", - "map" - ], - "license": "BSD-2-Clause", - "lint-staged": { - "*.(js|md)": "eslint --cache --fix" - } -} diff --git a/node_modules/less-loader/package.json b/node_modules/less-loader/package.json deleted file mode 100644 index fe42f51..0000000 --- a/node_modules/less-loader/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "less-loader", - "version": "11.1.0", - "description": "A Less loader for webpack. Compiles Less to CSS.", - "license": "MIT", - "repository": "webpack-contrib/less-loader", - "author": "Johannes Ewald @jhnns", - "homepage": "https://github.com/webpack-contrib/less-loader", - "bugs": "https://github.com/webpack-contrib/less-loader/issues", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "main": "dist/cjs.js", - "engines": { - "node": ">= 14.15.0" - }, - "scripts": { - "start": "npm run build -- -w", - "clean": "del-cli dist", - "prebuild": "npm run clean", - "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", - "commitlint": "commitlint --from=master", - "security": "npm audit --production", - "lint:prettier": "prettier --list-different .", - "lint:js": "eslint --cache .", - "lint": "npm-run-all -l -p \"lint:**\"", - "test:only": "cross-env NODE_ENV=test jest", - "test:watch": "npm run test:only -- --watch", - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", - "pretest": "npm run lint", - "test": "npm run test:coverage", - "prepare": "husky install && npm run build", - "release": "standard-version" - }, - "files": [ - "dist" - ], - "peerDependencies": { - "less": "^3.5.0 || ^4.0.0", - "webpack": "^5.0.0" - }, - "dependencies": { - "klona": "^2.0.4" - }, - "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", - "@commitlint/cli": "^17.1.2", - "@commitlint/config-conventional": "^17.1.0", - "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^29.1.2", - "cross-env": "^7.0.3", - "del": "^6.1.1", - "del-cli": "^4.0.1", - "eslint": "^8.24.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.24.1", - "husky": "^8.0.1", - "jest": "^29.1.2", - "less": "^4.1.3", - "less-plugin-glob": "^2.0.2", - "lint-staged": "^12.5.0", - "memfs": "^3.4.7", - "npm-run-all": "^4.1.5", - "prettier": "^2.7.1", - "standard-version": "^9.3.1", - "strip-ansi": "^7.0.0", - "webpack": "^5.74.0" - }, - "keywords": [ - "webpack", - "loader", - "less", - "lesscss", - "less.js", - "css", - "preprocessor" - ] -} diff --git a/node_modules/less/node_modules/make-dir/package.json b/node_modules/less/node_modules/make-dir/package.json deleted file mode 100644 index 1b51bf7..0000000 --- a/node_modules/less/node_modules/make-dir/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "make-dir", - "version": "2.1.0", - "description": "Make a directory and its parents if needed - Think `mkdir -p`", - "license": "MIT", - "repository": "sindresorhus/make-dir", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && nyc ava && tsd-check" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "mkdir", - "mkdirp", - "make", - "directories", - "dir", - "dirs", - "folders", - "directory", - "folder", - "path", - "parent", - "parents", - "intermediate", - "recursively", - "recursive", - "create", - "fs", - "filesystem", - "file-system" - ], - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "devDependencies": { - "@types/graceful-fs": "^4.1.3", - "@types/node": "^11.10.4", - "ava": "^1.2.0", - "codecov": "^3.0.0", - "graceful-fs": "^4.1.11", - "nyc": "^13.1.0", - "path-type": "^3.0.0", - "tempy": "^0.2.1", - "tsd-check": "^0.3.0", - "xo": "^0.24.0" - } -} diff --git a/node_modules/less/node_modules/mime/package.json b/node_modules/less/node_modules/mime/package.json deleted file mode 100644 index 6bd24bc..0000000 --- a/node_modules/less/node_modules/mime/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "author": { - "name": "Robert Kieffer", - "url": "http://github.com/broofa", - "email": "robert@broofa.com" - }, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - }, - "contributors": [ - { - "name": "Benjamin Thomas", - "url": "http://github.com/bentomas", - "email": "benjamin@benjaminthomas.org" - } - ], - "description": "A comprehensive library for mime-type mapping", - "license": "MIT", - "dependencies": {}, - "devDependencies": { - "github-release-notes": "0.13.1", - "mime-db": "1.31.0", - "mime-score": "1.1.0" - }, - "scripts": { - "prepare": "node src/build.js", - "changelog": "gren changelog --tags=all --generate --override", - "test": "node src/test.js" - }, - "keywords": [ - "util", - "mime" - ], - "main": "mime.js", - "name": "mime", - "repository": { - "url": "https://github.com/broofa/node-mime", - "type": "git" - }, - "version": "1.6.0" -} diff --git a/node_modules/less/node_modules/semver/package.json b/node_modules/less/node_modules/semver/package.json deleted file mode 100644 index db035e9..0000000 --- a/node_modules/less/node_modules/semver/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "semver", - "version": "5.7.2", - "description": "The semantic version parser used by npm.", - "main": "semver.js", - "scripts": { - "test": "tap test/ --100 --timeout=30", - "lint": "echo linting disabled", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap test/ --100 --timeout=30", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/template-oss": "4.17.0", - "tap": "^12.7.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "./bin/semver" - }, - "files": [ - "bin", - "range.bnf", - "semver.js" - ], - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "content": "./scripts/template-oss", - "version": "4.17.0" - } -} diff --git a/node_modules/less/node_modules/source-map/package.json b/node_modules/less/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/node_modules/less/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/node_modules/less/package.json b/node_modules/less/package.json deleted file mode 100644 index 3153ef5..0000000 --- a/node_modules/less/package.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "name": "less", - "version": "4.1.3", - "description": "Leaner CSS", - "homepage": "http://lesscss.org", - "author": { - "name": "Alexis Sellier", - "email": "self@cloudhead.net" - }, - "contributors": [ - "The Core Less Team" - ], - "bugs": { - "url": "https://github.com/less/less.js/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/less/less.js.git" - }, - "master": { - "url": "https://github.com/less/less.js/blob/master/", - "raw": "https://raw.githubusercontent.com/less/less.js/master/" - }, - "license": "Apache-2.0", - "bin": { - "lessc": "./bin/lessc" - }, - "main": "index", - "module": "./lib/less-node/index", - "directories": { - "test": "./test" - }, - "browser": "./dist/less.js", - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "grunt test", - "grunt": "grunt", - "build": "npm-run-all clean compile", - "clean": "shx rm -rf ./lib tsconfig.tsbuildinfo", - "compile": "tsc -p tsconfig.json", - "copy:root": "shx cp -rf ./dist ../../", - "dev": "tsc -p tsconfig.json -w", - "prepublishOnly": "grunt dist" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "needle": "^3.1.0", - "source-map": "~0.6.0" - }, - "devDependencies": { - "@less/test-data": "^4.1.0", - "@less/test-import-module": "^4.0.0", - "@rollup/plugin-commonjs": "^17.0.0", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^11.0.0", - "@typescript-eslint/eslint-plugin": "^4.28.0", - "@typescript-eslint/parser": "^4.28.0", - "benny": "^3.6.12", - "bootstrap-less-port": "0.3.0", - "chai": "^4.2.0", - "cross-env": "^7.0.3", - "diff": "^3.2.0", - "eslint": "^7.29.0", - "fs-extra": "^8.1.0", - "git-rev": "^0.2.1", - "globby": "^10.0.1", - "grunt": "^1.0.4", - "grunt-cli": "^1.3.2", - "grunt-contrib-clean": "^1.0.0", - "grunt-contrib-connect": "^1.0.2", - "grunt-eslint": "^23.0.0", - "grunt-saucelabs": "^9.0.1", - "grunt-shell": "^1.3.0", - "html-template-tag": "^3.2.0", - "jit-grunt": "^0.10.0", - "less-plugin-autoprefix": "^1.5.1", - "less-plugin-clean-css": "^1.5.1", - "minimist": "^1.2.0", - "mocha": "^6.2.1", - "mocha-headless-chrome": "^2.0.3", - "mocha-teamcity-reporter": "^3.0.0", - "nock": "^11.8.2", - "npm-run-all": "^4.1.5", - "performance-now": "^0.2.0", - "phin": "^2.2.3", - "promise": "^7.1.1", - "read-glob": "^3.0.0", - "resolve": "^1.17.0", - "rollup": "^2.52.2", - "rollup-plugin-terser": "^5.1.1", - "rollup-plugin-typescript2": "^0.29.0", - "semver": "^6.3.0", - "shx": "^0.3.2", - "time-grunt": "^1.3.0", - "ts-node": "^9.1.1", - "typescript": "^4.3.4", - "uikit": "2.27.4" - }, - "keywords": [ - "compile less", - "css nesting", - "css variable", - "css", - "gradients css", - "gradients css3", - "less compiler", - "less css", - "less mixins", - "less", - "less.js", - "lesscss", - "mixins", - "nested css", - "parser", - "preprocessor", - "bootstrap css", - "bootstrap less", - "style", - "styles", - "stylesheet", - "variables in css", - "css less" - ], - "rawcurrent": "https://raw.github.com/less/less.js/v", - "sourcearchive": "https://github.com/less/less.js/archive/v", - "dependencies": { - "copy-anything": "^2.0.1", - "parse-node-version": "^1.0.1", - "tslib": "^2.3.0" - } -} diff --git a/node_modules/levn/package.json b/node_modules/levn/package.json deleted file mode 100644 index 0c356d6..0000000 --- a/node_modules/levn/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "levn", - "version": "0.4.1", - "author": "George Zahariev ", - "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible", - "homepage": "https://github.com/gkz/levn", - "keywords": [ - "levn", - "light", - "ecmascript", - "value", - "notation", - "json", - "typed", - "human", - "concise", - "typed", - "flexible" - ], - "files": [ - "lib", - "README.md", - "LICENSE" - ], - "main": "./lib/", - "bugs": "https://github.com/gkz/levn/issues", - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - }, - "repository": { - "type": "git", - "url": "git://github.com/gkz/levn.git" - }, - "scripts": { - "test": "make test" - }, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "devDependencies": { - "livescript": "^1.6.0", - "mocha": "^7.1.1" - } -} diff --git a/node_modules/libphonenumber-js/build/package.json b/node_modules/libphonenumber-js/build/package.json deleted file mode 100644 index de873e9..0000000 --- a/node_modules/libphonenumber-js/build/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "libphonenumber-js/build", - "type": "commonjs", - "private": true -} \ No newline at end of file diff --git a/node_modules/libphonenumber-js/core/package.json b/node_modules/libphonenumber-js/core/package.json deleted file mode 100644 index 6eb7033..0000000 --- a/node_modules/libphonenumber-js/core/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/core", - "main": "index.cjs", - "module": "index.js", - "type": "module", - "exports": { - ".": { - "import": "./index.js", - "require": "./index.cjs" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/max/metadata/package.json b/node_modules/libphonenumber-js/max/metadata/package.json deleted file mode 100644 index aa66dc3..0000000 --- a/node_modules/libphonenumber-js/max/metadata/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/max/metadata", - "main": "../../metadata.max.json", - "module": "../../metadata.max.json.js", - "types": "../../metadata.max.json.d.ts", - "type": "module", - "exports": { - ".": { - "types": "../../metadata.max.json.d.ts", - "import": "../../metadata.max.json.js", - "require": "../../metadata.max.json" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/max/package.json b/node_modules/libphonenumber-js/max/package.json deleted file mode 100644 index e987995..0000000 --- a/node_modules/libphonenumber-js/max/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/max", - "main": "index.cjs", - "module": "index.js", - "type": "module", - "exports": { - ".": { - "import": "./index.js", - "require": "./index.cjs" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/min/metadata/package.json b/node_modules/libphonenumber-js/min/metadata/package.json deleted file mode 100644 index 9471258..0000000 --- a/node_modules/libphonenumber-js/min/metadata/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/min/metadata", - "main": "../../metadata.min.json", - "module": "../../metadata.min.json.js", - "types": "../../metadata.min.json.d.ts", - "type": "module", - "exports": { - ".": { - "types": "../../metadata.min.json.d.ts", - "import": "../../metadata.min.json.js", - "require": "../../metadata.min.json" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/min/package.json b/node_modules/libphonenumber-js/min/package.json deleted file mode 100644 index d2a71ec..0000000 --- a/node_modules/libphonenumber-js/min/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/min", - "main": "index.cjs", - "module": "index.js", - "type": "module", - "exports": { - ".": { - "import": "./index.js", - "require": "./index.cjs" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/mobile/examples/package.json b/node_modules/libphonenumber-js/mobile/examples/package.json deleted file mode 100644 index 5c641c8..0000000 --- a/node_modules/libphonenumber-js/mobile/examples/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/mobile/examples", - "main": "../../examples.mobile.json", - "module": "../../examples.mobile.json.js", - "types": "../../examples.mobile.json.d.ts", - "type": "module", - "exports": { - ".": { - "types": "../../examples.mobile.json.d.ts", - "import": "../../examples.mobile.json.js", - "require": "../../examples.mobile.json" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/mobile/metadata/package.json b/node_modules/libphonenumber-js/mobile/metadata/package.json deleted file mode 100644 index a78d4fa..0000000 --- a/node_modules/libphonenumber-js/mobile/metadata/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/mobile/metadata", - "main": "../../metadata.mobile.json", - "module": "../../metadata.mobile.json.js", - "types": "../../metadata.mobile.json.d.ts", - "type": "module", - "exports": { - ".": { - "types": "../../metadata.mobile.json.d.ts", - "import": "../../metadata.mobile.json.js", - "require": "../../metadata.mobile.json" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/mobile/package.json b/node_modules/libphonenumber-js/mobile/package.json deleted file mode 100644 index 4a215be..0000000 --- a/node_modules/libphonenumber-js/mobile/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "private": true, - "name": "libphonenumber-js/mobile", - "main": "index.cjs", - "module": "index.js", - "type": "module", - "exports": { - ".": { - "import": "./index.js", - "require": "./index.cjs" - } - }, - "sideEffects": false -} diff --git a/node_modules/libphonenumber-js/package.json b/node_modules/libphonenumber-js/package.json deleted file mode 100644 index 8ed5ee4..0000000 --- a/node_modules/libphonenumber-js/package.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "name": "libphonenumber-js", - "version": "1.10.54", - "description": "A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript", - "main": "index.cjs", - "module": "index.js", - "type": "module", - "exports": { - ".": { - "import": "./index.js", - "require": "./index.cjs" - }, - "./min": { - "import": "./min/index.js", - "require": "./min/index.cjs" - }, - "./max": { - "import": "./max/index.js", - "require": "./max/index.cjs" - }, - "./mobile": { - "import": "./mobile/index.js", - "require": "./mobile/index.cjs" - }, - "./core": { - "import": "./core/index.js", - "require": "./core/index.cjs" - }, - "./min/metadata": { - "import": "./metadata.min.json.js", - "require": "./metadata.min.json" - }, - "./metadata.min": { - "import": "./metadata.min.json.js", - "require": "./metadata.min.json" - }, - "./metadata.min.json": { - "import": "./metadata.min.json.js", - "require": "./metadata.min.json" - }, - "./metadata.full": { - "import": "./metadata.max.json.js", - "require": "./metadata.max.json" - }, - "./metadata.full.json": { - "import": "./metadata.max.json.js", - "require": "./metadata.max.json" - }, - "./max/metadata": { - "import": "./metadata.max.json.js", - "require": "./metadata.max.json" - }, - "./metadata.max": { - "import": "./metadata.max.json.js", - "require": "./metadata.max.json" - }, - "./metadata.max.json": { - "import": "./metadata.max.json.js", - "require": "./metadata.max.json" - }, - "./mobile/metadata": { - "import": "./metadata.mobile.json.js", - "require": "./metadata.mobile.json" - }, - "./metadata.mobile": { - "import": "./metadata.mobile.json.js", - "require": "./metadata.mobile.json" - }, - "./metadata.mobile.json": { - "import": "./metadata.mobile.json.js", - "require": "./metadata.mobile.json" - }, - "./mobile/examples": { - "import": "./examples.mobile.json.js", - "require": "./examples.mobile.json" - }, - "./examples.mobile": { - "import": "./examples.mobile.json.js", - "require": "./examples.mobile.json" - }, - "./examples.mobile.json": { - "import": "./examples.mobile.json.js", - "require": "./examples.mobile.json" - }, - "./package.json": "./package.json" - }, - "sideEffects": false, - "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", - "@babel/plugin-syntax-import-assertions": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.17.12", - "@babel/preset-env": "^7.17.12", - "@babel/register": "^7.17.7", - "babel-plugin-istanbul": "^6.1.1", - "chai": "^4.3.6", - "cpy-cli": "^5.0.0", - "crlf": "^1.1.1", - "cross-env": "^7.0.3", - "istanbul": "^1.1.0-alpha.1", - "libphonenumber-metadata-generator": "^1.0.1", - "minimist": "^1.2.6", - "mocha": "^10.0.0", - "npm-run-all": "^4.1.5", - "nyc": "^15.1.0", - "renamer": "^4.0.0", - "replace-in-file": "^7.0.2", - "rimraf": "^3.0.2", - "rollup": "^2.73.0", - "rollup-plugin-json": "^4.0.0", - "rollup-plugin-terser": "^7.0.2" - }, - "scripts": { - "metadata:update:job": "git reset --hard && git pull && npm install && npm run metadata:update:release", - "metadata:pull-request": "node runnable/metadata-pull-request", - "metadata:branch": "node runnable/metadata-branch", - "metadata:unbranch": "node runnable/metadata-unbranch", - "metadata:publish": "npm version patch && npm publish && git push", - "metadata:update:release": "npm run metadata:download && node runnable/metadata-update-and-release", - "metadata:update:branch": "npm run metadata:branch && npm run metadata:download && node runnable/metadata-update-and-push", - "metadata:update:pull-request": "npm run metadata:branch && npm run metadata:download && node runnable/metadata-update-and-push-and-pull-request", - "metadata:generate": "npm-run-all metadata:generate:min metadata:generate:full metadata:generate:max metadata:generate:mobile metadata:generate:min:js metadata:generate:full:js metadata:generate:max:js metadata:generate:mobile:js metadata:generate:mobile:examples:js", - "metadata:generate:min": "node runnable/generate ../PhoneNumberMetadata.xml ../metadata.min.json --examples mobile", - "metadata:generate:full": "node runnable/generate ../PhoneNumberMetadata.xml ../metadata.full.json --extended --debug", - "metadata:generate:max": "node runnable/generate ../PhoneNumberMetadata.xml ../metadata.max.json --extended --debug", - "metadata:generate:mobile": "node runnable/generate ../PhoneNumberMetadata.xml ../metadata.mobile.json --types mobile", - "metadata:generate:min:js": "node runnable/json-to-js ./metadata.min.json", - "metadata:generate:full:js": "node runnable/json-to-js ./metadata.full.json", - "metadata:generate:max:js": "node runnable/json-to-js ./metadata.max.json", - "metadata:generate:mobile:js": "node runnable/json-to-js ./metadata.mobile.json", - "metadata:generate:mobile:examples:js": "node runnable/json-to-js ./examples.mobile.json", - "metadata:download": "node runnable/download https://raw.githubusercontent.com/googlei18n/libphonenumber/master/resources/PhoneNumberMetadata.xml PhoneNumberMetadata.xml", - "generate-country-codes": "node --experimental-json-modules runnable/generate-country-codes", - "test": "node --experimental-json-modules node_modules/mocha/bin/_mocha --colors --bail --reporter spec --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\" --recursive", - "test-coverage": "npm-run-all build:commonjs test-coverage:commonjs", - "test-coverage:commonjs": "node --experimental-json-modules node_modules/istanbul/lib/cli.js cover -x \"*.test.js\" -x \"build/findNumbers/Leniency.js\" -x \"build/findNumbers/matchPhoneNumberStringAgainstPhoneNumber.js\" -x \"build/findNumbers/RegExpCache.js\" -x \"build/findNumbers/LRUCache.js\" -x \"build/PhoneNumberMatcher.js\" -x \"build/tools/semver-compare.js\" node_modules/mocha/bin/_mocha -- --colors --reporter dot --require ./test/setup.js \"build/**/*.test.js\" --recursive", - "test-coverage--does-not-work-with-es-modules": "node --experimental-json-modules node_modules/istanbul/lib/cli.js cover -x \"build/**\" -x \"es6/**\" -x \"*.test.js\" -x \"source/findNumbers/Leniency.js\" -x \"source/findNumbers/matchPhoneNumberStringAgainstPhoneNumber.js\" -x \"source/findNumbers/RegExpCache.js\" -x \"source/findNumbers/LRUCache.js\" -x \"source/PhoneNumberMatcher.js\" -x \"source/tools/semver-compare.js\" node_modules/mocha/bin/_mocha -- --colors --reporter dot --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\" --recursive", - "test-coverage--nyc--does-not-work-with-es-modules": "cross-env nyc node --experimental-json-modules node_modules/mocha/bin/_mocha --bail --require @babel/register --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\"", - "coveralls--nyc-is-very-slow-and-is-not-used": "nyc report --reporter=text-lcov | coveralls", - "test-travis": "node --experimental-json-modules node_modules/istanbul/lib/cli.js cover -x \"build/**\" -x \"es6/**\" -x \"*.test.js\" -x \"source/findNumbers/Leniency.js\" -x \"source/findNumbers/matchPhoneNumberStringAgainstPhoneNumber.js\" -x \"source/findNumbers/RegExpCache.js\" -x \"source/findNumbers/LRUCache.js\" -x \"source/PhoneNumberMatcher.js\" -x \"source/tools/semver-compare.js\" node_modules/mocha/bin/_mocha --report lcovonly -- --colors --reporter spec --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\" --recursive", - "clean": "rimraf ./build/**/* ./es6/**/*", - "build:commonjs": "npm-run-all build:commonjs:with-tests build:commonjs:package.json build:commonjs:create-typescript-definitions build:commonjs:patch-typescript-definitions", - "build:commonjs:before-es-modules": "cross-env BABEL_ENV=commonjs babel ./source --out-dir ./build --source-maps --ignore test.js", - "build:commonjs:with-tests": "cross-env BABEL_ENV=commonjs babel ./source --out-dir ./build --source-maps", - "build:commonjs:package.json": "node runnable/create-commonjs-package-json.js", - "build:commonjs:create-typescript-definitions": "rimraf --verbose --glob ./*.d.cts \"./!(node_modules)/**/*.d.cts\" && cpy **/{index,metadata*,examples*,types}.d.ts . --rename={{basename}}.cts && renamer --find d.cts.ts --replace d.cts ./*.d.cts.ts \"./!(node_modules)/**/*.d.cts.ts\"", - "build:commonjs:patch-typescript-definitions": "replace-in-file \".d.js';\" \".d.cjs';\" **/*.d.cts", - "build:modules:copy-typescript-definitions": "cpy --flat min/index.d.ts max && cpy --flat min/index.d.ts mobile", - "build:modules": "cross-env BABEL_ENV=es6 babel ./source --out-dir ./es6 --source-maps --ignore test.js", - "build:bundle": "rollup --config rollup.config.mjs", - "build": "npm-run-all clean build:modules:copy-typescript-definitions build:modules build:commonjs build:bundle", - "prepublishOnly": "npm run metadata:generate && npm run generate-country-codes && crlf --set=LF metadata.*.json && npm-run-all build test" - }, - "repository": { - "type": "git", - "url": "git+https://gitlab.com/catamphetamine/libphonenumber-js.git" - }, - "keywords": [ - "telephone", - "phone", - "number", - "input", - "mobile", - "libphonenumber" - ], - "author": "catamphetamine ", - "license": "MIT", - "bugs": { - "url": "https://gitlab.com/catamphetamine/libphonenumber-js/issues" - }, - "homepage": "https://gitlab.com/catamphetamine/libphonenumber-js#readme" -} diff --git a/node_modules/license-webpack-plugin/package.json b/node_modules/license-webpack-plugin/package.json deleted file mode 100644 index 42fa49c..0000000 --- a/node_modules/license-webpack-plugin/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "license-webpack-plugin", - "version": "4.0.2", - "description": "Outputs licenses from 3rd party libraries to a file", - "main": "dist/index.js", - "typings": "dist/index.d.ts", - "files": [ - "/dist/**/*", - "/MIGRATION.md", - "/DOCUMENTATION.md" - ], - "scripts": { - "clean": "rimraf dist", - "format": "cross-env prettier --single-quote --write 'src/**/*.ts'", - "format:e2e": "cross-env prettier --ignore-path .gitignore --single-quote --write 'e2e/**/*.js'", - "lint": "cross-env tslint 'src/**/*.ts' --project tsconfig.json", - "build": "yarn run format && yarn run lint && yarn run clean && tsc", - "prepublishOnly": "yarn run build", - "jest": "jest", - "test:unit": "yarn run build && yarn run jest", - "test:e2e": "yarn run format:e2e && yarn --cwd e2e/webpack-v4 && yarn --cwd e2e/webpack-v5 && jest --config jest.config.e2e.js --runInBand", - "test": "yarn run test:unit && yarn run test:e2e" - }, - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git" - }, - "keywords": [ - "license", - "plugin", - "webpack" - ], - "author": "S K (xz64)", - "license": "ISC", - "bugs": { - "url": "https://github.com/xz64/license-webpack-plugin/issues" - }, - "homepage": "https://github.com/xz64/license-webpack-plugin#readme", - "devDependencies": { - "@types/jest": "^22.2.2", - "@types/webpack-sources": "^0.1.5", - "cross-env": "^5.2.0", - "jest": "^22.4.3", - "prettier": "^1.19.1", - "rimraf": "^2.6.2", - "ts-jest": "^22.4.2", - "tslint": "^5.9.1", - "tslint-config-airbnb": "^5.8.0", - "tslint-config-prettier": "^1.10.0", - "typescript": "^3.8.0" - }, - "dependencies": { - "webpack-sources": "^3.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-sources": { - "optional": true - } - } -} diff --git a/node_modules/lie/package.json b/node_modules/lie/package.json deleted file mode 100644 index 0f698a7..0000000 --- a/node_modules/lie/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "lie", - "version": "3.3.0", - "description": "A basic but performant promise implementation", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/calvinmetcalf/lie.git" - }, - "bugs": { - "url": "https://github.com/calvinmetcalf/lie/issues" - }, - "keywords": [ - "lie", - "promise", - "async", - "aplus" - ], - "main": "lib/index.js", - "scripts": { - "pretest": "npm run build", - "test": "npm run jshint && mocha -R nyan ./test/cover.js && tsc --noEmit ./test/types.ts", - "build-node": "copyfiles -f src/index.js lib && browserify-transform-cli inline-process-browser unreachable-branch-transform es3ify < src/index.js > lib/browser.js", - "build-js": "browserify -s Promise -p bundle-collapser/plugin . | derequire > ./dist/lie.js", - "build-min": "uglifyjs ./dist/lie.js -mc > ./dist/lie.min.js", - "build-poly-js": "browserify -p bundle-collapser/plugin ./polyfill.js | derequire > ./dist/lie.polyfill.js", - "build-poly-min": "uglifyjs ./dist/lie.polyfill.js -mc > ./dist/lie.polyfill.min.js", - "build-poly": "npm run build-poly-js && npm run build-poly-min", - "build": "npm run build-node && npm run build-js && npm run build-min && npm run build-poly", - "prebuild": "rimraf lib dist && mkdirp lib dist", - "cover": "istanbul cover _mocha ./test/cover.js -- -R spec && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100", - "jshint": "jshint src", - "node": "mocha -R spec ./test/cover.js", - "browser": "browserify test/cover.js > test/browser.js && mocha-phantomjs test/test.html" - }, - "devDependencies": { - "browserify": "^13.0.0", - "browserify-transform-cli": "^1.1.1", - "bundle-collapser": "^1.2.1", - "copyfiles": "^1.0.0", - "derequire": "^1.2.0", - "es3ify": "^0.2.2", - "inline-process-browser": "^1.0.0", - "istanbul": "^0.2.6", - "jshint": "^2.4.4", - "mkdirp": "^0.5.1", - "mocha": "^1.18.0", - "mocha-phantomjs": "~3.5.0", - "phantomjs": "^1.9.9", - "promises-aplus-tests": "calvinmetcalf/promises-tests#phantom", - "rimraf": "^2.5.4", - "typescript": "^2.7.1", - "uglify-js": "^2.4.13", - "unreachable-branch-transform": "^0.3.0" - }, - "dependencies": { - "immediate": "~3.0.5" - }, - "browser": { - "./lib/index.js": "./lib/browser.js" - }, - "files": [ - "lib", - "dist", - "polyfill.js", - "lie.d.ts" - ], - "types": "lie.d.ts" -} diff --git a/node_modules/lilconfig/package.json b/node_modules/lilconfig/package.json deleted file mode 100644 index 8e06d1f..0000000 --- a/node_modules/lilconfig/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "lilconfig", - "version": "2.1.0", - "description": "A zero-dependency alternative to cosmiconfig", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "prebuild": "npm run clean", - "build": "tsc --declaration", - "postbuild": "du -h ./dist/*", - "clean": "rm -rf ./dist", - "test": "jest --coverage", - "lint": "eslint ./src/*.ts" - }, - "keywords": [ - "cosmiconfig", - "config", - "configuration", - "search" - ], - "files": [ - "dist/*" - ], - "repository": { - "type": "git", - "url": "https://github.com/antonk52/lilconfig" - }, - "bugs": "https://github.com/antonk52/lilconfig/issues", - "author": "antonk52", - "license": "MIT", - "devDependencies": { - "@types/jest": "^27.0.2", - "@types/node": "^14.18.36", - "@typescript-eslint/eslint-plugin": "^5.54.0", - "@typescript-eslint/parser": "^5.54.0", - "cosmiconfig": "^7.1.0", - "eslint": "^8.35.0", - "eslint-config-prettier": "^8.6.0", - "eslint-plugin-prettier": "^4.2.1", - "jest": "^27.3.1", - "prettier": "^2.8.4", - "ts-jest": "27.0.7", - "typescript": "4.4.4" - }, - "engines": { - "node": ">=10" - } -} diff --git a/node_modules/lines-and-columns/package.json b/node_modules/lines-and-columns/package.json deleted file mode 100644 index a12eb6b..0000000 --- a/node_modules/lines-and-columns/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "lines-and-columns", - "version": "1.2.4", - "description": "Maps lines and columns to character offsets and back.", - "keywords": [ - "lines", - "columns", - "parser" - ], - "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme", - "bugs": { - "url": "https://github.com/eventualbuddha/lines-and-columns/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/eventualbuddha/lines-and-columns.git" - }, - "license": "MIT", - "author": "Brian Donovan ", - "main": "./build/index.js", - "types": "./build/index.d.ts", - "files": [ - "build" - ], - "scripts": { - "build:watch": "tsc --build tsconfig.build.json --watch", - "lint": "eslint .", - "lint:fix": "eslint . --fix", - "test": "is-ci test:coverage test:watch", - "test:coverage": "jest --coverage", - "test:watch": "jest --watch" - }, - "devDependencies": { - "@types/jest": "^27.0.3", - "@types/node": "^16.11.9", - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", - "esbuild": "^0.13.15", - "esbuild-runner": "^2.2.1", - "eslint": "^8.2.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^4.0.0", - "is-ci-cli": "^2.2.0", - "jest": "^27.3.1", - "prettier": "^2.4.1", - "semantic-release": "^18.0.0", - "typescript": "^4.5.2" - } -} diff --git a/node_modules/loader-runner/package.json b/node_modules/loader-runner/package.json deleted file mode 100644 index f8db868..0000000 --- a/node_modules/loader-runner/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "loader-runner", - "version": "4.3.0", - "description": "Runs (webpack) loaders", - "main": "lib/LoaderRunner.js", - "scripts": { - "lint": "eslint lib test", - "pretest": "npm run lint", - "test": "mocha --reporter spec", - "precover": "npm run lint", - "cover": "istanbul cover node_modules/mocha/bin/_mocha" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/webpack/loader-runner.git" - }, - "keywords": [ - "webpack", - "loader" - ], - "author": "Tobias Koppers @sokra", - "license": "MIT", - "bugs": { - "url": "https://github.com/webpack/loader-runner/issues" - }, - "homepage": "https://github.com/webpack/loader-runner#readme", - "engines": { - "node": ">=6.11.5" - }, - "files": [ - "lib/", - "bin/", - "hot/", - "web_modules/", - "schemas/" - ], - "devDependencies": { - "eslint": "^3.12.2", - "eslint-plugin-node": "^3.0.5", - "eslint-plugin-nodeca": "^1.0.3", - "istanbul": "^0.4.1", - "mocha": "^3.2.0", - "should": "^8.0.2" - } -} diff --git a/node_modules/loader-utils/package.json b/node_modules/loader-utils/package.json deleted file mode 100644 index f184859..0000000 --- a/node_modules/loader-utils/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "loader-utils", - "version": "3.2.1", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", - "dependencies": {}, - "scripts": { - "lint": "prettier --list-different . && eslint .", - "pretest": "yarn lint", - "test": "jest", - "test:only": "jest --coverage", - "test:ci": "yarn test:only", - "release": "yarn test && standard-version" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/webpack/loader-utils.git" - }, - "engines": { - "node": ">= 12.13.0" - }, - "devDependencies": { - "coveralls": "^3.1.1", - "eslint": "^8.0.1", - "eslint-plugin-node": "^11.1.0", - "jest": "^27.3.1", - "prettier": "^2.4.1", - "standard-version": "^9.3.2" - }, - "main": "lib/index.js", - "files": [ - "lib" - ] -} diff --git a/node_modules/locate-path/package.json b/node_modules/locate-path/package.json deleted file mode 100644 index 063b290..0000000 --- a/node_modules/locate-path/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "locate-path", - "version": "5.0.0", - "description": "Get the first path that exists on disk of multiple paths", - "license": "MIT", - "repository": "sindresorhus/locate-path", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "locate", - "path", - "paths", - "file", - "files", - "exists", - "find", - "finder", - "search", - "searcher", - "array", - "iterable", - "iterator" - ], - "dependencies": { - "p-locate": "^4.1.0" - }, - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/node_modules/lodash-es/package.json b/node_modules/lodash-es/package.json deleted file mode 100644 index b9fed9b..0000000 --- a/node_modules/lodash-es/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "lodash-es", - "version": "4.17.21", - "description": "Lodash exported as ES modules.", - "keywords": "es6, modules, stdlib, util", - "homepage": "https://lodash.com/custom-builds", - "bugs": "https://github.com/lodash/lodash-cli/issues", - "repository": "lodash/lodash", - "license": "MIT", - "type": "module", - "jsnext:main": "lodash.js", - "main": "lodash.js", - "module": "lodash.js", - "sideEffects": false, - "author": "John-David Dalton ", - "contributors": [ - "John-David Dalton ", - "Mathias Bynens " - ], - "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.assignin/package.json b/node_modules/lodash.assignin/package.json deleted file mode 100644 index dc44512..0000000 --- a/node_modules/lodash.assignin/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.assignin", - "version": "4.2.0", - "description": "The lodash method `_.assignIn` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, assignin", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.bind/package.json b/node_modules/lodash.bind/package.json deleted file mode 100644 index ec89d5d..0000000 --- a/node_modules/lodash.bind/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.bind", - "version": "4.2.1", - "description": "The lodash method `_.bind` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, bind", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.debounce/package.json b/node_modules/lodash.debounce/package.json deleted file mode 100644 index 2974633..0000000 --- a/node_modules/lodash.debounce/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.debounce", - "version": "4.0.8", - "description": "The lodash method `_.debounce` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, debounce", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.defaults/package.json b/node_modules/lodash.defaults/package.json deleted file mode 100644 index 3c49784..0000000 --- a/node_modules/lodash.defaults/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.defaults", - "version": "4.2.0", - "description": "The lodash method `_.defaults` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, defaults", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.filter/package.json b/node_modules/lodash.filter/package.json deleted file mode 100644 index 521b8c5..0000000 --- a/node_modules/lodash.filter/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.filter", - "version": "4.6.0", - "description": "The lodash method `_.filter` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, filter", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.flatten/package.json b/node_modules/lodash.flatten/package.json deleted file mode 100644 index 045cd05..0000000 --- a/node_modules/lodash.flatten/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.flatten", - "version": "4.4.0", - "description": "The lodash method `_.flatten` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, flatten", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.foreach/package.json b/node_modules/lodash.foreach/package.json deleted file mode 100644 index d26fe25..0000000 --- a/node_modules/lodash.foreach/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.foreach", - "version": "4.5.0", - "description": "The lodash method `_.forEach` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, foreach", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.map/package.json b/node_modules/lodash.map/package.json deleted file mode 100644 index 1a790de..0000000 --- a/node_modules/lodash.map/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.map", - "version": "4.6.0", - "description": "The lodash method `_.map` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, map", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.memoize/package.json b/node_modules/lodash.memoize/package.json deleted file mode 100644 index 2b75f28..0000000 --- a/node_modules/lodash.memoize/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.memoize", - "version": "4.1.2", - "description": "The lodash method `_.memoize` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, memoize", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.merge/package.json b/node_modules/lodash.merge/package.json deleted file mode 100644 index 3130fc8..0000000 --- a/node_modules/lodash.merge/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "lodash.merge", - "version": "4.6.2", - "description": "The Lodash method `_.merge` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, merge", - "author": "John-David Dalton ", - "contributors": [ - "John-David Dalton ", - "Mathias Bynens " - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.pick/package.json b/node_modules/lodash.pick/package.json deleted file mode 100644 index 6b54bed..0000000 --- a/node_modules/lodash.pick/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.pick", - "version": "4.4.0", - "description": "The lodash method `_.pick` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, pick", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.reduce/package.json b/node_modules/lodash.reduce/package.json deleted file mode 100644 index 0f713b9..0000000 --- a/node_modules/lodash.reduce/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.reduce", - "version": "4.6.0", - "description": "The lodash method `_.reduce` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, reduce", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.reject/package.json b/node_modules/lodash.reject/package.json deleted file mode 100644 index eb5bfeb..0000000 --- a/node_modules/lodash.reject/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.reject", - "version": "4.6.0", - "description": "The lodash method `_.reject` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, reject", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.some/package.json b/node_modules/lodash.some/package.json deleted file mode 100644 index d76977c..0000000 --- a/node_modules/lodash.some/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.some", - "version": "4.6.0", - "description": "The lodash method `_.some` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, some", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash.uniq/package.json b/node_modules/lodash.uniq/package.json deleted file mode 100644 index d433123..0000000 --- a/node_modules/lodash.uniq/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash.uniq", - "version": "4.5.0", - "description": "The lodash method `_.uniq` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "keywords": "lodash-modularized, uniq", - "author": "John-David Dalton (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton (http://allyoucanleet.com/)", - "Blaine Bublitz (https://github.com/phated)", - "Mathias Bynens (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} diff --git a/node_modules/lodash/package.json b/node_modules/lodash/package.json deleted file mode 100644 index b35fd95..0000000 --- a/node_modules/lodash/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash", - "version": "4.17.21", - "description": "Lodash modular utilities.", - "keywords": "modules, stdlib, util", - "homepage": "https://lodash.com/", - "repository": "lodash/lodash", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "main": "lodash.js", - "author": "John-David Dalton ", - "contributors": [ - "John-David Dalton ", - "Mathias Bynens " - ], - "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } -} diff --git a/node_modules/log-symbols/package.json b/node_modules/log-symbols/package.json deleted file mode 100644 index b9886e4..0000000 --- a/node_modules/log-symbols/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "log-symbols", - "version": "4.1.0", - "description": "Colored symbols for various log levels. Example: `✔︎ Success`", - "license": "MIT", - "repository": "sindresorhus/log-symbols", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "browser.js" - ], - "keywords": [ - "unicode", - "cli", - "cmd", - "command-line", - "characters", - "symbol", - "symbols", - "figure", - "figures", - "fallback", - "windows", - "log", - "logging", - "terminal", - "stdout" - ], - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "strip-ansi": "^6.0.0", - "tsd": "^0.14.0", - "xo": "^0.38.2" - }, - "browser": "browser.js" -} diff --git a/node_modules/log4js/package.json b/node_modules/log4js/package.json deleted file mode 100644 index a39a61a..0000000 --- a/node_modules/log4js/package.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "name": "log4js", - "version": "6.9.1", - "description": "Port of Log4js to work with node.", - "homepage": "https://log4js-node.github.io/log4js-node/", - "files": [ - "lib", - "types/*.d.ts", - "CHANGELOG.md", - "SECURITY.md" - ], - "keywords": [ - "logging", - "log", - "log4j", - "node" - ], - "license": "Apache-2.0", - "main": "./lib/log4js", - "types": "./types/log4js.d.ts", - "contributors": [ - "Gareth Jones ", - "Lam Wei Li " - ], - "repository": { - "type": "git", - "url": "https://github.com/log4js-node/log4js-node.git" - }, - "bugs": { - "url": "http://github.com/log4js-node/log4js-node/issues" - }, - "engines": { - "node": ">=8.0" - }, - "scripts": { - "prepare": "is-ci || husky install", - "pretest": "npm run prettier --if-present && eslint \"lib/**/*.js\" \"test/**/*.js\"", - "prettier": "prettier --check \"**/*.*\"", - "prettier:fix": "prettier --write \"**/*.*\"", - "test": "tap \"test/tap/**/*.js\" --cov --reporter=classic --coverage-report=text --coverage-report=html --timeout=45", - "typings": "tsc -p types/tsconfig.json" - }, - "directories": { - "test": "test", - "lib": "lib" - }, - "dependencies": { - "date-format": "^4.0.14", - "debug": "^4.3.4", - "flatted": "^3.2.7", - "rfdc": "^1.3.0", - "streamroller": "^3.1.5" - }, - "devDependencies": { - "@commitlint/cli": "^17.4.4", - "@commitlint/config-conventional": "^17.4.4", - "@log4js-node/sandboxed-module": "^2.2.1", - "callsites": "^3.1.0", - "deep-freeze": "0.0.1", - "eslint": "^8.34.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.6.0", - "eslint-import-resolver-node": "^0.3.7", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-prettier": "^4.2.1", - "fs-extra": "^11.1.0", - "husky": "^8.0.3", - "is-ci": "^3.0.1", - "nyc": "^15.1.0", - "prettier": "^2.8.4", - "proxyquire": "^2.1.3", - "tap": "^16.3.4", - "typescript": "^4.9.5" - }, - "browser": { - "os": false, - "streamroller": false, - "./lib/clustering.js": "./lib/clusteringBrowser.js", - "./lib/appenders/dateFile.js": "./lib/appenders/ignoreBrowser.js", - "./lib/appenders/file.js": "./lib/appenders/ignoreBrowser.js", - "./lib/appenders/fileSync.js": "./lib/appenders/ignoreBrowser.js", - "./lib/appenders/multiFile.js": "./lib/appenders/ignoreBrowser.js" - }, - "prettier": { - "trailingComma": "es5", - "arrowParens": "always", - "overrides": [ - { - "files": [ - "*.cjs" - ], - "options": { - "parser": "typescript" - } - } - ] - }, - "tap": { - "check-coverage": true - }, - "nyc": { - "all": true, - "include": [ - "lib/**/*.js" - ], - "require": [ - "./test/sandbox-coverage" - ] - } -} diff --git a/node_modules/logform/node_modules/@colors/colors/package.json b/node_modules/logform/node_modules/@colors/colors/package.json deleted file mode 100644 index 01d5f9f..0000000 --- a/node_modules/logform/node_modules/@colors/colors/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@colors/colors", - "description": "get colors in your node.js console", - "version": "1.6.0", - "author": "DABH", - "contributors": [ - { - "name": "DABH", - "url": "https://github.com/DABH" - } - ], - "homepage": "https://github.com/DABH/colors.js", - "bugs": "https://github.com/DABH/colors.js/issues", - "keywords": [ - "ansi", - "terminal", - "colors" - ], - "repository": { - "type": "git", - "url": "http://github.com/DABH/colors.js.git" - }, - "license": "MIT", - "scripts": { - "lint": "eslint . --fix", - "test": "export FORCE_COLOR=1 && node tests/basic-test.js && node tests/safe-test.js" - }, - "engines": { - "node": ">=0.1.90" - }, - "main": "lib/index.js", - "files": [ - "examples", - "lib", - "LICENSE", - "safe.js", - "themes", - "index.d.ts", - "safe.d.ts" - ], - "devDependencies": { - "eslint": "^8.9.0", - "eslint-config-google": "^0.14.0" - } -} diff --git a/node_modules/logform/package.json b/node_modules/logform/package.json deleted file mode 100644 index de36aa0..0000000 --- a/node_modules/logform/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "logform", - "version": "2.6.0", - "description": "An mutable object-based log format designed for chaining & objectMode streams.", - "main": "index.js", - "browser": "dist/browser.js", - "scripts": { - "lint": "eslint *.js test/*.js examples/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist", - "pretest": "npm run lint && npm run build", - "test": "nyc mocha test/*.test.js", - "build": "rimraf dist && babel *.js -d ./dist", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/winstonjs/logform.git" - }, - "keywords": [ - "winston", - "logging", - "format", - "winstonjs" - ], - "author": "Charlie Robbins ", - "license": "MIT", - "bugs": { - "url": "https://github.com/winstonjs/logform/issues" - }, - "homepage": "https://github.com/winstonjs/logform#readme", - "dependencies": { - "@colors/colors": "1.6.0", - "@types/triple-beam": "^1.3.2", - "fecha": "^4.2.0", - "ms": "^2.1.1", - "safe-stable-stringify": "^2.3.1", - "triple-beam": "^1.3.0" - }, - "devDependencies": { - "@babel/cli": "^7.10.3", - "@babel/core": "^7.10.3", - "@babel/preset-env": "^7.10.3", - "@dabh/eslint-config-populist": "^5.0.0", - "assume": "^2.2.0", - "eslint": "^8.8.0", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "rimraf": "^5.0.5" - }, - "types": "./index.d.ts", - "engines": { - "node": ">= 12.0.0" - } -} diff --git a/node_modules/lower-case/package.json b/node_modules/lower-case/package.json deleted file mode 100644 index 23e1c64..0000000 --- a/node_modules/lower-case/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "lower-case", - "version": "2.0.2", - "description": "Transforms the string to lower case", - "main": "dist/index.js", - "typings": "dist/index.d.ts", - "module": "dist.es2015/index.js", - "sideEffects": false, - "jsnext:main": "dist.es2015/index.js", - "files": [ - "dist/", - "dist.es2015/", - "LICENSE" - ], - "scripts": { - "lint": "tslint \"src/**/*\" --project tsconfig.json", - "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json", - "specs": "jest --coverage", - "test": "npm run build && npm run lint && npm run specs", - "size": "size-limit", - "prepare": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/blakeembrey/change-case.git" - }, - "keywords": [ - "lower", - "case", - "downcase", - "locale", - "convert", - "transform" - ], - "author": { - "name": "Blake Embrey", - "email": "hello@blakeembrey.com", - "url": "http://blakeembrey.me" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/blakeembrey/change-case/issues" - }, - "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/lower-case#readme", - "size-limit": [ - { - "path": "dist/index.js", - "limit": "250 B" - } - ], - "jest": { - "roots": [ - "/src/" - ], - "transform": { - "\\.tsx?$": "ts-jest" - }, - "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", - "moduleFileExtensions": [ - "ts", - "tsx", - "js", - "jsx", - "json", - "node" - ] - }, - "publishConfig": { - "access": "public" - }, - "devDependencies": { - "@size-limit/preset-small-lib": "^2.2.1", - "@types/jest": "^24.0.23", - "@types/node": "^12.12.14", - "jest": "^24.9.0", - "rimraf": "^3.0.0", - "ts-jest": "^24.2.0", - "tslint": "^5.20.1", - "tslint-config-prettier": "^1.18.0", - "tslint-config-standard": "^9.0.0", - "typescript": "^4.1.2" - }, - "dependencies": { - "tslib": "^2.0.3" - }, - "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0" -} diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json deleted file mode 100644 index d4611f8..0000000 --- a/node_modules/lru-cache/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "5.1.1", - "author": "Isaac Z. Schlueter ", - "keywords": [ - "mru", - "lru", - "cache" - ], - "scripts": { - "test": "tap test/*.js --100 -J", - "snap": "TAP_SNAPSHOT=1 tap test/*.js -J", - "coveragerport": "tap --coverage-report=html", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "main": "index.js", - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "benchmark": "^2.1.4", - "tap": "^12.1.0" - }, - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - }, - "files": [ - "index.js" - ] -} diff --git a/node_modules/luxon/package.json b/node_modules/luxon/package.json deleted file mode 100644 index aa3f831..0000000 --- a/node_modules/luxon/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "luxon", - "version": "3.4.4", - "description": "Immutable date wrapper", - "author": "Isaac Cambron", - "keywords": [ - "date", - "immutable" - ], - "repository": "https://github.com/moment/luxon", - "exports": { - ".": { - "import": "./src/luxon.js", - "require": "./build/node/luxon.js" - }, - "./package.json": "./package.json" - }, - "scripts": { - "build": "babel-node tasks/buildAll.js", - "build-node": "babel-node tasks/buildNode.js", - "build-global": "babel-node tasks/buildGlobal.js", - "jest": "jest", - "test": "jest --coverage", - "api-docs": "mkdir -p build && documentation build src/luxon.js -f html -o build/api-docs && sed -i.bak 's/<\\/body>/