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.
81 lines
2.1 KiB
81 lines
2.1 KiB
{ |
|
"_from": "@babel/parser@^7.15.8", |
|
"_id": "@babel/parser@7.15.8", |
|
"_inBundle": false, |
|
"_integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", |
|
"_location": "/@babel/parser", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@babel/parser@^7.15.8", |
|
"name": "@babel/parser", |
|
"escapedName": "@babel%2fparser", |
|
"scope": "@babel", |
|
"rawSpec": "^7.15.8", |
|
"saveSpec": null, |
|
"fetchSpec": "^7.15.8" |
|
}, |
|
"_requiredBy": [ |
|
"/@babel/core", |
|
"/@babel/template", |
|
"/@babel/traverse", |
|
"/@types/babel__core", |
|
"/@types/babel__template", |
|
"/babel-eslint", |
|
"/istanbul-lib-instrument" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", |
|
"_shasum": "7bacdcbe71bdc3ff936d510c15dcea7cf0b99016", |
|
"_spec": "@babel/parser@^7.15.8", |
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\@babel\\core", |
|
"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, |
|
"deprecated": false, |
|
"description": "A JavaScript parser", |
|
"devDependencies": { |
|
"@babel/code-frame": "7.15.8", |
|
"@babel/helper-fixtures": "7.14.5", |
|
"@babel/helper-validator-identifier": "7.15.7", |
|
"charcodes": "^0.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
}, |
|
"files": [ |
|
"bin", |
|
"lib", |
|
"typings" |
|
], |
|
"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" |
|
}, |
|
"types": "./typings/babel-parser.d.ts", |
|
"version": "7.15.8" |
|
}
|
|
|