source: frontend/node_modules/globals/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 971 bytes
Line 
1{
2 "name": "globals",
3 "version": "13.24.0",
4 "description": "Global identifiers from different JavaScript environments",
5 "license": "MIT",
6 "repository": "sindresorhus/globals",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "sideEffects": false,
14 "engines": {
15 "node": ">=8"
16 },
17 "scripts": {
18 "test": "xo && ava"
19 },
20 "files": [
21 "index.js",
22 "index.d.ts",
23 "globals.json"
24 ],
25 "keywords": [
26 "globals",
27 "global",
28 "identifiers",
29 "variables",
30 "vars",
31 "jshint",
32 "eslint",
33 "environments"
34 ],
35 "dependencies": {
36 "type-fest": "^0.20.2"
37 },
38 "devDependencies": {
39 "ava": "^2.4.0",
40 "tsd": "^0.14.0",
41 "xo": "^0.36.1"
42 },
43 "xo": {
44 "ignores": [
45 "get-browser-globals.js"
46 ],
47 "rules": {
48 "node/no-unsupported-features/es-syntax": "off"
49 }
50 },
51 "tsd": {
52 "compilerOptions": {
53 "resolveJsonModule": true
54 }
55 }
56}
Note: See TracBrowser for help on using the repository browser.