github-pages-deploy-action/node_modules/react-is/package.json

28 lines
530 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "react-is",
"version": "16.12.0",
"description": "Brand checking of React Elements.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-is"
2020-01-28 13:07:56 +08:00
},
2020-03-31 20:57:48 +08:00
"keywords": [
"react"
2020-01-28 13:07:56 +08:00
],
2020-03-31 20:57:48 +08:00
"license": "MIT",
2020-01-28 13:07:56 +08:00
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://reactjs.org/",
2020-01-28 13:07:56 +08:00
"files": [
"LICENSE",
"README.md",
"build-info.json",
"index.js",
"cjs/",
"umd/"
2020-03-31 20:57:48 +08:00
]
2020-01-28 13:07:56 +08:00
}