-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
a-tylenda
committed
Feb 19, 2024
1 parent
96dc918
commit bc1cc34
Showing
67 changed files
with
90 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "@scramjet/js-simple-stdio", | ||
"version": "0.25.8", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build:refapps": "build:refapps:only", | ||
"build:refapps:only": "mkdir -p dist/ && cp -r *.js package.json dist/ && (cd dist && npm i --omit=dev)", | ||
"postbuild:refapps": "yarn packseq", | ||
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js", | ||
"clean": "rm -rf ./dist" | ||
}, | ||
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/scramjetorg/reference-apps.git" | ||
} | ||
"name": "@scramjet/js-simple-stdio", | ||
"version": "0.25.8", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build:refapps": "build:refapps:only", | ||
"build:refapps:only": "mkdir -p dist/ && cp -r *.js package.json dist/ && (cd dist && npm i --omit=dev)", | ||
"postbuild:refapps": "yarn packseq", | ||
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js", | ||
"clean": "rm -rf ./dist" | ||
}, | ||
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/scramjetorg/reference-apps.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"scramjet": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "[email protected]", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"scramjet": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@scramjet/utility": "^0.34.1", | ||
"@scramjet/utility": "^0.39.3", | ||
"octokit": "^2.0.14", | ||
"scramjet": "^4.36.9" | ||
}, | ||
"devDependencies": { | ||
"@octokit/types": "^9.0.0", | ||
"@scramjet/types": "^0.33.4", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "^15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.22.0", | ||
"@scramjet/types": "^0.39.3", | ||
"@types/node": "15.12.5" | ||
}, | ||
"scramjet": { | ||
|
Oops, something went wrong.