We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f82311 commit 3499494Copy full SHA for 3499494
package.json
@@ -1,6 +1,11 @@
1
{
2
"name": "ansi-sequence-parser",
3
"description": "A parser for ANSI escape sequences",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/blake-mealey/ansi-sequence-parser.git"
7
+ },
8
+ "homepage": "https://github.com/blake-mealey/ansi-sequence-parser#readme",
9
"version": "1.0.0",
10
"type": "module",
11
"main": "./dist/index.js",
0 commit comments