source: frontend/node_modules/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/package.json

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

Fix frontend appearance

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array",
3 "version": "7.29.3",
4 "description": "Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-bugfix-safari-rest-destructuring-rhs-array"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-safari-rest-destructuring-rhs-array",
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
16 "exports": {
17 ".": {
18 "types": "./lib/index.d.ts",
19 "default": "./lib/index.js"
20 },
21 "./package.json": "./package.json"
22 },
23 "keywords": [
24 "babel-plugin",
25 "bugfix"
26 ],
27 "dependencies": {
28 "@babel/helper-plugin-utils": "^7.28.6",
29 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
30 },
31 "peerDependencies": {
32 "@babel/core": "^7.0.0"
33 },
34 "devDependencies": {
35 "@babel/core": "^7.29.0",
36 "@babel/helper-plugin-test-runner": "^7.27.1",
37 "@babel/traverse": "^7.29.0"
38 },
39 "engines": {
40 "node": ">=6.9.0"
41 },
42 "author": "The Babel Team (https://babel.dev/team)",
43 "type": "commonjs"
44}
Note: See TracBrowser for help on using the repository browser.