2021-02-11 21:31:41 +08:00

60 lines
1.7 KiB
JSON

{
"_from": "@babel/code-frame@^7.12.13",
"_id": "@babel/code-frame@7.12.13",
"_inBundle": false,
"_integrity": "sha1-3PyCa+72XnXFDiHTg319lXmN1lg=",
"_location": "/@babel/code-frame",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/code-frame@^7.12.13",
"name": "@babel/code-frame",
"escapedName": "@babel%2fcode-frame",
"scope": "@babel",
"rawSpec": "^7.12.13",
"saveSpec": null,
"fetchSpec": "^7.12.13"
},
"_requiredBy": [
"/@babel/core",
"/@babel/template",
"/@babel/traverse"
],
"_resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz",
"_shasum": "dcfc826beef65e75c50e21d3837d7d95798dd658",
"_spec": "@babel/code-frame@^7.12.13",
"_where": "E:\\GreateCommunity\\node_modules\\@babel\\core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
},
"bundleDependencies": false,
"dependencies": {
"@babel/highlight": "^7.12.13"
},
"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"
},
"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.12.13"
}