File tree 9 files changed +47
-11
lines changed
babel-plugin-named-asset-import
confusing-browser-globals
9 files changed +47
-11
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " babel-plugin-named-asset-import" ,
3
3
"version" : " 0.3.1" ,
4
4
"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
+ },
6
10
"license" : " MIT" ,
7
11
"bugs" : {
8
- "url" : " https://github.com/facebookincubator /create-react-app/issues"
12
+ "url" : " https://github.com/facebook /create-react-app/issues"
9
13
},
10
14
"main" : " index.js" ,
11
15
"files" : [
Original file line number Diff line number Diff line change 2
2
"name" : " babel-preset-react-app" ,
3
3
"version" : " 7.0.2" ,
4
4
"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
+ },
6
10
"license" : " MIT" ,
7
11
"bugs" : {
8
12
"url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"test" : " jest"
9
9
},
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
+ },
11
15
"keywords" : [
12
16
" eslint" ,
13
17
" globals"
Original file line number Diff line number Diff line change 5
5
" react"
6
6
],
7
7
"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
+ },
9
13
"license" : " MIT" ,
10
14
"engines" : {
11
15
"node" : " >=8"
Original file line number Diff line number Diff line change 2
2
"name" : " eslint-config-react-app" ,
3
3
"version" : " 3.0.8" ,
4
4
"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
+ },
6
10
"license" : " MIT" ,
7
11
"bugs" : {
8
12
"url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 2
2
"name" : " react-app-polyfill" ,
3
3
"version" : " 0.2.2" ,
4
4
"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
+ },
6
10
"license" : " MIT" ,
7
11
"bugs" : {
8
12
"url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 2
2
"name" : " react-dev-utils" ,
3
3
"version" : " 8.0.0" ,
4
4
"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
+ },
6
10
"license" : " MIT" ,
7
11
"bugs" : {
8
12
"url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 10
10
"build" : " cross-env NODE_ENV=development node build.js" ,
11
11
"build:prod" : " cross-env NODE_ENV=production node build.js"
12
12
},
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
+ },
14
18
"license" : " MIT" ,
15
19
"bugs" : {
16
20
"url" : " https://github.com/facebook/create-react-app/issues"
Original file line number Diff line number Diff line change 2
2
"name" : " react-scripts" ,
3
3
"version" : " 2.1.8" ,
4
4
"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
+ },
6
10
"license" : " MIT" ,
7
11
"engines" : {
8
12
"node" : " >=8.10"
59
63
"pnp-webpack-plugin" : " 1.2.1" ,
60
64
"postcss-flexbugs-fixes" : " 4.1.0" ,
61
65
"postcss-loader" : " 3.0.0" ,
62
- "postcss-normalize" : " 7.0.1" ,
66
+ "postcss-normalize" : " 7.0.1" ,
63
67
"postcss-preset-env" : " 6.6.0" ,
64
68
"postcss-safe-parser" : " 4.0.1" ,
65
69
"react-app-polyfill" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments