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
68
node_modules/through/package.json
generated
vendored
Normal file
68
node_modules/through/package.json
generated
vendored
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"_from": "through@>=2.2.7 <3",
|
||||
"_id": "through@2.3.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
|
||||
"_location": "/through",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "through@>=2.2.7 <3",
|
||||
"name": "through",
|
||||
"escapedName": "through",
|
||||
"rawSpec": ">=2.2.7 <3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": ">=2.2.7 <3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/JSONStream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
||||
"_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
|
||||
"_spec": "through@>=2.2.7 <3",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/JSONStream",
|
||||
"author": {
|
||||
"name": "Dominic Tarr",
|
||||
"email": "dominic.tarr@gmail.com",
|
||||
"url": "dominictarr.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dominictarr/through/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "simplified stream construction",
|
||||
"devDependencies": {
|
||||
"from": "~0.1.3",
|
||||
"stream-spec": "~0.3.5",
|
||||
"tape": "~2.3.2"
|
||||
},
|
||||
"homepage": "https://github.com/dominictarr/through",
|
||||
"keywords": [
|
||||
"stream",
|
||||
"streams",
|
||||
"user-streams",
|
||||
"pipe"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "through",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dominictarr/through.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "set -e; for t in test/*.js; do node $t; done"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"ie/8..latest",
|
||||
"ff/15..latest",
|
||||
"chrome/20..latest",
|
||||
"safari/5.1..latest"
|
||||
],
|
||||
"files": "test/*.js"
|
||||
},
|
||||
"version": "2.3.8"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue