mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
34
node_modules/sisteransi/package.json
generated
vendored
Executable file
34
node_modules/sisteransi/package.json
generated
vendored
Executable file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "sisteransi",
|
||||
"version": "1.0.3",
|
||||
"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.11.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue