package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "react",
  3. "_id": "react@17.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
  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-17.0.2.tgz",
  23. "_shasum": "d0b5cc516d29eb3eee383f75b62864cfb6800037",
  24. "_spec": "react",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1",
  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. },
  39. "deprecated": false,
  40. "description": "React is a JavaScript library for building user interfaces.",
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "LICENSE",
  46. "README.md",
  47. "build-info.json",
  48. "index.js",
  49. "cjs/",
  50. "umd/",
  51. "jsx-runtime.js",
  52. "jsx-dev-runtime.js"
  53. ],
  54. "homepage": "https://reactjs.org/",
  55. "keywords": [
  56. "react"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "react",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/facebook/react.git",
  64. "directory": "packages/react"
  65. },
  66. "version": "17.0.2"
  67. }