From eb5ee8767db6ec9ecc78658f998eab1f4c9365f5 Mon Sep 17 00:00:00 2001 From: Mike Graham Date: Mon, 9 Dec 2024 16:59:05 -0800 Subject: [PATCH] v1.5.9 (#464) --- chain-api/package.json | 2 +- chain-cli/README.md | 2 +- .../chaincode-template/package-lock.json | 4 +- chain-cli/chaincode-template/package.json | 12 +- chain-cli/package.json | 4 +- chain-client/package.json | 4 +- chain-connect/package.json | 4 +- chain-test/package.json | 6 +- chaincode/package.json | 4 +- licenses/licenses.csv | 775 +----------------- package-lock.json | 28 +- package.json | 2 +- 12 files changed, 43 insertions(+), 804 deletions(-) diff --git a/chain-api/package.json b/chain-api/package.json index 43cf9cf4a..834a35fad 100644 --- a/chain-api/package.json +++ b/chain-api/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/api", - "version": "1.5.8", + "version": "1.5.9", "description": "Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.", "license": "Apache-2.0", "dependencies": { diff --git a/chain-cli/README.md b/chain-cli/README.md index 0f004bd47..3f2a64116 100644 --- a/chain-cli/README.md +++ b/chain-cli/README.md @@ -20,7 +20,7 @@ $ npm install -g @gala-chain/cli $ galachain COMMAND running command... $ galachain (--version) -@gala-chain/cli/1.5.8 linux-x64 node-v18.20.4 +@gala-chain/cli/1.5.9 linux-arm64 node-v18.20.5 $ galachain --help [COMMAND] USAGE $ galachain COMMAND diff --git a/chain-cli/chaincode-template/package-lock.json b/chain-cli/chaincode-template/package-lock.json index 498ac20f2..f7b960f92 100644 --- a/chain-cli/chaincode-template/package-lock.json +++ b/chain-cli/chaincode-template/package-lock.json @@ -1,12 +1,12 @@ { "name": "@galachain/product", - "version": "1.5.8", + "version": "1.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@galachain/product", - "version": "1.5.8", + "version": "1.5.9", "dependencies": { "@gala-chain/api": "1.3.3", "@gala-chain/chaincode": "1.3.3", diff --git a/chain-cli/chaincode-template/package.json b/chain-cli/chaincode-template/package.json index d9e969dfc..90b2fe27f 100644 --- a/chain-cli/chaincode-template/package.json +++ b/chain-cli/chaincode-template/package.json @@ -1,6 +1,6 @@ { "name": "@galachain/product", - "version": "1.5.8", + "version": "1.5.9", "description": "Product Chaincode", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -22,17 +22,17 @@ "update-snapshot": "jest --updateSnapshot" }, "dependencies": { - "@gala-chain/api": "1.5.8", - "@gala-chain/chaincode": "1.5.8", + "@gala-chain/api": "1.5.9", + "@gala-chain/chaincode": "1.5.9", "@grpc/grpc-js": "1.10.10", "dotenv": "^16.0.1", "fabric-contract-api": "2.5.6", "fabric-shim": "2.5.6" }, "devDependencies": { - "@gala-chain/cli": "1.5.8", - "@gala-chain/client": "1.5.8", - "@gala-chain/test": "1.5.8", + "@gala-chain/cli": "1.5.9", + "@gala-chain/client": "1.5.9", + "@gala-chain/test": "1.5.9", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/jest": "^29.5.12", "@types/node": "18.11.9", diff --git a/chain-cli/package.json b/chain-cli/package.json index 4050216f5..b1035661f 100644 --- a/chain-cli/package.json +++ b/chain-cli/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/cli", - "version": "1.5.8", + "version": "1.5.9", "description": "CLI for GalaChain to manage and deploy chaincodes", "license": "Apache-2.0", "bin": { @@ -14,7 +14,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "@noble/secp256k1": "^1.7.1", "@oclif/core": "^3", "@oclif/plugin-help": "^3", diff --git a/chain-client/package.json b/chain-client/package.json index a73f0e8f4..5d7403015 100644 --- a/chain-client/package.json +++ b/chain-client/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/client", - "version": "1.5.8", + "version": "1.5.9", "description": "GalaChain client library", "license": "Apache-2.0", "scripts": { @@ -21,7 +21,7 @@ "lib" ], "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "axios": "^1.6.0", "jsonschema": "^1.4.1", "tslib": "^2.6.2" diff --git a/chain-connect/package.json b/chain-connect/package.json index 8ac3efc05..4c96fa83b 100644 --- a/chain-connect/package.json +++ b/chain-connect/package.json @@ -1,8 +1,8 @@ { "name": "@gala-chain/connect", - "version": "1.5.8", + "version": "1.5.9", "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "ethers": "^6.12.1", "tslib": "^2.3.0", "bignumber.js": "9.1.2", diff --git a/chain-test/package.json b/chain-test/package.json index 441e07431..b9390ae5a 100644 --- a/chain-test/package.json +++ b/chain-test/package.json @@ -1,16 +1,16 @@ { "name": "@gala-chain/test", - "version": "1.5.8", + "version": "1.5.9", "description": "Unit testing and integration testing for GalaChain", "license": "Apache-2.0", "dependencies": { - "@gala-chain/client": "1.5.8", + "@gala-chain/client": "1.5.9", "nanoid": "^3.3.6", "tslib": "^2.6.2", "@jest/globals": "29.7.0" }, "peerDependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "bignumber.js": "*", "class-transformer": "*", "elliptic": "*", diff --git a/chaincode/package.json b/chaincode/package.json index 36b2b7722..9dfb943c1 100644 --- a/chaincode/package.json +++ b/chaincode/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/chaincode", - "version": "1.5.8", + "version": "1.5.9", "description": "Framework for building chaincodes on GalaChain", "license": "Apache-2.0", "type": "commonjs", @@ -22,7 +22,7 @@ "update-snapshot": "jest --updateSnapshot" }, "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "@grpc/grpc-js": "1.10.10", "fabric-contract-api": "2.5.6", "fabric-shim": "2.5.6", diff --git a/licenses/licenses.csv b/licenses/licenses.csv index 91bf6ab40..74e4daf49 100644 --- a/licenses/licenses.csv +++ b/licenses/licenses.csv @@ -1,9 +1,6 @@ "module name","name","version","repository","description","licenses" -"@adobe/css-tools@4.4.0","@adobe/css-tools","4.4.0","https://github.com/adobe/css-tools","CSS parser / stringifier","MIT" "@adraffy/ens-normalize@1.10.1","@adraffy/ens-normalize","1.10.1","https://github.com/adraffy/ens-normalize.js","Ethereum Name Service (ENS) Name Normalizer","MIT" -"@alloc/quick-lru@5.2.0","@alloc/quick-lru","5.2.0","https://github.com/sindresorhus/quick-lru","Simple “Least Recently Used” (LRU) cache","MIT" "@ampproject/remapping@2.2.1","@ampproject/remapping","2.2.1","https://github.com/ampproject/remapping","Remap sequential sourcemaps through transformations to point at the original source code","Apache-2.0" -"@aw-web-design/x-default-browser@1.4.126","@aw-web-design/x-default-browser","1.4.126","https://github.com/The-Code-Monkey/TechStack","Detect default web browser of the current user, cross-platform (Win/Lin/Mac)","MIT" "@aws-crypto/crc32@5.2.0","@aws-crypto/crc32","5.2.0","https://github.com/aws/aws-sdk-js-crypto-helpers","Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check","Apache-2.0" "@aws-crypto/crc32c@5.2.0","@aws-crypto/crc32c","5.2.0","https://github.com/aws/aws-sdk-js-crypto-helpers","Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check","Apache-2.0" "@aws-crypto/sha1-browser@5.2.0","@aws-crypto/sha1-browser","5.2.0","https://github.com/aws/aws-sdk-js-crypto-helpers","SHA1 wrapper for browsers that prefers `window.crypto.subtle`.","Apache-2.0" @@ -90,7 +87,6 @@ "@babel/plugin-syntax-decorators@7.24.7","@babel/plugin-syntax-decorators","7.24.7","https://github.com/babel/babel","Allow parsing of decorators","MIT" "@babel/plugin-syntax-dynamic-import@7.8.3","@babel/plugin-syntax-dynamic-import","7.8.3","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import","Allow parsing of import()","MIT" "@babel/plugin-syntax-export-namespace-from@7.8.3","@babel/plugin-syntax-export-namespace-from","7.8.3","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from","Allow parsing of export namespace from","MIT" -"@babel/plugin-syntax-flow@7.24.7","@babel/plugin-syntax-flow","7.24.7","https://github.com/babel/babel","Allow parsing of the flow syntax","MIT" "@babel/plugin-syntax-import-assertions@7.24.7","@babel/plugin-syntax-import-assertions","7.24.7","https://github.com/babel/babel","Allow parsing of the module assertion attributes in the import statement","MIT" "@babel/plugin-syntax-import-attributes@7.24.7","@babel/plugin-syntax-import-attributes","7.24.7","https://github.com/babel/babel","Allow parsing of the module attributes in the import statement","MIT" "@babel/plugin-syntax-import-meta@7.10.4","@babel/plugin-syntax-import-meta","7.10.4","https://github.com/babel/babel","Allow parsing of import.meta","MIT" @@ -121,7 +117,6 @@ "@babel/plugin-transform-dynamic-import@7.24.7","@babel/plugin-transform-dynamic-import","7.24.7","https://github.com/babel/babel","Transform import() expressions","MIT" "@babel/plugin-transform-exponentiation-operator@7.24.7","@babel/plugin-transform-exponentiation-operator","7.24.7","https://github.com/babel/babel","Compile exponentiation operator to ES5","MIT" "@babel/plugin-transform-export-namespace-from@7.24.7","@babel/plugin-transform-export-namespace-from","7.24.7","https://github.com/babel/babel","Compile export namespace to ES2015","MIT" -"@babel/plugin-transform-flow-strip-types@7.25.2","@babel/plugin-transform-flow-strip-types","7.25.2","https://github.com/babel/babel","Strip flow type annotations from your output code.","MIT" "@babel/plugin-transform-for-of@7.24.7","@babel/plugin-transform-for-of","7.24.7","https://github.com/babel/babel","Compile ES2015 for...of to ES5","MIT" "@babel/plugin-transform-function-name@7.24.7","@babel/plugin-transform-function-name","7.24.7","https://github.com/babel/babel","Apply ES2015 function.name semantics to all functions","MIT" "@babel/plugin-transform-json-strings@7.24.7","@babel/plugin-transform-json-strings","7.24.7","https://github.com/babel/babel","Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings","MIT" @@ -158,10 +153,8 @@ "@babel/plugin-transform-unicode-regex@7.24.7","@babel/plugin-transform-unicode-regex","7.24.7","https://github.com/babel/babel","Compile ES2015 Unicode regex to ES5","MIT" "@babel/plugin-transform-unicode-sets-regex@7.24.7","@babel/plugin-transform-unicode-sets-regex","7.24.7","https://github.com/babel/babel","Compile regular expressions' unicodeSets (v) flag.","MIT" "@babel/preset-env@7.24.7","@babel/preset-env","7.24.7","https://github.com/babel/babel","A Babel preset for each environment.","MIT" -"@babel/preset-flow@7.24.7","@babel/preset-flow","7.24.7","https://github.com/babel/babel","Babel preset for all Flow plugins.","MIT" "@babel/preset-modules@0.1.6-no-external-plugins","@babel/preset-modules","0.1.6-no-external-plugins","https://github.com/babel/preset-modules","A Babel preset that targets modern browsers by fixing engine bugs.","MIT" "@babel/preset-typescript@7.24.7","@babel/preset-typescript","7.24.7","https://github.com/babel/babel","Babel preset for TypeScript.","MIT" -"@babel/register@7.24.6","@babel/register","7.24.6","https://github.com/babel/babel","babel require hook","MIT" "@babel/regjsgen@0.8.0","@babel/regjsgen","0.8.0","https://github.com/bnjmnt4n/regjsgen","Generate regular expressions from regjsparser’s AST.","MIT" "@babel/runtime@7.23.2","@babel/runtime","7.23.2","https://github.com/babel/babel","babel's modular runtime helpers","MIT" "@babel/template@7.25.0","@babel/template","7.25.0","https://github.com/babel/babel","Generate an AST from a string template.","MIT" @@ -170,7 +163,6 @@ "@babel/types@7.17.0","@babel/types","7.17.0","https://github.com/babel/babel","Babel Types is a Lodash-esque utility library for AST nodes","MIT" "@babel/types@7.25.4","@babel/types","7.25.4","https://github.com/babel/babel","Babel Types is a Lodash-esque utility library for AST nodes","MIT" "@bcoe/v8-coverage@0.2.3","@bcoe/v8-coverage","0.2.3","https://github.com/demurgos/v8-coverage","Helper functions for V8 coverage files.","MIT" -"@colors/colors@1.5.0","@colors/colors","1.5.0","https://github.com/DABH/colors.js","get colors in your node.js console","MIT" "@colors/colors@1.6.0","@colors/colors","1.6.0","https://github.com/DABH/colors.js","get colors in your node.js console","MIT" "@cspotcode/source-map-support@0.8.1","@cspotcode/source-map-support","0.8.1","https://github.com/cspotcode/node-source-map-support","Fixes stack traces for files with source maps","MIT" "@dabh/diagnostics@2.0.3","@dabh/diagnostics","2.0.3","https://github.com/3rd-Eden/diagnostics","Tools for debugging your node.js modules and event loop","MIT" @@ -180,37 +172,28 @@ "@datadog/native-metrics@2.0.0","@datadog/native-metrics","2.0.0","https://github.com/DataDog/dd-native-metrics-js","Native metrics collector for libuv and v8","Apache-2.0" "@datadog/pprof@5.0.0","@datadog/pprof","5.0.0","https://github.com/datadog/pprof-nodejs","pprof support for Node.js","Apache-2.0" "@datadog/sketches-js@2.1.0","@datadog/sketches-js","2.1.0","https://github.com/DataDog/sketches-js","TypeScript implementation of DDSketch, a distributed quantile sketch algorithm ","Apache-2.0" -"@discoveryjs/json-ext@0.5.7","@discoveryjs/json-ext","0.5.7","https://github.com/discoveryjs/json-ext","A set of utilities that extend the use of JSON","MIT" "@emnapi/core@1.2.0","@emnapi/core","1.2.0","https://github.com/toyobayashi/emnapi","emnapi core","MIT" "@emnapi/runtime@1.2.0","@emnapi/runtime","1.2.0","https://github.com/toyobayashi/emnapi","emnapi runtime","MIT" "@emnapi/wasi-threads@1.0.1","@emnapi/wasi-threads","1.0.1","https://github.com/toyobayashi/emnapi","WASI threads proposal implementation in JavaScript","MIT" -"@emotion/use-insertion-effect-with-fallbacks@1.1.0","@emotion/use-insertion-effect-with-fallbacks","1.1.0","https://github.com/emotion-js/emotion/tree/main/packages/use-insertion-effect-with-fallbacks","A wrapper package that uses `useInsertionEffect` or a fallback for it","MIT" -"@esbuild/linux-x64@0.18.20","@esbuild/linux-x64","0.18.20","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT" -"@esbuild/linux-x64@0.19.12","@esbuild/linux-x64","0.19.12","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT" -"@esbuild/linux-x64@0.21.5","@esbuild/linux-x64","0.21.5","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT" "@eslint-community/eslint-utils@4.4.0","@eslint-community/eslint-utils","4.4.0","https://github.com/eslint-community/eslint-utils","Utilities for ESLint plugins.","MIT" "@eslint-community/regexpp@4.10.0","@eslint-community/regexpp","4.10.0","https://github.com/eslint-community/regexpp","Regular expression parser for ECMAScript.","MIT" "@eslint/eslintrc@0.4.3","@eslint/eslintrc","0.4.3","https://github.com/eslint/eslintrc","The legacy ESLintRC config file format for ESLint","MIT" "@eslint/eslintrc@2.1.4","@eslint/eslintrc","2.1.4","https://github.com/eslint/eslintrc","The legacy ESLintRC config file format for ESLint","MIT" "@eslint/js@8.55.0","@eslint/js","8.55.0","https://github.com/eslint/eslint","ESLint JavaScript language implementation","MIT" "@eslint/js@8.57.0","@eslint/js","8.57.0","https://github.com/eslint/eslint","ESLint JavaScript language implementation","MIT" -"@fal-works/esbuild-plugin-global-externals@2.1.2","@fal-works/esbuild-plugin-global-externals","2.1.2","","esbuild plugin for replacing imports with global variables.","MIT" "@fidm/asn1@1.0.4","@fidm/asn1","1.0.4","https://github.com/fidm/asn1","ASN.1/DER, PEM for Node.js","MIT" "@fidm/x509@1.2.1","@fidm/x509","1.2.1","https://github.com/fidm/x509","Pure JavaScript X509 certificate tools for Node.js","MIT" -"@gala-chain/api@1.5.8","@gala-chain/api","1.5.8","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0" -"@gala-chain/chaincode@1.5.8","@gala-chain/chaincode","1.5.8","","Framework for building chaincodes on GalaChain","Apache-2.0" -"@gala-chain/cli@1.5.8","@gala-chain/cli","1.5.8","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0" -"@gala-chain/client@1.5.8","@gala-chain/client","1.5.8","","GalaChain client library","Apache-2.0" -"@gala-chain/connect@1.5.8","@gala-chain/connect","1.5.8","https://github.com/GalaChain/sdk","GalaChain Connect is a library that provides developers with capabilities comparable to [ethers.js](https://docs.ethers.io/), allowing users to connect to and interact with GalaChain using wallets such as MetaMask.","Custom: https://docs.ethers.io/" -"@gala-chain/sdk@1.5.8","@gala-chain/sdk","1.5.8","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED" -"@gala-chain/test@1.5.8","@gala-chain/test","1.5.8","","Unit testing and integration testing for GalaChain","Apache-2.0" +"@gala-chain/api@1.5.9","@gala-chain/api","1.5.9","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0" +"@gala-chain/chaincode@1.5.9","@gala-chain/chaincode","1.5.9","","Framework for building chaincodes on GalaChain","Apache-2.0" +"@gala-chain/cli@1.5.9","@gala-chain/cli","1.5.9","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0" +"@gala-chain/client@1.5.9","@gala-chain/client","1.5.9","","GalaChain client library","Apache-2.0" +"@gala-chain/connect@1.5.9","@gala-chain/connect","1.5.9","https://github.com/GalaChain/sdk","GalaChain Connect is a library that provides developers with capabilities comparable to [ethers.js](https://docs.ethers.io/), allowing users to connect to and interact with GalaChain using wallets such as MetaMask.","Custom: https://docs.ethers.io/" +"@gala-chain/sdk@1.5.9","@gala-chain/sdk","1.5.9","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED" +"@gala-chain/test@1.5.9","@gala-chain/test","1.5.9","","Unit testing and integration testing for GalaChain","Apache-2.0" "@grpc/grpc-js@1.10.10","@grpc/grpc-js","1.10.10","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0" "@grpc/grpc-js@1.10.11","@grpc/grpc-js","1.10.11","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0" "@grpc/grpc-js@1.9.15","@grpc/grpc-js","1.9.15","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0" "@grpc/proto-loader@0.7.13","@grpc/proto-loader","0.7.13","https://github.com/grpc/grpc-node","gRPC utility library for loading .proto files","Apache-2.0" -"@hapi/hoek@9.3.0","@hapi/hoek","9.3.0","https://github.com/hapijs/hoek","General purpose node utilities","BSD-3-Clause" -"@hapi/topo@5.1.0","@hapi/topo","5.1.0","https://github.com/hapijs/topo","Topological sorting with grouping support","BSD-3-Clause" -"@heroicons/vue@2.1.5","@heroicons/vue","2.1.5","https://github.com/tailwindlabs/heroicons","

Heroicons

","MIT" "@humanwhocodes/config-array@0.11.14","@humanwhocodes/config-array","0.11.14","https://github.com/humanwhocodes/config-array","Glob-based configuration matching.","Apache-2.0" "@humanwhocodes/config-array@0.5.0","@humanwhocodes/config-array","0.5.0","https://github.com/humanwhocodes/config-array","Glob-based configuration matching.","Apache-2.0" "@humanwhocodes/module-importer@1.0.1","@humanwhocodes/module-importer","1.0.1","https://github.com/humanwhocodes/module-importer","Universal module importer for Node.js","Apache-2.0" @@ -223,38 +206,21 @@ "@inquirer/input@2.2.9","@inquirer/input","2.2.9","https://github.com/SBoudrias/Inquirer.js","Inquirer input text prompt","MIT" "@inquirer/select@2.4.7","@inquirer/select","2.4.7","https://github.com/SBoudrias/Inquirer.js","Inquirer select/list prompt","MIT" "@inquirer/type@1.5.2","@inquirer/type","1.5.2","https://github.com/SBoudrias/Inquirer.js","Inquirer core TS types","MIT" -"@isaacs/cliui@8.0.2","@isaacs/cliui","8.0.2","https://github.com/yargs/cliui","easily create complex multi-column command-line-interfaces","ISC" "@istanbuljs/load-nyc-config@1.1.0","@istanbuljs/load-nyc-config","1.1.0","https://github.com/istanbuljs/load-nyc-config","Utility function to load nyc configuration","ISC" "@istanbuljs/schema@0.1.3","@istanbuljs/schema","0.1.3","https://github.com/istanbuljs/schema","Schemas describing various structures used by nyc and istanbuljs","MIT" -"@jest/console@28.1.3","@jest/console","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/console@29.7.0","@jest/console","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/core@28.1.3","@jest/core","28.1.3","https://github.com/facebook/jest","Delightful JavaScript Testing.","MIT" "@jest/core@29.7.0","@jest/core","29.7.0","https://github.com/jestjs/jest","Delightful JavaScript Testing.","MIT" -"@jest/create-cache-key-function@29.7.0","@jest/create-cache-key-function","29.7.0","https://github.com/jestjs/jest","This module creates a function which is used for generating cache keys used by code transformers in Jest.","MIT" -"@jest/environment@28.1.3","@jest/environment","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/environment@29.7.0","@jest/environment","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/expect-utils@28.1.3","@jest/expect-utils","28.1.3","https://github.com/facebook/jest","This module exports some utils for the `expect` function used in [Jest](https://jestjs.io/).","MIT" "@jest/expect-utils@29.7.0","@jest/expect-utils","29.7.0","https://github.com/jestjs/jest","This module exports some utils for the `expect` function used in [Jest](https://jestjs.io/).","MIT" -"@jest/expect@28.1.3","@jest/expect","28.1.3","https://github.com/facebook/jest","This package extends `expect` library with `jest-snapshot` matchers. It exports `jestExpect` object, which can be used as standalone replacement of `expect`.","MIT" "@jest/expect@29.7.0","@jest/expect","29.7.0","https://github.com/jestjs/jest","This package extends `expect` library with `jest-snapshot` matchers. It exports `jestExpect` object, which can be used as standalone replacement of `expect`.","MIT" -"@jest/fake-timers@28.1.3","@jest/fake-timers","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/fake-timers@29.7.0","@jest/fake-timers","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/globals@28.1.3","@jest/globals","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/globals@29.7.0","@jest/globals","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/reporters@28.1.3","@jest/reporters","28.1.3","https://github.com/facebook/jest","Jest's reporters","MIT" "@jest/reporters@29.7.0","@jest/reporters","29.7.0","https://github.com/jestjs/jest","Jest's reporters","MIT" -"@jest/schemas@28.1.3","@jest/schemas","28.1.3","https://github.com/facebook/jest","Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration.","MIT" "@jest/schemas@29.6.3","@jest/schemas","29.6.3","https://github.com/jestjs/jest","Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration.","MIT" -"@jest/source-map@28.1.2","@jest/source-map","28.1.2","https://github.com/facebook/jest","","MIT" "@jest/source-map@29.6.3","@jest/source-map","29.6.3","https://github.com/jestjs/jest","","MIT" -"@jest/test-result@28.1.3","@jest/test-result","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/test-result@29.7.0","@jest/test-result","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/test-sequencer@28.1.3","@jest/test-sequencer","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/test-sequencer@29.7.0","@jest/test-sequencer","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/transform@28.1.3","@jest/transform","28.1.3","https://github.com/facebook/jest","","MIT" "@jest/transform@29.7.0","@jest/transform","29.7.0","https://github.com/jestjs/jest","","MIT" -"@jest/types@27.5.1","@jest/types","27.5.1","https://github.com/facebook/jest","","MIT" -"@jest/types@28.1.3","@jest/types","28.1.3","https://github.com/facebook/jest","This package contains shared types of Jest's packages.","MIT" "@jest/types@29.6.3","@jest/types","29.6.3","https://github.com/jestjs/jest","This package contains shared types of Jest's packages.","MIT" "@jridgewell/gen-mapping@0.3.5","@jridgewell/gen-mapping","0.3.5","https://github.com/jridgewell/gen-mapping","Generate source maps","MIT" "@jridgewell/resolve-uri@3.1.1","@jridgewell/resolve-uri","3.1.1","https://github.com/jridgewell/resolve-uri","Resolve a URI relative to an optional base URI","MIT" @@ -263,14 +229,7 @@ "@jridgewell/trace-mapping@0.3.25","@jridgewell/trace-mapping","0.3.25","https://github.com/jridgewell/trace-mapping","Trace the original position through a source map","MIT" "@jridgewell/trace-mapping@0.3.9","@jridgewell/trace-mapping","0.3.9","https://github.com/jridgewell/trace-mapping","Trace the original position through a source map","MIT" "@js-sdsl/ordered-map@4.4.2","@js-sdsl/ordered-map","4.4.2","https://github.com/js-sdsl/js-sdsl","javascript standard data structure library which benchmark against C++ STL","MIT" -"@juggle/resize-observer@3.4.0","@juggle/resize-observer","3.4.0","https://github.com/juggle/resize-observer","Polyfills the ResizeObserver API and supports box size options from the latest spec","Apache-2.0" -"@mdx-js/react@2.3.0","@mdx-js/react","2.3.0","https://github.com/mdx-js/mdx","React context for MDX","MIT" -"@microsoft/api-extractor-model@7.28.13","@microsoft/api-extractor-model","7.28.13","https://github.com/microsoft/rushstack","A helper library for loading and saving the .api.json files created by API Extractor","MIT" -"@microsoft/api-extractor@7.43.0","@microsoft/api-extractor","7.43.0","https://github.com/microsoft/rushstack","Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups","MIT" -"@microsoft/tsdoc-config@0.16.2","@microsoft/tsdoc-config","0.16.2","https://github.com/microsoft/tsdoc","A loader for the tsdoc.json file","MIT" -"@microsoft/tsdoc@0.14.2","@microsoft/tsdoc","0.14.2","https://github.com/microsoft/tsdoc","A parser for the TypeScript doc comment syntax","MIT" "@napi-rs/wasm-runtime@0.2.4","@napi-rs/wasm-runtime","0.2.4","https://github.com/napi-rs/napi-rs","Runtime and polyfill for wasm targets","MIT" -"@ndelangen/get-tarball@3.0.9","@ndelangen/get-tarball","3.0.9","https://github.com/ndelangen/download-tarball","Download a tarball (optionally gzipped) to a folder & extract it in the process. Uses the wonderful & super quick tar-fs & gunzip-maybe srcraries.","MIT" "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1","@nicolo-ribaudo/eslint-scope-5-internals","5.1.1-v1","","Proxy package exposing internals of eslint-scope@5 for @babel/eslint-parser","MIT" "@noble/curves@1.2.0","@noble/curves","1.2.0","https://github.com/paulmillr/noble-curves","Audited & minimal JS implementation of elliptic curve cryptography","MIT" "@noble/hashes@1.3.2","@noble/hashes","1.3.2","https://github.com/paulmillr/noble-hashes","Audited & minimal 0-dependency JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2, Scrypt","MIT" @@ -278,28 +237,12 @@ "@nodelib/fs.scandir@2.1.5","@nodelib/fs.scandir","2.1.5","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir","List files and directories inside the specified directory","MIT" "@nodelib/fs.stat@2.0.5","@nodelib/fs.stat","2.0.5","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat","Get the status of a file with some features","MIT" "@nodelib/fs.walk@1.2.8","@nodelib/fs.walk","1.2.8","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk","A library for efficiently walking a directory recursively","MIT" -"@nrwl/cypress@19.4.2","@nrwl/cypress","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.","MIT" -"@nrwl/cypress@19.6.3","@nrwl/cypress","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.","MIT" -"@nrwl/devkit@19.4.2","@nrwl/devkit","19.4.2","https://github.com/nrwl/nx","The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.","MIT" "@nrwl/devkit@19.6.3","@nrwl/devkit","19.6.3","https://github.com/nrwl/nx","The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.","MIT" "@nrwl/eslint-plugin-nx@19.6.3","@nrwl/eslint-plugin-nx","19.6.3","https://github.com/nrwl/nx","The eslint-plugin-nx package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.","MIT" "@nrwl/jest@19.6.3","@nrwl/jest","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.","MIT" -"@nrwl/js@19.4.2","@nrwl/js","19.4.2","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT" "@nrwl/js@19.6.3","@nrwl/js","19.6.3","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT" -"@nrwl/storybook@19.4.2","@nrwl/storybook","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT" -"@nrwl/storybook@19.6.3","@nrwl/storybook","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT" -"@nrwl/tao@19.4.2","@nrwl/tao","19.4.2","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT" "@nrwl/tao@19.6.3","@nrwl/tao","19.6.3","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT" "@nrwl/tao@19.6.4","@nrwl/tao","19.6.4","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT" -"@nrwl/vite@19.4.2","@nrwl/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT" -"@nrwl/web@19.4.2","@nrwl/web","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: - - -- Integration with libraries such as Jest, Cypress, and Storybook. - -- Scaffolding for creating buildable libraries that can be published to npm. - -- Utilities for automatic workspace refactoring.","MIT" "@nrwl/web@19.6.3","@nrwl/web","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: @@ -308,47 +251,13 @@ - Scaffolding for creating buildable libraries that can be published to npm. - Utilities for automatic workspace refactoring.","MIT" -"@nrwl/workspace@19.4.2","@nrwl/workspace","19.4.2","https://github.com/nrwl/nx","The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.","MIT" "@nrwl/workspace@19.6.3","@nrwl/workspace","19.6.3","https://github.com/nrwl/nx","The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.","MIT" -"@nx/cypress@19.4.2","@nx/cypress","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.","MIT" -"@nx/cypress@19.6.3","@nx/cypress","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.","MIT" -"@nx/devkit@19.4.2","@nx/devkit","19.4.2","https://github.com/nrwl/nx","The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.","MIT" "@nx/devkit@19.6.3","@nx/devkit","19.6.3","https://github.com/nrwl/nx","The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.","MIT" "@nx/eslint-plugin@19.6.3","@nx/eslint-plugin","19.6.3","https://github.com/nrwl/nx","The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.","MIT" -"@nx/eslint@19.4.2","@nx/eslint","19.4.2","https://github.com/nrwl/nx","The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT" "@nx/eslint@19.6.3","@nx/eslint","19.6.3","https://github.com/nrwl/nx","The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT" "@nx/jest@19.6.3","@nx/jest","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.","MIT" -"@nx/js@19.4.2","@nx/js","19.4.2","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT" "@nx/js@19.6.3","@nx/js","19.6.3","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT" -"@nx/linter@19.4.2","@nx/linter","19.4.2","https://github.com/nrwl/nx","The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT" "@nx/linter@19.6.3","@nx/linter","19.6.3","https://github.com/nrwl/nx","The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT" -"@nx/nx-linux-x64-gnu@19.4.2","@nx/nx-linux-x64-gnu","19.4.2","https://github.com/nrwl/nx","","MIT" -"@nx/nx-linux-x64-gnu@19.6.3","@nx/nx-linux-x64-gnu","19.6.3","https://github.com/nrwl/nx","","MIT" -"@nx/nx-linux-x64-gnu@19.6.4","@nx/nx-linux-x64-gnu","19.6.4","https://github.com/nrwl/nx","","MIT" -"@nx/nx-linux-x64-musl@19.4.2","@nx/nx-linux-x64-musl","19.4.2","https://github.com/nrwl/nx","","MIT" -"@nx/nx-linux-x64-musl@19.6.3","@nx/nx-linux-x64-musl","19.6.3","https://github.com/nrwl/nx","","MIT" -"@nx/nx-linux-x64-musl@19.6.4","@nx/nx-linux-x64-musl","19.6.4","https://github.com/nrwl/nx","","MIT" -"@nx/storybook@19.4.2","@nx/storybook","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT" -"@nx/storybook@19.6.3","@nx/storybook","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT" -"@nx/vite@19.4.2","@nx/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT" -"@nx/vue@19.4.2","@nx/vue","19.4.2","https://github.com/nrwl/nx","The Vue plugin for Nx contains executors and generators for managing Vue applications and libraries within an Nx workspace. It provides: - - -- Integration with libraries such as Vitest, Playwright, Cypress, and Storybook. - -- Generators for applications, libraries, and more. - -- Library build support for publishing packages to npm or other registries. - -- Utilities for automatic workspace refactoring.","MIT" -"@nx/web@19.4.2","@nx/web","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: - - -- Integration with libraries such as Jest, Playwright, Cypress, and Storybook. - -- Scaffolding for creating buildable libraries that can be published to npm. - -- Utilities for automatic workspace refactoring.","MIT" "@nx/web@19.6.3","@nx/web","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: @@ -357,7 +266,6 @@ - Scaffolding for creating buildable libraries that can be published to npm. - Utilities for automatic workspace refactoring.","MIT" -"@nx/workspace@19.4.2","@nx/workspace","19.4.2","https://github.com/nrwl/nx","The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.","MIT" "@nx/workspace@19.6.3","@nx/workspace","19.6.3","https://github.com/nrwl/nx","The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.","MIT" "@oclif/command@1.8.36","@oclif/command","1.8.36","https://github.com/oclif/command","oclif base command","MIT" "@oclif/config@1.18.16","@oclif/config","1.18.16","https://github.com/oclif/config","base config object and standard interfaces for oclif components","MIT" @@ -373,12 +281,10 @@ "@oclif/plugin-help@6.2.10","@oclif/plugin-help","6.2.10","https://github.com/oclif/plugin-help","Standard help for oclif.","MIT" "@oclif/plugin-not-found@3.2.18","@oclif/plugin-not-found","3.2.18","https://github.com/oclif/plugin-not-found",""did you mean" for oclif","MIT" "@oclif/plugin-warn-if-update-available@3.1.13","@oclif/plugin-warn-if-update-available","3.1.13","https://github.com/oclif/plugin-warn-if-update-available","warns if there is a newer version of CLI released","MIT" -"@one-ini/wasm@0.1.1","@one-ini/wasm","0.1.1","https://github.com/one-ini/core","Parse EditorConfig-INI file contents into AST","MIT" "@opentelemetry/api@1.6.0","@opentelemetry/api","1.6.0","https://github.com/open-telemetry/opentelemetry-js","Public API for OpenTelemetry","Apache-2.0" "@opentelemetry/core@1.17.1","@opentelemetry/core","1.17.1","https://github.com/open-telemetry/opentelemetry-js","OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.","Apache-2.0" "@opentelemetry/semantic-conventions@1.17.1","@opentelemetry/semantic-conventions","1.17.1","https://github.com/open-telemetry/opentelemetry-js","OpenTelemetry semantic conventions","Apache-2.0" "@phenomnomnominal/tsquery@5.0.1","@phenomnomnominal/tsquery","5.0.1","https://github.com/phenomnomnominal/tsquery","Query TypeScript ASTs with the esquery API!","MIT" -"@pkgjs/parseargs@0.11.0","@pkgjs/parseargs","0.11.0","https://github.com/pkgjs/parseargs","Polyfill of future proposal for `util.parseArgs()`","MIT" "@pkgr/utils@2.4.2","@pkgr/utils","2.4.2","https://github.com/un-ts/pkgr","Shared utils for `@pkgr` packages or any package else","MIT" "@protobufjs/aspromise@1.1.2","@protobufjs/aspromise","1.1.2","https://github.com/dcodeIO/protobuf.js","Returns a promise from a node-style callback function.","BSD-3-Clause" "@protobufjs/base64@1.1.2","@protobufjs/base64","1.1.2","https://github.com/dcodeIO/protobuf.js","A minimal base64 implementation for number arrays.","BSD-3-Clause" @@ -390,65 +296,10 @@ "@protobufjs/path@1.1.2","@protobufjs/path","1.1.2","https://github.com/dcodeIO/protobuf.js","A minimal path module to resolve Unix, Windows and URL paths alike.","BSD-3-Clause" "@protobufjs/pool@1.1.0","@protobufjs/pool","1.1.0","https://github.com/dcodeIO/protobuf.js","A general purpose buffer pool.","BSD-3-Clause" "@protobufjs/utf8@1.1.0","@protobufjs/utf8","1.1.0","https://github.com/dcodeIO/protobuf.js","A minimal UTF8 implementation for number arrays.","BSD-3-Clause" -"@radix-ui/number@1.0.1","@radix-ui/number","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/primitive@1.0.1","@radix-ui/primitive","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/primitive@1.1.0","@radix-ui/primitive","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-arrow@1.0.3","@radix-ui/react-arrow","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-collection@1.0.3","@radix-ui/react-collection","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-collection@1.1.0","@radix-ui/react-collection","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-compose-refs@1.0.1","@radix-ui/react-compose-refs","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-compose-refs@1.1.0","@radix-ui/react-compose-refs","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-context@1.0.1","@radix-ui/react-context","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-context@1.1.0","@radix-ui/react-context","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-direction@1.0.1","@radix-ui/react-direction","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-direction@1.1.0","@radix-ui/react-direction","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-dismissable-layer@1.0.4","@radix-ui/react-dismissable-layer","1.0.4","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-focus-guards@1.0.1","@radix-ui/react-focus-guards","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-focus-scope@1.0.3","@radix-ui/react-focus-scope","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-id@1.0.1","@radix-ui/react-id","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-id@1.1.0","@radix-ui/react-id","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-popper@1.1.2","@radix-ui/react-popper","1.1.2","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-portal@1.0.3","@radix-ui/react-portal","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-primitive@1.0.3","@radix-ui/react-primitive","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-primitive@2.0.0","@radix-ui/react-primitive","2.0.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-roving-focus@1.1.0","@radix-ui/react-roving-focus","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-select@1.2.2","@radix-ui/react-select","1.2.2","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-separator@1.1.0","@radix-ui/react-separator","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-slot@1.0.2","@radix-ui/react-slot","1.0.2","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-slot@1.1.0","@radix-ui/react-slot","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-toggle-group@1.1.0","@radix-ui/react-toggle-group","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-toggle@1.1.0","@radix-ui/react-toggle","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-toolbar@1.1.0","@radix-ui/react-toolbar","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-callback-ref@1.0.1","@radix-ui/react-use-callback-ref","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-callback-ref@1.1.0","@radix-ui/react-use-callback-ref","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-controllable-state@1.0.1","@radix-ui/react-use-controllable-state","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-controllable-state@1.1.0","@radix-ui/react-use-controllable-state","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-escape-keydown@1.0.3","@radix-ui/react-use-escape-keydown","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-layout-effect@1.0.1","@radix-ui/react-use-layout-effect","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-layout-effect@1.1.0","@radix-ui/react-use-layout-effect","1.1.0","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-previous@1.0.1","@radix-ui/react-use-previous","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-rect@1.0.1","@radix-ui/react-use-rect","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-use-size@1.0.1","@radix-ui/react-use-size","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/react-visually-hidden@1.0.3","@radix-ui/react-visually-hidden","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" -"@radix-ui/rect@1.0.1","@radix-ui/rect","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" -"@rollup/pluginutils@5.1.0","@rollup/pluginutils","5.1.0","https://github.com/rollup/plugins","A set of utility functions commonly used by Rollup plugins","MIT" -"@rollup/rollup-linux-x64-gnu@4.21.1","@rollup/rollup-linux-x64-gnu","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT" -"@rollup/rollup-linux-x64-musl@4.21.1","@rollup/rollup-linux-x64-musl","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT" -"@rushstack/eslint-patch@1.10.4","@rushstack/eslint-patch","1.10.4","https://github.com/microsoft/rushstack","Enhance ESLint with better support for large scale monorepos","MIT" -"@rushstack/node-core-library@4.0.2","@rushstack/node-core-library","4.0.2","https://github.com/microsoft/rushstack","Core libraries that every NodeJS toolchain project should use","MIT" -"@rushstack/rig-package@0.5.2","@rushstack/rig-package","0.5.2","https://github.com/microsoft/rushstack","A system for sharing tool configurations between projects without duplicating config files.","MIT" -"@rushstack/terminal@0.10.0","@rushstack/terminal","0.10.0","https://github.com/microsoft/rushstack","User interface primitives for console applications","MIT" -"@rushstack/ts-command-line@4.19.1","@rushstack/ts-command-line","4.19.1","https://github.com/microsoft/rushstack","An object-oriented command-line parser for TypeScript","MIT" -"@sideway/address@4.1.5","@sideway/address","4.1.5","https://github.com/sideway/address","Email address and domain validation","BSD-3-Clause" -"@sideway/formula@3.0.1","@sideway/formula","3.0.1","https://github.com/sideway/formula","Math and string formula parser.","BSD-3-Clause" -"@sideway/pinpoint@2.0.0","@sideway/pinpoint","2.0.0","https://github.com/sideway/pinpoint","Return the filename and line number of the calling function","BSD-3-Clause" -"@sinclair/typebox@0.24.51","@sinclair/typebox","0.24.51","https://github.com/sinclairzx81/typebox","JSONSchema Type Builder with Static Type Resolution for TypeScript","MIT" "@sinclair/typebox@0.27.8","@sinclair/typebox","0.27.8","https://github.com/sinclairzx81/typebox","JSONSchema Type Builder with Static Type Resolution for TypeScript","MIT" "@sindresorhus/is@5.6.0","@sindresorhus/is","5.6.0","https://github.com/sindresorhus/is","Type check values","MIT" -"@sinonjs/commons@1.8.6","@sinonjs/commons","1.8.6","https://github.com/sinonjs/commons","Simple functions shared among the sinon end user libraries","BSD-3-Clause" "@sinonjs/commons@3.0.1","@sinonjs/commons","3.0.1","https://github.com/sinonjs/commons","Simple functions shared among the sinon end user libraries","BSD-3-Clause" "@sinonjs/fake-timers@10.3.0","@sinonjs/fake-timers","10.3.0","https://github.com/sinonjs/fake-timers","Fake JavaScript timers","BSD-3-Clause" -"@sinonjs/fake-timers@9.1.2","@sinonjs/fake-timers","9.1.2","https://github.com/sinonjs/fake-timers","Fake JavaScript timers","BSD-3-Clause" "@smithy/abort-controller@3.1.1","@smithy/abort-controller","3.1.1","https://github.com/awslabs/smithy-typescript","A simple abort controller library","Apache-2.0" "@smithy/chunked-blob-reader-native@3.0.0","@smithy/chunked-blob-reader-native","3.0.0","https://github.com/awslabs/smithy-typescript","[![NPM version](https://img.shields.io/npm/v/@smithy/chunked-blob-reader-native/latest.svg)](https://www.npmjs.com/package/@smithy/chunked-blob-reader-native) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/chunked-blob-reader-native.svg)](https://www.npmjs.com/package/@smithy/chunked-blob-reader-native)","Apache-2.0" "@smithy/chunked-blob-reader@3.0.0","@smithy/chunked-blob-reader","3.0.0","https://github.com/awslabs/smithy-typescript","[![NPM version](https://img.shields.io/npm/v/@smithy/chunked-blob-reader/latest.svg)](https://www.npmjs.com/package/@smithy/chunked-blob-reader) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/chunked-blob-reader.svg)](https://www.npmjs.com/package/@smithy/chunked-blob-reader)","Apache-2.0" @@ -502,68 +353,15 @@ "@smithy/util-utf8@2.3.0","@smithy/util-utf8","2.3.0","https://github.com/awslabs/smithy-typescript","A UTF-8 string <-> UInt8Array converter","Apache-2.0" "@smithy/util-utf8@3.0.0","@smithy/util-utf8","3.0.0","https://github.com/awslabs/smithy-typescript","A UTF-8 string <-> UInt8Array converter","Apache-2.0" "@smithy/util-waiter@3.1.2","@smithy/util-waiter","3.1.2","https://github.com/awslabs/smithy-typescript","Shared utilities for client waiters for the AWS SDK","Apache-2.0" -"@storybook/addon-actions@7.6.20","@storybook/addon-actions","7.6.20","https://github.com/storybookjs/storybook","Get UI feedback when an action is performed on an interactive element","MIT" -"@storybook/addon-backgrounds@7.6.20","@storybook/addon-backgrounds","7.6.20","https://github.com/storybookjs/storybook","Switch backgrounds to view components in different settings","MIT" -"@storybook/addon-controls@7.6.20","@storybook/addon-controls","7.6.20","https://github.com/storybookjs/storybook","Interact with component inputs dynamically in the Storybook UI","MIT" -"@storybook/addon-docs@7.6.20","@storybook/addon-docs","7.6.20","https://github.com/storybookjs/storybook","Document component usage and properties in Markdown","MIT" -"@storybook/addon-essentials@7.6.20","@storybook/addon-essentials","7.6.20","https://github.com/storybookjs/storybook","Curated addons to bring out the best of Storybook","MIT" -"@storybook/addon-highlight@7.6.20","@storybook/addon-highlight","7.6.20","https://github.com/storybookjs/storybook","Highlight DOM nodes within your stories","MIT" -"@storybook/addon-interactions@7.6.20","@storybook/addon-interactions","7.6.20","https://github.com/storybookjs/storybook","Automate, test and debug user interactions","MIT" -"@storybook/addon-measure@7.6.20","@storybook/addon-measure","7.6.20","https://github.com/storybookjs/storybook","Inspect layouts by visualizing the box model","MIT" -"@storybook/addon-outline@7.6.20","@storybook/addon-outline","7.6.20","https://github.com/storybookjs/storybook","Outline all elements with CSS to help with layout placement and alignment","MIT" -"@storybook/addon-toolbars@7.6.20","@storybook/addon-toolbars","7.6.20","https://github.com/storybookjs/storybook","Create your own toolbar items that control story rendering","MIT" -"@storybook/addon-viewport@7.6.20","@storybook/addon-viewport","7.6.20","https://github.com/storybookjs/storybook","Build responsive components by adjusting Storybook’s viewport size and orientation","MIT" -"@storybook/blocks@7.6.20","@storybook/blocks","7.6.20","https://github.com/storybookjs/storybook","Storybook Doc Blocks","MIT" -"@storybook/builder-manager@7.6.20","@storybook/builder-manager","7.6.20","https://github.com/storybookjs/storybook","Storybook manager builder","MIT" -"@storybook/builder-vite@7.6.20","@storybook/builder-vite","7.6.20","https://github.com/storybookjs/storybook","A plugin to run and build Storybooks with Vite","MIT" -"@storybook/channels@7.6.20","@storybook/channels","7.6.20","https://github.com/storybookjs/storybook","Storybook Channel is similar to an EventEmitter. Channels are used with Storybook implementations to send/receive events between the Storybook Manager and the Storybook Renderer.","MIT" -"@storybook/cli@7.6.20","@storybook/cli","7.6.20","https://github.com/storybookjs/storybook","Storybook's CLI - easiest method of adding storybook to your projects","MIT" -"@storybook/client-logger@7.6.20","@storybook/client-logger","7.6.20","https://github.com/storybookjs/storybook","Any client-side logging that is done through storybook should be done through this package.","MIT" -"@storybook/codemod@7.6.20","@storybook/codemod","7.6.20","https://github.com/storybookjs/storybook","A collection of codemod scripts written with JSCodeshift","MIT" -"@storybook/components@7.6.20","@storybook/components","7.6.20","https://github.com/storybookjs/storybook","Core Storybook Components","MIT" -"@storybook/core-client@7.6.20","@storybook/core-client","7.6.20","https://github.com/storybookjs/storybook","Storybook framework-agnostic API","MIT" -"@storybook/core-common@7.6.20","@storybook/core-common","7.6.20","https://github.com/storybookjs/storybook","Storybook framework-agnostic API","MIT" -"@storybook/core-events@7.6.20","@storybook/core-events","7.6.20","https://github.com/storybookjs/storybook","Event names used in storybook core","MIT" -"@storybook/core-server@7.6.20","@storybook/core-server","7.6.20","https://github.com/storybookjs/storybook","Storybook framework-agnostic API","MIT" -"@storybook/csf-plugin@7.6.20","@storybook/csf-plugin","7.6.20","https://github.com/storybookjs/storybook","Enrich CSF files via static analysis","MIT" -"@storybook/csf-tools@7.6.20","@storybook/csf-tools","7.6.20","https://github.com/storybookjs/storybook","Parse and manipulate CSF and Storybook config files","MIT" -"@storybook/csf@0.1.11","@storybook/csf","0.1.11","https://github.com/ComponentDriven/csf","Component Story Format (CSF) utilities","MIT" -"@storybook/docs-mdx@0.1.0","@storybook/docs-mdx","0.1.0","https://github.com/storybookjs/docs-mdx","Storybook Docs MDX analyzer","MIT" -"@storybook/docs-tools@7.6.20","@storybook/docs-tools","7.6.20","https://github.com/storybookjs/storybook","Shared utility functions for frameworks to implement docs","MIT" -"@storybook/expect@28.1.3-5","@storybook/expect","28.1.3-5","https://github.com/storybookjs/expect","Browser-compatible version of Jest's `expect`","MIT" -"@storybook/global@5.0.0","@storybook/global","5.0.0","https://github.com/storybookjs/global","Require global variables","MIT" -"@storybook/jest@0.2.3","@storybook/jest","0.2.3","https://github.com/storybookjs/jest","Instrumented version of Jest for Storybook Interactions","MIT" -"@storybook/manager-api@7.6.20","@storybook/manager-api","7.6.20","https://github.com/storybookjs/storybook","Core Storybook Manager API & Context","MIT" -"@storybook/manager@7.6.20","@storybook/manager","7.6.20","https://github.com/storybookjs/storybook","Core Storybook UI","MIT" -"@storybook/mdx2-csf@1.1.0","@storybook/mdx2-csf","1.1.0","https://github.com/storybookjs/csf-mdx2","MDXv2 to CSF webpack compiler and loader","MIT" -"@storybook/node-logger@7.6.20","@storybook/node-logger","7.6.20","https://github.com/storybookjs/storybook","Any node logging that is done through storybook should be done through this package.","MIT" -"@storybook/postinstall@7.6.20","@storybook/postinstall","7.6.20","https://github.com/storybookjs/storybook","Storybook addons postinstall utilities","MIT" -"@storybook/preview-api@7.6.20","@storybook/preview-api","7.6.20","https://github.com/storybookjs/storybook","TODO write proper documentation of this package","MIT" -"@storybook/preview@7.6.20","@storybook/preview","7.6.20","https://github.com/storybookjs/storybook","This is the main API for the (web) version of the Storybook Preview.","MIT" -"@storybook/react-dom-shim@7.6.20","@storybook/react-dom-shim","7.6.20","https://github.com/storybookjs/storybook","A shim for `react-dom` that provides a single API that will work whether the user is on `react-dom@17` or `react-dom@18`, as well as webpack/vite config necessary to make that work.","MIT" -"@storybook/router@7.6.20","@storybook/router","7.6.20","https://github.com/storybookjs/storybook","Core Storybook Router","MIT" -"@storybook/telemetry@7.6.20","@storybook/telemetry","7.6.20","https://github.com/storybookjs/storybook","Telemetry logging for crash reports and usage statistics","MIT" -"@storybook/test-runner@0.13.0","@storybook/test-runner","0.13.0","https://github.com/storybookjs/test-runner","Test runner for Storybook stories","MIT" -"@storybook/testing-library@0.2.2","@storybook/testing-library","0.2.2","https://github.com/storybookjs/testing-library","Instrumented version of Testing Library for Storybook Interactions","MIT" -"@storybook/theming@7.6.20","@storybook/theming","7.6.20","https://github.com/storybookjs/storybook","Core Storybook Components","MIT" -"@storybook/types@7.6.20","@storybook/types","7.6.20","https://github.com/storybookjs/storybook","Core Storybook TS Types","MIT" -"@storybook/vue3-vite@7.6.20","@storybook/vue3-vite","7.6.20","https://github.com/storybookjs/storybook","Storybook for Vue3 and Vite: Develop Vue3 components in isolation with Hot Reloading.","MIT" -"@storybook/vue3@7.6.20","@storybook/vue3","7.6.20","https://github.com/storybookjs/storybook","Storybook Vue 3 renderer","MIT" "@swc-node/core@1.13.3","@swc-node/core","1.13.3","https://github.com/swc-project/swc-node","Faster swc nodejs binding","MIT" "@swc-node/register@1.9.2","@swc-node/register","1.9.2","https://github.com/swc-project/swc-node","SWC node register","MIT" "@swc-node/sourcemap-support@0.5.1","@swc-node/sourcemap-support","0.5.1","https://github.com/swc-project/swc-node","Runtime sourcemap support in NodeJS","MIT" -"@swc/core-linux-x64-gnu@1.5.29","@swc/core-linux-x64-gnu","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT" -"@swc/core-linux-x64-musl@1.5.29","@swc/core-linux-x64-musl","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT" "@swc/core@1.5.29","@swc/core","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0" "@swc/counter@0.1.3","@swc/counter","0.1.3","https://github.com/swc-project/pkgs","Downloade counter for the swc project","Apache-2.0" "@swc/helpers@0.5.11","@swc/helpers","0.5.11","https://github.com/swc-project/swc","External helpers for the swc project.","Apache-2.0" -"@swc/jest@0.2.36","@swc/jest","0.2.36","https://github.com/swc-project/pkgs","swc integration for jest","MIT" "@swc/types@0.1.12","@swc/types","0.1.12","https://github.com/swc-project/swc","Typings for the swc project.","Apache-2.0" "@swc/wasm@1.5.5","@swc/wasm","1.5.5","https://github.com/swc-project/swc","wasm module for swc","Apache-2.0" "@szmarczak/http-timer@5.0.1","@szmarczak/http-timer","5.0.1","https://github.com/szmarczak/http-timer","Timings for HTTP requests","MIT" -"@testing-library/dom@9.3.4","@testing-library/dom","9.3.4","https://github.com/testing-library/dom-testing-library","Simple and complete DOM testing utilities that encourage good testing practices.","MIT" -"@testing-library/jest-dom@6.5.0","@testing-library/jest-dom","6.5.0","https://github.com/testing-library/jest-dom","Custom jest matchers to test the state of the DOM","MIT" -"@testing-library/user-event@14.5.2","@testing-library/user-event","14.5.2","https://github.com/testing-library/user-event","Fire events the same way the user does","MIT" "@ton/core@0.57.0","@ton/core","0.57.0","https://github.com/ton-org/ton-core","Core TypeScript library that implements low level primitives for TON blockchain.","MIT" "@ton/crypto-primitives@2.1.0","@ton/crypto-primitives","2.1.0","https://github.com/ton-org/ton-crypto-primitives","Cross-platform crypto primitives for building apps for TON blockchain. For internal implementation of `@ton/crypto`.","MIT" "@ton/crypto@3.3.0","@ton/crypto","3.3.0","https://github.com/ton-org/ton-crypto","[![Version npm](https://img.shields.io/npm/v/@ton/crypto.svg?logo=npm)](https://www.npmjs.com/package/@ton/crypto)","MIT" @@ -574,45 +372,25 @@ "@tsconfig/node12@1.0.11","@tsconfig/node12","1.0.11","https://github.com/tsconfig/bases","A base TSConfig for working with Node 12.","MIT" "@tsconfig/node14@1.0.3","@tsconfig/node14","1.0.3","https://github.com/tsconfig/bases","A base TSConfig for working with Node 14.","MIT" "@tsconfig/node16@1.0.4","@tsconfig/node16","1.0.4","https://github.com/tsconfig/bases","A base TSConfig for working with Node 16.","MIT" -"@tsconfig/node20@20.1.4","@tsconfig/node20","20.1.4","https://github.com/tsconfig/bases","A base TSConfig for working with Node 20.","MIT" "@tybys/wasm-util@0.9.0","@tybys/wasm-util","0.9.0","https://github.com/toyobayashi/wasm-util","WASI polyfill for browser and some wasm util","MIT" -"@types/argparse@1.0.38","@types/argparse","1.0.38","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for argparse","MIT" -"@types/aria-query@5.0.4","@types/aria-query","5.0.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for aria-query","MIT" "@types/babel__core@7.20.3","@types/babel__core","7.20.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for @babel/core","MIT" "@types/babel__generator@7.6.6","@types/babel__generator","7.6.6","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for @babel/generator","MIT" "@types/babel__template@7.4.3","@types/babel__template","7.4.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for @babel/template","MIT" "@types/babel__traverse@7.20.3","@types/babel__traverse","7.20.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for @babel/traverse","MIT" "@types/bn.js@5.1.3","@types/bn.js","5.1.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for bn.js","MIT" -"@types/body-parser@1.19.5","@types/body-parser","1.19.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for body-parser","MIT" "@types/cli-progress@3.11.5","@types/cli-progress","3.11.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for cli-progress","MIT" -"@types/connect@3.4.38","@types/connect","3.4.38","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for connect","MIT" -"@types/cross-spawn@6.0.6","@types/cross-spawn","6.0.6","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for cross-spawn","MIT" -"@types/detect-port@1.3.5","@types/detect-port","1.3.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for detect-port","MIT" -"@types/doctrine@0.0.3","@types/doctrine","0.0.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for doctrine the JSDoc parser","MIT" -"@types/ejs@3.1.5","@types/ejs","3.1.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for ejs","MIT" "@types/elliptic@6.4.16","@types/elliptic","6.4.16","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for elliptic","MIT" -"@types/emscripten@1.39.13","@types/emscripten","1.39.13","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for emscripten","MIT" "@types/estree@1.0.5","@types/estree","1.0.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for estree","MIT" -"@types/express-serve-static-core@4.19.5","@types/express-serve-static-core","4.19.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for express-serve-static-core","MIT" -"@types/express@4.17.21","@types/express","4.17.21","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for express","MIT" -"@types/find-cache-dir@3.2.1","@types/find-cache-dir","3.2.1","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for find-cache-dir","MIT" "@types/graceful-fs@4.1.8","@types/graceful-fs","4.1.8","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for graceful-fs","MIT" "@types/http-cache-semantics@4.0.4","@types/http-cache-semantics","4.0.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for http-cache-semantics","MIT" -"@types/http-errors@2.0.4","@types/http-errors","2.0.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for http-errors","MIT" "@types/istanbul-lib-coverage@2.0.5","@types/istanbul-lib-coverage","2.0.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for istanbul-lib-coverage","MIT" "@types/istanbul-lib-report@3.0.2","@types/istanbul-lib-report","3.0.2","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for istanbul-lib-report","MIT" "@types/istanbul-reports@3.0.3","@types/istanbul-reports","3.0.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for istanbul-reports","MIT" -"@types/jest@28.1.3","@types/jest","28.1.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for Jest","MIT" "@types/jest@29.5.11","@types/jest","29.5.11","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for jest","MIT" "@types/jsdom@20.0.1","@types/jsdom","20.0.1","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for jsdom","MIT" "@types/json-schema@7.0.14","@types/json-schema","7.0.14","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for json-schema","MIT" "@types/json5@0.0.29","@types/json5","0.0.29","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for JSON5","MIT" -"@types/lodash@4.17.7","@types/lodash","4.17.7","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for lodash","MIT" -"@types/mdx@2.0.13","@types/mdx","2.0.13","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for mdx","MIT" -"@types/mime-types@2.1.4","@types/mime-types","2.1.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for mime-types","MIT" -"@types/mime@1.3.5","@types/mime","1.3.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for mime","MIT" "@types/mute-stream@0.0.4","@types/mute-stream","0.0.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for mute-stream","MIT" -"@types/node-fetch@2.6.11","@types/node-fetch","2.6.11","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for node-fetch","MIT" "@types/node@16.18.106","@types/node","16.18.106","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for node","MIT" "@types/node@18.11.9","@types/node","18.11.9","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for Node.js","MIT" "@types/node@18.15.13","@types/node","18.15.13","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for Node.js","MIT" @@ -620,27 +398,14 @@ "@types/node@22.5.0","@types/node","22.5.0","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for node","MIT" "@types/normalize-package-data@2.4.3","@types/normalize-package-data","2.4.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for normalize-package-data","MIT" "@types/parse-json@4.0.1","@types/parse-json","4.0.1","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for parse-json","MIT" -"@types/prettier@2.7.3","@types/prettier","2.7.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for prettier","MIT" -"@types/pretty-hrtime@1.0.3","@types/pretty-hrtime","1.0.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for pretty-hrtime","MIT" -"@types/prop-types@15.7.12","@types/prop-types","15.7.12","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for prop-types","MIT" -"@types/qs@6.9.15","@types/qs","6.9.15","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for qs","MIT" -"@types/range-parser@1.2.7","@types/range-parser","1.2.7","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for range-parser","MIT" -"@types/react@18.3.4","@types/react","18.3.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for react","MIT" "@types/semver@7.5.6","@types/semver","7.5.6","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for semver","MIT" -"@types/send@0.17.4","@types/send","0.17.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for send","MIT" -"@types/serve-static@1.15.7","@types/serve-static","1.15.7","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for serve-static","MIT" "@types/setimmediate@1.0.3","@types/setimmediate","1.0.3","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for setimmediate","MIT" "@types/stack-utils@2.0.2","@types/stack-utils","2.0.2","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for stack-utils","MIT" "@types/tough-cookie@4.0.4","@types/tough-cookie","4.0.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for tough-cookie","MIT" "@types/triple-beam@1.3.5","@types/triple-beam","1.3.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for triple-beam","MIT" -"@types/unist@2.0.11","@types/unist","2.0.11","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for unist","MIT" -"@types/uuid@10.0.0","@types/uuid","10.0.0","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for uuid","MIT" -"@types/uuid@9.0.8","@types/uuid","9.0.8","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for uuid","MIT" "@types/validator@13.11.5","@types/validator","13.11.5","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for validator","MIT" -"@types/wait-on@5.3.4","@types/wait-on","5.3.4","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for wait-on","MIT" "@types/wrap-ansi@3.0.0","@types/wrap-ansi","3.0.0","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for wrap-ansi","MIT" "@types/yargs-parser@21.0.2","@types/yargs-parser","21.0.2","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for yargs-parser","MIT" -"@types/yargs@16.0.9","@types/yargs","16.0.9","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for yargs","MIT" "@types/yargs@17.0.33","@types/yargs","17.0.33","https://github.com/DefinitelyTyped/DefinitelyTyped","TypeScript definitions for yargs","MIT" "@typescript-eslint/eslint-plugin@4.33.0","@typescript-eslint/eslint-plugin","4.33.0","https://github.com/typescript-eslint/typescript-eslint","TypeScript plugin for ESLint","MIT" "@typescript-eslint/eslint-plugin@6.13.2","@typescript-eslint/eslint-plugin","6.13.2","https://github.com/typescript-eslint/typescript-eslint","TypeScript plugin for ESLint","MIT" @@ -664,46 +429,16 @@ "@typescript-eslint/visitor-keys@6.13.2","@typescript-eslint/visitor-keys","6.13.2","https://github.com/typescript-eslint/typescript-eslint","Visitor keys used to help traverse the TypeScript-ESTree AST","MIT" "@typescript-eslint/visitor-keys@7.18.0","@typescript-eslint/visitor-keys","7.18.0","https://github.com/typescript-eslint/typescript-eslint","Visitor keys used to help traverse the TypeScript-ESTree AST","MIT" "@ungap/structured-clone@1.2.0","@ungap/structured-clone","1.2.0","https://github.com/ungap/structured-clone","A structuredClone polyfill","ISC" -"@vitejs/plugin-vue@4.6.2","@vitejs/plugin-vue","4.6.2","https://github.com/vitejs/vite-plugin-vue","> Note: as of `vue` 3.2.13+ and `@vitejs/plugin-vue` 1.9.0+, `@vue/compiler-sfc` is no longer required as a peer dependency.","MIT" -"@vitejs/plugin-vue@5.1.2","@vitejs/plugin-vue","5.1.2","https://github.com/vitejs/vite-plugin-vue","> Note: as of `vue` 3.2.13+ and `@vitejs/plugin-vue` 1.9.0+, `@vue/compiler-sfc` is no longer required as a peer dependency.","MIT" -"@vitest/expect@1.6.0","@vitest/expect","1.6.0","https://github.com/vitest-dev/vitest","Jest's expect matchers as a Chai plugin","MIT" -"@vitest/runner@1.6.0","@vitest/runner","1.6.0","https://github.com/vitest-dev/vitest","Vitest test runner","MIT" -"@vitest/snapshot@1.6.0","@vitest/snapshot","1.6.0","https://github.com/vitest-dev/vitest","Vitest snapshot manager","MIT" -"@vitest/spy@1.6.0","@vitest/spy","1.6.0","https://github.com/vitest-dev/vitest","Lightweight Jest compatible spy implementation","MIT" -"@vitest/utils@1.6.0","@vitest/utils","1.6.0","https://github.com/vitest-dev/vitest","Shared Vitest utility functions","MIT" -"@volar/language-core@1.11.1","@volar/language-core","1.11.1","https://github.com/volarjs/volar.js","","MIT" -"@volar/language-core@2.4.0","@volar/language-core","2.4.0","https://github.com/volarjs/volar.js","","MIT" -"@volar/source-map@1.11.1","@volar/source-map","1.11.1","https://github.com/volarjs/volar.js","","MIT" -"@volar/source-map@2.4.0","@volar/source-map","2.4.0","https://github.com/volarjs/volar.js","Provides functionality related to source maps.","MIT" -"@volar/typescript@1.11.1","@volar/typescript","1.11.1","https://github.com/volarjs/volar.js","","MIT" -"@volar/typescript@2.4.0","@volar/typescript","2.4.0","https://github.com/volarjs/volar.js","","MIT" "@vue/compiler-core@3.4.38","@vue/compiler-core","3.4.38","https://github.com/vuejs/core","@vue/compiler-core","MIT" "@vue/compiler-dom@3.4.38","@vue/compiler-dom","3.4.38","https://github.com/vuejs/core","@vue/compiler-dom","MIT" "@vue/compiler-sfc@3.4.38","@vue/compiler-sfc","3.4.38","https://github.com/vuejs/core","@vue/compiler-sfc","MIT" "@vue/compiler-ssr@3.4.38","@vue/compiler-ssr","3.4.38","https://github.com/vuejs/core","@vue/compiler-ssr","MIT" -"@vue/compiler-vue2@2.7.16","@vue/compiler-vue2","2.7.16","https://github.com/vuejs/vue","template compiler for Vue 2.x","MIT" -"@vue/eslint-config-prettier@9.0.0","@vue/eslint-config-prettier","9.0.0","https://github.com/vuejs/eslint-config-prettier","eslint-config-prettier for Vue","MIT" -"@vue/language-core@1.8.27","@vue/language-core","1.8.27","https://github.com/vuejs/language-tools","","MIT" -"@vue/language-core@2.0.29","@vue/language-core","2.0.29","https://github.com/vuejs/language-tools","","MIT" -"@vue/reactivity@3.4.38","@vue/reactivity","3.4.38","https://github.com/vuejs/core","@vue/reactivity","MIT" -"@vue/runtime-core@3.4.38","@vue/runtime-core","3.4.38","https://github.com/vuejs/core","@vue/runtime-core","MIT" -"@vue/runtime-dom@3.4.38","@vue/runtime-dom","3.4.38","https://github.com/vuejs/core","@vue/runtime-dom","MIT" -"@vue/server-renderer@3.4.38","@vue/server-renderer","3.4.38","https://github.com/vuejs/core","@vue/server-renderer","MIT" "@vue/shared@3.4.38","@vue/shared","3.4.38","https://github.com/vuejs/core","internal utils shared across @vue packages","MIT" -"@vue/test-utils@2.4.6","@vue/test-utils","2.4.6","https://github.com/vuejs/test-utils","Component testing utils for Vue 3.","MIT" -"@vue/tsconfig@0.5.1","@vue/tsconfig","0.5.1","https://github.com/vuejs/tsconfig","A base TSConfig for working with Vue.js","MIT" -"@vuelidate/core@2.0.3","@vuelidate/core","2.0.3","https://github.com/vuelidate/vuelidate","Simple, lightweight model-based validation for Vue.js","MIT" -"@vuelidate/validators@2.0.4","@vuelidate/validators","2.0.4","https://github.com/vuelidate/vuelidate","Validators for Vuelidate","MIT" -"@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15","@yarnpkg/esbuild-plugin-pnp","3.0.0-rc.15","https://github.com/yarnpkg/berry","This plugin lets you use Yarn with esbuild. We use it in order to build Yarn itself!","BSD-2-Clause" -"@yarnpkg/fslib@2.10.3","@yarnpkg/fslib","2.10.3","https://github.com/yarnpkg/berry","A TypeScript library abstracting the Node filesystem APIs. We use it for three main reasons:","BSD-2-Clause" -"@yarnpkg/libzip@2.3.0","@yarnpkg/libzip","2.3.0","https://github.com/yarnpkg/berry","This package contains a wasm-compiled version of the libzip.","BSD-2-Clause" "@yarnpkg/lockfile@1.1.0","@yarnpkg/lockfile","1.1.0","https://github.com/yarnpkg/yarn/blob/master/packages/lockfile","The parser/stringifier for Yarn lockfiles.","BSD-2-Clause" "@yarnpkg/parsers@3.0.0-rc.46","@yarnpkg/parsers","3.0.0-rc.46","https://github.com/yarnpkg/berry","","BSD-2-Clause" "@zkochan/js-yaml@0.0.7","@zkochan/js-yaml","0.0.7","https://github.com/nodeca/js-yaml","YAML 1.2 parser and serializer","MIT" "abab@2.0.6","abab","2.0.6","https://github.com/jsdom/abab","WHATWG spec-compliant implementations of window.atob and window.btoa.","BSD-3-Clause" "abbrev@1.1.1","abbrev","1.1.1","https://github.com/isaacs/abbrev-js","Like ruby's abbrev module, but in js","ISC" -"abbrev@2.0.0","abbrev","2.0.0","https://github.com/npm/abbrev-js","Like ruby's abbrev module, but in js","ISC" -"accepts@1.3.8","accepts","1.3.8","https://github.com/jshttp/accepts","Higher-level content negotiation","MIT" "acorn-globals@7.0.1","acorn-globals","7.0.1","https://github.com/ForbesLindesay/acorn-globals","Detect global variables in JavaScript using acorn","MIT" "acorn-import-assertions@1.9.0","acorn-import-assertions","1.9.0","https://github.com/xtuc/acorn-import-assertions","Support for import assertions in acorn","MIT" "acorn-jsx@5.3.2","acorn-jsx","5.3.2","https://github.com/acornjs/acorn-jsx","Modern, fast React.js JSX parser","MIT" @@ -712,65 +447,41 @@ "acorn@8.12.1","acorn","8.12.1","https://github.com/acornjs/acorn","ECMAScript parser","MIT" "address@1.2.2","address","1.2.2","https://github.com/node-modules/address","Get current machine IP, MAC and DNS servers.","MIT" "aes-js@4.0.0-beta.5","aes-js","4.0.0-beta.5","https://github.com/ricmoo/aes-js","A pure JavaScript implementation of the AES block cipher and all common modes of operation.","MIT" -"agent-base@5.1.1","agent-base","5.1.1","https://github.com/TooTallNate/node-agent-base","Turn a function into an `http.Agent` instance","MIT" "agent-base@6.0.2","agent-base","6.0.2","https://github.com/TooTallNate/node-agent-base","Turn a function into an `http.Agent` instance","MIT" -"aggregate-error@3.1.0","aggregate-error","3.1.0","https://github.com/sindresorhus/aggregate-error","Create an error from multiple errors","MIT" "ajv@6.12.6","ajv","6.12.6","https://github.com/ajv-validator/ajv","Another JSON Schema Validator","MIT" "ajv@8.17.1","ajv","8.17.1","https://github.com/ajv-validator/ajv","Another JSON Schema Validator","MIT" "ansi-colors@4.1.3","ansi-colors","4.1.3","https://github.com/doowb/ansi-colors","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).","MIT" "ansi-escapes@4.3.2","ansi-escapes","4.3.2","https://github.com/sindresorhus/ansi-escapes","ANSI escape codes for manipulating the terminal","MIT" -"ansi-escapes@6.2.1","ansi-escapes","6.2.1","https://github.com/sindresorhus/ansi-escapes","ANSI escape codes for manipulating the terminal","MIT" "ansi-regex@4.1.1","ansi-regex","4.1.1","https://github.com/chalk/ansi-regex","Regular expression for matching ANSI escape codes","MIT" "ansi-regex@5.0.1","ansi-regex","5.0.1","https://github.com/chalk/ansi-regex","Regular expression for matching ANSI escape codes","MIT" -"ansi-regex@6.0.1","ansi-regex","6.0.1","https://github.com/chalk/ansi-regex","Regular expression for matching ANSI escape codes","MIT" "ansi-sequence-parser@1.1.1","ansi-sequence-parser","1.1.1","https://github.com/blake-mealey/ansi-sequence-parser","A parser for ANSI escape sequences","MIT" "ansi-styles@3.2.1","ansi-styles","3.2.1","https://github.com/chalk/ansi-styles","ANSI escape codes for styling strings in the terminal","MIT" "ansi-styles@4.3.0","ansi-styles","4.3.0","https://github.com/chalk/ansi-styles","ANSI escape codes for styling strings in the terminal","MIT" "ansi-styles@5.2.0","ansi-styles","5.2.0","https://github.com/chalk/ansi-styles","ANSI escape codes for styling strings in the terminal","MIT" -"ansi-styles@6.2.1","ansi-styles","6.2.1","https://github.com/chalk/ansi-styles","ANSI escape codes for styling strings in the terminal","MIT" "ansicolors@0.3.2","ansicolors","0.3.2","https://github.com/thlorenz/ansicolors","Functions that surround a string with ansicolor codes so it prints in color.","MIT" "ansis@3.3.2","ansis","3.3.2","https://github.com/webdiscus/ansis","Colorize terminal output with ANSI colors & styles","ISC" -"any-promise@1.3.0","any-promise","1.3.0","https://github.com/kevinbeaty/any-promise","Resolve any installed ES6 compatible promise","MIT" "anymatch@3.1.3","anymatch","3.1.3","https://github.com/micromatch/anymatch","Matches strings against configurable strings, globs, regular expressions, and/or functions","ISC" "app-module-path@2.2.0","app-module-path","2.2.0","https://github.com/patrick-steele-idem/app-module-path-node","Simple module to add additional directories to the Node module search for top-level app modules","BSD-2-Clause" -"app-root-dir@1.0.2","app-root-dir","1.0.2","https://github.com/philidem/node-app-root-dir","Simple module to infer the root directory of the currently running node application","MIT" "append-transform@1.0.0","append-transform","1.0.0","https://github.com/istanbuljs/append-transform","Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.","MIT" -"append-transform@2.0.0","append-transform","2.0.0","https://github.com/istanbuljs/append-transform","Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.","MIT" "archy@1.0.0","archy","1.0.0","https://github.com/substack/node-archy","render nested hierarchies `npm ls` style with unicode pipes","MIT" "arg@4.1.3","arg","4.1.3","https://github.com/zeit/arg","Another simple argument parser","MIT" -"arg@5.0.2","arg","5.0.2","https://github.com/vercel/arg","Unopinionated, no-frills CLI argument parser","MIT" "argparse@1.0.10","argparse","1.0.10","https://github.com/nodeca/argparse","Very powerful CLI arguments parser. Native port of argparse - python's options parsing library","MIT" "argparse@2.0.1","argparse","2.0.1","https://github.com/nodeca/argparse","CLI arguments parser. Native port of python's argparse.","Python-2.0" -"aria-hidden@1.2.4","aria-hidden","1.2.4","https://github.com/theKashey/aria-hidden","Cast aria-hidden to everything, except...","MIT" -"aria-query@5.1.3","aria-query","5.1.3","https://github.com/A11yance/aria-query","Programmatic access to the ARIA specification","Apache-2.0" -"array-buffer-byte-length@1.0.1","array-buffer-byte-length","1.0.1","https://github.com/inspect-js/array-buffer-byte-length","Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.","MIT" "array-find-index@1.0.2","array-find-index","1.0.2","https://github.com/sindresorhus/array-find-index","ES2015 `Array#findIndex()` ponyfill","MIT" -"array-flatten@1.1.1","array-flatten","1.1.1","https://github.com/blakeembrey/array-flatten","Flatten an array of nested arrays into a single flat array","MIT" "array-union@2.1.0","array-union","2.1.0","https://github.com/sindresorhus/array-union","Create an array of unique values, in order, from the input arrays","MIT" "asap@2.0.6","asap","2.0.6","https://github.com/kriskowal/asap","High-priority task queue for Node.js and browsers","MIT" -"assert-never@1.3.0","assert-never","1.3.0","https://github.com/aikoven/assert-never","Helper function for exhaustive checks of discriminated unions in TypeScript","MIT" -"assert@2.1.0","assert","2.1.0","https://github.com/browserify/commonjs-assert","The assert module from Node.js, for the browser.","MIT" -"assertion-error@1.1.0","assertion-error","1.1.0","https://github.com/chaijs/assertion-error","Error constructor for test and validation frameworks that implements standardized AssertionError specification.","MIT" "ast-module-types@2.7.1","ast-module-types","2.7.1","https://github.com/mrjoelkemp/node-ast-module-types","Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.","MIT" "ast-module-types@3.0.0","ast-module-types","3.0.0","https://github.com/dependents/node-ast-module-types","Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.","MIT" -"ast-types@0.16.1","ast-types","0.16.1","https://github.com/benjamn/ast-types","Esprima-compatible implementation of the Mozilla JS Parser API","MIT" "astral-regex@1.0.0","astral-regex","1.0.0","https://github.com/kevva/astral-regex","Regular expression for matching astral symbols","MIT" "astral-regex@2.0.0","astral-regex","2.0.0","https://github.com/kevva/astral-regex","Regular expression for matching astral symbols","MIT" -"async-limiter@1.0.1","async-limiter","1.0.1","https://github.com/strml/async-limiter","asynchronous function queue with adjustable concurrency","MIT" "async-retry@1.3.3","async-retry","1.3.3","https://github.com/vercel/async-retry","Retrying made simple, easy and async","MIT" "async@2.6.4","async","2.6.4","https://github.com/caolan/async","Higher-order functions and common patterns for asynchronous code","MIT" "async@3.2.6","async","3.2.6","https://github.com/caolan/async","Higher-order functions and common patterns for asynchronous code","MIT" "asynckit@0.4.0","asynckit","0.4.0","https://github.com/alexindigo/asynckit","Minimal async jobs utility library, with streams support","MIT" -"autoprefixer@10.4.20","autoprefixer","10.4.20","https://github.com/postcss/autoprefixer","Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website","MIT" -"available-typed-arrays@1.0.7","available-typed-arrays","1.0.7","https://github.com/inspect-js/available-typed-arrays","Returns an array of Typed Array names that are available in the current environment","MIT" -"axios@0.21.4","axios","0.21.4","https://github.com/axios/axios","Promise based HTTP client for the browser and node.js","MIT" "axios@1.7.5","axios","1.7.5","https://github.com/axios/axios","Promise based HTTP client for the browser and node.js","MIT" -"babel-core@7.0.0-bridge.0","babel-core","7.0.0-bridge.0","","A placeholder package that bridges babel-core to @babel/core.","MIT" -"babel-jest@28.1.3","babel-jest","28.1.3","https://github.com/facebook/jest","Jest plugin to use babel for transformation.","MIT" "babel-jest@29.7.0","babel-jest","29.7.0","https://github.com/jestjs/jest","Jest plugin to use babel for transformation.","MIT" "babel-plugin-const-enum@1.2.0","babel-plugin-const-enum","1.2.0","https://github.com/dosentmatter/babel-plugin-const-enum","Transform TypeScript `const` enums","MIT" "babel-plugin-istanbul@6.1.1","babel-plugin-istanbul","6.1.1","https://github.com/istanbuljs/babel-plugin-istanbul","A babel plugin that adds istanbul instrumentation to ES6 code","BSD-3-Clause" -"babel-plugin-jest-hoist@28.1.3","babel-plugin-jest-hoist","28.1.3","https://github.com/facebook/jest","Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest).","MIT" "babel-plugin-jest-hoist@29.6.3","babel-plugin-jest-hoist","29.6.3","https://github.com/jestjs/jest","Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/jestjs/jest/tree/main/packages/babel-jest).","MIT" "babel-plugin-macros@2.8.0","babel-plugin-macros","2.8.0","https://github.com/kentcdodds/babel-plugin-macros","Allows you to build compile-time libraries","MIT" "babel-plugin-macros@3.1.0","babel-plugin-macros","3.1.0","https://github.com/kentcdodds/babel-plugin-macros","Allows you to build compile-time libraries","MIT" @@ -779,91 +490,65 @@ "babel-plugin-polyfill-regenerator@0.6.2","babel-plugin-polyfill-regenerator","0.6.2","https://github.com/babel/babel-polyfills","A Babel plugin to inject imports to regenerator-runtime","MIT" "babel-plugin-transform-typescript-metadata@0.3.2","babel-plugin-transform-typescript-metadata","0.3.2","https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata","Babel plugin to emit decorator metadata like typescript compiler","MIT" "babel-preset-current-node-syntax@1.0.1","babel-preset-current-node-syntax","1.0.1","https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax","A Babel preset that enables parsing of proposals supported by the current Node.js version.","MIT" -"babel-preset-jest@28.1.3","babel-preset-jest","28.1.3","https://github.com/facebook/jest","> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest).","MIT" "babel-preset-jest@29.6.3","babel-preset-jest","29.6.3","https://github.com/jestjs/jest","> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/jestjs/jest/tree/main/packages/babel-jest).","MIT" -"babel-walk@3.0.0-canary-5","babel-walk","3.0.0-canary-5","https://github.com/pugjs/babel-walk","Lightweight Babel AST traversal","MIT" "balanced-match@1.0.2","balanced-match","1.0.2","https://github.com/juliangruber/balanced-match","Match balanced character pairs, like "{" and "}"","MIT" "base64-js@1.5.1","base64-js","1.5.1","https://github.com/beatgammit/base64-js","Base64 encoding/decoding in pure JS","MIT" "basic-auth@2.0.1","basic-auth","2.0.1","https://github.com/jshttp/basic-auth","node.js basic auth parser","MIT" -"better-opn@3.0.2","better-opn","3.0.2","https://github.com/ExiaSR/better-opn","A better opn. Reuse the same tab on Chrome for 👨‍💻.","MIT" "big-integer@1.6.52","big-integer","1.6.52","https://github.com/peterolson/BigInteger.js","An arbitrary length integer library for Javascript","Unlicense" "bignumber.js@9.1.2","bignumber.js","9.1.2","https://github.com/MikeMcl/bignumber.js","A library for arbitrary-precision decimal and non-decimal arithmetic","MIT" "binary-extensions@2.2.0","binary-extensions","2.2.0","https://github.com/sindresorhus/binary-extensions","List of binary file extensions","MIT" "bl@4.1.0","bl","4.1.0","https://github.com/rvagg/bl","Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!","MIT" "bn.js@4.12.0","bn.js","4.12.0","https://github.com/indutny/bn.js","Big number implementation in pure javascript","MIT" "bn.js@5.2.1","bn.js","5.2.1","https://github.com/indutny/bn.js","Big number implementation in pure javascript","MIT" -"body-parser@1.20.2","body-parser","1.20.2","https://github.com/expressjs/body-parser","Node.js body parsing middleware","MIT" -"boolbase@1.0.0","boolbase","1.0.0","https://github.com/fb55/boolbase","two functions: One that returns true, one that returns false","ISC" "bowser@2.11.0","bowser","2.11.0","https://github.com/lancedikson/bowser","Lightweight browser detector","MIT" "bplist-parser@0.2.0","bplist-parser","0.2.0","https://github.com/nearinfinity/node-bplist-parser","Binary plist parser.","MIT" "brace-expansion@1.1.11","brace-expansion","1.1.11","https://github.com/juliangruber/brace-expansion","Brace expansion as known from sh/bash","MIT" "brace-expansion@2.0.1","brace-expansion","2.0.1","https://github.com/juliangruber/brace-expansion","Brace expansion as known from sh/bash","MIT" "braces@3.0.3","braces","3.0.3","https://github.com/micromatch/braces","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.","MIT" "brorand@1.1.0","brorand","1.1.0","https://github.com/indutny/brorand","Random number generator for browsers and node.js","MIT" -"browser-assert@1.2.1","browser-assert","1.2.1","https://github.com/socialally/browser-assert","Featherweight assert module","MIT*" -"browserify-zlib@0.1.4","browserify-zlib","0.1.4","https://github.com/devongovett/browserify-zlib","Full zlib module for browserify","MIT" "browserslist@4.23.3","browserslist","4.23.3","https://github.com/browserslist/browserslist","Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset","MIT" "bs-logger@0.2.6","bs-logger","0.2.6","https://github.com/huafu/bs-logger","Bare simple logger for NodeJS","MIT" "bser@2.1.1","bser","2.1.1","https://github.com/facebook/watchman","JavaScript implementation of the BSER Binary Serialization","Apache-2.0" -"buffer-crc32@0.2.13","buffer-crc32","0.2.13","https://github.com/brianloveswords/buffer-crc32","A pure javascript CRC32 algorithm that plays nice with binary data","MIT" "buffer-from@1.1.2","buffer-from","1.1.2","https://github.com/LinusU/buffer-from","A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.","MIT" "buffer@5.7.1","buffer","5.7.1","https://github.com/feross/buffer","Node.js Buffer API, for the browser","MIT" "builtin-modules@3.3.0","builtin-modules","3.3.0","https://github.com/sindresorhus/builtin-modules","List of the Node.js builtin modules","MIT" "bundle-name@3.0.0","bundle-name","3.0.0","https://github.com/sindresorhus/bundle-name","Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`","MIT" -"bytes@3.0.0","bytes","3.0.0","https://github.com/visionmedia/bytes.js","Utility to parse a string bytes to bytes and vice-versa","MIT" -"bytes@3.1.2","bytes","3.1.2","https://github.com/visionmedia/bytes.js","Utility to parse a string bytes to bytes and vice-versa","MIT" -"cac@6.7.14","cac","6.7.14","https://github.com/egoist/cac","Simple yet powerful framework for building command-line apps.","MIT" "cacheable-lookup@7.0.0","cacheable-lookup","7.0.0","https://github.com/szmarczak/cacheable-lookup","A cacheable dns.lookup(…) that respects TTL","MIT" "cacheable-request@10.2.14","cacheable-request","10.2.14","https://github.com/jaredwray/cacheable","Wrap native HTTP requests with RFC compliant cache support","MIT" "caching-transform@3.0.2","caching-transform","3.0.2","https://github.com/istanbuljs/caching-transform","Wraps a transform and provides caching","MIT" -"caching-transform@4.0.0","caching-transform","4.0.0","https://github.com/istanbuljs/caching-transform","Wraps a transform and provides caching","MIT" "call-bind@1.0.7","call-bind","1.0.7","https://github.com/ljharb/call-bind","Robustly `.call.bind()` a function","MIT" "callsite@1.0.0","callsite","1.0.0","","access to v8's CallSites","MIT*" "callsites@3.1.0","callsites","3.1.0","https://github.com/sindresorhus/callsites","Get callsites from the V8 stack trace API","MIT" "camel-case@4.1.2","camel-case","4.1.2","https://github.com/blakeembrey/change-case","Transform into a string with the separator denoted by the next word capitalized","MIT" -"camelcase-css@2.0.1","camelcase-css","2.0.1","https://github.com/stevenvachon/camelcase-css","Convert a kebab-cased CSS property into a camelCased DOM property.","MIT" "camelcase@5.3.1","camelcase","5.3.1","https://github.com/sindresorhus/camelcase","Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`","MIT" "camelcase@6.3.0","camelcase","6.3.0","https://github.com/sindresorhus/camelcase","Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`","MIT" -"can-bind-to-host@1.1.2","can-bind-to-host","1.1.2","https://github.com/knyzorg/can-bind-to-host","Utility package to see if the node process can bind to the host or listen on a port. Can be used for checking if a host resolves to localhost.","MIT" "caniuse-lite@1.0.30001653","caniuse-lite","1.0.30001653","https://github.com/browserslist/caniuse-lite","A smaller version of caniuse-db, with only the essentials!","CC-BY-4.0" "capital-case@1.0.4","capital-case","1.0.4","https://github.com/blakeembrey/change-case","Transform into a space separated string with each word capitalized","MIT" "cardinal@2.1.1","cardinal","2.1.1","https://github.com/thlorenz/cardinal","Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.","MIT" -"chai@4.5.0","chai","4.5.0","https://github.com/chaijs/chai","BDD/TDD assertion library for node.js and the browser. Test framework agnostic.","MIT" "chalk@2.4.2","chalk","2.4.2","https://github.com/chalk/chalk","Terminal string styling done right","MIT" "chalk@3.0.0","chalk","3.0.0","https://github.com/chalk/chalk","Terminal string styling done right","MIT" "chalk@4.1.2","chalk","4.1.2","https://github.com/chalk/chalk","Terminal string styling done right","MIT" -"chalk@5.3.0","chalk","5.3.0","https://github.com/chalk/chalk","Terminal string styling done right","MIT" "change-case@4.1.2","change-case","4.1.2","https://github.com/blakeembrey/change-case","Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others","MIT" "char-regex@1.0.2","char-regex","1.0.2","https://github.com/Richienb/char-regex","A regex to match any full character, considering weird character ranges.","MIT" -"char-regex@2.0.1","char-regex","2.0.1","https://github.com/Richienb/char-regex","A regex to match any full character, considering weird character ranges.","MIT" -"character-parser@2.2.0","character-parser","2.2.0","https://github.com/ForbesLindesay/character-parser","Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.","MIT" "chardet@0.7.0","chardet","0.7.0","https://github.com/runk/node-chardet","Character detector","MIT" -"check-error@1.0.3","check-error","1.0.3","https://github.com/chaijs/check-error","Error comparison and information related utility for node and the browser","MIT" "chokidar@3.6.0","chokidar","3.6.0","https://github.com/paulmillr/chokidar","Minimal and efficient cross-platform file watching library","MIT" -"chownr@1.1.4","chownr","1.1.4","https://github.com/isaacs/chownr","like `chown -R`","ISC" -"chownr@2.0.0","chownr","2.0.0","https://github.com/isaacs/chownr","like `chown -R`","ISC" "ci-info@3.9.0","ci-info","3.9.0","https://github.com/watson/ci-info","Get details about the current Continuous Integration environment","MIT" -"citty@0.1.6","citty","0.1.6","https://github.com/unjs/citty","Elegant CLI Builder","MIT" "cjs-module-lexer@1.2.3","cjs-module-lexer","1.2.3","https://github.com/nodejs/cjs-module-lexer","Lexes CommonJS modules, returning their named exports metadata","MIT" "class-transformer@0.4.0","class-transformer","0.4.0","https://github.com/typestack/class-transformer","Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors","MIT" "class-transformer@0.5.1","class-transformer","0.5.1","https://github.com/typestack/class-transformer","Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors","MIT" "class-validator-jsonschema@5.0.0","class-validator-jsonschema","5.0.0","https://github.com/epiphone/class-validator-jsonschema","Convert class-validator-decorated classes into JSON schema","MIT" "class-validator@0.14.0","class-validator","0.14.0","https://github.com/typestack/class-validator","Decorator-based property validation for classes.","MIT" "clean-regexp@1.0.0","clean-regexp","1.0.0","https://github.com/SamVerschueren/clean-regexp","Clean up regular expressions","MIT" -"clean-stack@2.2.0","clean-stack","2.2.0","https://github.com/sindresorhus/clean-stack","Clean up error stack traces","MIT" "clean-stack@3.0.1","clean-stack","3.0.1","https://github.com/sindresorhus/clean-stack","Clean up error stack traces","MIT" "cli-cursor@3.1.0","cli-cursor","3.1.0","https://github.com/sindresorhus/cli-cursor","Toggle the CLI cursor","MIT" "cli-progress@3.12.0","cli-progress","3.12.0","https://github.com/npkgz/cli-progress","easy to use progress-bar for command-line/terminal applications","MIT" "cli-spinners@2.6.1","cli-spinners","2.6.1","https://github.com/sindresorhus/cli-spinners","Spinners for use in the terminal","MIT" "cli-spinners@2.9.2","cli-spinners","2.9.2","https://github.com/sindresorhus/cli-spinners","Spinners for use in the terminal","MIT" -"cli-table3@0.6.5","cli-table3","0.6.5","https://github.com/cli-table/cli-table3","Pretty unicode tables for the command line. Based on the original cli-table.","MIT" "cli-width@3.0.0","cli-width","3.0.0","https://github.com/knownasilya/cli-width","Get stdout window width, with two fallbacks, tty and then a default.","ISC" "cli-width@4.1.0","cli-width","4.1.0","https://github.com/knownasilya/cli-width","Get stdout window width, with two fallbacks, tty and then a default.","ISC" "cliui@5.0.0","cliui","5.0.0","https://github.com/yargs/cliui","easily create complex multi-column command-line-interfaces","ISC" -"cliui@6.0.0","cliui","6.0.0","https://github.com/yargs/cliui","easily create complex multi-column command-line-interfaces","ISC" "cliui@7.0.4","cliui","7.0.4","https://github.com/yargs/cliui","easily create complex multi-column command-line-interfaces","ISC" "cliui@8.0.1","cliui","8.0.1","https://github.com/yargs/cliui","easily create complex multi-column command-line-interfaces","ISC" -"clone-deep@4.0.1","clone-deep","4.0.1","https://github.com/jonschlinkert/clone-deep","Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.","MIT" "clone@1.0.4","clone","1.0.4","https://github.com/pvorb/node-clone","deep cloning of objects and arrays","MIT" "co@4.6.0","co","4.6.0","https://github.com/tj/co","generator async control flow goodness","MIT" "collect-v8-coverage@1.0.2","collect-v8-coverage","1.0.2","https://github.com/SimenB/collect-v8-coverage","Use this module to start and stop the V8 inspector manually and collect precise coverage.","MIT" @@ -879,34 +564,18 @@ "colorspace@1.1.4","colorspace","1.1.4","https://github.com/3rd-Eden/colorspace","Generate HEX colors for a given namespace.","MIT" "columnify@1.6.0","columnify","1.6.0","https://github.com/timoxley/columnify","Render data in text columns. Supports in-column text-wrap.","MIT" "combined-stream@1.0.8","combined-stream","1.0.8","https://github.com/felixge/node-combined-stream","A stream that emits multiple other streams one after another.","MIT" -"commander@10.0.1","commander","10.0.1","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" "commander@2.20.3","commander","2.20.3","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" -"commander@3.0.2","commander","3.0.2","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" "commander@4.1.1","commander","4.1.1","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" -"commander@5.1.0","commander","5.1.0","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" "commander@6.2.1","commander","6.2.1","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" "commander@7.2.0","commander","7.2.0","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" -"commander@9.5.0","commander","9.5.0","https://github.com/tj/commander.js","the complete solution for node.js command-line programs","MIT" "commondir@1.0.1","commondir","1.0.1","https://github.com/substack/node-commondir","compute the closest common parent for file paths","MIT" -"compressible@2.0.18","compressible","2.0.18","https://github.com/jshttp/compressible","Compressible Content-Type / mime checking","MIT" -"compression@1.7.4","compression","1.7.4","https://github.com/expressjs/compression","Node.js compression middleware","MIT" -"computeds@0.0.1","computeds","0.0.1","https://github.com/johnsoncodehk/computeds","The minimal Signals implementation based on https://github.com/vuejs/core/pull/5912.","MIT" "concat-map@0.0.1","concat-map","0.0.1","https://github.com/substack/node-concat-map","concatenative mapdashery","MIT" -"concat-stream@1.6.2","concat-stream","1.6.2","https://github.com/maxogden/concat-stream","writable stream that concatenates strings or binary data and calls a callback with the result","MIT" -"confbox@0.1.7","confbox","0.1.7","https://github.com/unjs/confbox","Compact and high quality YAML, TOML, JSONC and JSON5 parsers","MIT" -"config-chain@1.1.13","config-chain","1.1.13","https://github.com/dominictarr/config-chain","HANDLE CONFIGURATION ONCE AND FOR ALL","MIT" "confusing-browser-globals@1.0.10","confusing-browser-globals","1.0.10","https://github.com/facebook/create-react-app","A list of browser globals that are often used by mistake instead of local variables","MIT" -"consola@3.2.3","consola","3.2.3","https://github.com/unjs/consola","Elegant Console Wrapper","MIT" "constant-case@3.0.4","constant-case","3.0.4","https://github.com/blakeembrey/change-case","Transform into upper case string with an underscore between words","MIT" -"constantinople@4.0.1","constantinople","4.0.1","https://github.com/ForbesLindesay/constantinople","Determine whether a JavaScript expression evaluates to a constant","MIT" -"content-disposition@0.5.4","content-disposition","0.5.4","https://github.com/jshttp/content-disposition","Create and parse Content-Disposition header","MIT" "content-type@1.0.5","content-type","1.0.5","https://github.com/jshttp/content-type","Create and parse HTTP Content-Type header","MIT" "convert-source-map@1.9.0","convert-source-map","1.9.0","https://github.com/thlorenz/convert-source-map","Converts a source-map from/to different formats and allows adding/changing properties.","MIT" "convert-source-map@2.0.0","convert-source-map","2.0.0","https://github.com/thlorenz/convert-source-map","Converts a source-map from/to different formats and allows adding/changing properties.","MIT" -"cookie-signature@1.0.6","cookie-signature","1.0.6","https://github.com/visionmedia/node-cookie-signature","Sign and unsign cookies","MIT" -"cookie@0.6.0","cookie","0.6.0","https://github.com/jshttp/cookie","HTTP server cookie parsing and serialization","MIT" "core-js-compat@3.37.1","core-js-compat","3.37.1","https://github.com/zloirock/core-js","core-js compat","MIT" -"core-util-is@1.0.3","core-util-is","1.0.3","https://github.com/isaacs/core-util-is","The `util.is*` functions introduced in Node v0.12.","MIT" "corser@2.0.1","corser","2.0.1","https://github.com/agrueneberg/Corser","A highly configurable, middleware compatible implementation of CORS.","MIT" "cosmiconfig@6.0.0","cosmiconfig","6.0.0","https://github.com/davidtheclark/cosmiconfig","Find and load configuration from a package.json property, rc file, or CommonJS module","MIT" "cosmiconfig@7.1.0","cosmiconfig","7.1.0","https://github.com/davidtheclark/cosmiconfig","Find and load configuration from a package.json property, rc file, or CommonJS module","MIT" @@ -916,59 +585,39 @@ "cross-spawn@4.0.2","cross-spawn","4.0.2","https://github.com/IndigoUnited/node-cross-spawn","Cross platform child_process#spawn and child_process#spawnSync","MIT" "cross-spawn@6.0.5","cross-spawn","6.0.5","https://github.com/moxystudio/node-cross-spawn","Cross platform child_process#spawn and child_process#spawnSync","MIT" "cross-spawn@7.0.3","cross-spawn","7.0.3","https://github.com/moxystudio/node-cross-spawn","Cross platform child_process#spawn and child_process#spawnSync","MIT" -"crypto-random-string@2.0.0","crypto-random-string","2.0.0","https://github.com/sindresorhus/crypto-random-string","Generate a cryptographically strong random string","MIT" "crypto-randomuuid@1.0.0","crypto-randomuuid","1.0.0","","Polyfill crypto.randomUUID","MIT" -"css.escape@1.5.1","css.escape","1.5.1","https://github.com/mathiasbynens/CSS.escape","A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.","MIT" -"cssesc@3.0.0","cssesc","3.0.0","https://github.com/mathiasbynens/cssesc","A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.","MIT" "cssom@0.3.8","cssom","0.3.8","https://github.com/NV/CSSOM","CSS Object Model implementation and CSS parser","MIT" "cssom@0.5.0","cssom","0.5.0","https://github.com/NV/CSSOM","CSS Object Model implementation and CSS parser","MIT" "cssstyle@2.3.0","cssstyle","2.3.0","https://github.com/jsdom/cssstyle","CSSStyleDeclaration Object Model implementation","MIT" -"csstype@3.1.3","csstype","3.1.3","https://github.com/frenic/csstype","Strict TypeScript and Flow types for style based on MDN data","MIT" -"cwd@0.10.0","cwd","0.10.0","https://github.com/jonschlinkert/cwd","Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)","MIT" "cycle@1.0.3","cycle","1.0.3","https://github.com/dscape/cycle","decycle your json","Custom: https://github.com/douglascrockford/JSON-js" "data-urls@3.0.2","data-urls","3.0.2","https://github.com/jsdom/data-urls","Parses data: URLs","MIT" "dataloader@2.2.2","dataloader","2.2.2","https://github.com/graphql/dataloader","A data loading utility to reduce requests to a backend via batching and caching.","MIT" "dc-polyfill@0.1.3","dc-polyfill","0.1.3","https://github.com/DataDog/dc-polyfill","A polyfill for the internal diagnostics_channel module","MIT" "dd-trace@4.26.0","dd-trace","4.26.0","https://github.com/DataDog/dd-trace-js","Datadog APM tracing client for JavaScript","(Apache-2.0 OR BSD-3-Clause)" -"de-indent@1.0.2","de-indent","1.0.2","https://github.com/yyx990803/de-indent","remove extra indent from a block of code","MIT" -"debug@2.6.9","debug","2.6.9","https://github.com/visionmedia/debug","small debugging utility","MIT" "debug@3.2.7","debug","3.2.7","https://github.com/visionmedia/debug","small debugging utility","MIT" "debug@4.3.6","debug","4.3.6","https://github.com/debug-js/debug","Lightweight debugging utility for Node.js and the browser","MIT" "debuglog@1.0.1","debuglog","1.0.1","https://github.com/sam-github/node-debuglog","backport of util.debuglog from node v0.11","MIT" "decamelize@1.2.0","decamelize","1.2.0","https://github.com/sindresorhus/decamelize","Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow","MIT" "decimal.js@10.4.3","decimal.js","10.4.3","https://github.com/MikeMcl/decimal.js","An arbitrary-precision Decimal type for JavaScript.","MIT" "decompress-response@6.0.0","decompress-response","6.0.0","https://github.com/sindresorhus/decompress-response","Decompress a HTTP response if needed","MIT" -"dedent@0.7.0","dedent","0.7.0","https://github.com/dmnd/dedent","An ES6 string tag that strips indentation from multi-line strings","MIT" "dedent@1.5.3","dedent","1.5.3","https://github.com/dmnd/dedent","A string tag that strips indentation from multi-line strings. ⬅️","MIT" -"deep-eql@4.1.4","deep-eql","4.1.4","https://github.com/chaijs/deep-eql","Improved deep equality testing for Node.js and the browser.","MIT" -"deep-equal@2.2.3","deep-equal","2.2.3","https://github.com/inspect-js/node-deep-equal","node's assert.deepEqual algorithm","MIT" "deep-extend@0.6.0","deep-extend","0.6.0","https://github.com/unclechu/node-deep-extend","Recursive object extending","MIT" "deep-is@0.1.4","deep-is","0.1.4","https://github.com/thlorenz/deep-is","node's assert.deepEqual algorithm except for NaN being equal to NaN","MIT" "deepmerge@4.3.1","deepmerge","4.3.1","https://github.com/TehShrike/deepmerge","A library for deep (recursive) merging of Javascript objects","MIT" "default-browser-id@3.0.0","default-browser-id","3.0.0","https://github.com/sindresorhus/default-browser-id","Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari","MIT" "default-browser@4.0.0","default-browser","4.0.0","https://github.com/sindresorhus/default-browser","Get the default browser","MIT" "default-require-extensions@2.0.0","default-require-extensions","2.0.0","https://github.com/avajs/default-require-extensions","Node's default require extensions as a separate module","MIT" -"default-require-extensions@3.0.1","default-require-extensions","3.0.1","https://github.com/avajs/default-require-extensions","Node's default require extensions as a separate module","MIT" "defaults@1.0.4","defaults","1.0.4","https://github.com/sindresorhus/node-defaults","merge single level defaults over a config object","MIT" "defer-to-connect@2.0.1","defer-to-connect","2.0.1","https://github.com/szmarczak/defer-to-connect","The safe way to handle the `connect` socket event","MIT" "define-data-property@1.1.4","define-data-property","1.1.4","https://github.com/ljharb/define-data-property","Define a data property on an object. Will fall back to assignment in an engine without descriptors.","MIT" "define-lazy-prop@2.0.0","define-lazy-prop","2.0.0","https://github.com/sindresorhus/define-lazy-prop","Define a lazily evaluated property on an object","MIT" "define-lazy-prop@3.0.0","define-lazy-prop","3.0.0","https://github.com/sindresorhus/define-lazy-prop","Define a lazily evaluated property on an object","MIT" -"define-properties@1.2.1","define-properties","1.2.1","https://github.com/ljharb/define-properties","Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.","MIT" -"defu@6.1.4","defu","6.1.4","https://github.com/unjs/defu","Recursively assign default properties. Lightweight and Fast!","MIT" -"del@6.1.1","del","6.1.1","https://github.com/sindresorhus/del","Delete files and directories","MIT" "delay@5.0.0","delay","5.0.0","https://github.com/sindresorhus/delay","Delay a promise a specified amount of time","MIT" "delayed-stream@1.0.0","delayed-stream","1.0.0","https://github.com/felixge/node-delayed-stream","Buffers events from a stream until you are ready to handle them.","MIT" -"depd@2.0.0","depd","2.0.0","https://github.com/dougwilson/nodejs-depd","Deprecate all the things","MIT" "dependency-tree@8.1.2","dependency-tree","8.1.2","https://github.com/mrjoelkemp/node-dependency-tree","Get the dependency tree of a module","MIT" -"dequal@2.0.3","dequal","2.0.3","https://github.com/lukeed/dequal","A tiny (304B to 489B) utility for check for deep equality","MIT" -"destroy@1.2.0","destroy","1.2.0","https://github.com/stream-utils/destroy","destroy a stream if possible","MIT" -"detect-indent@6.1.0","detect-indent","6.1.0","https://github.com/sindresorhus/detect-indent","Detect the indentation of code","MIT" "detect-indent@7.0.1","detect-indent","7.0.1","https://github.com/sindresorhus/detect-indent","Detect the indentation of code","MIT" "detect-newline@3.1.0","detect-newline","3.1.0","https://github.com/sindresorhus/detect-newline","Detect the dominant newline character of a string","MIT" "detect-newline@4.0.1","detect-newline","4.0.1","https://github.com/sindresorhus/detect-newline","Detect the dominant newline character of a string","MIT" -"detect-node-es@1.1.0","detect-node-es","1.1.0","https://github.com/thekashey/detect-node","Detect Node.JS (as opposite to browser environment). ESM modification","MIT" -"detect-package-manager@2.0.1","detect-package-manager","2.0.1","https://github.com/egoist/detect-package-manager","Detect which package manager you're using (yarn or npm)","MIT" "detect-port@1.6.1","detect-port","1.6.1","https://github.com/node-modules/detect-port","Node.js implementation of port detector","MIT" "detective-amd@3.1.2","detective-amd","3.1.2","https://github.com/dependents/node-detective-amd","Find all dependencies within a JavaScript file using AMD module syntax","MIT" "detective-cjs@3.1.3","detective-cjs","3.1.3","https://github.com/dependents/node-detective-cjs","Get the dependencies of a CommonJS module by traversing its AST","MIT" @@ -981,63 +630,33 @@ "detective-stylus@1.0.3","detective-stylus","1.0.3","https://github.com/dependents/node-detective-stylus","Get the dependencies of a Stylus file","MIT" "detective-typescript@7.0.2","detective-typescript","7.0.2","https://github.com/pahen/detective-typescript","Get the dependencies of a TypeScript module","MIT" "dezalgo@1.0.4","dezalgo","1.0.4","https://github.com/npm/dezalgo","Contain async insanity so that the dark pony lord doesn't eat souls","ISC" -"didyoumean@1.2.2","didyoumean","1.2.2","https://github.com/dcporter/didyoumean.js","Match human-quality input to potential matches by edit distance.","Apache-2.0" -"diff-sequences@28.1.1","diff-sequences","28.1.1","https://github.com/facebook/jest","Compare items in two sequences to find a longest common subsequence","MIT" "diff-sequences@29.6.3","diff-sequences","29.6.3","https://github.com/jestjs/jest","Compare items in two sequences to find a longest common subsequence","MIT" "diff@4.0.2","diff","4.0.2","https://github.com/kpdecker/jsdiff","A javascript text diff implementation.","BSD-3-Clause" -"diffable-html@4.1.0","diffable-html","4.1.0","https://github.com/rayrutjes/diffable-html","Opinionated HTML formatter focused towards making HTML diffs readable.","MIT" "dir-glob@3.0.1","dir-glob","3.0.1","https://github.com/kevva/dir-glob","Convert directories to glob compatible strings","MIT" -"dlv@1.1.3","dlv","1.1.3","https://github.com/developit/dlv","Safely get a dot-notated property within an object.","MIT" "doctrine@3.0.0","doctrine","3.0.0","https://github.com/eslint/doctrine","JSDoc parser","Apache-2.0" -"doctypes@1.1.0","doctypes","1.1.0","https://github.com/pugjs/doctypes","Shorthands for commonly used doctypes","MIT" -"dom-accessibility-api@0.5.16","dom-accessibility-api","0.5.16","https://github.com/eps1lon/dom-accessibility-api","Implements https://w3c.github.io/accname/","MIT" -"dom-accessibility-api@0.6.3","dom-accessibility-api","0.6.3","https://github.com/eps1lon/dom-accessibility-api","Implements https://w3c.github.io/accname/","MIT" -"dom-serializer@0.2.2","dom-serializer","0.2.2","https://github.com/cheeriojs/dom-renderer","render dom nodes to string","MIT" -"domelementtype@1.3.1","domelementtype","1.3.1","https://github.com/fb55/domelementtype","all the types of nodes in htmlparser2's dom","BSD-2-Clause" -"domelementtype@2.3.0","domelementtype","2.3.0","https://github.com/fb55/domelementtype","all the types of nodes in htmlparser2's dom","BSD-2-Clause" "domexception@4.0.0","domexception","4.0.0","https://github.com/jsdom/domexception","An implementation of the DOMException class from browsers","MIT" -"domhandler@2.4.2","domhandler","2.4.2","https://github.com/fb55/DomHandler","handler for htmlparser2 that turns pages into a dom","BSD-2-Clause" -"domutils@1.7.0","domutils","1.7.0","https://github.com/FB55/domutils","utilities for working with htmlparser2's dom","BSD-2-Clause" "dot-case@3.0.4","dot-case","3.0.4","https://github.com/blakeembrey/change-case","Transform into a lower case string with a period between words","MIT" -"dotenv-expand@10.0.0","dotenv-expand","10.0.0","https://github.com/motdotla/dotenv-expand","Expand environment variables using dotenv","BSD-2-Clause" "dotenv-expand@11.0.6","dotenv-expand","11.0.6","https://github.com/motdotla/dotenv-expand","Expand environment variables using dotenv","BSD-2-Clause" "dotenv@16.3.1","dotenv","16.3.1","https://github.com/motdotla/dotenv","Loads environment variables from .env file","BSD-2-Clause" "dotenv@16.4.5","dotenv","16.4.5","https://github.com/motdotla/dotenv","Loads environment variables from .env file","BSD-2-Clause" "duplexer@0.1.2","duplexer","0.1.2","https://github.com/Raynos/duplexer","Creates a duplex stream","MIT" -"duplexify@3.7.1","duplexify","3.7.1","https://github.com/mafintosh/duplexify","Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input","MIT" -"eastasianwidth@0.2.0","eastasianwidth","0.2.0","https://github.com/komagata/eastasianwidth","Get East Asian Width from a character.","MIT" -"editorconfig@1.0.4","editorconfig","1.0.4","https://github.com/editorconfig/editorconfig-core-js","EditorConfig File Locator and Interpreter for Node.js","MIT" -"ee-first@1.1.1","ee-first","1.1.1","https://github.com/jonathanong/ee-first","return the first event in a set of ee/event pairs","MIT" "ejs@3.1.10","ejs","3.1.10","https://github.com/mde/ejs","Embedded JavaScript templates","Apache-2.0" "electron-to-chromium@1.5.13","electron-to-chromium","1.5.13","https://github.com/kilian/electron-to-chromium","Provides a list of electron-to-chromium version mappings","ISC" "elliptic@6.5.7","elliptic","6.5.7","https://github.com/indutny/elliptic","EC cryptography","MIT" -"emittery@0.10.2","emittery","0.10.2","https://github.com/sindresorhus/emittery","Simple and modern async event emitter","MIT" "emittery@0.13.1","emittery","0.13.1","https://github.com/sindresorhus/emittery","Simple and modern async event emitter","MIT" "emoji-regex@7.0.3","emoji-regex","7.0.3","https://github.com/mathiasbynens/emoji-regex","A regular expression to match all Emoji-only symbols as per the Unicode Standard.","MIT" "emoji-regex@8.0.0","emoji-regex","8.0.0","https://github.com/mathiasbynens/emoji-regex","A regular expression to match all Emoji-only symbols as per the Unicode Standard.","MIT" -"emoji-regex@9.2.2","emoji-regex","9.2.2","https://github.com/mathiasbynens/emoji-regex","A regular expression to match all Emoji-only symbols as per the Unicode Standard.","MIT" "enabled@2.0.0","enabled","2.0.0","https://github.com/3rd-Eden/enabled","Check if a certain debug flag is enabled.","MIT" -"encodeurl@1.0.2","encodeurl","1.0.2","https://github.com/pillarjs/encodeurl","Encode a URL to a percent-encoded form, excluding already-encoded sequences","MIT" "end-of-stream@1.4.4","end-of-stream","1.4.4","https://github.com/mafintosh/end-of-stream","Call a callback when a readable/writable/duplex stream has completed or failed.","MIT" "enhanced-resolve@5.15.0","enhanced-resolve","5.15.0","https://github.com/webpack/enhanced-resolve","Offers a async require.resolve function. It's highly configurable.","MIT" "enquirer@2.3.6","enquirer","2.3.6","https://github.com/enquirer/enquirer","Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.","MIT" -"entities@1.1.2","entities","1.1.2","https://github.com/fb55/entities","Encode & decode XML/HTML entities with ease","BSD-2-Clause" -"entities@2.2.0","entities","2.2.0","https://github.com/fb55/entities","Encode & decode XML and HTML entities with ease","BSD-2-Clause" "entities@4.5.0","entities","4.5.0","https://github.com/fb55/entities","Encode & decode XML and HTML entities with ease & speed","BSD-2-Clause" -"envinfo@7.13.0","envinfo","7.13.0","https://github.com/tabrindle/envinfo","Info about your dev environment for debugging purposes","MIT" "error-ex@1.3.2","error-ex","1.3.2","https://github.com/qix-/node-error-ex","Easy error subclassing and stack customization","MIT" "es-define-property@1.0.0","es-define-property","1.0.0","https://github.com/ljharb/es-define-property","`Object.defineProperty`, but not IE 8's broken one.","MIT" "es-errors@1.3.0","es-errors","1.3.0","https://github.com/ljharb/es-errors","A simple cache for a few of the JS Error constructors.","MIT" -"es-get-iterator@1.1.3","es-get-iterator","1.1.3","https://github.com/ljharb/es-get-iterator","Get an iterator for any JS language value. Works robustly across all environments, all versions.","MIT" -"es-module-lexer@0.9.3","es-module-lexer","0.9.3","https://github.com/guybedford/es-module-lexer","Lexes ES modules returning their import/export metadata","MIT" "es6-error@4.1.1","es6-error","4.1.1","https://github.com/bjyoungblood/es6-error","Easily-extendable error for use with ES6 classes","MIT" -"esbuild-plugin-alias@0.2.1","esbuild-plugin-alias","0.2.1","https://github.com/igoradamenko/esbuild-plugin-alias","esbuild plugin for path aliases","MIT" -"esbuild-register@3.6.0","esbuild-register","3.6.0","","Transpile JSX, TypeScript and esnext features on the fly with esbuild","MIT" -"esbuild@0.18.20","esbuild","0.18.20","https://github.com/evanw/esbuild","An extremely fast JavaScript and CSS bundler and minifier.","MIT" "esbuild@0.19.12","esbuild","0.19.12","https://github.com/evanw/esbuild","An extremely fast JavaScript and CSS bundler and minifier.","MIT" -"esbuild@0.21.5","esbuild","0.21.5","https://github.com/evanw/esbuild","An extremely fast JavaScript and CSS bundler and minifier.","MIT" "escalade@3.1.2","escalade","3.1.2","https://github.com/lukeed/escalade","A tiny (183B to 210B) and fast utility to ascend parent directories","MIT" -"escape-html@1.0.3","escape-html","1.0.3","https://github.com/component/escape-html","Escape string for use in HTML","MIT" "escape-string-regexp@1.0.5","escape-string-regexp","1.0.5","https://github.com/sindresorhus/escape-string-regexp","Escape RegExp special characters","MIT" "escape-string-regexp@2.0.0","escape-string-regexp","2.0.0","https://github.com/sindresorhus/escape-string-regexp","Escape RegExp special characters","MIT" "escape-string-regexp@4.0.0","escape-string-regexp","4.0.0","https://github.com/sindresorhus/escape-string-regexp","Escape RegExp special characters","MIT" @@ -1054,7 +673,6 @@ "eslint-plugin-node@11.1.0","eslint-plugin-node","11.1.0","https://github.com/mysticatea/eslint-plugin-node","Additional ESLint's rules for Node.js","MIT" "eslint-plugin-prettier@5.0.1","eslint-plugin-prettier","5.0.1","https://github.com/prettier/eslint-plugin-prettier","Runs prettier as an eslint rule","MIT" "eslint-plugin-unicorn@36.0.0","eslint-plugin-unicorn","36.0.0","https://github.com/sindresorhus/eslint-plugin-unicorn","Various awesome ESLint rules","MIT" -"eslint-plugin-vue@9.27.0","eslint-plugin-vue","9.27.0","https://github.com/vuejs/eslint-plugin-vue","Official ESLint plugin for Vue.js","MIT" "eslint-prettier-config@1.0.1","eslint-prettier-config","1.0.1","","Eslint+Airbnb+Preitter+TS+Vue JS代码规范自动格式化方案","ISC" "eslint-scope@5.1.1","eslint-scope","5.1.1","https://github.com/eslint/eslint-scope","ECMAScript scope analyzer for ESLint","BSD-2-Clause" "eslint-scope@7.2.2","eslint-scope","7.2.2","https://github.com/eslint/eslint-scope","ECMAScript scope analyzer for ESLint","BSD-2-Clause" @@ -1069,7 +687,6 @@ "eslint@7.32.0","eslint","7.32.0","https://github.com/eslint/eslint","An AST-based pattern checker for JavaScript.","MIT" "eslint@8.55.0","eslint","8.55.0","https://github.com/eslint/eslint","An AST-based pattern checker for JavaScript.","MIT" "eslint@8.57.0","eslint","8.57.0","https://github.com/eslint/eslint","An AST-based pattern checker for JavaScript.","MIT" -"esm-resolve@1.0.11","esm-resolve","1.0.11","https://github.com/samthor/esm-resolve","Resolves ESM imports in Node","Apache-2.0" "esm@3.2.25","esm","3.2.25","https://github.com/standard-things/esm","Tomorrow's ECMAScript modules today!","MIT" "espree@6.2.1","espree","6.2.1","https://github.com/eslint/espree","An Esprima-compatible JavaScript parser built on Acorn","BSD-2-Clause" "espree@7.3.1","espree","7.3.1","https://github.com/eslint/espree","An Esprima-compatible JavaScript parser built on Acorn","BSD-2-Clause" @@ -1080,24 +697,15 @@ "estraverse@4.3.0","estraverse","4.3.0","https://github.com/estools/estraverse","ECMAScript JS AST traversal functions","BSD-2-Clause" "estraverse@5.3.0","estraverse","5.3.0","https://github.com/estools/estraverse","ECMAScript JS AST traversal functions","BSD-2-Clause" "estree-walker@2.0.2","estree-walker","2.0.2","https://github.com/Rich-Harris/estree-walker","Traverse an ESTree-compliant AST","MIT" -"estree-walker@3.0.3","estree-walker","3.0.3","https://github.com/Rich-Harris/estree-walker","Traverse an ESTree-compliant AST","MIT" "esutils@2.0.3","esutils","2.0.3","https://github.com/estools/esutils","utility box for ECMAScript language tools","BSD-2-Clause" -"etag@1.8.1","etag","1.8.1","https://github.com/jshttp/etag","Create simple HTTP ETags","MIT" "ethers@6.13.2","ethers","6.13.2","https://github.com/ethers-io/ethers.js","A complete and compact Ethereum library, for dapps, wallets and any other tools.","MIT" "event-lite@0.1.3","event-lite","0.1.3","https://github.com/kawanet/event-lite","Light-weight EventEmitter (less than 1KB when gzipped)","MIT" "eventemitter3@4.0.7","eventemitter3","4.0.7","https://github.com/primus/eventemitter3","EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.","MIT" "execa@5.1.1","execa","5.1.1","https://github.com/sindresorhus/execa","Process execution for humans","MIT" "execa@7.2.0","execa","7.2.0","https://github.com/sindresorhus/execa","Process execution for humans","MIT" -"execa@8.0.1","execa","8.0.1","https://github.com/sindresorhus/execa","Process execution for humans","MIT" "exit@0.1.2","exit","0.1.2","https://github.com/cowboy/node-exit","A replacement for process.exit that ensures stdio are fully drained before exiting.","MIT" -"expand-tilde@1.2.2","expand-tilde","1.2.2","https://github.com/jonschlinkert/expand-tilde","Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.","MIT" -"expect-playwright@0.8.0","expect-playwright","0.8.0","https://github.com/playwright-community/expect-playwright","![Node.js CI](https://github.com/playwright-community/expect-playwright/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/playwright-community/expect-playwright/branch/master/graph/badge.svg?token=Eay491HC49)](https://codecov.io/gh/playwright-community/expect-playwright) [![NPM](https://img.shields.io/npm/v/expect-playwright)](https://www.npmjs.com/package/expect-playwright)","MIT" -"expect@28.1.3","expect","28.1.3","https://github.com/facebook/jest","This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).","MIT" "expect@29.7.0","expect","29.7.0","https://github.com/jestjs/jest","This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).","MIT" -"express@4.19.2","express","4.19.2","https://github.com/expressjs/express","Fast, unopinionated, minimalist web framework","MIT" -"extend@3.0.2","extend","3.0.2","https://github.com/justmoon/node-extend","Port of jQuery.extend for node.js and the browser","MIT" "external-editor@3.1.0","external-editor","3.1.0","https://github.com/mrkmg/node-external-editor","Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT","MIT" -"extract-zip@1.7.0","extract-zip","1.7.0","https://github.com/maxogden/extract-zip","unzip a zip file into a directory using 100% javascript","BSD-2-Clause" "eyes@0.1.8","eyes","0.1.8","","a customizable value inspector","MIT" "fablo@1.2.0","fablo","1.2.0","https://github.com/fablo-io/fablo-js","JS/TS bindings for Fablo (https://github.com/hyperledger-labs/fablo)","Apache-2.0" "fabric-ca-client@2.2.20","fabric-ca-client","2.2.20","https://github.com/hyperledger/fabric-sdk-node","SDK for writing node.js applications to interact with Hyperledger Fabric. This package encapsulates the APIs to interact with the Fabric CA to manage user certificates lifecycle such as register, enroll, renew and revoke.","Apache-2.0" @@ -1120,22 +728,14 @@ "fastest-levenshtein@1.0.16","fastest-levenshtein","1.0.16","https://github.com/ka-weihe/fastest-levenshtein","Fastest Levenshtein distance implementation in JS.","MIT" "fastq@1.15.0","fastq","1.15.0","https://github.com/mcollina/fastq","Fast, in memory work queue","ISC" "fb-watchman@2.0.2","fb-watchman","2.0.2","https://github.com/facebook/watchman","Bindings for the Watchman file watching service","Apache-2.0" -"fd-slicer@1.1.0","fd-slicer","1.1.0","https://github.com/andrewrk/node-fd-slicer","safely create multiple ReadStream or WriteStream objects from the same file descriptor","MIT" "fecha@4.2.3","fecha","4.2.3","git+https://taylorhakes@github.com/taylorhakes/fecha","Date formatting and parsing","MIT" -"fetch-retry@5.0.6","fetch-retry","5.0.6","https://github.com/jonbern/fetch-retry","Extend any fetch library with retry functionality","MIT" "figures@3.2.0","figures","3.2.0","https://github.com/sindresorhus/figures","Unicode symbols with Windows CMD fallbacks","MIT" "file-entry-cache@5.0.1","file-entry-cache","5.0.1","https://github.com/royriojas/file-entry-cache","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","MIT" "file-entry-cache@6.0.1","file-entry-cache","6.0.1","https://github.com/royriojas/file-entry-cache","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","MIT" -"file-system-cache@2.3.0","file-system-cache","2.3.0","https://github.com/philcockfield/file-system-cache","A super-fast, promise-based cache that reads and writes to the file-system.","MIT" "filelist@1.0.4","filelist","1.0.4","https://github.com/mde/filelist","Lazy-evaluating list of files, based on globs or regex patterns","Apache-2.0" "filing-cabinet@3.3.1","filing-cabinet","3.3.1","https://github.com/mrjoelkemp/node-filing-cabinet","Find files based on partial paths","MIT" "fill-range@7.1.1","fill-range","7.1.1","https://github.com/jonschlinkert/fill-range","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`","MIT" -"finalhandler@1.2.0","finalhandler","1.2.0","https://github.com/pillarjs/finalhandler","Node.js final http responder","MIT" "find-cache-dir@2.1.0","find-cache-dir","2.1.0","https://github.com/avajs/find-cache-dir","Finds the common standard cache directory","MIT" -"find-cache-dir@3.3.2","find-cache-dir","3.3.2","https://github.com/avajs/find-cache-dir","Finds the common standard cache directory","MIT" -"find-file-up@0.1.3","find-file-up","0.1.3","https://github.com/jonschlinkert/find-file-up","Find a file, starting with the given cwd and recursively searching up one directory until it's found (or we run out of directories). Async and sync.","MIT" -"find-pkg@0.1.2","find-pkg","0.1.2","https://github.com/jonschlinkert/find-pkg","Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.","MIT" -"find-process@1.4.7","find-process","1.4.7","https://github.com/yibn2008/find-process","find process info by port/pid/name etc.","MIT" "find-up@3.0.0","find-up","3.0.0","https://github.com/sindresorhus/find-up","Find a file or directory by walking up parent directories","MIT" "find-up@4.1.0","find-up","4.1.0","https://github.com/sindresorhus/find-up","Find a file or directory by walking up parent directories","MIT" "find-up@5.0.0","find-up","5.0.0","https://github.com/sindresorhus/find-up","Find a file or directory by walking up parent directories","MIT" @@ -1146,56 +746,33 @@ "flatted@2.0.2","flatted","2.0.2","https://github.com/WebReflection/flatted","A super light and fast circular JSON parser.","ISC" "flatted@3.3.1","flatted","3.3.1","https://github.com/WebReflection/flatted","A super light and fast circular JSON parser.","ISC" "flatten@1.0.3","flatten","1.0.3","https://github.com/mk-pmb/flatten-js","Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.","MIT" -"flow-parser@0.244.0","flow-parser","0.244.0","https://github.com/facebook/flow","JavaScript parser written in OCaml. Produces ESTree AST","MIT" "fn.name@1.1.0","fn.name","1.1.0","https://github.com/3rd-Eden/fn.name","Extract names from functions","MIT" "follow-redirects@1.15.6","follow-redirects","1.15.6","https://github.com/follow-redirects/follow-redirects","HTTP and HTTPS modules that follow redirects.","MIT" -"for-each@0.3.3","for-each","0.3.3","https://github.com/Raynos/for-each","A better forEach","MIT" "foreground-child@1.5.6","foreground-child","1.5.6","https://github.com/tapjs/foreground-child","Run a child as if it's the foreground process. Give it stdio. Exit when it exits.","ISC" -"foreground-child@2.0.0","foreground-child","2.0.0","https://github.com/tapjs/foreground-child","Run a child as if it's the foreground process. Give it stdio. Exit when it exits.","ISC" -"foreground-child@3.3.0","foreground-child","3.3.0","https://github.com/tapjs/foreground-child","Run a child as if it's the foreground process. Give it stdio. Exit when it exits.","ISC" "form-data-encoder@2.1.4","form-data-encoder","2.1.4","https://github.com/octet-stream/form-data-encoder","Encode FormData content into the multipart/form-data format","MIT" "form-data@4.0.0","form-data","4.0.0","https://github.com/form-data/form-data","A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.","MIT" -"forwarded@0.2.0","forwarded","0.2.0","https://github.com/jshttp/forwarded","Parse HTTP X-Forwarded-For header","MIT" -"fraction.js@4.3.7","fraction.js","4.3.7","https://github.com/rawify/Fraction.js","A rational number library","MIT" -"fresh@0.5.2","fresh","0.5.2","https://github.com/jshttp/fresh","HTTP response freshness testing","MIT" -"fromentries@1.3.2","fromentries","1.3.2","https://github.com/feross/fromentries","Object.fromEntries() ponyfill (in 6 lines)","MIT" "front-matter@4.0.2","front-matter","4.0.2","https://github.com/jxson/front-matter","Extract YAML front matter from a string","MIT" "fs-constants@1.0.0","fs-constants","1.0.0","https://github.com/mafintosh/fs-constants","Require constants across node and the browser","MIT" -"fs-exists-sync@0.1.0","fs-exists-sync","0.1.0","https://github.com/jonschlinkert/fs-exists-sync","Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.","MIT" "fs-extra@11.1.1","fs-extra","11.1.1","https://github.com/jprichardson/node-fs-extra","fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","MIT" -"fs-extra@7.0.1","fs-extra","7.0.1","https://github.com/jprichardson/node-fs-extra","fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.","MIT" "fs-extra@8.1.0","fs-extra","8.1.0","https://github.com/jprichardson/node-fs-extra","fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.","MIT" -"fs-minipass@2.1.0","fs-minipass","2.1.0","https://github.com/npm/fs-minipass","fs read and write streams based on minipass","ISC" "fs.realpath@1.0.0","fs.realpath","1.0.0","https://github.com/isaacs/fs.realpath","Use node's fs.realpath, but fall back to the JS implementation if the native one fails","ISC" "function-bind@1.1.2","function-bind","1.1.2","https://github.com/Raynos/function-bind","Implementation of Function.prototype.bind","MIT" "functional-red-black-tree@1.0.1","functional-red-black-tree","1.0.1","https://github.com/mikolalysenko/functional-red-black-tree","A fully persistent balanced binary search tree","MIT" -"functions-have-names@1.2.3","functions-have-names","1.2.3","https://github.com/inspect-js/functions-have-names","Does this JS environment support the `name` property on functions?","MIT" "gensync@1.0.0-beta.2","gensync","1.0.0-beta.2","https://github.com/loganfsmyth/gensync","Allows users to use generators in order to write common functions that can be both sync or async.","MIT" "get-amd-module-type@3.0.2","get-amd-module-type","3.0.2","https://github.com/dependents/node-get-amd-module-type","Get the type of an AMD module used for an AST node or within a file","MIT" "get-caller-file@2.0.5","get-caller-file","2.0.5","https://github.com/stefanpenner/get-caller-file","[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)","ISC" -"get-func-name@2.0.2","get-func-name","2.0.2","https://github.com/chaijs/get-func-name","Utility for getting a function's name for node and the browser","MIT" "get-intrinsic@1.2.4","get-intrinsic","1.2.4","https://github.com/ljharb/get-intrinsic","Get and robustly cache all JS language-level intrinsics at first require time","MIT" -"get-nonce@1.0.1","get-nonce","1.0.1","https://github.com/theKashey/get-nonce","returns nonce","MIT" -"get-npm-tarball-url@2.1.0","get-npm-tarball-url","2.1.0","https://github.com/pnpm/get-npm-tarball-url","Create the tarball URL of a npm package","MIT" "get-own-enumerable-property-symbols@3.0.2","get-own-enumerable-property-symbols","3.0.2","https://github.com/mightyiam/get-own-enumerable-property-symbols","Returns an array of all enumerable symbol properties found directly upon a given object","ISC" "get-package-type@0.1.0","get-package-type","0.1.0","https://github.com/cfware/get-package-type","Determine the `package.json#type` which applies to a location","MIT" "get-params@0.1.2","get-params","0.1.2","https://github.com/fahad19/get-params","Get a list of function's argument variable names","MIT" -"get-port@5.1.1","get-port","5.1.1","https://github.com/sindresorhus/get-port","Get an available port","MIT" "get-stdin@9.0.0","get-stdin","9.0.0","https://github.com/sindresorhus/get-stdin","Get stdin as a string or buffer","MIT" "get-stream@6.0.1","get-stream","6.0.1","https://github.com/sindresorhus/get-stream","Get a stream as a string, buffer, or array","MIT" -"get-stream@8.0.1","get-stream","8.0.1","https://github.com/sindresorhus/get-stream","Get a stream as a string, Buffer, ArrayBuffer or array","MIT" -"giget@1.2.3","giget","1.2.3","https://github.com/unjs/giget","Download templates and git repositories with pleasure!","MIT" "git-branch-is@4.0.0","git-branch-is","4.0.0","https://github.com/kevinoid/git-branch-is","Assert that the name of the current branch of a git repository has a particular value.","MIT" "git-hooks-list@3.1.0","git-hooks-list","3.1.0","https://github.com/fisker/git-hooks-list","List of Git hooks","MIT" -"github-slugger@1.5.0","github-slugger","1.5.0","https://github.com/Flet/github-slugger","Generate a slug just like GitHub does for markdown headings.","ISC" "github-slugger@2.0.0","github-slugger","2.0.0","https://github.com/Flet/github-slugger","Generate a slug just like GitHub does for markdown headings.","ISC" "glob-parent@5.1.2","glob-parent","5.1.2","https://github.com/gulpjs/glob-parent","Extract the non-magic parent path from a glob string.","ISC" "glob-parent@6.0.2","glob-parent","6.0.2","https://github.com/gulpjs/glob-parent","Extract the non-magic parent path from a glob string.","ISC" -"glob-to-regexp@0.4.1","glob-to-regexp","0.4.1","https://github.com/fitzgen/glob-to-regexp","Convert globs to regular expressions","BSD-2-Clause" -"glob@10.4.5","glob","10.4.5","https://github.com/isaacs/node-glob","the most correct and second fastest glob implementation in JavaScript","ISC" "glob@7.2.3","glob","7.2.3","https://github.com/isaacs/node-glob","a little globber","ISC" -"global-modules@0.2.3","global-modules","0.2.3","https://github.com/jonschlinkert/global-modules","The directory used by npm for globally installed npm modules.","MIT" -"global-prefix@0.1.5","global-prefix","0.1.5","https://github.com/jonschlinkert/global-prefix","Get the npm global path prefix.","MIT" "globals@11.12.0","globals","11.12.0","https://github.com/sindresorhus/globals","Global identifiers from different JavaScript environments","MIT" "globals@12.4.0","globals","12.4.0","https://github.com/sindresorhus/globals","Global identifiers from different JavaScript environments","MIT" "globals@13.24.0","globals","13.24.0","https://github.com/sindresorhus/globals","Global identifiers from different JavaScript environments","MIT" @@ -1208,42 +785,31 @@ "graceful-fs@4.2.11","graceful-fs","4.2.11","https://github.com/isaacs/node-graceful-fs","A drop-in replacement for fs, making various improvements.","ISC" "graphemer@1.4.0","graphemer","1.4.0","https://github.com/flmnt/graphemer","A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)","MIT" "graphviz@0.0.9","graphviz","0.0.9","https://github.com/glejeune/node-graphviz","Node.js interface to the GraphViz graphing tool","GPL-3.0" -"gunzip-maybe@1.4.2","gunzip-maybe","1.4.2","https://github.com/mafintosh/gunzip-maybe","Transform stream that gunzips its input if it is gzipped and just echoes it if not","MIT" -"handlebars@4.7.8","handlebars","4.7.8","https://github.com/handlebars-lang/handlebars.js","Handlebars provides the power necessary to let you build semantic templates effectively with no frustration","MIT" "harmony-reflect@1.6.2","harmony-reflect","1.6.2","git+https://tvcutsem@github.com/tvcutsem/harmony-reflect","ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects","(Apache-2.0 OR MPL-1.1)" -"has-bigints@1.0.2","has-bigints","1.0.2","https://github.com/ljharb/has-bigints","Determine if the JS environment has BigInt support.","MIT" "has-flag@3.0.0","has-flag","3.0.0","https://github.com/sindresorhus/has-flag","Check if argv has a specific flag","MIT" "has-flag@4.0.0","has-flag","4.0.0","https://github.com/sindresorhus/has-flag","Check if argv has a specific flag","MIT" "has-property-descriptors@1.0.2","has-property-descriptors","1.0.2","https://github.com/inspect-js/has-property-descriptors","Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.","MIT" "has-proto@1.0.1","has-proto","1.0.1","https://github.com/inspect-js/has-proto","Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?","MIT" "has-symbols@1.0.3","has-symbols","1.0.3","https://github.com/inspect-js/has-symbols","Determine if the JS environment has Symbol support. Supports spec, or shams.","MIT" -"has-tostringtag@1.0.2","has-tostringtag","1.0.2","https://github.com/inspect-js/has-tostringtag","Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.","MIT" -"hash-sum@2.0.0","hash-sum","2.0.0","https://github.com/bevacqua/hash-sum","Blazing fast unique hash generator","MIT" "hash.js@1.1.7","hash.js","1.1.7","https://github.com/indutny/hash.js","Various hash functions that could be run by both browser and node","MIT" "hasha@3.0.0","hasha","3.0.0","https://github.com/sindresorhus/hasha","Hashing made simple. Get the hash of a buffer/string/stream/file.","MIT" -"hasha@5.2.2","hasha","5.2.2","https://github.com/sindresorhus/hasha","Hashing made simple. Get the hash of a buffer/string/stream/file.","MIT" "hasown@2.0.0","hasown","2.0.0","https://github.com/inspect-js/hasOwn","A robust, ES3 compatible, "has own property" predicate.","MIT" "he@1.2.0","he","1.2.0","https://github.com/mathiasbynens/he","A robust HTML entities encoder/decoder with full Unicode support.","MIT" "header-case@2.0.4","header-case","2.0.4","https://github.com/blakeembrey/change-case","Transform into a dash separated string of capitalized words","MIT" "hmac-drbg@1.0.1","hmac-drbg","1.0.1","https://github.com/indutny/hmac-drbg","Deterministic random bit generator (hmac)","MIT" -"homedir-polyfill@1.0.3","homedir-polyfill","1.0.3","https://github.com/doowb/homedir-polyfill","Node.js os.homedir polyfill for older versions of node.js.","MIT" "hosted-git-info@2.8.9","hosted-git-info","2.8.9","https://github.com/npm/hosted-git-info","Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab","ISC" "hosted-git-info@7.0.2","hosted-git-info","7.0.2","https://github.com/npm/hosted-git-info","Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab","ISC" "html-encoding-sniffer@3.0.0","html-encoding-sniffer","3.0.0","https://github.com/jsdom/html-encoding-sniffer","Sniff the encoding from a HTML byte stream","MIT" "html-escaper@2.0.2","html-escaper","2.0.2","https://github.com/WebReflection/html-escaper","fast and safe way to escape and unescape &<>'" chars","MIT" -"htmlparser2@3.10.1","htmlparser2","3.10.1","https://github.com/fb55/htmlparser2","Fast & forgiving HTML/XML/RSS parser","MIT" "http-cache-semantics@4.1.1","http-cache-semantics","4.1.1","https://github.com/kornelski/http-cache-semantics","Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies","BSD-2-Clause" "http-call@5.3.0","http-call","5.3.0","https://github.com/heroku/http-call","make http requests","ISC" -"http-errors@2.0.0","http-errors","2.0.0","https://github.com/jshttp/http-errors","Create HTTP error objects","MIT" "http-proxy-agent@5.0.0","http-proxy-agent","5.0.0","https://github.com/TooTallNate/node-http-proxy-agent","An HTTP(s) proxy `http.Agent` implementation for HTTP","MIT" "http-proxy@1.18.1","http-proxy","1.18.1","https://github.com/http-party/node-http-proxy","HTTP proxying for the masses","MIT" "http-server@14.1.1","http-server","14.1.1","https://github.com/http-party/http-server","A simple zero-configuration command-line http server","MIT" "http2-wrapper@2.2.1","http2-wrapper","2.2.1","https://github.com/szmarczak/http2-wrapper","HTTP2 client, just with the familiar `https` API","MIT" -"https-proxy-agent@4.0.0","https-proxy-agent","4.0.0","https://github.com/TooTallNate/node-https-proxy-agent","An HTTP(s) proxy `http.Agent` implementation for HTTPS","MIT" "https-proxy-agent@5.0.1","https-proxy-agent","5.0.1","https://github.com/TooTallNate/node-https-proxy-agent","An HTTP(s) proxy `http.Agent` implementation for HTTPS","MIT" "human-signals@2.1.0","human-signals","2.1.0","https://github.com/ehmicky/human-signals","Human-friendly process signals","Apache-2.0" "human-signals@4.3.1","human-signals","4.3.1","https://github.com/ehmicky/human-signals","Human-friendly process signals","Apache-2.0" -"human-signals@5.0.0","human-signals","5.0.0","https://github.com/ehmicky/human-signals","Human-friendly process signals","Apache-2.0" "hyperlinker@1.0.0","hyperlinker","1.0.0","https://github.com/jamestalmage/hyperlinker","Write hyperlinks in the terminal.","MIT" "iconv-lite@0.4.24","iconv-lite","0.4.24","https://github.com/ashtuchkin/iconv-lite","Convert character encodings in pure javascript.","MIT" "iconv-lite@0.6.3","iconv-lite","0.6.3","https://github.com/ashtuchkin/iconv-lite","Convert character encodings in pure javascript.","MIT" @@ -1254,7 +820,6 @@ "ignore@5.3.2","ignore","5.3.2","https://github.com/kaelzhang/node-ignore","Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.","MIT" "import-fresh@3.3.0","import-fresh","3.3.0","https://github.com/sindresorhus/import-fresh","Import a module while bypassing the cache","MIT" "import-in-the-middle@1.7.3","import-in-the-middle","1.7.3","https://github.com/DataDog/import-in-the-middle","Intercept imports in Node.js","Apache-2.0" -"import-lazy@4.0.0","import-lazy","4.0.0","https://github.com/sindresorhus/import-lazy","Import a module lazily","MIT" "import-local@3.1.0","import-local","3.1.0","https://github.com/sindresorhus/import-local","Let a globally installed package use a locally installed version of itself if available","MIT" "imurmurhash@0.1.4","imurmurhash","0.1.4","https://github.com/jensyt/imurmurhash-js","An incremental implementation of MurmurHash3","MIT" "indent-string@4.0.0","indent-string","4.0.0","https://github.com/sindresorhus/indent-string","Indent each line in a string","MIT" @@ -1266,169 +831,91 @@ "ini@2.0.0","ini","2.0.0","https://github.com/isaacs/ini","An ini encoder/decoder for node","ISC" "inquirer@7.3.3","inquirer","7.3.3","https://github.com/SBoudrias/Inquirer.js","A collection of common interactive command line user interfaces.","MIT" "int64-buffer@0.1.10","int64-buffer","0.1.10","https://github.com/kawanet/int64-buffer","64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript","MIT" -"internal-slot@1.0.7","internal-slot","1.0.7","https://github.com/ljharb/internal-slot","ES spec-like internal slots","MIT" "interpret@1.4.0","interpret","1.4.0","https://github.com/gulpjs/interpret","A dictionary of file extensions and associated module loaders.","MIT" -"invariant@2.2.4","invariant","2.2.4","https://github.com/zertosh/invariant","invariant","MIT" -"ipaddr.js@1.9.1","ipaddr.js","1.9.1","https://github.com/whitequark/ipaddr.js","A library for manipulating IPv4 and IPv6 addresses in JavaScript.","MIT" "ipaddr.js@2.2.0","ipaddr.js","2.2.0","https://github.com/whitequark/ipaddr.js","A library for manipulating IPv4 and IPv6 addresses in JavaScript.","MIT" -"is-absolute-url@3.0.3","is-absolute-url","3.0.3","https://github.com/sindresorhus/is-absolute-url","Check if a URL is absolute","MIT" -"is-arguments@1.1.1","is-arguments","1.1.1","https://github.com/inspect-js/is-arguments","Is this an arguments object? It's a harder question than you think.","MIT" -"is-array-buffer@3.0.4","is-array-buffer","3.0.4","https://github.com/inspect-js/is-array-buffer","Is this value a JS ArrayBuffer?","MIT" "is-arrayish@0.2.1","is-arrayish","0.2.1","https://github.com/qix-/node-is-arrayish","Determines if an object can be used as an array","MIT" "is-arrayish@0.3.2","is-arrayish","0.3.2","https://github.com/qix-/node-is-arrayish","Determines if an object can be used as an array","MIT" -"is-bigint@1.0.4","is-bigint","1.0.4","https://github.com/inspect-js/is-bigint","Is this value an ES BigInt?","MIT" "is-binary-path@2.1.0","is-binary-path","2.1.0","https://github.com/sindresorhus/is-binary-path","Check if a file path is a binary file","MIT" -"is-boolean-object@1.1.2","is-boolean-object","1.1.2","https://github.com/inspect-js/is-boolean-object","Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" "is-builtin-module@3.2.1","is-builtin-module","3.2.1","https://github.com/sindresorhus/is-builtin-module","Check if a string matches the name of a Node.js builtin module","MIT" -"is-callable@1.2.7","is-callable","1.2.7","https://github.com/inspect-js/is-callable","Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","MIT" "is-core-module@2.13.1","is-core-module","2.13.1","https://github.com/inspect-js/is-core-module","Is this specifier a node.js core module?","MIT" -"is-date-object@1.0.5","is-date-object","1.0.5","https://github.com/inspect-js/is-date-object","Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" -"is-deflate@1.0.0","is-deflate","1.0.0","https://github.com/watson/is-deflate","Detect if a Buffer/Uint8Array is compressed using deflate","MIT" "is-docker@2.2.1","is-docker","2.2.1","https://github.com/sindresorhus/is-docker","Check if the process is running inside a Docker container","MIT" "is-docker@3.0.0","is-docker","3.0.0","https://github.com/sindresorhus/is-docker","Check if the process is running inside a Docker container","MIT" -"is-expression@4.0.0","is-expression","4.0.0","https://github.com/pugjs/is-expression","Check if a string is a valid JavaScript expression","MIT" "is-extglob@2.1.1","is-extglob","2.1.1","https://github.com/jonschlinkert/is-extglob","Returns true if a string has an extglob.","MIT" "is-fullwidth-code-point@2.0.0","is-fullwidth-code-point","2.0.0","https://github.com/sindresorhus/is-fullwidth-code-point","Check if the character represented by a given Unicode code point is fullwidth","MIT" "is-fullwidth-code-point@3.0.0","is-fullwidth-code-point","3.0.0","https://github.com/sindresorhus/is-fullwidth-code-point","Check if the character represented by a given Unicode code point is fullwidth","MIT" "is-generator-fn@2.1.0","is-generator-fn","2.1.0","https://github.com/sindresorhus/is-generator-fn","Check if something is a generator function","MIT" -"is-generator-function@1.0.10","is-generator-function","1.0.10","https://github.com/inspect-js/is-generator-function","Determine if a function is a native generator function.","MIT" "is-glob@4.0.3","is-glob","4.0.3","https://github.com/micromatch/is-glob","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.","MIT" -"is-gzip@1.0.0","is-gzip","1.0.0","https://github.com/kevva/is-gzip","Check if a Buffer/Uint8Array is a GZIP file","MIT" "is-inside-container@1.0.0","is-inside-container","1.0.0","https://github.com/sindresorhus/is-inside-container","Check if the process is running inside a container (Docker/Podman)","MIT" "is-interactive@1.0.0","is-interactive","1.0.0","https://github.com/sindresorhus/is-interactive","Check if stdout or stderr is interactive","MIT" -"is-map@2.0.3","is-map","2.0.3","https://github.com/inspect-js/is-map","Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" -"is-nan@1.3.2","is-nan","1.3.2","https://github.com/es-shims/is-nan","ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.","MIT" -"is-number-object@1.0.7","is-number-object","1.0.7","https://github.com/inspect-js/is-number-object","Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" "is-number@7.0.0","is-number","7.0.0","https://github.com/jonschlinkert/is-number","Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.","MIT" "is-obj@1.0.1","is-obj","1.0.1","https://github.com/sindresorhus/is-obj","Check if a value is an object","MIT" -"is-path-cwd@2.2.0","is-path-cwd","2.2.0","https://github.com/sindresorhus/is-path-cwd","Check if a path is the current working directory","MIT" "is-path-inside@3.0.3","is-path-inside","3.0.3","https://github.com/sindresorhus/is-path-inside","Check if a path is inside another path","MIT" "is-plain-obj@4.1.0","is-plain-obj","4.1.0","https://github.com/sindresorhus/is-plain-obj","Check if a value is a plain object","MIT" -"is-plain-object@2.0.4","is-plain-object","2.0.4","https://github.com/jonschlinkert/is-plain-object","Returns true if an object was created by the `Object` constructor.","MIT" "is-potential-custom-element-name@1.0.1","is-potential-custom-element-name","1.0.1","https://github.com/mathiasbynens/is-potential-custom-element-name","Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.","MIT" -"is-promise@2.2.2","is-promise","2.2.2","https://github.com/then/is-promise","Test whether an object looks like a promises-a+ promise","MIT" -"is-regex@1.1.4","is-regex","1.1.4","https://github.com/inspect-js/is-regex","Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag","MIT" "is-regexp@1.0.0","is-regexp","1.0.0","https://github.com/sindresorhus/is-regexp","Check whether a variable is a regular expression","MIT" "is-relative-path@1.0.2","is-relative-path","1.0.2","https://github.com/mrjoelkemp/is-relative-path","Whether or not a given path is relative","MIT" "is-retry-allowed@1.2.0","is-retry-allowed","1.2.0","https://github.com/floatdrop/is-retry-allowed","Is retry allowed for Error?","MIT" -"is-set@2.0.3","is-set","2.0.3","https://github.com/inspect-js/is-set","Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" -"is-shared-array-buffer@1.0.3","is-shared-array-buffer","1.0.3","https://github.com/inspect-js/is-shared-array-buffer","Is this value a JS SharedArrayBuffer?","MIT" "is-stream@1.1.0","is-stream","1.1.0","https://github.com/sindresorhus/is-stream","Check if something is a Node.js stream","MIT" "is-stream@2.0.1","is-stream","2.0.1","https://github.com/sindresorhus/is-stream","Check if something is a Node.js stream","MIT" "is-stream@3.0.0","is-stream","3.0.0","https://github.com/sindresorhus/is-stream","Check if something is a Node.js stream","MIT" -"is-string@1.0.7","is-string","1.0.7","https://github.com/ljharb/is-string","Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" -"is-symbol@1.0.4","is-symbol","1.0.4","https://github.com/inspect-js/is-symbol","Determine if a value is an ES6 Symbol or not.","MIT" -"is-typed-array@1.1.13","is-typed-array","1.1.13","https://github.com/inspect-js/is-typed-array","Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.","MIT" -"is-typedarray@1.0.0","is-typedarray","1.0.0","https://github.com/hughsk/is-typedarray","Detect whether or not an object is a Typed Array","MIT" "is-unicode-supported@0.1.0","is-unicode-supported","0.1.0","https://github.com/sindresorhus/is-unicode-supported","Detect whether the terminal supports Unicode","MIT" "is-url-superb@4.0.0","is-url-superb","4.0.0","https://github.com/sindresorhus/is-url-superb","Check if a string is a URL","MIT" "is-url@1.2.4","is-url","1.2.4","https://github.com/segmentio/is-url","Check whether a string is a URL.","MIT" -"is-weakmap@2.0.2","is-weakmap","2.0.2","https://github.com/inspect-js/is-weakmap","Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" -"is-weakset@2.0.3","is-weakset","2.0.3","https://github.com/inspect-js/is-weakset","Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","MIT" -"is-windows@0.2.0","is-windows","0.2.0","https://github.com/jonschlinkert/is-windows","Returns true if the platform is windwows.","MIT" -"is-windows@1.0.2","is-windows","1.0.2","https://github.com/jonschlinkert/is-windows","Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.","MIT" "is-wsl@2.2.0","is-wsl","2.2.0","https://github.com/sindresorhus/is-wsl","Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)","MIT" "isarray@1.0.0","isarray","1.0.0","https://github.com/juliangruber/isarray","Array#isArray for older browsers","MIT" -"isarray@2.0.5","isarray","2.0.5","https://github.com/juliangruber/isarray","Array#isArray for older browsers","MIT" "isexe@2.0.0","isexe","2.0.0","https://github.com/isaacs/isexe","Minimal module to check if a file is executable.","ISC" -"isobject@3.0.1","isobject","3.0.1","https://github.com/jonschlinkert/isobject","Returns true if the value is an object and not an array or null.","MIT" "isstream@0.1.2","isstream","0.1.2","https://github.com/rvagg/isstream","Determine if an object is a Stream","MIT" "istanbul-lib-coverage@2.0.5","istanbul-lib-coverage","2.0.5","https://github.com/istanbuljs/istanbuljs","Data library for istanbul coverage objects","BSD-3-Clause" "istanbul-lib-coverage@3.2.0","istanbul-lib-coverage","3.2.0","https://github.com/istanbuljs/istanbuljs","Data library for istanbul coverage objects","BSD-3-Clause" "istanbul-lib-hook@2.0.7","istanbul-lib-hook","2.0.7","https://github.com/istanbuljs/istanbuljs","Hooks for require, vm and script used in istanbul","BSD-3-Clause" -"istanbul-lib-hook@3.0.0","istanbul-lib-hook","3.0.0","https://github.com/istanbuljs/istanbuljs","Hooks for require, vm and script used in istanbul","BSD-3-Clause" "istanbul-lib-instrument@3.3.0","istanbul-lib-instrument","3.3.0","https://github.com/istanbuljs/istanbuljs","Core istanbul API for JS code coverage","BSD-3-Clause" -"istanbul-lib-instrument@4.0.3","istanbul-lib-instrument","4.0.3","https://github.com/istanbuljs/istanbuljs","Core istanbul API for JS code coverage","BSD-3-Clause" "istanbul-lib-instrument@5.2.1","istanbul-lib-instrument","5.2.1","https://github.com/istanbuljs/istanbuljs","Core istanbul API for JS code coverage","BSD-3-Clause" "istanbul-lib-instrument@6.0.3","istanbul-lib-instrument","6.0.3","https://github.com/istanbuljs/istanbuljs","Core istanbul API for JS code coverage","BSD-3-Clause" -"istanbul-lib-processinfo@2.0.3","istanbul-lib-processinfo","2.0.3","https://github.com/istanbuljs/istanbul-lib-processinfo","A utility for managing the `processinfo` folder that NYC uses.","ISC" "istanbul-lib-report@2.0.8","istanbul-lib-report","2.0.8","https://github.com/istanbuljs/istanbuljs","Base reporting library for istanbul","BSD-3-Clause" "istanbul-lib-report@3.0.1","istanbul-lib-report","3.0.1","https://github.com/istanbuljs/istanbuljs","Base reporting library for istanbul","BSD-3-Clause" "istanbul-lib-source-maps@3.0.6","istanbul-lib-source-maps","3.0.6","https://github.com/istanbuljs/istanbuljs","Source maps support for istanbul","BSD-3-Clause" "istanbul-lib-source-maps@4.0.1","istanbul-lib-source-maps","4.0.1","https://github.com/istanbuljs/istanbuljs","Source maps support for istanbul","BSD-3-Clause" "istanbul-reports@2.2.7","istanbul-reports","2.2.7","https://github.com/istanbuljs/istanbuljs","istanbul reports","BSD-3-Clause" "istanbul-reports@3.1.7","istanbul-reports","3.1.7","https://github.com/istanbuljs/istanbuljs","istanbul reports","BSD-3-Clause" -"jackspeak@3.4.3","jackspeak","3.4.3","https://github.com/isaacs/jackspeak","A very strict and proper argument parser.","BlueOak-1.0.0" -"jackspeak@4.0.1","jackspeak","4.0.1","https://github.com/isaacs/jackspeak","A very strict and proper argument parser.","BlueOak-1.0.0" "jake@10.8.7","jake","10.8.7","https://github.com/jakejs/jake","JavaScript build tool, similar to Make or Rake","Apache-2.0" "javascript-natural-sort@0.7.1","javascript-natural-sort","0.7.1","https://github.com/Bill4Time/javascript-natural-sort","Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license","MIT" -"jest-changed-files@28.1.3","jest-changed-files","28.1.3","https://github.com/facebook/jest","A module used internally by Jest to check which files have changed since you last committed in git or hg.","MIT" "jest-changed-files@29.7.0","jest-changed-files","29.7.0","https://github.com/jestjs/jest","A module used internally by Jest to check which files have changed since you last committed in git or hg.","MIT" -"jest-circus@28.1.3","jest-circus","28.1.3","https://github.com/facebook/jest","[type-definitions]: https://github.com/facebook/jest/blob/main/packages/jest-types/src/Circus.ts","MIT" "jest-circus@29.7.0","jest-circus","29.7.0","https://github.com/jestjs/jest","[type-definitions]: https://github.com/jestjs/jest/blob/main/packages/jest-types/src/Circus.ts","MIT" -"jest-cli@28.1.3","jest-cli","28.1.3","https://github.com/facebook/jest","Delightful JavaScript Testing.","MIT" "jest-cli@29.7.0","jest-cli","29.7.0","https://github.com/jestjs/jest","Delightful JavaScript Testing.","MIT" -"jest-config@28.1.3","jest-config","28.1.3","https://github.com/facebook/jest","","MIT" "jest-config@29.7.0","jest-config","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-diff@28.1.3","jest-diff","28.1.3","https://github.com/facebook/jest","Display differences clearly so people can review changes confidently.","MIT" "jest-diff@29.7.0","jest-diff","29.7.0","https://github.com/jestjs/jest","Display differences clearly so people can review changes confidently.","MIT" -"jest-docblock@28.1.1","jest-docblock","28.1.1","https://github.com/facebook/jest","`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.","MIT" "jest-docblock@29.7.0","jest-docblock","29.7.0","https://github.com/jestjs/jest","`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.","MIT" -"jest-each@28.1.3","jest-each","28.1.3","https://github.com/facebook/jest","Parameterised tests for Jest","MIT" "jest-each@29.7.0","jest-each","29.7.0","https://github.com/jestjs/jest","Parameterised tests for Jest","MIT" "jest-environment-jsdom@29.7.0","jest-environment-jsdom","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-environment-node@28.1.3","jest-environment-node","28.1.3","https://github.com/facebook/jest","","MIT" "jest-environment-node@29.7.0","jest-environment-node","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-get-type@28.0.2","jest-get-type","28.0.2","https://github.com/facebook/jest","A utility function to get the type of a value","MIT" "jest-get-type@29.6.3","jest-get-type","29.6.3","https://github.com/jestjs/jest","A utility function to get the type of a value","MIT" -"jest-haste-map@28.1.3","jest-haste-map","28.1.3","https://github.com/facebook/jest","","MIT" "jest-haste-map@29.7.0","jest-haste-map","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-junit@14.0.1","jest-junit","14.0.1","https://github.com/jest-community/jest-junit","A jest reporter that generates junit xml files","Apache-2.0" -"jest-leak-detector@28.1.3","jest-leak-detector","28.1.3","https://github.com/facebook/jest","Module for verifying whether an object has been garbage collected or not.","MIT" "jest-leak-detector@29.7.0","jest-leak-detector","29.7.0","https://github.com/jestjs/jest","Module for verifying whether an object has been garbage collected or not.","MIT" -"jest-matcher-utils@28.1.3","jest-matcher-utils","28.1.3","https://github.com/facebook/jest","A set of utility functions for expect and related packages","MIT" "jest-matcher-utils@29.7.0","jest-matcher-utils","29.7.0","https://github.com/jestjs/jest","A set of utility functions for expect and related packages","MIT" -"jest-message-util@28.1.3","jest-message-util","28.1.3","https://github.com/facebook/jest","","MIT" "jest-message-util@29.7.0","jest-message-util","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-mock@27.5.1","jest-mock","27.5.1","https://github.com/facebook/jest","## API","MIT" -"jest-mock@28.1.3","jest-mock","28.1.3","https://github.com/facebook/jest","**Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api).","MIT" "jest-mock@29.7.0","jest-mock","29.7.0","https://github.com/jestjs/jest","**Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api).","MIT" -"jest-playwright-preset@2.0.0","jest-playwright-preset","2.0.0","https://github.com/playwright-community/jest-playwright","Running tests using Jest & Playwright.","MIT" "jest-pnp-resolver@1.2.3","jest-pnp-resolver","1.2.3","https://github.com/arcanis/jest-pnp-resolver","plug'n'play resolver for Webpack","MIT" -"jest-process-manager@0.3.1","jest-process-manager","0.3.1","https://github.com/playwright-community/jest-process-manager","Starts a server before your Jest tests and tears it down after.","MIT" -"jest-regex-util@28.0.2","jest-regex-util","28.0.2","https://github.com/facebook/jest","","MIT" "jest-regex-util@29.6.3","jest-regex-util","29.6.3","https://github.com/jestjs/jest","","MIT" -"jest-resolve-dependencies@28.1.3","jest-resolve-dependencies","28.1.3","https://github.com/facebook/jest","","MIT" "jest-resolve-dependencies@29.7.0","jest-resolve-dependencies","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-resolve@28.1.3","jest-resolve","28.1.3","https://github.com/facebook/jest","","MIT" "jest-resolve@29.7.0","jest-resolve","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-runner@28.1.3","jest-runner","28.1.3","https://github.com/facebook/jest","","MIT" "jest-runner@29.7.0","jest-runner","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-runtime@28.1.3","jest-runtime","28.1.3","https://github.com/facebook/jest","","MIT" "jest-runtime@29.7.0","jest-runtime","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-serializer-html@7.1.0","jest-serializer-html","7.1.0","https://github.com/rayrutjes/jest-serializer-html","Jest snapshot serializer that beautifies HTML.","MIT" -"jest-snapshot@28.1.3","jest-snapshot","28.1.3","https://github.com/facebook/jest","","MIT" "jest-snapshot@29.7.0","jest-snapshot","29.7.0","https://github.com/jestjs/jest","","MIT" -"jest-util@28.1.3","jest-util","28.1.3","https://github.com/facebook/jest","","MIT" "jest-util@29.7.0","jest-util","29.7.0","https://github.com/jestjs/jest","This packages is a collection of utilities and helper functions","MIT" -"jest-validate@28.1.3","jest-validate","28.1.3","https://github.com/facebook/jest","Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.","MIT" "jest-validate@29.7.0","jest-validate","29.7.0","https://github.com/jestjs/jest","Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.","MIT" -"jest-watch-typeahead@2.2.2","jest-watch-typeahead","2.2.2","https://github.com/jest-community/jest-watch-typeahead","Jest plugin for filtering by filename or test name","MIT" -"jest-watcher@28.1.3","jest-watcher","28.1.3","https://github.com/facebook/jest","Delightful JavaScript Testing.","MIT" "jest-watcher@29.7.0","jest-watcher","29.7.0","https://github.com/jestjs/jest","Delightful JavaScript Testing.","MIT" -"jest-worker@28.1.3","jest-worker","28.1.3","https://github.com/facebook/jest","Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.","MIT" "jest-worker@29.7.0","jest-worker","29.7.0","https://github.com/jestjs/jest","Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.","MIT" -"jest@28.1.3","jest","28.1.3","https://github.com/facebook/jest","Delightful JavaScript Testing.","MIT" "jest@29.7.0","jest","29.7.0","https://github.com/jestjs/jest","Delightful JavaScript Testing.","MIT" -"jiti@1.21.6","jiti","1.21.6","https://github.com/unjs/jiti","Runtime typescript and ESM support for Node.js","MIT" -"jju@1.4.0","jju","1.4.0","https://github.com/rlidwka/jju","a set of utilities to work with JSON / JSON5 documents","MIT" -"joi@17.13.3","joi","17.13.3","https://github.com/hapijs/joi","Object schema validation","BSD-3-Clause" -"js-beautify@1.15.1","js-beautify","1.15.1","https://github.com/beautifier/js-beautify","beautifier.io for node","MIT" -"js-cookie@3.0.5","js-cookie","3.0.5","https://github.com/js-cookie/js-cookie","A simple, lightweight JavaScript API for handling cookies","MIT" "js-sha3@0.9.3","js-sha3","0.9.3","https://github.com/emn178/js-sha3","A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.","MIT" -"js-stringify@1.0.2","js-stringify","1.0.2","https://github.com/jadejs/js-stringify","Stringify an object so it can be safely inlined in JavaScript code","MIT" "js-tokens@4.0.0","js-tokens","4.0.0","https://github.com/lydell/js-tokens","A regex that tokenizes JavaScript.","MIT" -"js-tokens@9.0.0","js-tokens","9.0.0","https://github.com/lydell/js-tokens","Tiny JavaScript tokenizer.","MIT" "js-yaml@3.14.1","js-yaml","3.14.1","https://github.com/nodeca/js-yaml","YAML 1.2 parser and serializer","MIT" "js-yaml@4.1.0","js-yaml","4.1.0","https://github.com/nodeca/js-yaml","YAML 1.2 parser and serializer","MIT" -"jscodeshift@0.15.2","jscodeshift","0.15.2","https://github.com/facebook/jscodeshift","A toolkit for JavaScript codemods","MIT" "jsdom@20.0.3","jsdom","20.0.3","https://github.com/jsdom/jsdom","A JavaScript implementation of many web standards","MIT" "jsesc@0.5.0","jsesc","0.5.0","https://github.com/mathiasbynens/jsesc","A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.","MIT" "jsesc@2.5.2","jsesc","2.5.2","https://github.com/mathiasbynens/jsesc","Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.","MIT" "json-buffer@3.0.1","json-buffer","3.0.1","https://github.com/dominictarr/json-buffer","JSON parse & stringify that supports binary via bops & base64","MIT" "json-parse-better-errors@1.0.2","json-parse-better-errors","1.0.2","https://github.com/zkat/json-parse-better-errors","JSON.parse with context information on error","MIT" "json-parse-even-better-errors@2.3.1","json-parse-even-better-errors","2.3.1","https://github.com/npm/json-parse-even-better-errors","JSON.parse with context information on error","MIT" -"json-parse-even-better-errors@3.0.2","json-parse-even-better-errors","3.0.2","https://github.com/npm/json-parse-even-better-errors","JSON.parse with context information on error","MIT" "json-schema-traverse@0.4.1","json-schema-traverse","0.4.1","https://github.com/epoberezkin/json-schema-traverse","Traverse JSON Schema passing each schema object to callback","MIT" "json-schema-traverse@1.0.0","json-schema-traverse","1.0.0","https://github.com/epoberezkin/json-schema-traverse","Traverse JSON Schema passing each schema object to callback","MIT" "json-stable-stringify-without-jsonify@1.0.1","json-stable-stringify-without-jsonify","1.0.1","https://github.com/samn/json-stable-stringify","deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies","MIT" @@ -1442,35 +929,27 @@ "jsonschema@1.4.1","jsonschema","1.4.1","https://github.com/tdegrunt/jsonschema","A fast and easy to use JSON Schema validator","MIT" "jsrsasign@10.9.0","jsrsasign","10.9.0","https://github.com/kjur/jsrsasign","opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK).","MIT" "jssha@3.2.0","jssha","3.2.0","https://github.com/Caligatio/jsSHA","jsSHA implements the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC","BSD-3-Clause" -"jstransformer@1.0.0","jstransformer","1.0.0","https://github.com/jstransformers/jstransformer","Normalize the API of any jstransformer","MIT" "keyv@4.5.4","keyv","4.5.4","https://github.com/jaredwray/keyv","Simple key-value storage with support for multiple backends","MIT" -"kind-of@6.0.3","kind-of","6.0.3","https://github.com/jonschlinkert/kind-of","Get the native type of a value.","MIT" "kleur@3.0.3","kleur","3.0.3","https://github.com/lukeed/kleur","The fastest Node.js library for formatting terminal text with ANSI colors~!","MIT" "koalas@1.0.2","koalas","1.0.2","https://github.com/doowb/koalas","Coalesce for JavaScript. Returns the first value that is not undefined or null.","MIT" -"kolorist@1.8.0","kolorist","1.8.0","https://github.com/marvinhagemeister/kolorist","A tiny utility to colorize stdin/stdout","MIT" "kuler@2.0.0","kuler","2.0.0","https://github.com/3rd-Eden/kuler","Color your terminal using CSS/hex color codes","MIT" -"lazy-universal-dotenv@4.0.0","lazy-universal-dotenv","4.0.0","https://github.com/storybooks/lazy-universal-dotenv","Robust Environment Configuration for Universal Applications.","Apache-2.0" "leven@3.1.0","leven","3.1.0","https://github.com/sindresorhus/leven","Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm","MIT" "levn@0.3.0","levn","0.3.0","https://github.com/gkz/levn","Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible","MIT" "levn@0.4.1","levn","0.4.1","https://github.com/gkz/levn","Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible","MIT" "libphonenumber-js@1.10.49","libphonenumber-js","1.10.49","git+https://gitlab.com/catamphetamine/libphonenumber-js","A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript","MIT" "license-checker@25.0.1","license-checker","25.0.1","https://github.com/davglass/license-checker","Check license info for a package","BSD-3-Clause" -"lilconfig@2.1.0","lilconfig","2.1.0","https://github.com/antonk52/lilconfig","A zero-dependency alternative to cosmiconfig","MIT" "lilconfig@3.1.2","lilconfig","3.1.2","https://github.com/antonk52/lilconfig","A zero-dependency alternative to cosmiconfig","MIT" "limiter@1.1.5","limiter","1.1.5","https://github.com/jhurliman/node-rate-limiter","A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled","MIT" "lines-and-columns@1.2.4","lines-and-columns","1.2.4","https://github.com/eventualbuddha/lines-and-columns","Maps lines and columns to character offsets and back.","MIT" "lines-and-columns@2.0.4","lines-and-columns","2.0.4","https://github.com/eventualbuddha/lines-and-columns","Maps lines and columns to character offsets and back.","MIT" "load-json-file@4.0.0","load-json-file","4.0.0","https://github.com/sindresorhus/load-json-file","Read and parse a JSON file","MIT" -"local-pkg@0.5.0","local-pkg","0.5.0","https://github.com/antfu/local-pkg","Get information on local packages.","MIT" "locate-path@3.0.0","locate-path","3.0.0","https://github.com/sindresorhus/locate-path","Get the first path that exists on disk of multiple paths","MIT" "locate-path@5.0.0","locate-path","5.0.0","https://github.com/sindresorhus/locate-path","Get the first path that exists on disk of multiple paths","MIT" "locate-path@6.0.0","locate-path","6.0.0","https://github.com/sindresorhus/locate-path","Get the first path that exists on disk of multiple paths","MIT" "lodash.camelcase@4.3.0","lodash.camelcase","4.3.0","https://github.com/lodash/lodash","The lodash method `_.camelCase` exported as a module.","MIT" "lodash.debounce@4.0.8","lodash.debounce","4.0.8","https://github.com/lodash/lodash","The lodash method `_.debounce` exported as a module.","MIT" "lodash.flattendeep@4.4.0","lodash.flattendeep","4.4.0","https://github.com/lodash/lodash","The lodash method `_.flattenDeep` exported as a module.","MIT" -"lodash.get@4.4.2","lodash.get","4.4.2","https://github.com/lodash/lodash","The lodash method `_.get` exported as a module.","MIT" "lodash.groupby@4.6.0","lodash.groupby","4.6.0","https://github.com/lodash/lodash","The lodash method `_.groupBy` exported as a module.","MIT" -"lodash.isequal@4.5.0","lodash.isequal","4.5.0","https://github.com/lodash/lodash","The Lodash method `_.isEqual` exported as a module.","MIT" "lodash.memoize@4.1.2","lodash.memoize","4.1.2","https://github.com/lodash/lodash","The lodash method `_.memoize` exported as a module.","MIT" "lodash.merge@4.6.2","lodash.merge","4.6.2","https://github.com/lodash/lodash","The Lodash method `_.merge` exported as a module.","MIT" "lodash.sortby@4.7.0","lodash.sortby","4.7.0","https://github.com/lodash/lodash","The lodash method `_.sortBy` exported as a module.","MIT" @@ -1480,35 +959,20 @@ "log-symbols@4.1.0","log-symbols","4.1.0","https://github.com/sindresorhus/log-symbols","Colored symbols for various log levels. Example: `✔︎ Success`","MIT" "logform@2.6.1","logform","2.6.1","https://github.com/winstonjs/logform","An mutable object-based log format designed for chaining & objectMode streams.","MIT" "long@5.2.3","long","5.2.3","https://github.com/dcodeIO/long.js","A Long class for representing a 64-bit two's-complement integer value.","Apache-2.0" -"loose-envify@1.4.0","loose-envify","1.4.0","https://github.com/zertosh/loose-envify","Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST","MIT" -"loupe@2.3.7","loupe","2.3.7","https://github.com/chaijs/loupe","Inspect utility for Node.js and browsers","MIT" "lower-case@2.0.2","lower-case","2.0.2","https://github.com/blakeembrey/change-case","Transforms the string to lower case","MIT" "lowercase-keys@3.0.0","lowercase-keys","3.0.0","https://github.com/sindresorhus/lowercase-keys","Lowercase the keys of an object","MIT" "lru-cache@10.4.3","lru-cache","10.4.3","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" -"lru-cache@11.0.0","lru-cache","11.0.0","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" "lru-cache@4.1.5","lru-cache","4.1.5","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" "lru-cache@5.1.1","lru-cache","5.1.1","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" -"lru-cache@6.0.0","lru-cache","6.0.0","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" "lru-cache@7.18.3","lru-cache","7.18.3","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" -"lru-cache@8.0.5","lru-cache","8.0.5","https://github.com/isaacs/node-lru-cache","A cache object that deletes the least-recently-used items.","ISC" "lunr@2.3.9","lunr","2.3.9","https://github.com/olivernn/lunr.js","Simple full-text search in your browser.","MIT" -"lz-string@1.5.0","lz-string","1.5.0","https://github.com/pieroxy/lz-string","LZ-based compression algorithm","MIT" "madge@5.0.2","madge","5.0.2","https://github.com/pahen/madge","Create graphs from module dependencies.","MIT" "magic-string@0.30.11","magic-string","0.30.11","https://github.com/rich-harris/magic-string","Modify strings, generate sourcemaps","MIT" "make-dir@2.1.0","make-dir","2.1.0","https://github.com/sindresorhus/make-dir","Make a directory and its parents if needed - Think `mkdir -p`","MIT" -"make-dir@3.1.0","make-dir","3.1.0","https://github.com/sindresorhus/make-dir","Make a directory and its parents if needed - Think `mkdir -p`","MIT" "make-dir@4.0.0","make-dir","4.0.0","https://github.com/sindresorhus/make-dir","Make a directory and its parents if needed - Think `mkdir -p`","MIT" "make-error@1.3.6","make-error","1.3.6","https://github.com/JsCommunity/make-error","Make your own error types!","ISC" "makeerror@1.0.12","makeerror","1.0.12","https://github.com/daaku/nodejs-makeerror","A library to make errors.","BSD-3-Clause" -"map-or-similar@1.5.0","map-or-similar","1.5.0","https://github.com/thinkloop/map-or-similar","A JavaScript (JS) Map or Similar object polyfill if Map is not available.","MIT" -"markdown-to-jsx@7.5.0","markdown-to-jsx","7.5.0","https://github.com/quantizor/markdown-to-jsx","Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.","MIT" "marked@4.3.0","marked","4.3.0","https://github.com/markedjs/marked","A markdown parser built for speed","MIT" -"mdast-util-definitions@4.0.0","mdast-util-definitions","4.0.0","https://github.com/syntax-tree/mdast-util-definitions","mdast utility to find definition nodes in a tree","MIT" -"mdast-util-to-string@1.1.0","mdast-util-to-string","1.1.0","https://github.com/syntax-tree/mdast-util-to-string","mdast utility to get the plain text content of a node","MIT" -"media-typer@0.3.0","media-typer","0.3.0","https://github.com/jshttp/media-typer","Simple RFC 6838 media type parser and formatter","MIT" -"memoizerific@1.11.3","memoizerific","1.11.3","https://github.com/thinkloop/memoizerific","Fast, small, efficient JavaScript memoization lib to memoize JS functions","MIT" -"memorystream@0.3.1","memorystream","0.3.1","https://github.com/JSBizon/node-memorystream","This is lightweight memory stream module for node.js.","MIT" -"merge-descriptors@1.0.1","merge-descriptors","1.0.1","https://github.com/component/merge-descriptors","Merge objects using descriptors","MIT" "merge-source-map@1.1.0","merge-source-map","1.1.0","https://github.com/keik/merge-source-map","Merge old source map and new source map in multi-transform flow","MIT" "merge-stream@2.0.0","merge-stream","2.0.0","https://github.com/grncdr/merge-stream","Create a stream that emits events from multiple other streams","MIT" "merge2@1.4.1","merge2","1.4.1","https://github.com/teambition/merge2","Merge multiple streams into one stream in sequence or parallel.","MIT" @@ -1517,99 +981,62 @@ "mime-db@1.52.0","mime-db","1.52.0","https://github.com/jshttp/mime-db","Media Type Database","MIT" "mime-types@2.1.35","mime-types","2.1.35","https://github.com/jshttp/mime-types","The ultimate javascript content-type utility.","MIT" "mime@1.6.0","mime","1.6.0","https://github.com/broofa/node-mime","A comprehensive library for mime-type mapping","MIT" -"mime@2.6.0","mime","2.6.0","https://github.com/broofa/mime","A comprehensive library for mime-type mapping","MIT" "mimic-fn@2.1.0","mimic-fn","2.1.0","https://github.com/sindresorhus/mimic-fn","Make a function mimic another one","MIT" "mimic-fn@4.0.0","mimic-fn","4.0.0","https://github.com/sindresorhus/mimic-fn","Make a function mimic another one","MIT" "mimic-response@3.1.0","mimic-response","3.1.0","https://github.com/sindresorhus/mimic-response","Mimic a Node.js HTTP response stream","MIT" "mimic-response@4.0.0","mimic-response","4.0.0","https://github.com/sindresorhus/mimic-response","Mimic a Node.js HTTP response stream","MIT" -"min-indent@1.0.1","min-indent","1.0.1","https://github.com/thejameskyle/min-indent","Get the shortest leading whitespace from lines in a string","MIT" "minimalistic-assert@1.0.1","minimalistic-assert","1.0.1","https://github.com/calvinmetcalf/minimalistic-assert","minimalistic-assert ===","ISC" "minimalistic-crypto-utils@1.0.1","minimalistic-crypto-utils","1.0.1","https://github.com/indutny/minimalistic-crypto-utils","Minimalistic tools for JS crypto modules","MIT" "minimatch@3.0.8","minimatch","3.0.8","https://github.com/isaacs/minimatch","a glob matcher in javascript","ISC" "minimatch@3.1.2","minimatch","3.1.2","https://github.com/isaacs/minimatch","a glob matcher in javascript","ISC" "minimatch@5.1.6","minimatch","5.1.6","https://github.com/isaacs/minimatch","a glob matcher in javascript","ISC" -"minimatch@9.0.1","minimatch","9.0.1","https://github.com/isaacs/minimatch","a glob matcher in javascript","ISC" "minimatch@9.0.3","minimatch","9.0.3","https://github.com/isaacs/minimatch","a glob matcher in javascript","ISC" "minimatch@9.0.5","minimatch","9.0.5","https://github.com/isaacs/minimatch","a glob matcher in javascript","ISC" "minimist@1.2.8","minimist","1.2.8","https://github.com/minimistjs/minimist","parse argument options","MIT" -"minipass@3.3.6","minipass","3.3.6","https://github.com/isaacs/minipass","minimal implementation of a PassThrough stream","ISC" -"minipass@5.0.0","minipass","5.0.0","https://github.com/isaacs/minipass","minimal implementation of a PassThrough stream","ISC" -"minipass@7.1.2","minipass","7.1.2","https://github.com/isaacs/minipass","minimal implementation of a PassThrough stream","ISC" -"minizlib@2.1.2","minizlib","2.1.2","https://github.com/isaacs/minizlib","A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.","MIT" -"mkdirp-classic@0.5.3","mkdirp-classic","0.5.3","https://github.com/mafintosh/mkdirp-classic","Mirror of mkdirp 0.5.2","MIT" "mkdirp@0.5.6","mkdirp","0.5.6","https://github.com/substack/node-mkdirp","Recursively mkdir, like `mkdir -p`","MIT" -"mkdirp@1.0.4","mkdirp","1.0.4","https://github.com/isaacs/node-mkdirp","Recursively mkdir, like `mkdir -p`","MIT" -"mlly@1.7.1","mlly","1.7.1","https://github.com/unjs/mlly","Missing ECMAScript module utils for Node.js","MIT" "module-definition@3.4.0","module-definition","3.4.0","https://github.com/dependents/module-definition","Determines if a file is using a CommonJS or AMD module definition","MIT" "module-details-from-path@1.0.3","module-details-from-path","1.0.3","https://github.com/watson/module-details-from-path","Extract the Node.js module details like name and base path given an abosulte path to a file inside the module","MIT" "module-lookup-amd@7.0.1","module-lookup-amd","7.0.1","https://github.com/mrjoelkemp/node-module-lookup-amd","Resolve aliased dependency paths using a RequireJS config","MIT" -"ms@2.0.0","ms","2.0.0","https://github.com/zeit/ms","Tiny milisecond conversion utility","MIT" "ms@2.1.2","ms","2.1.2","https://github.com/zeit/ms","Tiny millisecond conversion utility","MIT" -"ms@2.1.3","ms","2.1.3","https://github.com/vercel/ms","Tiny millisecond conversion utility","MIT" "msgpack-lite@0.1.26","msgpack-lite","0.1.26","https://github.com/kawanet/msgpack-lite","Fast Pure JavaScript MessagePack Encoder and Decoder","MIT" -"muggle-string@0.3.1","muggle-string","0.3.1","https://github.com/johnsoncodehk/muggle-string","This library aims to provide codegen helpers and data structure for Vue language plugin API v1.x that does not depend on Volar runtime.","MIT" -"muggle-string@0.4.1","muggle-string","0.4.1","https://github.com/johnsoncodehk/muggle-string","This library aims to provide codegen helpers and data structure for Vue language plugin API v1.x that does not depend on Volar runtime.","MIT" "multimap@1.1.0","multimap","1.1.0","https://github.com/villadora/multi-map","multi-map which allow multiple values for the same key","MIT" "mute-stream@0.0.8","mute-stream","0.0.8","https://github.com/isaacs/mute-stream","Bytes go in, but they don't come out (when muted).","ISC" "mute-stream@1.0.0","mute-stream","1.0.0","https://github.com/npm/mute-stream","Bytes go in, but they don't come out (when muted).","ISC" -"mz@2.7.0","mz","2.7.0","https://github.com/normalize/mz","modernize node.js to current ECMAScript standards","MIT" "nan@2.18.0","nan","2.18.0","https://github.com/nodejs/nan","Native Abstractions for Node.js: C++ header for Node 0.8 -> 20 compatibility","MIT" "nano@10.1.2","nano","10.1.2","https://github.com/apache/couchdb-nano","The official CouchDB client for Node.js","Apache-2.0" "nanoid@3.3.7","nanoid","3.3.7","https://github.com/ai/nanoid","A tiny (116 bytes), secure URL-friendly unique string ID generator","MIT" "natural-compare@1.4.0","natural-compare","1.4.0","https://github.com/litejs/natural-compare-lite","Compare strings containing a mix of letters and numbers in the way a human being would in sort order.","MIT" "natural-orderby@2.0.3","natural-orderby","2.0.3","https://github.com/yobacca/natural-orderby","Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.","MIT" "nconf@0.12.1","nconf","0.12.1","https://github.com/flatiron/nconf","Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.","MIT" -"negotiator@0.6.3","negotiator","0.6.3","https://github.com/jshttp/negotiator","HTTP content negotiation","MIT" -"neo-async@2.6.2","neo-async","2.6.2","https://github.com/suguru03/neo-async","Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ","MIT" "nested-error-stacks@2.1.1","nested-error-stacks","2.1.1","https://github.com/mdlavin/nested-error-stacks","An Error subclass that will chain nested Errors and dump nested stacktraces","MIT" "nice-try@1.0.5","nice-try","1.0.5","https://github.com/electerious/nice-try","Tries to execute a function and discards any error that occurs","MIT" "no-case@3.0.4","no-case","3.0.4","https://github.com/blakeembrey/change-case","Transform into a lower cased string with spaces between words","MIT" "node-abort-controller@3.1.1","node-abort-controller","3.1.1","https://github.com/southpolesteve/node-abort-controller","AbortController for Node based on EventEmitter","MIT" "node-addon-api@6.1.0","node-addon-api","6.1.0","https://github.com/nodejs/node-addon-api","Node.js API (Node-API)","MIT" -"node-dir@0.1.17","node-dir","0.1.17","https://github.com/fshost/node-dir","asynchronous file and directory operations for Node.js","MIT" -"node-fetch-native@1.6.4","node-fetch-native","1.6.4","https://github.com/unjs/node-fetch-native","better fetch for Node.js. Works on any JavaScript runtime!","MIT" -"node-fetch@2.7.0","node-fetch","2.7.0","https://github.com/bitinn/node-fetch","A light-weight module that brings window.fetch to node.js","MIT" "node-gyp-build@3.9.0","node-gyp-build","3.9.0","https://github.com/mafintosh/node-gyp-build","Build tool and bindings loader for node-gyp that supports prebuilds","MIT" "node-gyp-build@4.8.1","node-gyp-build","4.8.1","https://github.com/prebuild/node-gyp-build","Build tool and bindings loader for node-gyp that supports prebuilds","MIT" "node-int64@0.4.0","node-int64","0.4.0","https://github.com/broofa/node-int64","Support for representing 64-bit integers in JavaScript","MIT" "node-machine-id@1.1.12","node-machine-id","1.1.12","https://github.com/automation-stack/node-machine-id","Unique machine (desktop) id (no admin privileges required).","MIT" -"node-preload@0.2.1","node-preload","0.2.1","https://github.com/cfware/node-preload","Request that Node.js child processes preload modules","MIT" "node-releases@2.0.18","node-releases","2.0.18","https://github.com/chicoxyzzy/node-releases","Node.js releases data","MIT" "node-source-walk@4.3.0","node-source-walk","4.3.0","https://github.com/dependents/node-source-walk","Execute a callback on every node of a source code's AST and stop walking when you see fit","MIT" "nodemon@3.0.1","nodemon","3.0.1","https://github.com/remy/nodemon","Simple monitor script for use during development of a Node.js app.","MIT" "nopt@1.0.10","nopt","1.0.10","https://github.com/isaacs/nopt","Option parsing for Node, supporting types, shorthands, etc. Used by npm.","MIT" "nopt@4.0.3","nopt","4.0.3","https://github.com/npm/nopt","Option parsing for Node, supporting types, shorthands, etc. Used by npm.","ISC" -"nopt@7.2.1","nopt","7.2.1","https://github.com/npm/nopt","Option parsing for Node, supporting types, shorthands, etc. Used by npm.","ISC" "normalize-package-data@2.5.0","normalize-package-data","2.5.0","https://github.com/npm/normalize-package-data","Normalizes data that can be found in package.json files.","BSD-2-Clause" "normalize-package-data@6.0.2","normalize-package-data","6.0.2","https://github.com/npm/normalize-package-data","Normalizes data that can be found in package.json files.","BSD-2-Clause" "normalize-path@3.0.0","normalize-path","3.0.0","https://github.com/jonschlinkert/normalize-path","Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.","MIT" -"normalize-range@0.1.2","normalize-range","0.1.2","https://github.com/jamestalmage/normalize-range","Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates","MIT" "normalize-url@8.0.1","normalize-url","8.0.1","https://github.com/sindresorhus/normalize-url","Normalize a URL","MIT" "npm-normalize-package-bin@1.0.1","npm-normalize-package-bin","1.0.1","https://github.com/npm/npm-normalize-package-bin","Turn any flavor of allowable package.json bin into a normalized object","ISC" -"npm-normalize-package-bin@3.0.1","npm-normalize-package-bin","3.0.1","https://github.com/npm/npm-normalize-package-bin","Turn any flavor of allowable package.json bin into a normalized object","ISC" "npm-package-arg@11.0.1","npm-package-arg","11.0.1","https://github.com/npm/npm-package-arg","Parse the things that can be arguments to `npm install`","ISC" -"npm-run-all2@6.2.2","npm-run-all2","6.2.2","https://github.com/bcomnes/npm-run-all2","A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)","MIT" "npm-run-path@4.0.1","npm-run-path","4.0.1","https://github.com/sindresorhus/npm-run-path","Get your PATH prepended with locally installed binaries","MIT" "npm-run-path@5.3.0","npm-run-path","5.3.0","https://github.com/sindresorhus/npm-run-path","Get your PATH prepended with locally installed binaries","MIT" -"nth-check@2.1.1","nth-check","2.1.1","https://github.com/fb55/nth-check","Parses and compiles CSS nth-checks to highly optimized functions.","BSD-2-Clause" "nwsapi@2.2.12","nwsapi","2.2.12","https://github.com/dperini/nwsapi","Fast CSS Selectors API Engine","MIT" -"nx@19.4.2","nx","19.4.2","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT" "nx@19.6.3","nx","19.6.3","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT" "nx@19.6.4","nx","19.6.4","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT" "nyc@14.1.1","nyc","14.1.1","https://github.com/istanbuljs/nyc","the Istanbul command line interface","ISC" -"nyc@15.1.0","nyc","15.1.0","https://github.com/istanbuljs/nyc","the Istanbul command line interface","ISC" -"nypm@0.3.11","nypm","0.3.11","https://github.com/unjs/nypm","Unified Package Manager for Node.js","MIT" -"object-assign@4.1.1","object-assign","4.1.1","https://github.com/sindresorhus/object-assign","ES2015 `Object.assign()` ponyfill","MIT" -"object-hash@3.0.0","object-hash","3.0.0","https://github.com/puleos/object-hash","Generate hashes from javascript objects in node and the browser.","MIT" "object-inspect@1.13.1","object-inspect","1.13.1","https://github.com/inspect-js/object-inspect","string representations of objects in node and the browser","MIT" -"object-is@1.1.6","object-is","1.1.6","https://github.com/es-shims/object-is","ES2015-compliant shim for Object.is - differentiates between -0 and +0","MIT" -"object-keys@1.1.1","object-keys","1.1.1","https://github.com/ljharb/object-keys","An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim","MIT" "object-treeify@1.1.33","object-treeify","1.1.33","https://github.com/blackflux/object-treeify","Stringify Object as tree structure","MIT" -"object.assign@4.1.5","object.assign","4.1.5","https://github.com/ljharb/object.assign","ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim","MIT" "oclif@4.14.26","oclif","4.14.26","https://github.com/oclif/oclif","oclif: create your own CLI","MIT" -"ohash@1.1.3","ohash","1.1.3","https://github.com/unjs/ohash","Super fast hashing library based on murmurhash3 written in Vanilla JS","MIT" -"on-finished@2.4.1","on-finished","2.4.1","https://github.com/jshttp/on-finished","Execute a callback when a request closes, finishes, or errors","MIT" -"on-headers@1.0.2","on-headers","1.0.2","https://github.com/jshttp/on-headers","Execute a listener when a response is about to write headers","MIT" "once@1.4.0","once","1.4.0","https://github.com/isaacs/once","Run a function exactly one time","ISC" "one-time@1.0.0","one-time","1.0.0","https://github.com/3rd-Eden/one-time","Run the supplied function exactly one time (once)","MIT" "onetime@5.1.2","onetime","5.1.2","https://github.com/sindresorhus/onetime","Ensure a function is only called once","MIT" @@ -1630,28 +1057,19 @@ "p-cancelable@3.0.0","p-cancelable","3.0.0","https://github.com/sindresorhus/p-cancelable","Create a promise that can be canceled","MIT" "p-limit@2.3.0","p-limit","2.3.0","https://github.com/sindresorhus/p-limit","Run multiple promise-returning & async functions with limited concurrency","MIT" "p-limit@3.1.0","p-limit","3.1.0","https://github.com/sindresorhus/p-limit","Run multiple promise-returning & async functions with limited concurrency","MIT" -"p-limit@5.0.0","p-limit","5.0.0","https://github.com/sindresorhus/p-limit","Run multiple promise-returning & async functions with limited concurrency","MIT" "p-locate@3.0.0","p-locate","3.0.0","https://github.com/sindresorhus/p-locate","Get the first fulfilled promise that satisfies the provided testing function","MIT" "p-locate@4.1.0","p-locate","4.1.0","https://github.com/sindresorhus/p-locate","Get the first fulfilled promise that satisfies the provided testing function","MIT" "p-locate@5.0.0","p-locate","5.0.0","https://github.com/sindresorhus/p-locate","Get the first fulfilled promise that satisfies the provided testing function","MIT" -"p-map@3.0.0","p-map","3.0.0","https://github.com/sindresorhus/p-map","Map over promises concurrently","MIT" -"p-map@4.0.0","p-map","4.0.0","https://github.com/sindresorhus/p-map","Map over promises concurrently","MIT" "p-try@2.2.0","p-try","2.2.0","https://github.com/sindresorhus/p-try","`Start a promise chain","MIT" "package-hash@3.0.0","package-hash","3.0.0","https://github.com/novemberborn/package-hash","Generates a hash for an installed npm package, useful for salting caches","ISC" -"package-hash@4.0.0","package-hash","4.0.0","https://github.com/novemberborn/package-hash","Generates a hash for an installed npm package, useful for salting caches","ISC" -"package-json-from-dist@1.0.0","package-json-from-dist","1.0.0","https://github.com/isaacs/package-json-from-dist","Load the local package.json from either src or dist folder","BlueOak-1.0.0" -"pako@0.2.9","pako","0.2.9","https://github.com/nodeca/pako","zlib port to javascript - fast, modularized, with browser support","MIT" "param-case@3.0.4","param-case","3.0.4","https://github.com/blakeembrey/change-case","Transform into a lower cased string with dashes between words","MIT" "parent-module@1.0.1","parent-module","1.0.1","https://github.com/sindresorhus/parent-module","Get the path of the parent module","MIT" "parse-json@4.0.0","parse-json","4.0.0","https://github.com/sindresorhus/parse-json","Parse JSON with more helpful errors","MIT" "parse-json@5.2.0","parse-json","5.2.0","https://github.com/sindresorhus/parse-json","Parse JSON with more helpful errors","MIT" "parse-ms@2.1.0","parse-ms","2.1.0","https://github.com/sindresorhus/parse-ms","Parse milliseconds into an object","MIT" -"parse-passwd@1.0.0","parse-passwd","1.0.0","https://github.com/doowb/parse-passwd","Parse a passwd file into a list of users.","MIT" "parse5@7.1.2","parse5","7.1.2","https://github.com/inikulin/parse5","HTML parser and serializer.","MIT" -"parseurl@1.3.3","parseurl","1.3.3","https://github.com/pillarjs/parseurl","parse a url with memoization","MIT" "pascal-case@3.1.2","pascal-case","3.1.2","https://github.com/blakeembrey/change-case","Transform into a string of capitalized words without separators","MIT" "password-prompt@1.1.3","password-prompt","1.1.3","https://github.com/jdxcode/password-prompt","cross-platform masked or hidden prompt","0BSD" -"path-browserify@1.0.1","path-browserify","1.0.1","https://github.com/browserify/path-browserify","the path module from node core for browsers","MIT" "path-case@3.0.4","path-case","3.0.4","https://github.com/blakeembrey/change-case","Transform into a lower case string with slashes between words","MIT" "path-exists@3.0.0","path-exists","3.0.0","https://github.com/sindresorhus/path-exists","Check if a path exists","MIT" "path-exists@4.0.0","path-exists","4.0.0","https://github.com/sindresorhus/path-exists","Check if a path exists","MIT" @@ -1660,40 +1078,20 @@ "path-key@3.1.1","path-key","3.1.1","https://github.com/sindresorhus/path-key","Get the PATH environment variable key cross-platform","MIT" "path-key@4.0.0","path-key","4.0.0","https://github.com/sindresorhus/path-key","Get the PATH environment variable key cross-platform","MIT" "path-parse@1.0.7","path-parse","1.0.7","https://github.com/jbgutierrez/path-parse","Node.js path.parse() ponyfill","MIT" -"path-scurry@1.11.1","path-scurry","1.11.1","https://github.com/isaacs/path-scurry","walk paths fast and efficiently","BlueOak-1.0.0" -"path-scurry@2.0.0","path-scurry","2.0.0","https://github.com/isaacs/path-scurry","walk paths fast and efficiently","BlueOak-1.0.0" "path-to-regexp@0.1.7","path-to-regexp","0.1.7","https://github.com/component/path-to-regexp","Express style path to RegExp utility","MIT" "path-type@3.0.0","path-type","3.0.0","https://github.com/sindresorhus/path-type","Check if a path is a file, directory, or symlink","MIT" "path-type@4.0.0","path-type","4.0.0","https://github.com/sindresorhus/path-type","Check if a path is a file, directory, or symlink","MIT" "path@0.12.7","path","0.12.7","https://github.com/jinder/path","Node.JS path module","MIT" -"pathe@1.1.2","pathe","1.1.2","https://github.com/unjs/pathe","Universal filesystem path utils","MIT" -"pathval@1.1.1","pathval","1.1.1","https://github.com/chaijs/pathval","Object value retrieval given a string path","MIT" -"peek-stream@1.1.3","peek-stream","1.1.3","https://github.com/mafintosh/peek-stream","Transform stream that lets you peek the first line before deciding how to parse it","MIT" -"pend@1.2.0","pend","1.2.0","https://github.com/andrewrk/node-pend","dead-simple optimistic async helper","MIT" "picocolors@1.0.1","picocolors","1.0.1","https://github.com/alexeyraspopov/picocolors","The tiniest and the fastest library for terminal output formatting with ANSI colors","ISC" "picomatch@2.3.1","picomatch","2.3.1","https://github.com/micromatch/picomatch","Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.","MIT" -"pidtree@0.6.0","pidtree","0.6.0","https://github.com/simonepri/pidtree","Cross platform children list of a PID","MIT" -"pify@2.3.0","pify","2.3.0","https://github.com/sindresorhus/pify","Promisify a callback-style function","MIT" "pify@3.0.0","pify","3.0.0","https://github.com/sindresorhus/pify","Promisify a callback-style function","MIT" "pify@4.0.1","pify","4.0.1","https://github.com/sindresorhus/pify","Promisify a callback-style function","MIT" "pirates@4.0.6","pirates","4.0.6","https://github.com/danez/pirates","Properly hijack require, i.e., properly define require hooks and customizations","MIT" "pkcs11js@1.3.1","pkcs11js","1.3.1","https://github.com/PeculiarVentures/pkcs11js","A Node.js implementation of the PKCS#11 2.30 interface","MIT" "pkg-dir@3.0.0","pkg-dir","3.0.0","https://github.com/sindresorhus/pkg-dir","Find the root directory of a Node.js project or npm package","MIT" "pkg-dir@4.2.0","pkg-dir","4.2.0","https://github.com/sindresorhus/pkg-dir","Find the root directory of a Node.js project or npm package","MIT" -"pkg-dir@5.0.0","pkg-dir","5.0.0","https://github.com/sindresorhus/pkg-dir","Find the root directory of a Node.js project or npm package","MIT" -"pkg-types@1.2.0","pkg-types","1.2.0","https://github.com/unjs/pkg-types","Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`","MIT" -"playwright-core@1.46.1","playwright-core","1.46.1","https://github.com/microsoft/playwright","A high-level API to automate web browsers","Apache-2.0" -"playwright@1.46.1","playwright","1.46.1","https://github.com/microsoft/playwright","A high-level API to automate web browsers","Apache-2.0" "pluralize@8.0.0","pluralize","8.0.0","https://github.com/blakeembrey/pluralize","Pluralize and singularize any word","MIT" -"polished@4.3.1","polished","4.3.1","https://github.com/styled-components/polished","A lightweight toolset for writing styles in Javascript.","MIT" "portfinder@1.0.32","portfinder","1.0.32","https://github.com/http-party/node-portfinder","A simple tool to find an open port on the current machine","MIT" -"possible-typed-array-names@1.0.0","possible-typed-array-names","1.0.0","https://github.com/ljharb/possible-typed-array-names","A simple list of possible Typed Array names.","MIT" -"postcss-import@15.1.0","postcss-import","15.1.0","https://github.com/postcss/postcss-import","PostCSS plugin to import CSS files","MIT" -"postcss-js@4.0.1","postcss-js","4.0.1","https://github.com/postcss/postcss-js","PostCSS for CSS-in-JS and styles in JS objects","MIT" -"postcss-load-config@4.0.2","postcss-load-config","4.0.2","https://github.com/postcss/postcss-load-config","Autoload Config for PostCSS","MIT" -"postcss-nested@6.2.0","postcss-nested","6.2.0","https://github.com/postcss/postcss-nested","PostCSS plugin to unwrap nested rules like how Sass does it","MIT" -"postcss-selector-parser@6.1.2","postcss-selector-parser","6.1.2","https://github.com/postcss/postcss-selector-parser","> Selector parser with built in methods for working with selector strings.","MIT" -"postcss-value-parser@4.2.0","postcss-value-parser","4.2.0","https://github.com/TrySound/postcss-value-parser","Transforms css values and at-rule params into the tree","MIT" "postcss-values-parser@2.0.1","postcss-values-parser","2.0.1","https://github.com/lesshint/postcss-values-parser","A CSS property value parser for use with PostCSS","MIT" "postcss-values-parser@5.0.0","postcss-values-parser","5.0.0","https://github.com/shellscape/postcss-values-parser","A CSS property value parser for use with PostCSS","MPL-2.0" "postcss@8.4.41","postcss","8.4.41","https://github.com/postcss/postcss","Tool for transforming styles with JS plugins","MIT" @@ -1703,82 +1101,40 @@ "prelude-ls@1.2.1","prelude-ls","1.2.1","https://github.com/gkz/prelude-ls","prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.","MIT" "prettier-linter-helpers@1.0.0","prettier-linter-helpers","1.0.0","https://github.com/prettier/prettier-linter-helpers","Utilities to help expose prettier output in linting tools","MIT" "prettier@1.19.1","prettier","1.19.1","https://github.com/prettier/prettier","Prettier is an opinionated code formatter","MIT" -"prettier@2.8.8","prettier","2.8.8","https://github.com/prettier/prettier","Prettier is an opinionated code formatter","MIT" "prettier@3.1.1","prettier","3.1.1","https://github.com/prettier/prettier","Prettier is an opinionated code formatter","MIT" -"pretty-format@27.5.1","pretty-format","27.5.1","https://github.com/facebook/jest","Stringify any JavaScript value.","MIT" -"pretty-format@28.1.3","pretty-format","28.1.3","https://github.com/facebook/jest","Stringify any JavaScript value.","MIT" "pretty-format@29.7.0","pretty-format","29.7.0","https://github.com/jestjs/jest","Stringify any JavaScript value.","MIT" -"pretty-hrtime@1.0.3","pretty-hrtime","1.0.3","https://github.com/robrich/pretty-hrtime","process.hrtime() to words","MIT" "pretty-ms@7.0.1","pretty-ms","7.0.1","https://github.com/sindresorhus/pretty-ms","Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`","MIT" -"primevue@3.53.0","primevue","3.53.0","https://github.com/primefaces/primevue","PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.","MIT" "proc-log@3.0.0","proc-log","3.0.0","https://github.com/npm/proc-log","just emit 'log' events on the process object","ISC" -"process-nextick-args@2.0.1","process-nextick-args","2.0.1","https://github.com/calvinmetcalf/process-nextick-args","process.nextTick but always with args","MIT" -"process-on-spawn@1.0.0","process-on-spawn","1.0.0","https://github.com/cfware/process-on-spawn","Execute callbacks when child processes are spawned","MIT" "process@0.11.10","process","0.11.10","https://github.com/shtylman/node-process","process information for node.js and browsers","MIT" "progress@2.0.3","progress","2.0.3","https://github.com/visionmedia/node-progress","Flexible ascii progress bar","MIT" "promise-settle@0.3.0","promise-settle","0.3.0","https://github.com/pgaubatz/node-promise-settle","settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected","MIT" -"promise@7.3.1","promise","7.3.1","https://github.com/then/promise","Bare bones Promises/A+ implementation","MIT" "prompts@2.4.2","prompts","2.4.2","https://github.com/terkelg/prompts","Lightweight, beautiful and user-friendly prompts","MIT" -"proto-list@1.2.4","proto-list","1.2.4","https://github.com/isaacs/proto-list","A utility for managing a prototype chain","ISC" "protobufjs@7.2.5","protobufjs","7.2.5","https://github.com/protobufjs/protobuf.js","Protocol Buffers for JavaScript (& TypeScript).","BSD-3-Clause" -"proxy-addr@2.0.7","proxy-addr","2.0.7","https://github.com/jshttp/proxy-addr","Determine address of proxied request","MIT" "proxy-from-env@1.1.0","proxy-from-env","1.1.0","https://github.com/Rob--W/proxy-from-env","Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.","MIT" "pseudomap@1.0.2","pseudomap","1.0.2","https://github.com/isaacs/pseudomap","A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.","ISC" "psl@1.9.0","psl","1.9.0","https://github.com/lupomontero/psl","Domain name parser based on the Public Suffix List","MIT" "pstree.remy@1.1.8","pstree.remy","1.1.8","https://github.com/remy/pstree","Collects the full tree of processes from /proc","MIT" -"pug-attrs@3.0.0","pug-attrs","3.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-attrs","Generate code for Pug attributes","MIT" -"pug-code-gen@3.0.3","pug-code-gen","3.0.3","https://github.com/pugjs/pug/tree/master/packages/pug-code-gen","Default code-generator for pug. It generates HTML via a JavaScript template function.","MIT" -"pug-error@2.1.0","pug-error","2.1.0","https://github.com/pugjs/pug/tree/master/packages/pug-error","Standard error objects for pug","MIT" -"pug-filters@4.0.0","pug-filters","4.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-filters","Code for processing filters in pug templates","MIT" -"pug-lexer@5.0.1","pug-lexer","5.0.1","https://github.com/pugjs/pug/tree/master/packages/pug-lexer","The pug lexer (takes a string and converts it to an array of tokens)","MIT" -"pug-linker@4.0.0","pug-linker","4.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-linker","Link multiple pug ASTs together using include/extends","MIT" -"pug-load@3.0.0","pug-load","3.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-load","The Pug loader is responsible for loading the depenendencies of a given Pug file.","MIT" -"pug-parser@6.0.0","pug-parser","6.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-parser","The pug parser (takes an array of tokens and converts it to an abstract syntax tree)","MIT" -"pug-runtime@3.0.1","pug-runtime","3.0.1","https://github.com/pugjs/pug/tree/master/packages/pug-runtime","The runtime components for the pug templating language","MIT" -"pug-strip-comments@2.0.0","pug-strip-comments","2.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments","Strip comments from a Pug token stream (from the lexer)","MIT" -"pug-walk@2.0.0","pug-walk","2.0.0","https://github.com/pugjs/pug/tree/master/packages/pug-walk","Walk and transform a pug AST","MIT" -"pug@3.0.3","pug","3.0.3","https://github.com/pugjs/pug/tree/master/packages/pug","A clean, whitespace-sensitive template language for writing HTML","MIT" -"pump@2.0.1","pump","2.0.1","https://github.com/mafintosh/pump","pipe streams together and close all of them if one of them closes","MIT" -"pump@3.0.0","pump","3.0.0","https://github.com/mafintosh/pump","pipe streams together and close all of them if one of them closes","MIT" -"pumpify@1.5.1","pumpify","1.5.1","https://github.com/mafintosh/pumpify","Combine an array of streams into a single duplex stream using pump and duplexify","MIT" "punycode@1.4.1","punycode","1.4.1","https://github.com/bestiejs/punycode.js","A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.","MIT" "punycode@2.3.1","punycode","2.3.1","https://github.com/mathiasbynens/punycode.js","A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.","MIT" -"puppeteer-core@2.1.1","puppeteer-core","2.1.1","https://github.com/puppeteer/puppeteer","A high-level API to control headless Chrome over the DevTools Protocol","Apache-2.0" "pure-rand@6.0.4","pure-rand","6.0.4","https://github.com/dubzzz/pure-rand"," Pure random number generator written in TypeScript","MIT" -"qs@6.11.0","qs","6.11.0","https://github.com/ljharb/qs","A querystring parser that supports nesting and arrays, with a depth limit","BSD-3-Clause" "qs@6.13.0","qs","6.13.0","https://github.com/ljharb/qs","A querystring parser that supports nesting and arrays, with a depth limit","BSD-3-Clause" "querystringify@2.2.0","querystringify","2.2.0","https://github.com/unshiftio/querystringify","Querystringify - Small, simple but powerful query string parser.","MIT" "queue-microtask@1.2.3","queue-microtask","1.2.3","https://github.com/feross/queue-microtask","fast, tiny `queueMicrotask` shim for modern engines","MIT" "quick-lru@5.1.1","quick-lru","5.1.1","https://github.com/sindresorhus/quick-lru","Simple “Least Recently Used” (LRU) cache","MIT" "quote-unquote@1.0.0","quote-unquote","1.0.0","https://github.com/dominictarr/quote-unquote","quote and unquote strings. escapes internal quotes and slashes. Automatically decides whether to use single or double quotes.","MIT" "ramda@0.27.2","ramda","0.27.2","https://github.com/ramda/ramda","A practical functional library for JavaScript programmers.","MIT" -"ramda@0.29.0","ramda","0.29.0","https://github.com/ramda/ramda","A practical functional library for JavaScript programmers.","MIT" -"range-parser@1.2.1","range-parser","1.2.1","https://github.com/jshttp/range-parser","Range header field string parser","MIT" -"raw-body@2.5.2","raw-body","2.5.2","https://github.com/stream-utils/raw-body","Get and validate the raw body of a readable stream.","MIT" "rc@1.2.8","rc","1.2.8","https://github.com/dominictarr/rc","hardwired configuration loader","(BSD-2-Clause OR MIT OR Apache-2.0)" -"react-colorful@5.6.1","react-colorful","5.6.1","https://github.com/omgovich/react-colorful","🎨 A tiny (2,8 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible","MIT" -"react-dom@18.3.1","react-dom","18.3.1","https://github.com/facebook/react","React package for working with the DOM.","MIT" -"react-is@17.0.2","react-is","17.0.2","https://github.com/facebook/react","Brand checking of React Elements.","MIT" "react-is@18.3.1","react-is","18.3.1","https://github.com/facebook/react","Brand checking of React Elements.","MIT" -"react-remove-scroll-bar@2.3.6","react-remove-scroll-bar","2.3.6","https://github.com/theKashey/react-remove-scroll-bar","Removes body scroll without content _shake_","MIT" -"react-remove-scroll@2.5.5","react-remove-scroll","2.5.5","https://github.com/theKashey/react-remove-scroll","Disables scroll outside of `children` node.","MIT" -"react-style-singleton@2.2.1","react-style-singleton","2.2.1","","Just create a single stylesheet...","MIT" -"react@18.3.1","react","18.3.1","https://github.com/facebook/react","React is a JavaScript library for building user interfaces.","MIT" -"read-cache@1.0.0","read-cache","1.0.0","https://github.com/TrySound/read-cache","Reads and caches the entire contents of a file until it is modified","MIT" "read-installed@4.0.3","read-installed","4.0.3","https://github.com/isaacs/read-installed","Read all the installed packages in a folder, and return a tree structure with all the data.","ISC" -"read-package-json-fast@3.0.2","read-package-json-fast","3.0.2","https://github.com/npm/read-package-json-fast","Like read-package-json, but faster","ISC" "read-package-json@2.1.2","read-package-json","2.1.2","https://github.com/npm/read-package-json","The thing npm uses to read package.json files with semantics and defaults and validation","ISC" "read-pkg-up@4.0.0","read-pkg-up","4.0.0","https://github.com/sindresorhus/read-pkg-up","Read the closest package.json file","MIT" "read-pkg-up@7.0.1","read-pkg-up","7.0.1","https://github.com/sindresorhus/read-pkg-up","Read the closest package.json file","MIT" "read-pkg@3.0.0","read-pkg","3.0.0","https://github.com/sindresorhus/read-pkg","Read a package.json file","MIT" "read-pkg@5.2.0","read-pkg","5.2.0","https://github.com/sindresorhus/read-pkg","Read a package.json file","MIT" -"readable-stream@2.3.8","readable-stream","2.3.8","https://github.com/nodejs/readable-stream","Streams3, a user-land copy of the stream library from Node.js","MIT" "readable-stream@3.6.2","readable-stream","3.6.2","https://github.com/nodejs/readable-stream","Streams3, a user-land copy of the stream library from Node.js","MIT" "readdir-scoped-modules@1.1.0","readdir-scoped-modules","1.1.0","https://github.com/npm/readdir-scoped-modules","Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.","ISC" "readdirp@3.6.0","readdirp","3.6.0","https://github.com/paulmillr/readdirp","Recursive version of fs.readdir with streaming API.","MIT" -"recast@0.23.9","recast","0.23.9","https://github.com/benjamn/recast","JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator","MIT" "rechoir@0.6.2","rechoir","0.6.2","https://github.com/tkellen/node-rechoir","Require any supported file as a node module.","MIT" -"redent@3.0.0","redent","3.0.0","https://github.com/sindresorhus/redent","Strip redundant indentation and indent the string","MIT" "redeyed@2.1.1","redeyed","2.1.1","https://github.com/thlorenz/redeyed","Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.","MIT" "reflect-metadata@0.1.13","reflect-metadata","0.1.13","https://github.com/rbuckton/reflect-metadata","Polyfill for Metadata Reflection API","Apache-2.0" "regenerate-unicode-properties@10.1.1","regenerate-unicode-properties","10.1.1","https://github.com/mathiasbynens/regenerate-unicode-properties","Regenerate sets for Unicode properties and values.","MIT" @@ -1786,14 +1142,11 @@ "regenerator-runtime@0.14.0","regenerator-runtime","0.14.0","https://github.com/facebook/regenerator/tree/main/packages/runtime","Runtime for Regenerator-compiled generator and async functions.","MIT" "regenerator-transform@0.15.2","regenerator-transform","0.15.2","https://github.com/facebook/regenerator/tree/main/packages/transform","Explode async and generator functions into a state machine.","MIT" "regexp-tree@0.1.27","regexp-tree","0.1.27","https://github.com/DmitrySoshnikov/regexp-tree","Regular Expressions parser in JavaScript","MIT" -"regexp.prototype.flags@1.5.2","regexp.prototype.flags","1.5.2","https://github.com/es-shims/RegExp.prototype.flags","ES6 spec-compliant RegExp.prototype.flags shim.","MIT" "regexpp@2.0.1","regexpp","2.0.1","https://github.com/mysticatea/regexpp","Regular expression parser for ECMAScript 2018.","MIT" "regexpp@3.2.0","regexpp","3.2.0","https://github.com/mysticatea/regexpp","Regular expression parser for ECMAScript.","MIT" "regexpu-core@5.3.2","regexpu-core","5.3.2","https://github.com/mathiasbynens/regexpu-core","regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","MIT" "regjsparser@0.9.1","regjsparser","0.9.1","https://github.com/jviereck/regjsparser","Parsing the JavaScript's RegExp in JavaScript.","BSD-2-Clause" "release-zalgo@1.0.0","release-zalgo","1.0.0","https://github.com/novemberborn/release-zalgo","Helps you write code with promise-like chains that can run both synchronously and asynchronously","ISC" -"remark-external-links@8.0.0","remark-external-links","8.0.0","https://github.com/remarkjs/remark-external-links","remark plugin to automatically add target and rel attributes to external links","MIT" -"remark-slug@6.1.0","remark-slug","6.1.0","https://github.com/remarkjs/remark-slug","remark plugin to add anchors to headings","MIT" "require-directory@2.1.1","require-directory","2.1.1","https://github.com/troygoode/node-require-directory","Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.","MIT" "require-from-string@2.0.2","require-from-string","2.0.2","https://github.com/floatdrop/require-from-string","Require module from string","MIT" "require-main-filename@2.0.0","require-main-filename","2.0.0","https://github.com/yargs/require-main-filename","shim for require.main.filename() that works in as many environments as possible","ISC" @@ -1803,12 +1156,10 @@ "resolve-alpn@1.2.1","resolve-alpn","1.2.1","https://github.com/szmarczak/resolve-alpn","Detects the ALPN protocol","MIT" "resolve-cwd@3.0.0","resolve-cwd","3.0.0","https://github.com/sindresorhus/resolve-cwd","Resolve the path of a module like `require.resolve()` but from the current working directory","MIT" "resolve-dependency-path@2.0.0","resolve-dependency-path","2.0.0","https://github.com/mrjoelkemp/node-resolve-dependency-path","Convert a dependency path into a filepath","MIT" -"resolve-dir@0.1.1","resolve-dir","0.1.1","https://github.com/jonschlinkert/resolve-dir","Resolve a directory that is either local, global or in the user's home directory.","MIT" "resolve-from@4.0.0","resolve-from","4.0.0","https://github.com/sindresorhus/resolve-from","Resolve the path of a module like `require.resolve()` but from a given path","MIT" "resolve-from@5.0.0","resolve-from","5.0.0","https://github.com/sindresorhus/resolve-from","Resolve the path of a module like `require.resolve()` but from a given path","MIT" "resolve.exports@1.1.0","resolve.exports","1.1.0","https://github.com/lukeed/resolve.exports","A tiny (737b), correct, general-purpose, and configurable "exports" resolver without file-system reliance","MIT" "resolve.exports@2.0.2","resolve.exports","2.0.2","https://github.com/lukeed/resolve.exports","A tiny (952b), correct, general-purpose, and configurable "exports" and "imports" resolver without file-system reliance","MIT" -"resolve@1.19.0","resolve","1.19.0","https://github.com/browserify/resolve","resolve like require.resolve() on behalf of files asynchronously and synchronously","MIT" "resolve@1.22.8","resolve","1.22.8","https://github.com/browserify/resolve","resolve like require.resolve() on behalf of files asynchronously and synchronously","MIT" "responselike@3.0.0","responselike","3.0.0","https://github.com/sindresorhus/responselike","A response-like object for mocking a Node.js HTTP response stream","MIT" "restore-cursor@3.1.0","restore-cursor","3.1.0","https://github.com/sindresorhus/restore-cursor","Gracefully restore the CLI cursor on exit","MIT" @@ -1817,9 +1168,7 @@ "rimraf@2.6.3","rimraf","2.6.3","https://github.com/isaacs/rimraf","A deep deletion module for node (like `rm -rf`)","ISC" "rimraf@2.7.1","rimraf","2.7.1","https://github.com/isaacs/rimraf","A deep deletion module for node (like `rm -rf`)","ISC" "rimraf@3.0.2","rimraf","3.0.2","https://github.com/isaacs/rimraf","A deep deletion module for node (like `rm -rf`)","ISC" -"rollup@3.29.4","rollup","3.29.4","https://github.com/rollup/rollup","Next-generation ES module bundler","MIT" "rollup@4.21.1","rollup","4.21.1","https://github.com/rollup/rollup","Next-generation ES module bundler","MIT" -"rrweb-cssom@0.7.1","rrweb-cssom","0.7.1","https://github.com/rrweb-io/CSSOM","CSS Object Model implementation and CSS parser","MIT" "run-applescript@5.0.0","run-applescript","5.0.0","https://github.com/sindresorhus/run-applescript","Run AppleScript and get the result","MIT" "run-async@2.4.1","run-async","2.4.1","https://github.com/SBoudrias/run-async","Utility method to run function either synchronously or asynchronously using the common `this.async()` style.","MIT" "run-parallel@1.2.0","run-parallel","1.2.0","https://github.com/feross/run-parallel","Run an array of functions in parallel","MIT" @@ -1831,32 +1180,23 @@ "safer-buffer@2.1.2","safer-buffer","2.1.2","https://github.com/ChALkeR/safer-buffer","Modern Buffer API polyfill without footguns","MIT" "sass-lookup@3.0.0","sass-lookup","3.0.0","https://github.com/mrjoelkemp/node-sass-lookup","Get the file associated with a Sass import","MIT" "saxes@6.0.0","saxes","6.0.0","https://github.com/lddubeau/saxes","An evented streaming XML parser in JavaScript","ISC" -"scheduler@0.23.2","scheduler","0.23.2","https://github.com/facebook/react","Cooperative scheduler for the browser environment.","MIT" "secure-compare@3.0.1","secure-compare","3.0.1","https://github.com/vdemedes/secure-compare","Securely compare two strings, copied from cryptiles","MIT" "secure-keys@1.0.0","secure-keys","1.0.0","","Encrypt/Decrypt the values of a given object","MIT" "semver@5.7.2","semver","5.7.2","https://github.com/npm/node-semver","The semantic version parser used by npm.","ISC" "semver@6.3.1","semver","6.3.1","https://github.com/npm/node-semver","The semantic version parser used by npm.","ISC" -"semver@7.5.4","semver","7.5.4","https://github.com/npm/node-semver","The semantic version parser used by npm.","ISC" "semver@7.6.3","semver","7.6.3","https://github.com/npm/node-semver","The semantic version parser used by npm.","ISC" -"send@0.18.0","send","0.18.0","https://github.com/pillarjs/send","Better streaming static file server with Range and conditional-GET support","MIT" "sentence-case@3.0.4","sentence-case","3.0.4","https://github.com/blakeembrey/change-case","Transform into a lower case with spaces between words, then capitalize the string","MIT" -"serve-static@1.15.0","serve-static","1.15.0","https://github.com/expressjs/serve-static","Serve static files","MIT" "set-blocking@2.0.0","set-blocking","2.0.0","https://github.com/yargs/set-blocking","set blocking stdio and stderr ensuring that terminal output does not truncate","ISC" "set-function-length@1.2.2","set-function-length","1.2.2","https://github.com/ljharb/set-function-length","Set a function's length property","MIT" -"set-function-name@2.0.2","set-function-name","2.0.2","https://github.com/ljharb/set-function-name","Set a function's name property","MIT" "setimmediate@1.0.5","setimmediate","1.0.5","https://github.com/YuzuJS/setImmediate","A shim for the setImmediate efficient script yielding API","MIT" -"setprototypeof@1.2.0","setprototypeof","1.2.0","https://github.com/wesleytodd/setprototypeof","A small polyfill for Object.setprototypeof","ISC" -"shallow-clone@3.0.1","shallow-clone","3.0.1","https://github.com/jonschlinkert/shallow-clone","Creates a shallow clone of any JavaScript value.","MIT" "shebang-command@1.2.0","shebang-command","1.2.0","https://github.com/kevva/shebang-command","Get the command from a shebang","MIT" "shebang-command@2.0.0","shebang-command","2.0.0","https://github.com/kevva/shebang-command","Get the command from a shebang","MIT" "shebang-regex@1.0.0","shebang-regex","1.0.0","https://github.com/sindresorhus/shebang-regex","Regular expression for matching a shebang","MIT" "shebang-regex@3.0.0","shebang-regex","3.0.0","https://github.com/sindresorhus/shebang-regex","Regular expression for matching a shebang line","MIT" -"shell-quote@1.8.1","shell-quote","1.8.1","https://github.com/ljharb/shell-quote","quote and parse shell commands","MIT" "shelljs@0.8.5","shelljs","0.8.5","https://github.com/shelljs/shelljs","Portable Unix shell commands for Node.js","BSD-3-Clause" "shiki@0.14.5","shiki","0.14.5","https://github.com/octref/shiki","shiki","MIT" "shx@0.3.4","shx","0.3.4","https://github.com/shelljs/shx","Portable Shell Commands for Node","MIT" "side-channel@1.0.6","side-channel","1.0.6","https://github.com/ljharb/side-channel","Store information about any JS value in a side channel. Uses WeakMap if available.","MIT" -"siginfo@2.0.0","siginfo","2.0.0","https://github.com/emilbayes/siginfo","Utility module to print pretty messages on SIGINFO/SIGUSR1","ISC" "signal-exit@3.0.7","signal-exit","3.0.7","https://github.com/tapjs/signal-exit","when you want to fire an event no matter how a process exits.","ISC" "signal-exit@4.1.0","signal-exit","4.1.0","https://github.com/tapjs/signal-exit","when you want to fire an event no matter how a process exits.","ISC" "simple-swizzle@0.2.2","simple-swizzle","0.2.2","https://github.com/qix-/node-simple-swizzle","Simply swizzle your arguments","MIT" @@ -1865,7 +1205,6 @@ "sjcl@1.0.8","sjcl","1.0.8","https://github.com/bitwiseshiftleft/sjcl","Stanford Javascript Crypto Library","(BSD-2-Clause OR GPL-2.0-only)" "slash@3.0.0","slash","3.0.0","https://github.com/sindresorhus/slash","Convert Windows backslash paths to slash paths","MIT" "slash@4.0.0","slash","4.0.0","https://github.com/sindresorhus/slash","Convert Windows backslash paths to slash paths","MIT" -"slash@5.1.0","slash","5.1.0","https://github.com/sindresorhus/slash","Convert Windows backslash paths to slash paths","MIT" "slice-ansi@2.1.0","slice-ansi","2.1.0","https://github.com/chalk/slice-ansi","Slice a string with ANSI escape codes","MIT" "slice-ansi@4.0.0","slice-ansi","4.0.0","https://github.com/chalk/slice-ansi","Slice a string with ANSI escape codes","MIT" "slide@1.1.6","slide","1.1.6","https://github.com/isaacs/slide-flow-control","A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS","ISC" @@ -1879,10 +1218,7 @@ "source-map@0.5.7","source-map","0.5.7","https://github.com/mozilla/source-map","Generates and consumes source maps","BSD-3-Clause" "source-map@0.6.1","source-map","0.6.1","https://github.com/mozilla/source-map","Generates and consumes source maps","BSD-3-Clause" "source-map@0.7.4","source-map","0.7.4","https://github.com/mozilla/source-map","Generates and consumes source maps","BSD-3-Clause" -"space-separated-tokens@1.1.5","space-separated-tokens","1.1.5","https://github.com/wooorm/space-separated-tokens","Parse and stringify space-separated tokens","MIT" "spawn-wrap@1.4.3","spawn-wrap","1.4.3","https://github.com/isaacs/spawn-wrap","Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.","ISC" -"spawn-wrap@2.0.0","spawn-wrap","2.0.0","https://github.com/istanbuljs/spawn-wrap","Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.","ISC" -"spawnd@5.0.0","spawnd","5.0.0","https://github.com/smooth-code/jest-puppeteer/tree/master/packages/spawnd","Spawn a dependent child process.","MIT" "spdx-compare@1.0.0","spdx-compare","1.0.0","https://github.com/kemitchell/spdx-compare.js","compare SPDX license expressions","MIT" "spdx-correct@3.2.0","spdx-correct","3.2.0","https://github.com/jslicense/spdx-correct.js","correct invalid SPDX expressions","Apache-2.0" "spdx-exceptions@2.3.0","spdx-exceptions","2.3.0","https://github.com/kemitchell/spdx-exceptions.json","list of SPDX standard license exceptions","CC-BY-3.0" @@ -1893,36 +1229,22 @@ "sprintf-js@1.0.3","sprintf-js","1.0.3","https://github.com/alexei/sprintf.js","JavaScript sprintf implementation","BSD-3-Clause" "stack-trace@0.0.10","stack-trace","0.0.10","https://github.com/felixge/node-stack-trace","Get v8 stack traces as an array of CallSite objects.","MIT" "stack-utils@2.0.6","stack-utils","2.0.6","https://github.com/tapjs/stack-utils","Captures and cleans stack traces","MIT" -"stackback@0.0.2","stackback","0.0.2","https://github.com/shtylman/node-stackback","return list of CallSite objects from a captured stacktrace","MIT" -"statuses@2.0.1","statuses","2.0.1","https://github.com/jshttp/statuses","HTTP status utility","MIT" -"std-env@3.7.0","std-env","3.7.0","https://github.com/unjs/std-env","Runtime agnostic JS utils","MIT" -"stop-iteration-iterator@1.0.0","stop-iteration-iterator","1.0.0","https://github.com/ljharb/stop-iteration-iterator","Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.","MIT" -"store2@2.14.3","store2","2.14.3","https://github.com/nbubna/store","Better localStorage","MIT" -"storybook@7.6.20","storybook","7.6.20","https://github.com/storybookjs/storybook","Storybook CLI","MIT" -"stream-shift@1.0.3","stream-shift","1.0.3","https://github.com/mafintosh/stream-shift","Returns the next buffer/object in a stream's readable queue","MIT" -"string-argv@0.3.2","string-argv","0.3.2","https://github.com/mccormicka/string-argv","string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.","MIT" "string-length@4.0.2","string-length","4.0.2","https://github.com/sindresorhus/string-length","Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes","MIT" -"string-length@5.0.1","string-length","5.0.1","https://github.com/sindresorhus/string-length","Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes","MIT" "string-width@3.1.0","string-width","3.1.0","https://github.com/sindresorhus/string-width","Get the visual width of a string - the number of columns required to display it","MIT" "string-width@4.2.3","string-width","4.2.3","https://github.com/sindresorhus/string-width","Get the visual width of a string - the number of columns required to display it","MIT" -"string-width@5.1.2","string-width","5.1.2","https://github.com/sindresorhus/string-width","Get the visual width of a string - the number of columns required to display it","MIT" "string_decoder@1.1.1","string_decoder","1.1.1","https://github.com/nodejs/string_decoder","The string_decoder module from Node core","MIT" "stringify-object@3.3.0","stringify-object","3.3.0","https://github.com/yeoman/stringify-object","Stringify an object/array like JSON.stringify just without all the double-quotes","BSD-2-Clause" "strip-ansi@5.2.0","strip-ansi","5.2.0","https://github.com/chalk/strip-ansi","Strip ANSI escape codes from a string","MIT" "strip-ansi@6.0.1","strip-ansi","6.0.1","https://github.com/chalk/strip-ansi","Strip ANSI escape codes from a string","MIT" -"strip-ansi@7.1.0","strip-ansi","7.1.0","https://github.com/chalk/strip-ansi","Strip ANSI escape codes from a string","MIT" "strip-bom@3.0.0","strip-bom","3.0.0","https://github.com/sindresorhus/strip-bom","Strip UTF-8 byte order mark (BOM) from a string","MIT" "strip-bom@4.0.0","strip-bom","4.0.0","https://github.com/sindresorhus/strip-bom","Strip UTF-8 byte order mark (BOM) from a string","MIT" "strip-final-newline@2.0.0","strip-final-newline","2.0.0","https://github.com/sindresorhus/strip-final-newline","Strip the final newline character from a string/buffer","MIT" "strip-final-newline@3.0.0","strip-final-newline","3.0.0","https://github.com/sindresorhus/strip-final-newline","Strip the final newline character from a string/buffer","MIT" -"strip-indent@3.0.0","strip-indent","3.0.0","https://github.com/sindresorhus/strip-indent","Strip leading whitespace from each line in a string","MIT" "strip-json-comments@2.0.1","strip-json-comments","2.0.1","https://github.com/sindresorhus/strip-json-comments","Strip comments from JSON. Lets you use comments in your JSON files!","MIT" "strip-json-comments@3.1.1","strip-json-comments","3.1.1","https://github.com/sindresorhus/strip-json-comments","Strip comments from JSON. Lets you use comments in your JSON files!","MIT" -"strip-literal@2.1.0","strip-literal","2.1.0","https://github.com/antfu/strip-literal","Strip comments and string literals from JavaScript code","MIT" "strnum@1.0.5","strnum","1.0.5","https://github.com/NaturalIntelligence/strnum","Parse String to Number based on configuration","MIT" "strong-log-transformer@2.1.0","strong-log-transformer","2.1.0","https://github.com/strongloop/strong-log-transformer","Stream transformer that prefixes lines with timestamps and other things.","Apache-2.0" "stylus-lookup@3.0.2","stylus-lookup","3.0.2","https://github.com/mrjoelkemp/node-stylus-lookup","Get the file associated with an imported/required Stylus partial","MIT" -"sucrase@3.35.0","sucrase","3.35.0","https://github.com/alangpierce/sucrase","Super-fast alternative to Babel for when you can target modern JS runtimes","MIT" "supports-color@5.5.0","supports-color","5.5.0","https://github.com/chalk/supports-color","Detect whether a terminal supports color","MIT" "supports-color@6.1.0","supports-color","6.1.0","https://github.com/chalk/supports-color","Detect whether a terminal supports color","MIT" "supports-color@7.2.0","supports-color","7.2.0","https://github.com/chalk/supports-color","Detect whether a terminal supports color","MIT" @@ -1931,35 +1253,19 @@ "supports-preserve-symlinks-flag@1.0.0","supports-preserve-symlinks-flag","1.0.0","https://github.com/inspect-js/node-supports-preserve-symlinks-flag","Determine if the current node version supports the `--preserve-symlinks` flag.","MIT" "symbol-tree@3.2.4","symbol-tree","3.2.4","https://github.com/jsdom/js-symbol-tree","Turn any collection of objects into its own efficient tree or linked list using Symbol","MIT" "symbol.inspect@1.0.1","symbol.inspect","1.0.1","https://github.com/bluelovers/symbol.inspect"," that can be used to declare custom inspect functions.","ISC" -"synchronous-promise@2.0.17","synchronous-promise","2.0.17","https://github.com/fluffynuts/synchronous-promise","Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise","BSD-3-Clause" "synckit@0.8.6","synckit","0.8.6","https://github.com/un-ts/synckit","Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.","MIT" "table@5.4.6","table","5.4.6","https://github.com/gajus/table","Formats data into a string table.","BSD-3-Clause" "table@6.8.2","table","6.8.2","https://github.com/gajus/table","Formats data into a string table.","BSD-3-Clause" -"tailwindcss@3.4.10","tailwindcss","3.4.10","https://github.com/tailwindlabs/tailwindcss","A utility-first CSS framework for rapidly building custom user interfaces.","MIT" "tapable@2.2.1","tapable","2.2.1","https://github.com/webpack/tapable","Just a little module for plugins.","MIT" -"tar-fs@2.1.1","tar-fs","2.1.1","https://github.com/mafintosh/tar-fs","filesystem bindings for tar-stream","MIT" "tar-stream@2.2.0","tar-stream","2.2.0","https://github.com/mafintosh/tar-stream","tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.","MIT" -"tar@6.2.1","tar","6.2.1","https://github.com/isaacs/node-tar","tar for node","ISC" -"telejson@7.2.0","telejson","7.2.0","https://github.com/storybookjs/telejson","A library for teleporting rich data to another place.","MIT" -"temp-dir@2.0.0","temp-dir","2.0.0","https://github.com/sindresorhus/temp-dir","Get the real path of the system temp directory","MIT" "temp@0.4.0","temp","0.4.0","https://github.com/bruce/node-temp","Temporary files and directories","MIT*" -"temp@0.8.4","temp","0.8.4","https://github.com/bruce/node-temp","Temporary files and directories","MIT" -"tempy@1.0.1","tempy","1.0.1","https://github.com/sindresorhus/tempy","Get a random temporary file or directory path","MIT" -"terminal-link@2.1.1","terminal-link","2.1.1","https://github.com/sindresorhus/terminal-link","Create clickable links in the terminal","MIT" "teslabot@1.5.0","teslabot","1.5.0","https://github.com/ex3ndr/teslabot","Handy collection of everyday tools","MIT" "test-exclude@5.2.3","test-exclude","5.2.3","https://github.com/istanbuljs/istanbuljs","test for inclusion or exclusion of paths using pkg-conf and globs","ISC" "test-exclude@6.0.0","test-exclude","6.0.0","https://github.com/istanbuljs/test-exclude","test for inclusion or exclusion of paths using globs","ISC" "text-hex@1.0.0","text-hex","1.0.0","https://github.com/3rd-Eden/text-hex","Generate a hex color from the given text","MIT" "text-table@0.2.0","text-table","0.2.0","https://github.com/substack/text-table","borderless text tables with alignment","MIT" -"thenify-all@1.6.0","thenify-all","1.6.0","https://github.com/thenables/thenify-all","Promisifies all the selected functions in an object","MIT" -"thenify@3.3.1","thenify","3.3.1","https://github.com/thenables/thenify","Promisify a callback-based function","MIT" -"through2@2.0.5","through2","2.0.5","https://github.com/rvagg/through2","A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise","MIT" "through@2.3.8","through","2.3.8","https://github.com/dominictarr/through","simplified stream construction","MIT" -"tiny-invariant@1.3.3","tiny-invariant","1.3.3","https://github.com/alexreardon/tiny-invariant","A tiny invariant function","MIT" "tiny-jsonc@1.0.1","tiny-jsonc","1.0.1","https://github.com/fabiospampinato/jsonc-simple-parser","An absurdly small JSONC parser.","MIT*" -"tinybench@2.9.0","tinybench","2.9.0","https://github.com/tinylibs/tinybench","_I'm transitioning to a full-time open source career. Your support would be greatly appreciated 🙌_ Subscription Tiers on Polar","MIT" -"tinypool@0.8.4","tinypool","0.8.4","https://github.com/tinylibs/tinypool","A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features","MIT" -"tinyspy@2.2.1","tinyspy","2.2.1","https://github.com/tinylibs/tinyspy","> minimal fork of nanospy, with more features 🕵🏻‍♂️","MIT" "titleize@3.0.0","titleize","3.0.0","https://github.com/sindresorhus/titleize","Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`","MIT" "tlhunter-sorted-set@0.1.0","tlhunter-sorted-set","0.1.0","https://github.com/tlhunter/node-sorted-set","A skip list implementation inspired by the Sorted Set in Redis.","MIT" "tmp@0.0.33","tmp","0.0.33","https://github.com/raszi/node-tmp","Temporary file and directory creator","MIT" @@ -1967,21 +1273,13 @@ "tmpl@1.0.5","tmpl","1.0.5","https://github.com/daaku/nodejs-tmpl","JavaScript micro templates.","BSD-3-Clause" "to-fast-properties@2.0.0","to-fast-properties","2.0.0","https://github.com/sindresorhus/to-fast-properties","Force V8 to use fast properties for an object","MIT" "to-regex-range@5.0.1","to-regex-range","5.0.1","https://github.com/micromatch/to-regex-range","Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.","MIT" -"tocbot@4.29.0","tocbot","4.29.0","https://github.com/tscanlin/tocbot","Generate a table of contents based on the heading structure of a html document.","MIT" -"toidentifier@1.0.1","toidentifier","1.0.1","https://github.com/component/toidentifier","Convert a string of words to a JavaScript identifier","MIT" -"token-stream@1.0.0","token-stream","1.0.0","https://github.com/pugjs/token-stream","Take an array of token and produce a more useful API to give to a parser","MIT" "touch@3.1.0","touch","3.1.0","https://github.com/isaacs/node-touch","like touch(1) in node","ISC" "tough-cookie@4.1.4","tough-cookie","4.1.4","https://github.com/salesforce/tough-cookie","RFC6265 Cookies and Cookie Jar for node.js","BSD-3-Clause" -"tr46@0.0.3","tr46","0.0.3","https://github.com/Sebmaster/tr46.js","An implementation of the Unicode TR46 spec","MIT" "tr46@3.0.0","tr46","3.0.0","https://github.com/jsdom/tr46","An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing","MIT" -"tree-kill@1.2.2","tree-kill","1.2.2","https://github.com/pkrumins/node-tree-kill","kill trees of processes","MIT" "treeify@1.1.0","treeify","1.1.0","https://github.com/notatestuser/treeify","converts a JS object into a nice and readable tree structure for the console","MIT" "triple-beam@1.4.1","triple-beam","1.4.1","https://github.com/winstonjs/triple-beam","Definitions of levels for logging purposes & shareable Symbol constants.","MIT" "ts-api-utils@1.3.0","ts-api-utils","1.3.0","https://github.com/JoshuaKGoldberg/ts-api-utils","Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️","MIT" -"ts-dedent@2.2.0","ts-dedent","2.2.0","https://github.com/tamino-martinius/node-ts-dedent","TypeScript package which smartly trims and strips indentation from multi-line strings","MIT" -"ts-interface-checker@0.1.13","ts-interface-checker","0.1.13","https://github.com/gristlabs/ts-interface-checker","Runtime library to validate data against TypeScript interfaces","Apache-2.0" "ts-jest@29.1.1","ts-jest","29.1.1","https://github.com/kulshekhar/ts-jest","A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript","MIT" -"ts-map@1.0.3","ts-map","1.0.3","https://github.com/lavyun/ts-map","A typescript Map structure like ES6 Map","MIT" "ts-node@10.9.1","ts-node","10.9.1","https://github.com/TypeStrong/ts-node","TypeScript execution environment and REPL for node.js, with source map support","MIT" "ts-node@10.9.2","ts-node","10.9.2","https://github.com/TypeStrong/ts-node","TypeScript execution environment and REPL for node.js, with source map support","MIT" "tsconfig-paths@3.15.0","tsconfig-paths","3.15.0","https://github.com/dividab/tsconfig-paths","Load node modules according to tsconfig paths, in run-time or via API.","MIT" @@ -1995,24 +1293,15 @@ "type-check@0.3.2","type-check","0.3.2","https://github.com/gkz/type-check","type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","MIT" "type-check@0.4.0","type-check","0.4.0","https://github.com/gkz/type-check","type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","MIT" "type-detect@4.0.8","type-detect","4.0.8","https://github.com/chaijs/type-detect","Improved typeof detection for node.js and the browser.","MIT" -"type-detect@4.1.0","type-detect","4.1.0","https://github.com/chaijs/type-detect","Improved typeof detection for node.js and the browser.","MIT" -"type-fest@0.16.0","type-fest","0.16.0","https://github.com/sindresorhus/type-fest","A collection of essential TypeScript types","(MIT OR CC0-1.0)" "type-fest@0.20.2","type-fest","0.20.2","https://github.com/sindresorhus/type-fest","A collection of essential TypeScript types","(MIT OR CC0-1.0)" "type-fest@0.21.3","type-fest","0.21.3","https://github.com/sindresorhus/type-fest","A collection of essential TypeScript types","(MIT OR CC0-1.0)" "type-fest@0.6.0","type-fest","0.6.0","https://github.com/sindresorhus/type-fest","A collection of essential TypeScript types","(MIT OR CC0-1.0)" "type-fest@0.8.1","type-fest","0.8.1","https://github.com/sindresorhus/type-fest","A collection of essential TypeScript types","(MIT OR CC0-1.0)" -"type-fest@2.19.0","type-fest","2.19.0","https://github.com/sindresorhus/type-fest","A collection of essential TypeScript types","(MIT OR CC0-1.0)" -"type-is@1.6.18","type-is","1.6.18","https://github.com/jshttp/type-is","Infer the content-type of a request.","MIT" -"typedarray-to-buffer@3.1.5","typedarray-to-buffer","3.1.5","https://github.com/feross/typedarray-to-buffer","Convert a typed array to a Buffer without a copy","MIT" -"typedarray@0.0.6","typedarray","0.0.6","https://github.com/substack/typedarray","TypedArray polyfill for old browsers","MIT" "typedoc-plugin-markdown@4.0.0-next.24","typedoc-plugin-markdown","4.0.0-next.24","https://github.com/tgreyuk/typedoc-plugin-markdown","A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.","MIT" "typedoc@0.25.4","typedoc","0.25.4","https://github.com/TypeStrong/TypeDoc","Create api documentation for TypeScript projects.","Apache-2.0" "typescript@3.9.10","typescript","3.9.10","https://github.com/Microsoft/TypeScript","TypeScript is a language for application scale JavaScript development","Apache-2.0" "typescript@5.3.3","typescript","5.3.3","https://github.com/Microsoft/TypeScript","TypeScript is a language for application scale JavaScript development","Apache-2.0" -"typescript@5.4.2","typescript","5.4.2","https://github.com/Microsoft/TypeScript","TypeScript is a language for application scale JavaScript development","Apache-2.0" "typescript@5.4.5","typescript","5.4.5","https://github.com/Microsoft/TypeScript","TypeScript is a language for application scale JavaScript development","Apache-2.0" -"ufo@1.5.4","ufo","1.5.4","https://github.com/unjs/ufo","URL utils for humans","MIT" -"uglify-js@3.19.2","uglify-js","3.19.2","https://github.com/mishoo/UglifyJS","JavaScript parser, mangler/compressor and beautifier toolkit","BSD-2-Clause" "undefsafe@2.0.5","undefsafe","2.0.5","https://github.com/remy/undefsafe","Undefined safe way of extracting object properties","MIT" "undici-types@6.19.8","undici-types","6.19.8","https://github.com/nodejs/undici","A stand-alone types package for Undici","MIT" "unicode-canonical-property-names-ecmascript@2.0.0","unicode-canonical-property-names-ecmascript","2.0.0","https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript","The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.","MIT" @@ -2021,15 +1310,9 @@ "unicode-property-aliases-ecmascript@2.1.0","unicode-property-aliases-ecmascript","2.1.0","https://github.com/mathiasbynens/unicode-property-aliases-ecmascript","Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.","MIT" "union@0.5.0","union","0.5.0","https://github.com/flatiron/union","A hybrid buffered / streaming middleware kernel backwards compatible with connect.","MIT*" "uniq@1.0.1","uniq","1.0.1","https://github.com/mikolalysenko/uniq","Removes duplicates from a sorted array in place","MIT" -"unique-string@2.0.0","unique-string","2.0.0","https://github.com/sindresorhus/unique-string","Generate a unique random string","MIT" -"unist-util-is@4.1.0","unist-util-is","4.1.0","https://github.com/syntax-tree/unist-util-is","unist utility to check if a node passes a test","MIT" -"unist-util-visit-parents@3.1.1","unist-util-visit-parents","3.1.1","https://github.com/syntax-tree/unist-util-visit-parents","unist utility to recursively walk over nodes, with ancestral information","MIT" -"unist-util-visit@2.0.3","unist-util-visit","2.0.3","https://github.com/syntax-tree/unist-util-visit","unist utility to visit nodes","MIT" "universalify@0.1.2","universalify","0.1.2","https://github.com/RyanZim/universalify","Make a callback- or promise-based function support both promises and callbacks.","MIT" "universalify@0.2.0","universalify","0.2.0","https://github.com/RyanZim/universalify","Make a callback- or promise-based function support both promises and callbacks.","MIT" "universalify@2.0.1","universalify","2.0.1","https://github.com/RyanZim/universalify","Make a callback- or promise-based function support both promises and callbacks.","MIT" -"unpipe@1.0.0","unpipe","1.0.0","https://github.com/stream-utils/unpipe","Unpipe a stream from all destinations","MIT" -"unplugin@1.12.2","unplugin","1.12.2","https://github.com/unjs/unplugin","Unified plugin system for build tools","MIT" "untildify@4.0.0","untildify","4.0.0","https://github.com/sindresorhus/untildify","Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`","MIT" "update-browserslist-db@1.1.0","update-browserslist-db","1.1.0","https://github.com/browserslist/update-db","CLI tool to update caniuse-lite to refresh target browsers from Browserslist config","MIT" "upper-case-first@2.0.2","upper-case-first","2.0.2","https://github.com/blakeembrey/change-case","Transforms the string with the first character in upper cased","MIT" @@ -2038,16 +1321,10 @@ "url-join@4.0.1","url-join","4.0.1","https://github.com/jfromaniello/url-join","Join urls and normalize as in path.join.","MIT" "url-parse@1.5.10","url-parse","1.5.10","https://github.com/unshiftio/url-parse","Small footprint URL parser that works seamlessly across Node.js and browser environments","MIT" "url@0.11.3","url","0.11.3","https://github.com/defunctzombie/node-url","The core `url` packaged standalone for use with Browserify.","MIT" -"use-callback-ref@1.3.2","use-callback-ref","1.3.2","https://github.com/theKashey/use-callback-ref","The same useRef, but with callback","MIT" -"use-resize-observer@9.1.0","use-resize-observer","9.1.0","https://github.com/ZeeCoder/use-resize-observer","A React hook that allows you to use a ResizeObserver to measure an element's size.","MIT" -"use-sidecar@1.1.2","use-sidecar","1.1.2","https://github.com/theKashey/use-sidecar","Sidecar code splitting utils","MIT" "util-deprecate@1.0.2","util-deprecate","1.0.2","https://github.com/TooTallNate/util-deprecate","The Node.js `util.deprecate()` function with browser support","MIT" "util-extend@1.0.3","util-extend","1.0.3","https://github.com/isaacs/util-extend","Node's internal object extension function","MIT" "util@0.10.4","util","0.10.4","https://github.com/defunctzombie/node-util","Node.JS util module","MIT" -"util@0.12.5","util","0.12.5","https://github.com/browserify/node-util","Node.js's util module for all engines","MIT" -"utils-merge@1.0.1","utils-merge","1.0.1","https://github.com/jaredhanson/utils-merge","merge() utility function","MIT" "uuid@3.4.0","uuid","3.4.0","https://github.com/uuidjs/uuid","RFC4122 (v1, v4, and v5) UUIDs","MIT" -"uuid@8.3.2","uuid","8.3.2","https://github.com/uuidjs/uuid","RFC4122 (v1, v4, and v5) UUIDs","MIT" "uuid@9.0.1","uuid","9.0.1","https://github.com/uuidjs/uuid","RFC4122 (v1, v4, and v5) UUIDs","MIT" "v8-compile-cache-lib@3.0.1","v8-compile-cache-lib","3.0.1","https://github.com/cspotcode/v8-compile-cache-lib","Require hook for automatic V8 compile cache persistence","MIT" "v8-compile-cache@2.3.0","v8-compile-cache","2.3.0","https://github.com/zertosh/v8-compile-cache","Require hook for automatic V8 compile cache persistence","MIT" @@ -2055,89 +1332,51 @@ "validate-npm-package-license@3.0.4","validate-npm-package-license","3.0.4","https://github.com/kemitchell/validate-npm-package-license.js","Give me a string and I'll tell you if it's a valid npm package license string","Apache-2.0" "validate-npm-package-name@5.0.1","validate-npm-package-name","5.0.1","https://github.com/npm/validate-npm-package-name","Give me a string and I'll tell you if it's a valid npm package name","ISC" "validator@13.11.0","validator","13.11.0","https://github.com/validatorjs/validator.js","String validation and sanitization","MIT" -"vary@1.1.2","vary","1.1.2","https://github.com/jshttp/vary","Manipulate the HTTP Vary header","MIT" -"vite-node@1.6.0","vite-node","1.6.0","https://github.com/vitest-dev/vitest","Vite as Node.js runtime","MIT" -"vite-plugin-dts@3.9.1","vite-plugin-dts","3.9.1","https://github.com/qmhc/vite-plugin-dts","

vite-plugin-dts

","MIT" "vite@5.0.13","vite","5.0.13","https://github.com/vitejs/vite","Native-ESM powered web dev build tool","MIT" -"vitest@1.6.0","vitest","1.6.0","https://github.com/vitest-dev/vitest","Next generation testing framework powered by Vite","MIT" -"void-elements@3.1.0","void-elements","3.1.0","https://github.com/pugjs/void-elements","Array of "void elements" defined by the HTML specification.","MIT" "vscode-oniguruma@1.7.0","vscode-oniguruma","1.7.0","https://github.com/microsoft/vscode-oniguruma","VSCode oniguruma bindings","MIT" "vscode-textmate@8.0.0","vscode-textmate","8.0.0","https://github.com/microsoft/vscode-textmate","VSCode TextMate grammar helpers","MIT" -"vscode-uri@3.0.8","vscode-uri","3.0.8","https://github.com/microsoft/vscode-uri","The URI implementation that is used by VS Code and its extensions","MIT" -"vue-component-type-helpers@2.0.29","vue-component-type-helpers","2.0.29","https://github.com/vuejs/language-tools","Some very simple type helpers used behind `vue-component-meta` for extract component props, slots, emit, exposed types.","MIT" -"vue-demi@0.13.11","vue-demi","0.13.11","https://github.com/antfu/vue-demi","


npm

","MIT" -"vue-docgen-api@4.79.2","vue-docgen-api","4.79.2","https://github.com/vue-styleguidist/vue-styleguidist","Toolbox to extract information from Vue component files for documentation generation purposes.","MIT" -"vue-eslint-parser@9.4.3","vue-eslint-parser","9.4.3","https://github.com/vuejs/vue-eslint-parser","The ESLint custom parser for `.vue` files.","MIT" -"vue-inbrowser-compiler-independent-utils@4.71.1","vue-inbrowser-compiler-independent-utils","4.71.1","https://github.com/vue-styleguidist/vue-styleguidist","the part of vue-inbrowser-compiler-utils that contains no vue dependency","MIT" -"vue-template-compiler@2.7.16","vue-template-compiler","2.7.16","https://github.com/vuejs/vue","template compiler for Vue 2.0","MIT" -"vue-tsc@1.8.27","vue-tsc","1.8.27","https://github.com/vuejs/language-tools","Install: `npm i vue-tsc -D`","MIT" -"vue-tsc@2.0.29","vue-tsc","2.0.29","https://github.com/vuejs/language-tools","Install: `npm i vue-tsc -D`","MIT" -"vue@3.4.38","vue","3.4.38","https://github.com/vuejs/core","The progressive JavaScript framework for building modern web UI.","MIT" "w3c-xmlserializer@4.0.0","w3c-xmlserializer","4.0.0","https://github.com/jsdom/w3c-xmlserializer","A per-spec XML serializer implementation","MIT" -"wait-on@5.3.0","wait-on","5.3.0","https://github.com/jeffbski/wait-on","wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available","MIT" -"wait-port@0.2.14","wait-port","0.2.14","https://github.com/dwmkerr/wait-port","Utility to wait for a TCP port to open.","MIT" "walkdir@0.4.1","walkdir","0.4.1","https://github.com/soldair/node-walkdir","Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.","MIT" "walker@1.0.8","walker","1.0.8","https://github.com/daaku/nodejs-walker","A simple directory tree walker.","Apache-2.0" -"watchpack@2.4.2","watchpack","2.4.2","https://github.com/webpack/watchpack","Wrapper library for directory and file watching.","MIT" "wcwidth@1.0.1","wcwidth","1.0.1","https://github.com/timoxley/wcwidth","Port of C's wcwidth() and wcswidth()","MIT" -"webidl-conversions@3.0.1","webidl-conversions","3.0.1","https://github.com/jsdom/webidl-conversions","Implements the WebIDL algorithms for converting to and from JavaScript values","BSD-2-Clause" "webidl-conversions@7.0.0","webidl-conversions","7.0.0","https://github.com/jsdom/webidl-conversions","Implements the WebIDL algorithms for converting to and from JavaScript values","BSD-2-Clause" -"webpack-sources@3.2.3","webpack-sources","3.2.3","https://github.com/webpack/webpack-sources","Source code handling classes for webpack","MIT" -"webpack-virtual-modules@0.6.2","webpack-virtual-modules","0.6.2","https://github.com/sysgears/webpack-virtual-modules","Webpack Virtual Modules","MIT" "whatwg-encoding@2.0.0","whatwg-encoding","2.0.0","https://github.com/jsdom/whatwg-encoding","Decode strings according to the WHATWG Encoding Standard","MIT" "whatwg-mimetype@3.0.0","whatwg-mimetype","3.0.0","https://github.com/jsdom/whatwg-mimetype","Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard","MIT" "whatwg-url@11.0.0","whatwg-url","11.0.0","https://github.com/jsdom/whatwg-url","An implementation of the WHATWG URL Standard's URL API and parsing machinery","MIT" -"whatwg-url@5.0.0","whatwg-url","5.0.0","https://github.com/jsdom/whatwg-url","An implementation of the WHATWG URL Standard's URL API and parsing machinery","MIT" -"which-boxed-primitive@1.0.2","which-boxed-primitive","1.0.2","https://github.com/inspect-js/which-boxed-primitive","Which kind of boxed JS primitive is this?","MIT" -"which-collection@1.0.2","which-collection","1.0.2","https://github.com/inspect-js/which-collection","Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.","MIT" "which-module@2.0.1","which-module","2.0.1","https://github.com/nexdrew/which-module","Find the module object for something that was require()d","ISC" -"which-typed-array@1.1.15","which-typed-array","1.1.15","https://github.com/inspect-js/which-typed-array","Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.","MIT" "which@1.3.1","which","1.3.1","https://github.com/isaacs/node-which","Like which(1) unix command. Find the first instance of an executable in the PATH.","ISC" "which@2.0.2","which","2.0.2","https://github.com/isaacs/node-which","Like which(1) unix command. Find the first instance of an executable in the PATH.","ISC" -"why-is-node-running@2.3.0","why-is-node-running","2.3.0","https://github.com/mafintosh/why-is-node-running","Node is running but you don't know why? why-is-node-running is here to help you.","MIT" "widest-line@3.1.0","widest-line","3.1.0","https://github.com/sindresorhus/widest-line","Get the visual width of the widest line in a string - the number of columns required to display it","MIT" "winston-transport@4.7.1","winston-transport","4.7.1","https://github.com/winstonjs/winston-transport","Base stream implementations for winston@3 and up.","MIT" "winston@2.4.7","winston","2.4.7","https://github.com/winstonjs/winston","A multi-transport async logging library for Node.js","MIT" "winston@3.14.2","winston","3.14.2","https://github.com/winstonjs/winston","A logger for just about everything.","MIT" -"with@7.0.2","with","7.0.2","https://github.com/pugjs/with","Compile time `with` for strict mode JavaScript","MIT" "word-wrap@1.2.5","word-wrap","1.2.5","https://github.com/jonschlinkert/word-wrap","Wrap words to a specified length.","MIT" "wordwrap@1.0.0","wordwrap","1.0.0","https://github.com/substack/node-wordwrap","Wrap those words. Show them at what columns to start and stop.","MIT" "wrap-ansi@5.1.0","wrap-ansi","5.1.0","https://github.com/chalk/wrap-ansi","Wordwrap a string with ANSI escape codes","MIT" "wrap-ansi@6.2.0","wrap-ansi","6.2.0","https://github.com/chalk/wrap-ansi","Wordwrap a string with ANSI escape codes","MIT" "wrap-ansi@7.0.0","wrap-ansi","7.0.0","https://github.com/chalk/wrap-ansi","Wordwrap a string with ANSI escape codes","MIT" -"wrap-ansi@8.1.0","wrap-ansi","8.1.0","https://github.com/chalk/wrap-ansi","Wordwrap a string with ANSI escape codes","MIT" "wrappy@1.0.2","wrappy","1.0.2","https://github.com/npm/wrappy","Callback wrapping utility","ISC" "write-file-atomic@2.4.3","write-file-atomic","2.4.3","https://github.com/iarna/write-file-atomic","Write files in an atomic fashion w/configurable ownership","ISC" -"write-file-atomic@3.0.3","write-file-atomic","3.0.3","https://github.com/npm/write-file-atomic","Write files in an atomic fashion w/configurable ownership","ISC" "write-file-atomic@4.0.2","write-file-atomic","4.0.2","https://github.com/npm/write-file-atomic","Write files in an atomic fashion w/configurable ownership","ISC" "write@1.0.3","write","1.0.3","https://github.com/jonschlinkert/write","Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.","MIT" -"ws@6.2.3","ws","6.2.3","https://github.com/websockets/ws","Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","MIT" "ws@8.17.1","ws","8.17.1","https://github.com/websockets/ws","Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","MIT" "ws@8.18.0","ws","8.18.0","https://github.com/websockets/ws","Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","MIT" "xml-name-validator@4.0.0","xml-name-validator","4.0.0","https://github.com/jsdom/xml-name-validator","Validates whether a string matches the production for an XML name or qualified name","Apache-2.0" -"xml@1.0.1","xml","1.0.1","https://github.com/dylang/node-xml","Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.","MIT" "xmlchars@2.2.0","xmlchars","2.2.0","https://github.com/lddubeau/xmlchars","Utilities for determining if characters belong to character classes defined by the XML specs.","MIT" -"xtend@4.0.2","xtend","4.0.2","https://github.com/Raynos/xtend","extend like a boss","MIT" "y18n@4.0.3","y18n","4.0.3","https://github.com/yargs/y18n","the bare-bones internationalization library used by yargs","ISC" "y18n@5.0.8","y18n","5.0.8","https://github.com/yargs/y18n","the bare-bones internationalization library used by yargs","ISC" "yallist@2.1.2","yallist","2.1.2","https://github.com/isaacs/yallist","Yet Another Linked List","ISC" "yallist@3.1.1","yallist","3.1.1","https://github.com/isaacs/yallist","Yet Another Linked List","ISC" -"yallist@4.0.0","yallist","4.0.0","https://github.com/isaacs/yallist","Yet Another Linked List","ISC" "yaml@1.10.2","yaml","1.10.2","https://github.com/eemeli/yaml","JavaScript parser and stringifier for YAML","ISC" "yaml@2.5.0","yaml","2.5.0","https://github.com/eemeli/yaml","JavaScript parser and stringifier for YAML","ISC" "yargs-parser@13.1.2","yargs-parser","13.1.2","https://github.com/yargs/yargs-parser","the mighty option parser used by yargs","ISC" -"yargs-parser@18.1.3","yargs-parser","18.1.3","https://github.com/yargs/yargs-parser","the mighty option parser used by yargs","ISC" "yargs-parser@20.2.9","yargs-parser","20.2.9","https://github.com/yargs/yargs-parser","the mighty option parser used by yargs","ISC" "yargs-parser@21.1.1","yargs-parser","21.1.1","https://github.com/yargs/yargs-parser","the mighty option parser used by yargs","ISC" "yargs@13.3.2","yargs","13.3.2","https://github.com/yargs/yargs","yargs the modern, pirate-themed, successor to optimist.","MIT" -"yargs@15.4.1","yargs","15.4.1","https://github.com/yargs/yargs","yargs the modern, pirate-themed, successor to optimist.","MIT" "yargs@16.2.0","yargs","16.2.0","https://github.com/yargs/yargs","yargs the modern, pirate-themed, successor to optimist.","MIT" "yargs@17.7.2","yargs","17.7.2","https://github.com/yargs/yargs","yargs the modern, pirate-themed, successor to optimist.","MIT" -"yauzl@2.10.0","yauzl","2.10.0","https://github.com/thejoshwolfe/yauzl","yet another unzip library for node","MIT" "yn@3.1.1","yn","3.1.1","https://github.com/sindresorhus/yn","Parse yes/no like values","MIT" "yn@4.0.0","yn","4.0.0","https://github.com/sindresorhus/yn","Parse yes/no like values","MIT" "yocto-queue@0.1.0","yocto-queue","0.1.0","https://github.com/sindresorhus/yocto-queue","Tiny queue data structure","MIT" -"yocto-queue@1.1.1","yocto-queue","1.1.1","https://github.com/sindresorhus/yocto-queue","Tiny queue data structure","MIT" "yoctocolors-cjs@2.1.2","yoctocolors-cjs","2.1.2","https://github.com/sindresorhus/yoctocolors","CommonJS version - The smallest and fastest command-line coloring package on the internet","MIT" -"z-schema@5.0.5","z-schema","5.0.5","https://github.com/zaggino/z-schema","JSON schema validator","MIT" "zod@3.23.8","zod","3.23.8","https://github.com/colinhacks/zod","TypeScript-first schema declaration and validation library with static type inference","MIT" diff --git a/package-lock.json b/package-lock.json index 8e969bd60..8783d7dc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gala-chain/sdk", - "version": "1.5.8", + "version": "1.5.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gala-chain/sdk", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "workspaces": [ "chain-api", @@ -56,7 +56,7 @@ }, "chain-api": { "name": "@gala-chain/api", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "dependencies": { "bignumber.js": "^9.0.2", @@ -94,10 +94,10 @@ }, "chain-cli": { "name": "@gala-chain/cli", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "@noble/secp256k1": "^1.7.1", "@oclif/core": "^3", "@oclif/plugin-help": "^3", @@ -119,10 +119,10 @@ }, "chain-client": { "name": "@gala-chain/client", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "axios": "^1.6.0", "jsonschema": "^1.4.1", "tslib": "^2.6.2" @@ -147,9 +147,9 @@ }, "chain-connect": { "name": "@gala-chain/connect", - "version": "1.5.8", + "version": "1.5.9", "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "bignumber.js": "9.1.2", "class-validator": "0.14.0", "ethers": "^6.12.1", @@ -161,16 +161,16 @@ }, "chain-test": { "name": "@gala-chain/test", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "dependencies": { - "@gala-chain/client": "1.5.8", + "@gala-chain/client": "1.5.9", "@jest/globals": "29.7.0", "nanoid": "^3.3.6", "tslib": "^2.6.2" }, "peerDependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "bignumber.js": "*", "class-transformer": "*", "elliptic": "*", @@ -181,10 +181,10 @@ }, "chaincode": { "name": "@gala-chain/chaincode", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "dependencies": { - "@gala-chain/api": "1.5.8", + "@gala-chain/api": "1.5.9", "@grpc/grpc-js": "1.10.10", "fabric-contract-api": "2.5.6", "fabric-shim": "2.5.6", diff --git a/package.json b/package.json index 30e85c609..09271f5cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/sdk", - "version": "1.5.8", + "version": "1.5.9", "license": "Apache-2.0", "engines": { "node": ">=16"