mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
37 lines
No EOL
841 B
JSON
Executable file
37 lines
No EOL
841 B
JSON
Executable file
{
|
|
"name": "sisteransi",
|
|
"version": "1.0.0",
|
|
"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"
|
|
],
|
|
"keywords": [
|
|
"ansi",
|
|
"escape codes",
|
|
"escape",
|
|
"terminal",
|
|
"style"
|
|
],
|
|
"devDependencies": {
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.9.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.0.tgz"
|
|
,"_integrity": "sha512-N+z4pHB4AmUv0SjveWRd6q1Nj5w62m5jodv+GD8lvmbY/83T/rpbJGZOnK5T149OldDj4Db07BSv9xY4K6NTPQ=="
|
|
,"_from": "sisteransi@1.0.0"
|
|
} |