/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/eslint-plugin-specs/package.json
48 строк
1 KB
Sam Zhou
Fully replace hermes-(estree|parser|eslint|transform) packages with flow-* counterparts in react-native (#57851)
10 авг 2026, 17:21
10 авг 2026, 17:21
727e87e
Код
Авторство
О чём код?
{ "name": "@react-native/eslint-plugin-specs", "version": "0.87.0-main", "description": "ESLint rules to validate NativeModule and Component Specs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/eslint-plugin-specs" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-specs#readme", "keywords": [ "eslint", "rules", "react-native", "native-modules", "components", "specs" ], "bugs": "https://github.com/react/react-native/issues", "main": "index.js", "files": [ "README.md", "index.js", "react-native-modules.js", "with-babel-register" ], "scripts": { "prepack": "node prepack.js", "postpack": "node postpack.js" }, "dependencies": { "@babel/core": "^7.25.2", "@babel/plugin-transform-flow-strip-types": "^7.25.2", "@react-native/codegen": "0.87.0-main", "make-dir": "^2.1.0", "pirates": "^4.0.1", "babel-plugin-syntax-hermes-parser": "0.37.0", "flow-parser": "0.325.0", "source-map-support": "0.5.0" }, "devDependencies": { "flow-eslint": "0.325.0" }, "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" } }