73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"_from": "@babel/eslint-parser@7.22.10",
|
|
"_id": "@babel/eslint-parser@7.22.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==",
|
|
"_location": "/@babel/eslint-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@babel/eslint-parser@7.22.10",
|
|
"name": "@babel/eslint-parser",
|
|
"escapedName": "@babel%2feslint-parser",
|
|
"scope": "@babel",
|
|
"rawSpec": "7.22.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.22.10"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz",
|
|
"_shasum": "bfdf3d1b32ad573fe7c1c3447e0b485e3a41fd09",
|
|
"_spec": "@babel/eslint-parser@7.22.10",
|
|
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app",
|
|
"author": {
|
|
"name": "The Babel Team",
|
|
"url": "https://babel.dev/team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
|
"eslint-visitor-keys": "^2.1.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"dedent": "^0.7.0",
|
|
"eslint": "^8.22.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.cjs",
|
|
"./experimental-worker": "./lib/experimental-worker.cjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://babel.dev/",
|
|
"license": "MIT",
|
|
"main": "./lib/index.cjs",
|
|
"name": "@babel/eslint-parser",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.11.0",
|
|
"eslint": "^7.5.0 || ^8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "eslint/babel-eslint-parser"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "7.22.10"
|
|
}
|