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

69
node_modules/spawn-please/package.json generated vendored Normal file
View file

@ -0,0 +1,69 @@
{
"_from": "spawn-please@^0.3.0",
"_id": "spawn-please@0.3.0",
"_inBundle": false,
"_integrity": "sha1-2zOOxM/2Orxp8dDgjO6euL69nRE=",
"_location": "/spawn-please",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "spawn-please@^0.3.0",
"name": "spawn-please",
"escapedName": "spawn-please",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/spawn-please/-/spawn-please-0.3.0.tgz",
"_shasum": "db338ec4cff63abc69f1d0e08cee9eb8bebd9d11",
"_spec": "spawn-please@^0.3.0",
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
"author": {
"name": "Raine Lourie",
"url": "https://github.com/metaraine"
},
"bugs": {
"url": "https://github.com/metaraine/spawn-please/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Promisified child_process.spawn. *Supports stdin* *Rejects on stderr*",
"devDependencies": {
"bluebird": "^2.9.34",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"nodemon": "^1.4.0",
"require-new": "^1.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/metaraine/spawn-please#readme",
"keywords": [
"promise",
"promisified",
"child_process",
"child process",
"exec",
"spawn",
"stdin",
"stdout",
"stderr"
],
"license": "ISC",
"name": "spawn-please",
"repository": {
"type": "git",
"url": "git+https://github.com/metaraine/spawn-please.git"
},
"scripts": {
"devtest": "nodemon -w index.js -w test -x 'npm test'",
"test": "mocha"
},
"version": "0.3.0"
}