mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 06:10:19 +00:00
31 lines
747 B
JSON
31 lines
747 B
JSON
{
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
|
|
,"_resolved": "https://registry.npmjs.org/react-is/-/react-is-16.12.0.tgz"
|
|
,"_integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q=="
|
|
,"_from": "react-is@16.12.0"
|
|
} |