package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "mini-create-react-context@^0.4.0",
  3. "_id": "mini-create-react-context@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b0TytUgFSbgFJGzJqXPKCFCBWigAjpjo+Fl7Vf7ZbKRDptszpppKxXH6DRXEABZ/gcEQczeb0iZ7JvL8e8jjCA==",
  6. "_location": "/mini-create-react-context",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mini-create-react-context@^0.4.0",
  12. "name": "mini-create-react-context",
  13. "escapedName": "mini-create-react-context",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/react-router"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.0.tgz",
  22. "_shasum": "df60501c83151db69e28eac0ef08b4002efab040",
  23. "_spec": "mini-create-react-context@^0.4.0",
  24. "_where": "E:\\a-level\\project_js2\\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.5.5",
  34. "tiny-warning": "^1.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "Smaller Polyfill for the proposed React context API",
  38. "devDependencies": {
  39. "@babel/core": "^7.8.6",
  40. "@babel/plugin-proposal-class-properties": "^7.8.3",
  41. "@babel/preset-env": "^7.8.6",
  42. "@babel/preset-react": "^7.8.3",
  43. "@babel/preset-typescript": "^7.8.3",
  44. "@types/enzyme": "^3.10.5",
  45. "@types/jest": "^25.1.3",
  46. "@types/react": "^16.8.23",
  47. "@wessberg/rollup-plugin-ts": "^1.2.19",
  48. "babel-jest": "^25.1.0",
  49. "enzyme": "^3.11.0",
  50. "enzyme-adapter-react-16": "^1.15.2",
  51. "enzyme-to-json": "^3.3.5",
  52. "jest": "^25.1.0",
  53. "prop-types": "^15.6.0",
  54. "raf": "^3.4.1",
  55. "react": "^16.2.0",
  56. "react-dom": "^16.2.0",
  57. "rollup": "^1.17.0",
  58. "rollup-plugin-commonjs": "^10.0.1",
  59. "rollup-plugin-node-resolve": "^5.2.0",
  60. "rollup-plugin-terser": "^5.2.0",
  61. "typescript": "^3.8.3"
  62. },
  63. "files": [
  64. "dist/**"
  65. ],
  66. "homepage": "https://github.com/StringEpsilon/mini-create-react-context#readme",
  67. "jest": {
  68. "snapshotSerializers": [
  69. "enzyme-to-json/serializer"
  70. ]
  71. },
  72. "keywords": [
  73. "react",
  74. "context",
  75. "contextTypes",
  76. "polyfill",
  77. "ponyfill"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/cjs/index.js",
  81. "module": "dist/esm/index.js",
  82. "name": "mini-create-react-context",
  83. "peerDependencies": {
  84. "prop-types": "^15.0.0",
  85. "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/StringEpsilon/mini-create-react-context.git"
  90. },
  91. "scripts": {
  92. "build": "rollup -c rollup.config.js",
  93. "prepublish": "npm run build",
  94. "test": "jest"
  95. },
  96. "types": "dist/index.d.ts",
  97. "version": "0.4.0"
  98. }