2016-07-29 12:39:05 +08:00
|
|
|
{
|
|
|
|
|
"name": "react-test-renderer",
|
2019-08-09 05:24:11 +08:00
|
|
|
"version": "16.9.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": {
|
2017-10-23 23:14:33 +08:00
|
|
|
"object-assign": "^4.1.1",
|
2018-06-20 00:52:37 +08:00
|
|
|
"prop-types": "^15.6.2",
|
2019-03-28 14:55:48 +08:00
|
|
|
"react-is": "^16.8.6",
|
2019-08-09 05:50:11 +08:00
|
|
|
"scheduler": "^0.15.0"
|
2016-12-02 00:37:14 +08:00
|
|
|
},
|
2016-07-29 12:39:05 +08:00
|
|
|
"peerDependencies": {
|
2018-10-24 07:18:26 +08:00
|
|
|
"react": "^16.0.0"
|
2016-08-03 06:11:45 +08:00
|
|
|
},
|
2018-03-23 03:41:43 +08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
2018-11-24 04:37:18 +08:00
|
|
|
"build-info.json",
|
2018-03-23 03:41:43 +08:00
|
|
|
"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
|
|
|
}
|