|
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:
907 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@babel/code-frame",
|
|---|
| 3 | "version": "7.29.0",
|
|---|
| 4 | "description": "Generate errors that contain a code frame that point to source locations.",
|
|---|
| 5 | "author": "The Babel Team (https://babel.dev/team)",
|
|---|
| 6 | "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
|
|---|
| 7 | "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen",
|
|---|
| 8 | "license": "MIT",
|
|---|
| 9 | "publishConfig": {
|
|---|
| 10 | "access": "public"
|
|---|
| 11 | },
|
|---|
| 12 | "repository": {
|
|---|
| 13 | "type": "git",
|
|---|
| 14 | "url": "https://github.com/babel/babel.git",
|
|---|
| 15 | "directory": "packages/babel-code-frame"
|
|---|
| 16 | },
|
|---|
| 17 | "main": "./lib/index.js",
|
|---|
| 18 | "dependencies": {
|
|---|
| 19 | "@babel/helper-validator-identifier": "^7.28.5",
|
|---|
| 20 | "js-tokens": "^4.0.0",
|
|---|
| 21 | "picocolors": "^1.1.1"
|
|---|
| 22 | },
|
|---|
| 23 | "devDependencies": {
|
|---|
| 24 | "charcodes": "^0.2.0",
|
|---|
| 25 | "import-meta-resolve": "^4.1.0",
|
|---|
| 26 | "strip-ansi": "^4.0.0"
|
|---|
| 27 | },
|
|---|
| 28 | "engines": {
|
|---|
| 29 | "node": ">=6.9.0"
|
|---|
| 30 | },
|
|---|
| 31 | "type": "commonjs"
|
|---|
| 32 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.