mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-02 17:27:01 +08:00
- babel-plugin-named-asset-import@0.2.1 - babel-preset-react-app@5.0.1 - confusing-browser-globals@1.0.2 - create-react-app@2.0.1 - eslint-config-react-app@3.0.1 - react-app-polyfill@0.1.2 - react-dev-utils@6.0.2 - react-error-overlay@5.0.2 - react-scripts@2.0.2
22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"name": "confusing-browser-globals",
|
|
"version": "1.0.2",
|
|
"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": "facebook/create-react-app",
|
|
"keywords": [
|
|
"eslint",
|
|
"globals"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"devDependencies": {
|
|
"jest": "23.6.0"
|
|
}
|
|
}
|