source: frontend/node_modules/confusing-browser-globals/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 598 bytes
RevLine 
[9af201e]1{
2 "name": "confusing-browser-globals",
3 "version": "1.0.11",
4 "description": "A list of browser globals that are often used by mistake instead of local variables",
5 "license": "MIT",
6 "main": "index.js",
7 "scripts": {
8 "test": "jest"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/facebook/create-react-app.git",
13 "directory": "packages/confusing-browser-globals"
14 },
15 "keywords": [
16 "eslint",
17 "globals"
18 ],
19 "files": [
20 "index.js"
21 ],
22 "devDependencies": {
23 "jest": "^27.4.3"
24 },
25 "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
26}
Note: See TracBrowser for help on using the repository browser.