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
76
node_modules/registry-url/package.json
generated
vendored
Normal file
76
node_modules/registry-url/package.json
generated
vendored
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"_from": "registry-url@^5.0.0",
|
||||
"_id": "registry-url@5.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==",
|
||||
"_location": "/registry-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "registry-url@^5.0.0",
|
||||
"name": "registry-url",
|
||||
"escapedName": "registry-url",
|
||||
"rawSpec": "^5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/package-json"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz",
|
||||
"_shasum": "e98334b50d5434b81136b44ec638d9c2009c5009",
|
||||
"_spec": "registry-url@^5.0.0",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/package-json",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"ava": {
|
||||
"serial": true
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/registry-url/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"rc": "^1.2.8"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the set npm registry URL",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"import-fresh": "^3.0.0",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/registry-url#readme",
|
||||
"keywords": [
|
||||
"npm",
|
||||
"conf",
|
||||
"config",
|
||||
"npmconf",
|
||||
"registry",
|
||||
"url",
|
||||
"uri",
|
||||
"scope"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "registry-url",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/registry-url.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "5.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue