Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "create-react-context@^0.3.0",
  3. "_id": "create-react-context@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==",
  6. "_location": "/create-react-context",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "create-react-context@^0.3.0",
  12. "name": "create-react-context",
  13. "escapedName": "create-react-context",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/react-popper"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz",
  22. "_shasum": "546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c",
  23. "_spec": "create-react-context@^0.3.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/react-popper",
  25. "author": {
  26. "name": "James Kyle",
  27. "email": "me@thejameskyle.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/thejameskyle/create-react-context/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "gud": "^1.0.0",
  35. "warning": "^4.0.3"
  36. },
  37. "deprecated": false,
  38. "description": "Polyfill for the proposed React context API",
  39. "devDependencies": {
  40. "babel-cli": "^6.26.0",
  41. "babel-plugin-add-module-exports": "^0.2.1",
  42. "babel-plugin-transform-class-properties": "^6.24.1",
  43. "babel-preset-env": "^1.6.1",
  44. "babel-preset-flow": "^6.23.0",
  45. "babel-preset-react": "^6.24.1",
  46. "enzyme": "^3.2.0",
  47. "enzyme-adapter-react-16": "^1.1.0",
  48. "enzyme-to-json": "^3.2.2",
  49. "flow-bin": "^0.60.1",
  50. "husky": "^0.14.3",
  51. "jest": "^21.2.1",
  52. "lint-staged": "^6.0.0",
  53. "prettier": "^1.9.1",
  54. "prop-types": "^15.6.0",
  55. "raf": "^3.4.0",
  56. "react": "^16.2.0",
  57. "react-dom": "^16.2.0"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/thejameskyle/create-react-context#readme",
  63. "jest": {
  64. "snapshotSerializers": [
  65. "enzyme-to-json/serializer"
  66. ]
  67. },
  68. "keywords": [
  69. "react",
  70. "context",
  71. "contextTypes",
  72. "polyfill",
  73. "ponyfill"
  74. ],
  75. "license": "MIT",
  76. "lint-staged": {
  77. "*.{js,md,json,js.flow,d.ts}": [
  78. "prettier --write",
  79. "git add"
  80. ]
  81. },
  82. "main": "lib/index.js",
  83. "name": "create-react-context",
  84. "peerDependencies": {
  85. "prop-types": "^15.0.0",
  86. "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/thejameskyle/create-react-context.git"
  91. },
  92. "scripts": {
  93. "build": "babel src -d lib --copy-files --ignore __tests__",
  94. "commit": "lint-staged",
  95. "flow": "flow",
  96. "format": "prettier --write '**/*.{js,md,json,js.flow,d.ts}'",
  97. "prepublish": "yarn build",
  98. "test": "jest"
  99. },
  100. "typings": "lib/index.d.ts",
  101. "version": "0.3.0"
  102. }