package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "mini-create-react-context@^0.3.0",
  3. "_id": "mini-create-react-context@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==",
  6. "_location": "/mini-create-react-context",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mini-create-react-context@^0.3.0",
  12. "name": "mini-create-react-context",
  13. "escapedName": "mini-create-react-context",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/react-router"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz",
  22. "_shasum": "79fc598f283dd623da8e088b05db8cddab250189",
  23. "_spec": "mini-create-react-context@^0.3.0",
  24. "_where": "G:\\micro\\react\\cld2_react\\node_modules\\react-router",
  25. "author": {
  26. "name": "StringEpsilon"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/StringEpsilon/mini-create-react-context/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/runtime": "^7.4.0",
  34. "gud": "^1.0.0",
  35. "tiny-warning": "^1.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Smaller Polyfill for the proposed React context API",
  39. "devDependencies": {
  40. "@babel/cli": "^7.4.3",
  41. "@babel/core": "^7.4.3",
  42. "@babel/plugin-proposal-class-properties": "^7.4.0",
  43. "@babel/preset-env": "^7.4.3",
  44. "@babel/preset-react": "^7.0.0",
  45. "@babel/preset-typescript": "^7.3.3",
  46. "@types/enzyme": "^3.9.1",
  47. "@types/jest": "^24.0.11",
  48. "@types/react": "^16.8.13",
  49. "@wessberg/rollup-plugin-ts": "^1.1.46",
  50. "babel-jest": "^24.7.1",
  51. "enzyme": "^3.9.0",
  52. "enzyme-adapter-react-16": "^1.11.2",
  53. "enzyme-to-json": "^3.3.5",
  54. "jest": "^24.7.1",
  55. "prop-types": "^15.6.0",
  56. "raf": "^3.4.1",
  57. "react": "^16.2.0",
  58. "react-dom": "^16.2.0",
  59. "rollup": "^1.10.0",
  60. "rollup-plugin-commonjs": "^9.3.4",
  61. "rollup-plugin-node-resolve": "^4.2.3",
  62. "rollup-plugin-uglify": "^6.0.2"
  63. },
  64. "files": [
  65. "dist/**"
  66. ],
  67. "homepage": "https://github.com/StringEpsilon/mini-create-react-context#readme",
  68. "jest": {
  69. "snapshotSerializers": [
  70. "enzyme-to-json/serializer"
  71. ]
  72. },
  73. "keywords": [
  74. "react",
  75. "context",
  76. "contextTypes",
  77. "polyfill",
  78. "ponyfill"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/cjs/index.js",
  82. "module": "dist/esm/index.js",
  83. "name": "mini-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/StringEpsilon/mini-create-react-context.git"
  91. },
  92. "scripts": {
  93. "build": "rollup -c rollup.config.js",
  94. "prepublish": "npm run build",
  95. "test": "jest"
  96. },
  97. "types": "dist/index.d.ts",
  98. "version": "0.3.2"
  99. }