2016-07-29 12:39:05 +08:00
|
|
|
{
|
|
|
|
|
"name": "react-test-renderer",
|
2022-06-15 04:24:00 +08:00
|
|
|
"version": "18.2.0",
|
2016-07-29 12:39:05 +08:00
|
|
|
"description": "React package for snapshot testing.",
|
|
|
|
|
"main": "index.js",
|
2019-01-19 04:21:12 +08:00
|
|
|
"repository": {
|
2019-02-06 16:04:00 +08:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react.git",
|
2019-01-19 04:21:12 +08:00
|
|
|
"directory": "packages/react-test-renderer"
|
|
|
|
|
},
|
2018-03-23 03:41:43 +08:00
|
|
|
"keywords": [
|
|
|
|
|
"react",
|
|
|
|
|
"react-native",
|
|
|
|
|
"react-testing"
|
|
|
|
|
],
|
2017-09-25 04:49:31 +08:00
|
|
|
"license": "MIT",
|
2016-07-29 12:39:05 +08:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/facebook/react/issues"
|
|
|
|
|
},
|
2017-09-30 09:43:22 +08:00
|
|
|
"homepage": "https://reactjs.org/",
|
2016-12-02 00:37:14 +08:00
|
|
|
"dependencies": {
|
2022-06-15 04:24:00 +08:00
|
|
|
"react-is": "^18.2.0",
|
2022-04-27 02:45:04 +08:00
|
|
|
"react-shallow-renderer": "^16.15.0",
|
2022-06-15 04:24:00 +08:00
|
|
|
"scheduler": "^0.23.0"
|
2016-12-02 00:37:14 +08:00
|
|
|
},
|
2016-07-29 12:39:05 +08:00
|
|
|
"peerDependencies": {
|
2022-06-15 04:24:00 +08:00
|
|
|
"react": "^18.2.0"
|
2020-07-16 00:25:27 +08:00
|
|
|
},
|
2018-03-23 03:41:43 +08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
|
|
|
|
"index.js",
|
|
|
|
|
"shallow.js",
|
2018-04-10 22:49:19 +08:00
|
|
|
"cjs/",
|
|
|
|
|
"umd/"
|
2018-03-23 03:41:43 +08:00
|
|
|
]
|
2016-07-29 12:39:05 +08:00
|
|
|
}
|