[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "@babel/code-frame@^7.26.0",
|
---|
| 3 | "_id": "@babel/code-frame@7.26.2",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
---|
| 6 | "_location": "/@babel/code-frame",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "@babel/code-frame@^7.26.0",
|
---|
| 12 | "name": "@babel/code-frame",
|
---|
| 13 | "escapedName": "@babel%2fcode-frame",
|
---|
| 14 | "scope": "@babel",
|
---|
| 15 | "rawSpec": "^7.26.0",
|
---|
| 16 | "saveSpec": null,
|
---|
| 17 | "fetchSpec": "^7.26.0"
|
---|
[d565449] | 18 | },
|
---|
[79a0317] | 19 | "_requiredBy": [
|
---|
| 20 | "/@babel/core",
|
---|
| 21 | "/@babel/template",
|
---|
| 22 | "/@babel/traverse"
|
---|
| 23 | ],
|
---|
| 24 | "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
---|
| 25 | "_shasum": "4b5fab97d33338eff916235055f0ebc21e573a85",
|
---|
| 26 | "_spec": "@babel/code-frame@^7.26.0",
|
---|
| 27 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
|
---|
| 28 | "author": {
|
---|
| 29 | "name": "The Babel Team",
|
---|
| 30 | "url": "https://babel.dev/team"
|
---|
[d565449] | 31 | },
|
---|
[79a0317] | 32 | "bugs": {
|
---|
| 33 | "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
|
---|
| 34 | },
|
---|
| 35 | "bundleDependencies": false,
|
---|
[d565449] | 36 | "dependencies": {
|
---|
[0c6b92a] | 37 | "@babel/helper-validator-identifier": "^7.25.9",
|
---|
| 38 | "js-tokens": "^4.0.0",
|
---|
[d565449] | 39 | "picocolors": "^1.0.0"
|
---|
| 40 | },
|
---|
[79a0317] | 41 | "deprecated": false,
|
---|
| 42 | "description": "Generate errors that contain a code frame that point to source locations.",
|
---|
[d565449] | 43 | "devDependencies": {
|
---|
| 44 | "import-meta-resolve": "^4.1.0",
|
---|
| 45 | "strip-ansi": "^4.0.0"
|
---|
| 46 | },
|
---|
| 47 | "engines": {
|
---|
| 48 | "node": ">=6.9.0"
|
---|
| 49 | },
|
---|
[79a0317] | 50 | "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
|
---|
| 51 | "license": "MIT",
|
---|
| 52 | "main": "./lib/index.js",
|
---|
| 53 | "name": "@babel/code-frame",
|
---|
| 54 | "publishConfig": {
|
---|
| 55 | "access": "public"
|
---|
| 56 | },
|
---|
| 57 | "repository": {
|
---|
| 58 | "type": "git",
|
---|
| 59 | "url": "git+https://github.com/babel/babel.git",
|
---|
| 60 | "directory": "packages/babel-code-frame"
|
---|
| 61 | },
|
---|
| 62 | "type": "commonjs",
|
---|
| 63 | "version": "7.26.2"
|
---|
| 64 | }
|
---|