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
73
node_modules/node-alias/package.json
generated
vendored
Normal file
73
node_modules/node-alias/package.json
generated
vendored
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"_from": "node-alias@^1.0.4",
|
||||
"_id": "node-alias@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-HxuRa1a56iQcATX5fO1pQPVW8pI=",
|
||||
"_location": "/node-alias",
|
||||
"_phantomChildren": {
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "node-alias@^1.0.4",
|
||||
"name": "node-alias",
|
||||
"escapedName": "node-alias",
|
||||
"rawSpec": "^1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-check-updates"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-alias/-/node-alias-1.0.4.tgz",
|
||||
"_shasum": "1f1b916b56b9ea241c0135f97ced6940f556f292",
|
||||
"_spec": "node-alias@^1.0.4",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
||||
"author": {
|
||||
"name": "Justin Helmer",
|
||||
"email": "jhelmer25@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/justinhelmer/node-alias/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.1",
|
||||
"lodash": "^4.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Alias the long version of a command to the short version, with optional messaging.",
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"mocha": "^2.4.5",
|
||||
"require-subvert": "^0.1.0",
|
||||
"sinon": "^1.17.3",
|
||||
"sinon-chai": "^2.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"homepage": "https://github.com/justinhelmer/node-alias#readme",
|
||||
"keywords": [
|
||||
"node",
|
||||
"alias",
|
||||
"short",
|
||||
"command",
|
||||
"bin",
|
||||
"long"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "node-alias",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/justinhelmer/node-alias.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue