mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* first action! (#1)
This commit is contained in:
parent
8deacc95b1
commit
ace1e6a69a
3750 changed files with 1155519 additions and 0 deletions
54
node_modules/colors/package.json
generated
vendored
Normal file
54
node_modules/colors/package.json
generated
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"_from": "colors@1.0.3",
|
||||
"_id": "colors@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
|
||||
"_location": "/colors",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "colors@1.0.3",
|
||||
"name": "colors",
|
||||
"escapedName": "colors",
|
||||
"rawSpec": "1.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cli-table"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
|
||||
"_shasum": "0433f44d809680fdeb60ed260f1b0c262e82a40b",
|
||||
"_spec": "colors@1.0.3",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/cli-table",
|
||||
"author": {
|
||||
"name": "Marak Squires"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Marak/colors.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "get colors in your node.js console",
|
||||
"engines": {
|
||||
"node": ">=0.1.90"
|
||||
},
|
||||
"homepage": "https://github.com/Marak/colors.js",
|
||||
"keywords": [
|
||||
"ansi",
|
||||
"terminal",
|
||||
"colors"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"name": "colors",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/Marak/colors.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/basic-test.js && node tests/safe-test.js"
|
||||
},
|
||||
"version": "1.0.3"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue