You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.5 KiB
92 lines
2.5 KiB
{
|
|
"# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
|
|
"_from": "@babel/parser@^7.23.5",
|
|
"_id": "@babel/parser@7.26.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
|
|
"_location": "/@babel/parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/parser@^7.23.5",
|
|
"name": "@babel/parser",
|
|
"escapedName": "@babel%2fparser",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.23.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.23.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/generator",
|
|
"/@babel/template",
|
|
"/@babel/traverse",
|
|
"/@vue/babel-plugin-resolve-type",
|
|
"/@vue/babel-plugin-resolve-type/@vue/compiler-sfc",
|
|
"/@vue/compiler-core",
|
|
"/@vue/compiler-sfc",
|
|
"/babel-eslint"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.3.tgz",
|
|
"_shasum": "8c51c5db6ddf08134af1ddbacf16aaab48bac234",
|
|
"_spec": "@babel/parser@^7.23.5",
|
|
"_where": "F:\\bishe\\front\\node_modules\\@vue\\compiler-sfc",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/types": "^7.26.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A JavaScript parser",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "^7.26.2",
|
|
"@babel/helper-check-duplicate-nodes": "^7.25.9",
|
|
"@babel/helper-fixtures": "^7.26.0",
|
|
"@babel/helper-string-parser": "^7.25.9",
|
|
"@babel/helper-validator-identifier": "^7.25.9",
|
|
"charcodes": "^0.2.0"
|
|
},
|
|
"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.26.3"
|
|
}
|