-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Retain pnpm workspace packages tree Signed-off-by: Prabhu Subramanian <[email protected]> * Support for file and workspace links Signed-off-by: Prabhu Subramanian <[email protected]> * Support for overrides Signed-off-by: Prabhu Subramanian <[email protected]> * Types Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]>
- Loading branch information
Showing
20 changed files
with
10,184 additions
and
259 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
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
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
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 |
---|---|---|
|
@@ -3,9 +3,7 @@ | |
"version": "10.10.5", | ||
"exports": "./lib/cli/index.js", | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"lib": ["deno.window"], | ||
"exclude": ["*.test.js", "./types/**/*"], | ||
"strict": true | ||
}, | ||
"include": ["*.js", "data/", "bin/", "lib/**"], | ||
|
@@ -52,8 +50,8 @@ | |
"imports": { | ||
"@appthreat/atom": "npm:@appthreat/[email protected]", | ||
"@appthreat/cdx-proto": "npm:@appthreat/[email protected]", | ||
"@babel/parser": "npm:@babel/parser@^7.24.8", | ||
"@babel/traverse": "npm:@babel/traverse@^7.24.8", | ||
"@babel/parser": "npm:@babel/parser@^7.25.8", | ||
"@babel/traverse": "npm:@babel/traverse@^7.25.7", | ||
"@npmcli/arborist": "npm:@npmcli/[email protected]", | ||
"ajv": "npm:ajv@^8.16.0", | ||
"ajv-formats": "npm:ajv-formats@^3.0.1", | ||
|
@@ -62,7 +60,7 @@ | |
"find-up": "npm:[email protected]", | ||
"glob": "npm:glob@^11.0.0", | ||
"global-agent": "npm:global-agent@^3.0.0", | ||
"got": "npm:[email protected].2", | ||
"got": "npm:got@^14.4.3", | ||
"iconv-lite": "npm:iconv-lite@^0.6.3", | ||
"js-yaml": "npm:js-yaml@^4.1.0", | ||
"jws": "npm:jws@^4.0.0", | ||
|
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
Oops, something went wrong.