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
64
node_modules/duplexer3/package.json
generated
vendored
Normal file
64
node_modules/duplexer3/package.json
generated
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"_from": "duplexer3@^0.1.4",
|
||||
"_id": "duplexer3@0.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=",
|
||||
"_location": "/duplexer3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "duplexer3@^0.1.4",
|
||||
"name": "duplexer3",
|
||||
"escapedName": "duplexer3",
|
||||
"rawSpec": "^0.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/got"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
|
||||
"_shasum": "ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2",
|
||||
"_spec": "duplexer3@^0.1.4",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/got",
|
||||
"author": {
|
||||
"name": "Conrad Pankoff",
|
||||
"email": "deoxxa@fknsrs.biz",
|
||||
"url": "http://www.fknsrs.biz/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/floatdrop/duplexer3/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Like duplexer but using streams3",
|
||||
"devDependencies": {
|
||||
"mocha": "^2.2.5"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/floatdrop/duplexer3#readme",
|
||||
"keywords": [
|
||||
"duplex",
|
||||
"duplexer",
|
||||
"stream",
|
||||
"stream3",
|
||||
"join",
|
||||
"combine"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"name": "duplexer3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/floatdrop/duplexer3.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R tap"
|
||||
},
|
||||
"version": "0.1.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue