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

86 lines
2.1 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"@babel/parser@7.23.3",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_from": "@babel/parser@7.23.3",
"_id": "@babel/parser@7.23.3",
"_inBundle": false,
"_integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==",
"_location": "/@babel/parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/parser@7.23.3",
"name": "@babel/parser",
"escapedName": "@babel%2fparser",
"scope": "@babel",
"rawSpec": "7.23.3",
"saveSpec": null,
"fetchSpec": "7.23.3"
},
"_requiredBy": [
"/@babel/core",
"/@babel/template",
"/@babel/traverse",
"/@vue/compiler-sfc"
],
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz",
"_spec": "7.23.3",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bin": {
"parser": "bin/babel-parser.js"
},
"bugs": {
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
},
2024-01-18 10:46:33 +08:00
"description": "A JavaScript parser",
"devDependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/helper-check-duplicate-nodes": "^7.22.5",
"@babel/helper-fixtures": "^7.22.19",
"@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.20",
"charcodes": "^0.2.0"
},
2024-04-08 16:23:29 +08:00
"engines": {
"node": ">=6.0.0"
},
"files": [
"bin",
"lib",
"typings/babel-parser.d.ts",
"index.cjs"
],
"homepage": "https://babel.dev/docs/en/next/babel-parser",
"keywords": [
"babel",
"javascript",
"parser",
"tc39",
"ecmascript",
"@babel/parser"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/parser",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-parser"
},
"type": "commonjs",
"types": "./typings/babel-parser.d.ts",
"version": "7.23.3"
}