Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

90 řádky
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "@restart/context@2.1.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@restart/context@2.1.4",
  9. "_id": "@restart/context@2.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==",
  12. "_location": "/@restart/context",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@restart/context@2.1.4",
  18. "name": "@restart/context",
  19. "escapedName": "@restart%2fcontext",
  20. "scope": "@restart",
  21. "rawSpec": "2.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.4"
  24. },
  25. "_requiredBy": [
  26. "/react-bootstrap"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz",
  29. "_spec": "2.1.4",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "4Catalyzer"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/react-restart/context/issues"
  36. },
  37. "description": "React context helpers.",
  38. "homepage": "https://github.com/react-restart/context#readme",
  39. "husky": {
  40. "hooks": {
  41. "pre-commit": "lint-staged"
  42. }
  43. },
  44. "jest": {
  45. "roots": [
  46. "<rootDir>/test"
  47. ],
  48. "setupFiles": [
  49. "<rootDir>/test/index.js"
  50. ]
  51. },
  52. "license": "MIT",
  53. "lint-staged": {
  54. "*.js": [
  55. "eslint --fix",
  56. "git add"
  57. ],
  58. "*.{json,css,md}": [
  59. "prettier --write --ignore-path .eslintignore",
  60. "git add"
  61. ]
  62. },
  63. "main": "index.js",
  64. "module": "es/index.js",
  65. "name": "@restart/context",
  66. "peerDependencies": {
  67. "react": ">=16.3.2"
  68. },
  69. "prettier": {
  70. "printWidth": 79,
  71. "singleQuote": true,
  72. "trailingComma": "all"
  73. },
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "release": {
  78. "extends": [
  79. "@4c/semantic-release-config"
  80. ],
  81. "pkgRoot": "lib"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/react-restart/context.git"
  86. },
  87. "types": "index.d.ts",
  88. "version": "2.1.4"
  89. }