source: frontend/node_modules/@babel/helper-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: 814 bytes
Line 
1{
2 "name": "@babel/helper-globals",
3 "version": "7.28.0",
4 "author": "The Babel Team (https://babel.dev/team)",
5 "license": "MIT",
6 "description": "A collection of JavaScript globals for Babel internal usage",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/babel/babel.git",
10 "directory": "packages/babel-helper-globals"
11 },
12 "publishConfig": {
13 "access": "public"
14 },
15 "exports": {
16 "./data/browser-upper.json": "./data/browser-upper.json",
17 "./data/builtin-lower.json": "./data/builtin-lower.json",
18 "./data/builtin-upper.json": "./data/builtin-upper.json",
19 "./package.json": "./package.json"
20 },
21 "keywords": [
22 "babel",
23 "globals"
24 ],
25 "devDependencies": {
26 "globals": "^16.1.0"
27 },
28 "engines": {
29 "node": ">=6.9.0"
30 },
31 "type": "commonjs"
32}
Note: See TracBrowser for help on using the repository browser.