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
81
node_modules/requireg/package.json
generated
vendored
Normal file
81
node_modules/requireg/package.json
generated
vendored
Normal file
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"_from": "requireg@^0.2.2",
|
||||
"_id": "requireg@0.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg==",
|
||||
"_location": "/requireg",
|
||||
"_phantomChildren": {
|
||||
"path-parse": "1.0.6"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "requireg@^0.2.2",
|
||||
"name": "requireg",
|
||||
"escapedName": "requireg",
|
||||
"rawSpec": "^0.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-check-updates"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz",
|
||||
"_shasum": "437e77a5316a54c9bcdbbf5d1f755fe093089830",
|
||||
"_spec": "requireg@^0.2.2",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
||||
"bugs": {
|
||||
"url": "https://github.com/h2non/requireg/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Tomas Aparicio",
|
||||
"email": "tomas@aparicio.me"
|
||||
},
|
||||
{
|
||||
"name": "Eugene Sharygin",
|
||||
"url": "https://github.com/eush77"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"nested-error-stacks": "~2.0.1",
|
||||
"rc": "~1.2.7",
|
||||
"resolve": "~1.7.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Require and resolve global modules like a boss",
|
||||
"devDependencies": {
|
||||
"expect.js": "~0.3.1",
|
||||
"mocha": "~5.2.0",
|
||||
"rewire": "~4.0.1",
|
||||
"semver": "~5.5.0"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.0.0"
|
||||
},
|
||||
"homepage": "http://github.com/h2non/requireg",
|
||||
"keywords": [
|
||||
"global",
|
||||
"npm",
|
||||
"modules",
|
||||
"module",
|
||||
"require",
|
||||
"import",
|
||||
"resolve"
|
||||
],
|
||||
"licenses": "MIT",
|
||||
"main": "lib/requireg",
|
||||
"name": "requireg",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/h2non/requireg.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -u tdd --ui exports --reporter spec --slow 2000ms --bail"
|
||||
},
|
||||
"version": "0.2.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue