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
62
node_modules/nested-error-stacks/package.json
generated
vendored
Normal file
62
node_modules/nested-error-stacks/package.json
generated
vendored
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"_from": "nested-error-stacks@~2.0.1",
|
||||
"_id": "nested-error-stacks@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==",
|
||||
"_location": "/nested-error-stacks",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "nested-error-stacks@~2.0.1",
|
||||
"name": "nested-error-stacks",
|
||||
"escapedName": "nested-error-stacks",
|
||||
"rawSpec": "~2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/requireg"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz",
|
||||
"_shasum": "d2cc9fc5235ddb371fc44d506234339c8e4b0a4b",
|
||||
"_spec": "nested-error-stacks@~2.0.1",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/requireg",
|
||||
"author": {
|
||||
"name": "Matt Lavin",
|
||||
"email": "matt.lavin@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mdlavin/nested-error-stacks/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "An Error subclass that will chain nested Errors and dump nested stacktraces",
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"eslint": "^3.9.1",
|
||||
"mocha": "^3.1.2",
|
||||
"uuid": "^2.0.3"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/mdlavin/nested-error-stacks#readme",
|
||||
"keywords": [
|
||||
"error",
|
||||
"nested",
|
||||
"stack"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "nested-error-stacks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mdlavin/nested-error-stacks.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "if node --version | grep -vE 'v(0|3)' > /dev/null 2>&1; then eslint . || exit -1; fi; if [ \"$RUN_ZUUL\" != \"true\" ]; then node_modules/.bin/mocha; else npm install zuul && node_modules/.bin/zuul -- test.js; fi"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue