Files
Arbitrate-FrontendH5/node_modules/@babel/highlight/package.json
T

67 lines
1.8 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"@babel/highlight@7.22.20",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@babel/highlight@7.22.20",
"_id": "@babel/highlight@7.22.20",
"_inBundle": false,
"_integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
"_location": "/@babel/highlight",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/highlight@7.22.20",
"name": "@babel/highlight",
"escapedName": "@babel%2fhighlight",
"scope": "@babel",
"rawSpec": "7.22.20",
"saveSpec": null,
"fetchSpec": "7.22.20"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_requiredBy": [
"/@babel/code-frame",
"/eslint/@babel/code-frame"
],
"_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
"_spec": "7.22.20",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
2024-01-18 10:46:33 +08:00
},
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.20",
"chalk": "^2.4.2",
"js-tokens": "^4.0.0"
},
2024-04-08 16:23:29 +08:00
"description": "Syntax highlight JavaScript strings for output in terminals.",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=6.9.0"
},
2024-04-08 16:23:29 +08:00
"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.22.20"
}