init source
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "confusing-browser-globals",
|
||||
"version": "1.0.9",
|
||||
"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.9.0"
|
||||
},
|
||||
"gitHead": "a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3"
|
||||
}
|
||||
Reference in New Issue
Block a user