package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "react",
  3. "_id": "react@16.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==",
  6. "_location": "/react",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "react",
  12. "name": "react",
  13. "escapedName": "react",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz",
  23. "_shasum": "2e818822f1a9743122c063d6410d85c1e3afe48e",
  24. "_spec": "react",
  25. "_where": "G:\\micro\\react\\cld2",
  26. "browserify": {
  27. "transform": [
  28. "loose-envify"
  29. ]
  30. },
  31. "bugs": {
  32. "url": "https://github.com/facebook/react/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "loose-envify": "^1.1.0",
  37. "object-assign": "^4.1.1",
  38. "prop-types": "^15.6.2"
  39. },
  40. "deprecated": false,
  41. "description": "React is a JavaScript library for building user interfaces.",
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "LICENSE",
  47. "README.md",
  48. "build-info.json",
  49. "index.js",
  50. "cjs/",
  51. "umd/"
  52. ],
  53. "homepage": "https://reactjs.org/",
  54. "keywords": [
  55. "react"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "react",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/facebook/react.git",
  63. "directory": "packages/react"
  64. },
  65. "version": "16.13.1"
  66. }