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
84
node_modules/term-size/package.json
generated
vendored
Normal file
84
node_modules/term-size/package.json
generated
vendored
Normal file
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"_from": "term-size@^1.2.0",
|
||||
"_id": "term-size@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=",
|
||||
"_location": "/term-size",
|
||||
"_phantomChildren": {
|
||||
"is-stream": "1.1.0",
|
||||
"npm-run-path": "2.0.2",
|
||||
"p-finally": "1.0.0",
|
||||
"pseudomap": "1.0.2",
|
||||
"shebang-command": "1.2.0",
|
||||
"signal-exit": "3.0.2",
|
||||
"strip-eof": "1.0.0",
|
||||
"which": "1.3.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "term-size@^1.2.0",
|
||||
"name": "term-size",
|
||||
"escapedName": "term-size",
|
||||
"rawSpec": "^1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/boxen"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz",
|
||||
"_shasum": "458b83887f288fc56d6fffbfad262e26638efa69",
|
||||
"_spec": "term-size@^1.2.0",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/boxen",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/term-size/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"execa": "^0.7.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"vendor"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/term-size#readme",
|
||||
"keywords": [
|
||||
"term",
|
||||
"terminal",
|
||||
"size",
|
||||
"console",
|
||||
"window",
|
||||
"width",
|
||||
"height",
|
||||
"columns",
|
||||
"rows",
|
||||
"lines",
|
||||
"tty",
|
||||
"redirected"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "term-size",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/term-size.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue