1
0
Fork 0
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:
shimataro 2019-09-18 20:39:54 +09:00 committed by GitHub
parent 8deacc95b1
commit ace1e6a69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3750 changed files with 1155519 additions and 0 deletions

71
node_modules/has-yarn/package.json generated vendored Normal file
View file

@ -0,0 +1,71 @@
{
"_from": "has-yarn@^2.1.0",
"_id": "has-yarn@2.1.0",
"_inBundle": false,
"_integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==",
"_location": "/has-yarn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-yarn@^2.1.0",
"name": "has-yarn",
"escapedName": "has-yarn",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz",
"_shasum": "137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77",
"_spec": "has-yarn@^2.1.0",
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/update-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/has-yarn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a project is using Yarn",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/has-yarn#readme",
"keywords": [
"yarn",
"has",
"detect",
"is",
"project",
"app",
"module",
"package",
"manager",
"npm"
],
"license": "MIT",
"name": "has-yarn",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/has-yarn.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.1.0"
}