2016-07-29 00:39:05 -04:00
|
|
|
{
|
|
|
|
|
"name": "react-test-renderer",
|
2025-10-02 00:31:55 +02:00
|
|
|
"version": "19.3.0",
|
2016-07-29 00:39:05 -04:00
|
|
|
"description": "React package for snapshot testing.",
|
|
|
|
|
"main": "index.js",
|
2019-01-18 20:21:12 +00:00
|
|
|
"repository": {
|
2019-02-06 08:04:00 +00:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react.git",
|
2019-01-18 20:21:12 +00:00
|
|
|
"directory": "packages/react-test-renderer"
|
|
|
|
|
},
|
2018-03-22 12:41:43 -07:00
|
|
|
"keywords": [
|
|
|
|
|
"react",
|
|
|
|
|
"react-native",
|
|
|
|
|
"react-testing"
|
|
|
|
|
],
|
2017-09-24 13:49:31 -07:00
|
|
|
"license": "MIT",
|
2016-07-29 00:39:05 -04:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/facebook/react/issues"
|
|
|
|
|
},
|
2024-03-01 14:35:18 -05:00
|
|
|
"homepage": "https://react.dev/",
|
2016-12-01 08:37:14 -08:00
|
|
|
"dependencies": {
|
2025-10-02 00:31:55 +02:00
|
|
|
"react-is": "^19.3.0",
|
|
|
|
|
"scheduler": "^0.28.0"
|
2016-12-01 08:37:14 -08:00
|
|
|
},
|
2016-07-29 00:39:05 -04:00
|
|
|
"peerDependencies": {
|
2025-10-02 00:31:55 +02:00
|
|
|
"react": "^19.3.0"
|
2020-07-15 12:25:27 -04:00
|
|
|
},
|
2018-03-22 12:41:43 -07:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
|
|
|
|
"index.js",
|
|
|
|
|
"shallow.js",
|
2024-04-17 11:15:27 -07:00
|
|
|
"cjs/"
|
2018-03-22 12:41:43 -07:00
|
|
|
]
|
2025-03-28 16:20:04 -04:00
|
|
|
}
|