-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add repository data to package.json files in a consistent way
- Loading branch information
1 parent
a7c2f67
commit 61bd63b
Showing
24 changed files
with
120 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ | |
"author": "nieyan <[email protected]>", | ||
"homepage": "https://github.com/module-federation/core", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/data-prefetch" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -14,6 +14,11 @@ | |
"access": "public" | ||
}, | ||
"author": "hanric <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/managers" | ||
}, | ||
"sideEffects": false, | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
|
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,6 +17,11 @@ | |
"access": "public" | ||
}, | ||
"author": "hanric <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/manifest" | ||
}, | ||
"sideEffects": false, | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
|
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 |
---|---|---|
|
@@ -50,6 +50,11 @@ | |
"federated tests" | ||
], | ||
"author": "Matteo Pietro Dazzi <[email protected]> (https://github.com/ilteoood)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/native-federation-tests" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"adm-zip": "^0.5.14", | ||
|
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 |
---|---|---|
|
@@ -50,6 +50,11 @@ | |
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"author": "Matteo Pietro Dazzi <[email protected]> (https://github.com/ilteoood)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/native-federation-typescript" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"adm-zip": "^0.5.14", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,11 @@ | |
"types": "dist/src/index.d.ts", | ||
"type": "commonjs", | ||
"description": "Module Federation helper for NextJS", | ||
"repository": "https://github.com/module-federation/core/tree/main/packages/nextjs-mf", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/nextjs-mf" | ||
}, | ||
"author": "Zack Jackson <[email protected]>", | ||
"contributors": [ | ||
"Pavel Chertorogov, nodkz <[email protected]> (www.ps.kz)" | ||
|
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 |
---|---|---|
|
@@ -57,7 +57,11 @@ | |
], | ||
"types": "src/index.d.ts", | ||
"description": "Module Federation helper for Node", | ||
"repository": "https://github.com/module-federation/core/tree/main/packages/node", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/node" | ||
}, | ||
"author": "Zack Jackson <[email protected]>", | ||
"license": "MIT", | ||
"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 |
---|---|---|
|
@@ -13,6 +13,11 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/rspack" | ||
}, | ||
"author": "hanric <[email protected]>", | ||
"sideEffects": false, | ||
"main": "./dist/index.cjs.js", | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,11 @@ | |
"Zack Jackson <[email protected]> (https://github.com/ScriptedAlchemy)", | ||
"Pavan Divi <[email protected]> (https://github.com/pavandv)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/typescript" | ||
}, | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
|
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,6 +15,11 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/module-federation/core/", | ||
"directory": "packages/webpack-bundler-runtime" | ||
}, | ||
"author": "zhanghang <[email protected]>", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.mjs", | ||
|