62 lines
1.7 KiB
62 lines
1.7 KiB
{
|
|
"_from": "@babel/highlight@^7.24.7",
|
|
"_id": "@babel/highlight@7.24.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
|
|
"_location": "/@babel/highlight",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/highlight@^7.24.7",
|
|
"name": "@babel/highlight",
|
|
"escapedName": "@babel%2fhighlight",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.24.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.24.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/code-frame"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.24.7.tgz",
|
|
"_shasum": "a05ab1df134b286558aae0ed41e6c5f731bf409d",
|
|
"_spec": "@babel/highlight@^7.24.7",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\@babel\\code-frame",
|
|
"author": {
|
|
"name": "The Babel Team",
|
|
"url": "https://babel.dev/team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Syntax highlight JavaScript strings for output in terminals.",
|
|
"devDependencies": {
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/highlight",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-highlight"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "7.24.7"
|
|
}
|
|
|