projecte_ionic/node_modules/@babel/code-frame/package.json
2022-02-09 18:30:03 +01:00

68 lines
2 KiB
JSON
Executable file

{
"_from": "@babel/code-frame@^7.14.5",
"_id": "@babel/code-frame@7.16.0",
"_inBundle": false,
"_integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
"_location": "/@babel/code-frame",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/code-frame@^7.14.5",
"name": "@babel/code-frame",
"escapedName": "@babel%2fcode-frame",
"scope": "@babel",
"rawSpec": "^7.14.5",
"saveSpec": null,
"fetchSpec": "^7.14.5"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-function-name/@babel/template",
"/@babel/helper-module-transforms/@babel/template",
"/@babel/helper-wrap-function/@babel/template",
"/@babel/helpers/@babel/template",
"/@babel/template",
"/@babel/traverse",
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
"_shasum": "0dfc80309beec8411e65e706461c408b0bb9b431",
"_spec": "@babel/code-frame@^7.14.5",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/core",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
},
"bundleDependencies": false,
"dependencies": {
"@babel/highlight": "^7.16.0"
},
"deprecated": false,
"description": "Generate errors that contain a code frame that point to source locations.",
"devDependencies": {
"@types/chalk": "^2.0.0",
"chalk": "^2.0.0",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/code-frame",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-code-frame"
},
"version": "7.16.0"
}