chore: add repository (#4220)

* chore: add repository

* chore: update package.json of plugin-fusion (#4218)

add repo

* chore: fix repository type

Co-authored-by: 游鹿 <njuzhaoguoyan@foxmail.com>
This commit is contained in:
ClarkXia 2021-04-20 15:30:21 +08:00 committed by GitHub
parent 83372dbf84
commit d562586c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 138 additions and 67 deletions

View File

@ -16,6 +16,10 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/babel-preset-ice"
},
"dependencies": { "dependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2", "@babel/plugin-proposal-decorators": "^7.1.2",

View File

@ -13,8 +13,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/build-app-helpers"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -13,8 +13,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/build-mpa-config"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -16,6 +16,10 @@
"peerDependencies": { "peerDependencies": {
"webpack": "^4.41.1" "webpack": "^4.41.1"
}, },
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/build-scripts-config"
},
"dependencies": { "dependencies": {
"@builder/babel-preset-ice": "^1.0.0", "@builder/babel-preset-ice": "^1.0.0",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",

View File

@ -35,8 +35,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/build-user-config"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -17,8 +17,8 @@
"universal-env": "^3.0.0" "universal-env": "^3.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/create-app-container"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -21,8 +21,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/create-app-shared"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -24,8 +24,8 @@
"yargs-parser": "^18.1.2" "yargs-parser": "^18.1.2"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/create-cli-utils"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -29,8 +29,8 @@
"inquirer": "^7.0.4" "inquirer": "^7.0.4"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/create-ice"
}, },
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498" "gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
} }

View File

@ -14,8 +14,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/create-use-router"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -17,8 +17,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/miniapp-renderer"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -8,6 +8,10 @@
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-antd"
},
"dependencies": { "dependencies": {
"babel-plugin-import": "^1.11.2" "babel-plugin-import": "^1.11.2"
} }

View File

@ -37,8 +37,8 @@
"lodash.debounce": "^4.0.8" "lodash.debounce": "^4.0.8"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core"
}, },
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498" "gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
} }

View File

@ -19,8 +19,8 @@
"src/runtime.tsx" "src/runtime.tsx"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-auth"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -15,8 +15,8 @@
"config" "config"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-config"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -8,6 +8,10 @@
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-css-assets-local"
},
"dependencies": { "dependencies": {
"extract-css-assets-webpack-plugin": "^0.2.5" "extract-css-assets-webpack-plugin": "^0.2.5"
} }

View File

@ -12,8 +12,8 @@
"src" "src"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-dev-inspector"
}, },
"dependencies": { "dependencies": {
"@alib/build-scripts": "^0.1.31", "@alib/build-scripts": "^0.1.31",

View File

@ -21,8 +21,8 @@
"registry": "https://registry.npmjs.org" "registry": "https://registry.npmjs.org"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-esbuild"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -8,6 +8,10 @@
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-faas"
},
"dependencies": { "dependencies": {
"@midwayjs/faas-dev-pack": "^1.0.0" "@midwayjs/faas-dev-pack": "^1.0.0"
} }

View File

@ -14,8 +14,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-fast-refresh"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -30,5 +30,9 @@
"peerDependencies": { "peerDependencies": {
"sass": "^1.0.0", "sass": "^1.0.0",
"webpack": "^4.0.0" "webpack": "^4.0.0"
},
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-fusion"
} }
} }

View File

@ -21,8 +21,8 @@
"typescript": "^4.0.0" "typescript": "^4.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-helmet"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -29,8 +29,8 @@
"typescript": "^4.0.0" "typescript": "^4.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-helpers"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -15,8 +15,8 @@
"src" "src"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-ice-ssr"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -29,8 +29,8 @@
"typescript": "^4.0.0" "typescript": "^4.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-icestark"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -11,6 +11,10 @@
], ],
"author": "tony7lee", "author": "tony7lee",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-jsx-plus"
},
"dependencies": { "dependencies": {
"babel-plugin-transform-jsx-class": "^0.1.2", "babel-plugin-transform-jsx-class": "^0.1.2",
"babel-plugin-transform-jsx-condition": "^0.1.2", "babel-plugin-transform-jsx-condition": "^0.1.2",

View File

@ -18,8 +18,8 @@
"src" "src"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-keep-alive"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -12,6 +12,10 @@
], ],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-load-assets"
},
"dependencies": { "dependencies": {
"build-plugin-wrap-code": "^0.1.0" "build-plugin-wrap-code": "^0.1.0"
} }

View File

@ -24,8 +24,8 @@
"typescript": "^4.0.0" "typescript": "^4.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-logger"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -14,8 +14,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-miniapp"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -8,6 +8,10 @@
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-modular-import"
},
"dependencies": { "dependencies": {
"babel-plugin-import": "^1.11.2" "babel-plugin-import": "^1.11.2"
} }

View File

