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
71
node_modules/cli-table/package.json
generated
vendored
Normal file
71
node_modules/cli-table/package.json
generated
vendored
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"_from": "cli-table@^0.3.1",
|
||||
"_id": "cli-table@0.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
|
||||
"_location": "/cli-table",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cli-table@^0.3.1",
|
||||
"name": "cli-table",
|
||||
"escapedName": "cli-table",
|
||||
"rawSpec": "^0.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-check-updates"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
|
||||
"_shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
|
||||
"_spec": "cli-table@^0.3.1",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
||||
"author": {
|
||||
"name": "Guillermo Rauch",
|
||||
"email": "guillermo@learnboost.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/cli-table/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Sonny Michaud",
|
||||
"email": "michaud.sonny@gmail.com",
|
||||
"url": "http://github.com/sonnym"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"colors": "1.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Pretty unicode tables for the CLI",
|
||||
"devDependencies": {
|
||||
"expresso": "~0.9",
|
||||
"should": "~0.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.2.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/Automattic/cli-table#readme",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"colors",
|
||||
"table"
|
||||
],
|
||||
"main": "lib",
|
||||
"name": "cli-table",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Automattic/cli-table.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "0.3.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue