{ "_from": "@babel/eslint-parser@^7.16.3", "_id": "@babel/eslint-parser@7.25.0", "_inBundle": false, "_integrity": "sha512-mlcTKuQAjczDRwWLIxv+Q925jaMUO8Jl5dxmWJSSGVYfZ4rKMp8daQvVC3rM1G2v8V+/fO0yIVTSLS+2zcB8rg==", "_location": "/@babel/eslint-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@babel/eslint-parser@^7.16.3", "name": "@babel/eslint-parser", "escapedName": "@babel%2feslint-parser", "scope": "@babel", "rawSpec": "^7.16.3", "saveSpec": null, "fetchSpec": "^7.16.3" }, "_requiredBy": [ "/eslint-config-react-app" ], "_resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.0.tgz", "_shasum": "08ee4d119a86d73365580568626de0b59145af9e", "_spec": "@babel/eslint-parser@^7.16.3", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/eslint-config-react-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.24.9", "@types/eslint": "^8.56.2", "@types/estree": "^1.0.5", "@typescript-eslint/scope-manager": "^6.19.0", "dedent": "^1.5.3", "eslint": "^9.0.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": { "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0", "@babel/core": "^7.11.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/babel/babel.git", "directory": "eslint/babel-eslint-parser" }, "type": "module", "version": "7.25.0" }