source: frontend/node_modules/sisteransi/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 659 bytes
Line 
1{
2 "name": "sisteransi",
3 "version": "1.0.5",
4 "description": "ANSI escape codes for some terminal swag",
5 "main": "src/index.js",
6 "license": "MIT",
7 "author": {
8 "name": "Terkel Gjervig",
9 "email": "terkel@terkel.com",
10 "url": "https://terkel.com"
11 },
12 "scripts": {
13 "test": "tape test/*.js | tap-spec"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/terkelg/sisteransi"
18 },
19 "files": [
20 "src"
21 ],
22 "types": "./src/sisteransi.d.ts",
23 "keywords": [
24 "ansi",
25 "escape codes",
26 "escape",
27 "terminal",
28 "style"
29 ],
30 "devDependencies": {
31 "tap-spec": "^5.0.0",
32 "tape": "^4.13.2"
33 }
34}
Note: See TracBrowser for help on using the repository browser.