github-pages-deploy-action/node_modules/@babel/code-frame/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"@babel/code-frame@7.8.3",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "@babel/code-frame@7.8.3",
"_id": "@babel/code-frame@7.8.3",
"_inBundle": false,
"_integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==",
"_location": "/@babel/code-frame",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/code-frame@7.8.3",
"name": "@babel/code-frame",
"escapedName": "@babel%2fcode-frame",
"scope": "@babel",
"rawSpec": "7.8.3",
"saveSpec": null,
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/template",
"/@babel/traverse",
"/babel-eslint",
"/eslint",
2020-03-31 20:40:00 +08:00
"/read-pkg-up/parse-json"
2020-03-22 05:13:25 +08:00
],
"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz",
"_spec": "7.8.3",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
2020-01-28 13:07:56 +08:00
},
"dependencies": {
"@babel/highlight": "^7.8.3"
},
2020-03-22 05:13:25 +08:00
"description": "Generate errors that contain a code frame that point to source locations.",
2020-01-28 13:07:56 +08:00
"devDependencies": {
"chalk": "^2.0.0",
"strip-ansi": "^4.0.0"
},
2020-03-22 05:13:25 +08:00
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/code-frame",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
},
"version": "7.8.3"
2020-01-28 13:07:56 +08:00
}