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
56
node_modules/iferr/package.json
generated
vendored
Normal file
56
node_modules/iferr/package.json
generated
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"_from": "iferr@^0.1.5",
|
||||
"_id": "iferr@0.1.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=",
|
||||
"_location": "/iferr",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "iferr@^0.1.5",
|
||||
"name": "iferr",
|
||||
"escapedName": "iferr",
|
||||
"rawSpec": "^0.1.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/copy-concurrently",
|
||||
"/fs-write-stream-atomic"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
|
||||
"_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
|
||||
"_spec": "iferr@^0.1.5",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/copy-concurrently",
|
||||
"author": {
|
||||
"name": "Nadav Ivgi"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shesek/iferr/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Higher-order functions for easier error handling",
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.7.1",
|
||||
"mocha": "^1.18.2"
|
||||
},
|
||||
"homepage": "https://github.com/shesek/iferr",
|
||||
"keywords": [
|
||||
"error",
|
||||
"errors"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "iferr",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shesek/iferr.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "coffee -c index.coffee",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.1.5"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue