/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/polyfills/package.json
33 строки
786 B
Rob Hogan
Update package.json references to GitHub org "facebook" -> "react" (#57258)
18 июн 2026, 12:00
18 июн 2026, 12:00
dcbd860
Код
Авторство
О чём код?
{ "name": "@react-native/js-polyfills", "version": "0.87.0-main", "description": "Polyfills for React Native.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/polyfills" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/polyfills#readme", "keywords": [ "polyfill", "polyfills", "js", "js-polyfills", "react-native" ], "bugs": "https://github.com/react/react-native/issues", "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" }, "files": [ "console.js", "error-guard.js", "index.js", "README.md", "!**/__docs__/**", "!**/__fixtures__/**", "!**/__mocks__/**", "!**/__tests__/**" ] }