@ -10,6 +10,10 @@
"build-scripts", "build-scripts",
"build-plugin" "build-plugin"
], ],
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-moment-locales"
},
"author": "ICE Team", "author": "ICE Team",
"license": "MIT" "license": "MIT"
} }

View File

@ -13,8 +13,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-mpa"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -7,8 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-prerender"
}, },
"author": "ice-admin@alibaba-inc.com", "author": "ice-admin@alibaba-inc.com",
"license": "MIT", "license": "MIT",

View File

@ -33,8 +33,8 @@
"webpack": "^4.41.1" "webpack": "^4.41.1"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-react-app"
}, },
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498" "gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
} }

View File

@ -29,8 +29,8 @@
"react-redux": "^7.1.3" "react-redux": "^7.1.3"
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-rematch"
}, },
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498" "gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
} }

View File

@ -25,8 +25,8 @@
"staticModule": true "staticModule": true
}, },
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-request"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -35,8 +35,8 @@
"templates" "templates"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-router"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -19,8 +19,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-service"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -8,6 +8,10 @@
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-smart-debug"
},
"dependencies": { "dependencies": {
"build-plugin-load-assets": "^0.1.3", "build-plugin-load-assets": "^0.1.3",
"build-plugin-wrap-code": "^0.1.0" "build-plugin-wrap-code": "^0.1.0"

View File

@ -17,6 +17,10 @@
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-stark-module"
},
"devDependencies": { "devDependencies": {
"@alib/build-scripts": "^0.1.20", "@alib/build-scripts": "^0.1.20",
"@types/fs-extra": "^8.1.0", "@types/fs-extra": "^8.1.0",

View File

@ -16,8 +16,8 @@
"src/runtime.tsx" "src/runtime.tsx"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git@github.com:alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-store"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -15,6 +15,10 @@
], ],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-webpack5"
},
"devDependencies": { "devDependencies": {
"@alib/build-scripts": "^0.1.18", "@alib/build-scripts": "^0.1.18",
"typescript": "^4.0.0" "typescript": "^4.0.0"

View File

@ -12,6 +12,10 @@
], ],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-wrap-code"
},
"dependencies": { "dependencies": {
"webpack-sources": "^2.0.0" "webpack-sources": "^2.0.0"
}, },

View File

@ -25,8 +25,8 @@
"lib" "lib"
], ],
"repository": { "repository": {
"type": "git", "type": "http",
"url": "git+https://github.com/alibaba/ice.git" "url": "https://github.com/alibaba/ice/tree/master/packages/react-app-renderer"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"

View File

@ -10,6 +10,10 @@
"sass" "sass"
], ],
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/resolve-sass-import"
},
"dependencies": { "dependencies": {
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"loader-utils": "^1.2.3", "loader-utils": "^1.2.3",

View File

@ -8,6 +8,10 @@
}, },
"author": "ice-admin@alibaba-inc.com", "author": "ice-admin@alibaba-inc.com",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-dev-mock"
},
"dependencies": { "dependencies": {
"@builder/babel-preset-ice": "^1.0.0", "@builder/babel-preset-ice": "^1.0.0",
"@babel/parser": "^7.12.11", "@babel/parser": "^7.12.11",
@ -26,6 +30,5 @@
}, },
"devDependencies": { "devDependencies": {
"express": "^4.16.3" "express": "^4.16.3"
}, }
"repository": "https://github.com/ice-lab/ice-scripts/tree/master/packages/webpack-dev-mock"
} }

View File

@ -11,6 +11,10 @@
], ],
"author": "ICE Team", "author": "ICE Team",
"license": "MIT", "license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-loader-skin"
},
"dependencies": { "dependencies": {
"@icedesign/skin": "^0.1.13", "@icedesign/skin": "^0.1.13",
"chalk": "^2.4.1", "chalk": "^2.4.1",

View File

@ -8,6 +8,10 @@
"files": [ "files": [
"src" "src"
], ],
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-plugin-eslint-reporting"
},
"dependencies": { "dependencies": {
"eslint": "^6.8.0", "eslint": "^6.8.0",
"glob": "^7.1.6" "glob": "^7.1.6"

View File

@ -11,7 +11,7 @@
], ],
"repository": { "repository": {
"type": "http", "type": "http",
"url": "https://github.com/ice-lab/ice-scripts/tree/master/packages/extract-css-assets-webpack-plugin" "url": "https://github.com/alibaba/ice/tree/master/packages/webpack-plugin-extract-css-assets"
}, },
"keywords": [ "keywords": [
"webpack", "webpack",

View File

@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "http", "type": "http",
"url": "https://github.com/ice-lab/ice-scripts/tree/master/packages/webpack-plugin-import" "url": "https://github.com/alibaba/ice/tree/master/packages/webpack-plugin-import"
}, },
"keywords": [], "keywords": [],
"author": "ICE Team", "author": "ICE Team",