mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-30 17:04:14 +08:00
- babel-plugin-named-asset-import@0.3.2 - babel-preset-react-app@8.0.0 - confusing-browser-globals@1.0.7 - create-react-app@3.0.0 - eslint-config-react-app@4.0.0 - react-app-polyfill@1.0.0 - react-dev-utils@9.0.0 - react-error-overlay@5.1.5 - react-scripts@3.0.0
26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"name": "confusing-browser-globals",
|
|
"version": "1.0.7",
|
|
"description": "A list of browser globals that are often used by mistake instead of local variables",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/create-react-app.git",
|
|
"directory": "packages/confusing-browser-globals"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"globals"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"devDependencies": {
|
|
"jest": "24.7.1"
|
|
}
|
|
}
|