2016-07-29 12:39:05 +08:00
|
|
|
{
|
|
|
|
|
"name": "react-test-renderer",
|
2018-03-28 10:07:53 +08:00
|
|
|
"version": "16.3.0-rc.0",
|
2016-07-29 12:39:05 +08:00
|
|
|
"description": "React package for snapshot testing.",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"repository": "facebook/react",
|
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-09-26 07:29:56 +08:00
|
|
|
"fbjs": "^0.8.16",
|
2017-10-23 23:14:33 +08:00
|
|
|
"object-assign": "^4.1.1",
|
2018-03-17 02:18:50 +08:00
|
|
|
"prop-types": "^15.6.0",
|
2018-03-28 10:07:53 +08:00
|
|
|
"react-is": "^16.3.0-rc.0"
|
2016-12-02 00:37:14 +08:00
|
|
|
},
|
2016-07-29 12:39:05 +08:00
|
|
|
"peerDependencies": {
|
2018-03-28 10:07:53 +08:00
|
|
|
"react": "^16.0.0 || 16.3.0-rc.0"
|
2016-08-03 06:11:45 +08:00
|
|
|
},
|
2018-03-23 03:41:43 +08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
|
|
|
|
"index.js",
|
|
|
|
|
"shallow.js",
|
|
|
|
|
"cjs/"
|
|
|
|
|
]
|
2016-07-29 12:39:05 +08:00
|
|
|
}
|