You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
659 B
34 lines
659 B
{ |
|
"name": "sisteransi", |
|
"version": "1.0.5", |
|
"description": "ANSI escape codes for some terminal swag", |
|
"main": "src/index.js", |
|
"license": "MIT", |
|
"author": { |
|
"name": "Terkel Gjervig", |
|
"email": "terkel@terkel.com", |
|
"url": "https://terkel.com" |
|
}, |
|
"scripts": { |
|
"test": "tape test/*.js | tap-spec" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/terkelg/sisteransi" |
|
}, |
|
"files": [ |
|
"src" |
|
], |
|
"types": "./src/sisteransi.d.ts", |
|
"keywords": [ |
|
"ansi", |
|
"escape codes", |
|
"escape", |
|
"terminal", |
|
"style" |
|
], |
|
"devDependencies": { |
|
"tap-spec": "^5.0.0", |
|
"tape": "^4.13.2" |
|
} |
|
}
|
|
|