File tree Expand file tree Collapse file tree 9 files changed +47
-11
lines changed
babel-plugin-named-asset-import
confusing-browser-globals Expand file tree Collapse file tree 9 files changed +47
-11
lines changed Original file line number Diff line number Diff line change 22 "name" : " babel-plugin-named-asset-import" ,
33 "version" : " 0.3.1" ,
44 "description" : " Babel plugin for named asset imports in Create React App" ,
5- "repository" : " facebookincubator/create-react-app" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/facebook/create-react-app.git" ,
8+ "directory" : " packages/babel-plugin-named-asset-import"
9+ },
610 "license" : " MIT" ,
711 "bugs" : {
8- "url" : " https://github.com/facebookincubator /create-react-app/issues"
12+ "url" : " https://github.com/facebook /create-react-app/issues"
913 },
1014 "main" : " index.js" ,
1115 "files" : [
Original file line number Diff line number Diff line change 22 "name" : " babel-preset-react-app" ,
33 "version" : " 7.0.2" ,
44 "description" : " Babel preset used by Create React App" ,
5- "repository" : " facebook/create-react-app" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/facebook/create-react-app.git" ,
8+ "directory" : " packages/babel-preset-react-app"
9+ },
610 "license" : " MIT" ,
711 "bugs" : {
812 "url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "test" : " jest"
99 },
10- "repository" : " facebook/create-react-app" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/facebook/create-react-app.git" ,
13+ "directory" : " packages/confusing-browser-globals"
14+ },
1115 "keywords" : [
1216 " eslint" ,
1317 " globals"
Original file line number Diff line number Diff line change 55 " react"
66 ],
77 "description" : " Create React apps with no build configuration." ,
8- "repository" : " facebook/create-react-app" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/facebook/create-react-app.git" ,
11+ "directory" : " packages/create-react-app"
12+ },
913 "license" : " MIT" ,
1014 "engines" : {
1115 "node" : " >=8"
Original file line number Diff line number Diff line change 22 "name" : " eslint-config-react-app" ,
33 "version" : " 3.0.8" ,
44 "description" : " ESLint configuration used by Create React App" ,
5- "repository" : " facebook/create-react-app" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/facebook/create-react-app.git" ,
8+ "directory" : " packages/eslint-config-react-app"
9+ },
610 "license" : " MIT" ,
711 "bugs" : {
812 "url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 22 "name" : " react-app-polyfill" ,
33 "version" : " 0.2.2" ,
44 "description" : " Polyfills for various browsers including commonly used language features" ,
5- "repository" : " facebook/create-react-app" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/facebook/create-react-app.git" ,
8+ "directory" : " packages/react-app-polyfill"
9+ },
610 "license" : " MIT" ,
711 "bugs" : {
812 "url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 22 "name" : " react-dev-utils" ,
33 "version" : " 8.0.0" ,
44 "description" : " Webpack utilities used by Create React App" ,
5- "repository" : " facebook/create-react-app" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/facebook/create-react-app.git" ,
8+ "directory" : " packages/react-dev-utils"
9+ },
610 "license" : " MIT" ,
711 "bugs" : {
812 "url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 1010 "build" : " cross-env NODE_ENV=development node build.js" ,
1111 "build:prod" : " cross-env NODE_ENV=production node build.js"
1212 },
13- "repository" : " facebook/create-react-app" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/facebook/create-react-app.git" ,
16+ "directory" : " packages/react-error-overlay"
17+ },
1418 "license" : " MIT" ,
1519 "bugs" : {
1620 "url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 22 "name" : " react-scripts" ,
33 "version" : " 2.1.8" ,
44 "description" : " Configuration and scripts for Create React App." ,
5- "repository" : " facebook/create-react-app" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/facebook/create-react-app.git" ,
8+ "directory" : " packages/react-scripts"
9+ },
610 "license" : " MIT" ,
711 "engines" : {
812 "node" : " >=8.10"
5963 "pnp-webpack-plugin" : " 1.2.1" ,
6064 "postcss-flexbugs-fixes" : " 4.1.0" ,
6165 "postcss-loader" : " 3.0.0" ,
62- "postcss-normalize" : " 7.0.1" ,
66+ "postcss-normalize" : " 7.0.1" ,
6367 "postcss-preset-env" : " 6.6.0" ,
6468 "postcss-safe-parser" : " 4.0.1" ,
6569 "react-app-polyfill" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments