Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kliu-stripe authored Aug 13, 2024
1 parent 50715b4 commit 9084781
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@ The Stripe VS Code Extension collects basic telemetry in order to improve this e

## Third-Party Notices

| Name | Description | Version | Size | License |
| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------- | :------ | -----: | :----------: |
| @grpc/grpc-js | gRPC Library for Node - pure JS implementation | 1.5.2 | 250.4k | Apache-2.0 |
| byline | simple line-by-line stream reader | 5.0.0 | 1.8k | MIT |
| compare-versions | Compare semver version strings to find greater, equal or lesser. | 4.1.2 | 1.7k | MIT |
| execa | Process execution for humans | 5.1.1 | 25.1k | MIT |
| expand-home-dir | Expand ~/ | 0.0.3 | 342B | BSD |
| find-java-home | Find JAVA_HOME on any system | 1.2.2 | 12.8k | Apache-2.0 |
| fs-extra | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. | 10.0.0 | 31.7k | MIT |
| moment | Parse, validate, manipulate, and display dates | 2.29.1 | 289.7k | MIT |
| os-name | Get the name of the current operating system. Example: macOS Sierra | 4.0.1 | 27.4k | MIT |
| proxyquire | Proxies nodejs require in order to allow overriding dependencies during testing. | 2.1.3 | 16k | MIT |
| remark-gfm | remark plugin to support GFM (autolink literals, strikethrough, tables, tasklists) | 1.0.0 | 34.3k | MIT |
| superagent | elegant & feature rich browser / node HTTP with a fluent API | 7.1.1 | 55.7k | MIT |
| tar-fs | filesystem bindings for tar-stream | 2.1.1 | 60.5k | MIT |
| toml | TOML parser for Node.js (parses TOML spec v0.4.0) | 3.0.0 | 27.5k | MIT |
| uuid | RFC4122 (v1, v4, and v5) UUIDs | 8.3.2 | 8.1k | MIT |
| vscode-languageclient | VSCode Language client implementation | 7.0.0 | 215.3k | MIT |
| vscode-languageserver | Language server implementation for node | 7.0.0 | 121.9k | MIT |
| vscode-languageserver-textdocument | A simple text document implementation for Node LSP servers | 1.0.3 | 3.4k | MIT |
| winreg-utf8 | provides access to the windows registry through the REG tool, with additional unicode support. | 0.1.1 | 7.7k | BSD-2-Clause |
| zlib | Simple, synchronous deflate/inflate for buffers | 1.0.5 | 210B | BSD |
| Name | Description | Version | Size | License |
| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------- | :------ | ------: | :----------: |
| @grpc/grpc-js | gRPC Library for Node - pure JS implementation | 1.6.7 | 348.8k | Apache-2.0 |
| byline | simple line-by-line stream reader | 5.0.0 | 1.8k | MIT |
| compare-versions | Compare semver version strings to find greater, equal or lesser. | 4.1.3 | 2.4k | MIT |
| execa | Process execution for humans | 5.1.1 | unknown | MIT |
| expand-home-dir | Expand ~/ | 0.0.3 | 342B | BSD |
| find-java-home | Find JAVA_HOME on any system | 1.2.2 | 12.8k | Apache-2.0 |
| fs-extra | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. | 10.0.1 | 28.9k | MIT |
| moment | Parse, validate, manipulate, and display dates | 2.29.4 | 294.9k | MIT |
| os-name | Get the name of the current operating system. Example: macOS Sierra | 4.0.1 | unknown | MIT |
| proxyquire | Proxies nodejs require in order to allow overriding dependencies during testing. | 2.1.3 | 16k | MIT |
| remark-gfm | remark plugin to support GFM (autolink literals, strikethrough, tables, tasklists) | 1.0.0 | 40k | MIT |
| superagent | elegant & feature rich browser / node HTTP with a fluent API | 7.1.6 | 56.8k | MIT |
| tar-fs | filesystem bindings for tar-stream | 2.1.1 | 46.6k | MIT |
| toml | TOML parser for Node.js (parses TOML spec v0.4.0) | 3.0.0 | 27.5k | MIT |
| uuid | RFC4122 (v1, v4, and v5) UUIDs | 8.3.2 | 11k | MIT |
| vscode-languageclient | VSCode Language client implementation | 7.0.0 | 308.9k | MIT |
| vscode-languageserver | Language server implementation for node | 7.0.0 | 154.8k | MIT |
| vscode-languageserver-textdocument | A simple text document implementation for Node LSP servers | 1.0.4 | 4.6k | MIT |
| winreg-utf8 | provides access to the windows registry through the REG tool, with additional unicode support. | 0.1.1 | 7.7k | BSD-2-Clause |
| zlib | Simple, synchronous deflate/inflate for buffers | 1.0.5 | 210B | BSD |

## Code of Conduct

Expand Down

0 comments on commit 9084781

Please sign in to comment.