52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"_from": "@babel/code-frame@^7.0.0",
|
|
"_id": "@babel/code-frame@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
|
|
"_location": "/@babel/code-frame",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/code-frame@^7.0.0",
|
|
"name": "@babel/code-frame",
|
|
"escapedName": "@babel%2fcode-frame",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/template",
|
|
"/@babel/traverse",
|
|
"/babel-eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
|
|
"_shasum": "06e2ab19bdb535385559aabb5ba59729482800f8",
|
|
"_spec": "@babel/code-frame@^7.0.0",
|
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@babel/core",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Generate errors that contain a code frame that point to source locations.",
|
|
"devDependencies": {
|
|
"chalk": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/code-frame",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
|
|
},
|
|
"version": "7.0.0"
|
|
}
|