package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "react-is@^16.8.1",
  3. "_id": "react-is@16.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  6. "_location": "/react-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "react-is@^16.8.1",
  12. "name": "react-is",
  13. "escapedName": "react-is",
  14. "rawSpec": "^16.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^16.8.1"
  17. },
  18. "_requiredBy": [
  19. "/hoist-non-react-statics",
  20. "/prop-types",
  21. "/react-router"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  24. "_shasum": "789729a4dc36de2999dc156dd6c1d9c18cea56a4",
  25. "_spec": "react-is@^16.8.1",
  26. "_where": "E:\\a-level\\project_js2\\node_modules\\prop-types",
  27. "bugs": {
  28. "url": "https://github.com/facebook/react/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "Brand checking of React Elements.",
  33. "files": [
  34. "LICENSE",
  35. "README.md",
  36. "build-info.json",
  37. "index.js",
  38. "cjs/",
  39. "umd/"
  40. ],
  41. "homepage": "https://reactjs.org/",
  42. "keywords": [
  43. "react"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "react-is",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/facebook/react.git",
  51. "directory": "packages/react-is"
  52. },
  53. "version": "16.13.1"
  54. }