package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "hoist-non-react-statics@^3.1.0",
  3. "_id": "hoist-non-react-statics@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  6. "_location": "/hoist-non-react-statics",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hoist-non-react-statics@^3.1.0",
  12. "name": "hoist-non-react-statics",
  13. "escapedName": "hoist-non-react-statics",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/react-router"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  22. "_shasum": "ece0acaf71d62c2969c2ec59feff42a4b1a85b45",
  23. "_spec": "hoist-non-react-statics@^3.1.0",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\react-router",
  25. "author": {
  26. "name": "Michael Ridgway",
  27. "email": "mcridgway@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mridgway/hoist-non-react-statics/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "react-is": "^16.7.0"
  35. },
  36. "deprecated": false,
  37. "description": "Copies non-react specific statics from a child component to a parent component",
  38. "devDependencies": {
  39. "@babel/core": "^7.5.0",
  40. "@babel/plugin-proposal-class-properties": "^7.5.0",
  41. "@babel/preset-env": "^7.5.0",
  42. "@babel/preset-react": "^7.0.0",
  43. "@babel/register": "^7.4.4",
  44. "chai": "^4.2.0",
  45. "coveralls": "^2.11.1",
  46. "create-react-class": "^15.5.3",
  47. "eslint": "^4.13.1",
  48. "mocha": "^6.1.4",
  49. "nyc": "^14.1.1",
  50. "pre-commit": "^1.0.7",
  51. "prop-types": "^15.6.2",
  52. "react": "^16.7.0",
  53. "rimraf": "^2.6.2",
  54. "rollup": "^1.16.6",
  55. "rollup-plugin-babel": "^4.3.3",
  56. "rollup-plugin-commonjs": "^10.0.1",
  57. "rollup-plugin-node-resolve": "^5.2.0",
  58. "rollup-plugin-terser": "^5.1.1"
  59. },
  60. "files": [
  61. "src",
  62. "dist",
  63. "index.d.ts"
  64. ],
  65. "homepage": "https://github.com/mridgway/hoist-non-react-statics#readme",
  66. "keywords": [
  67. "react"
  68. ],
  69. "license": "BSD-3-Clause",
  70. "main": "dist/hoist-non-react-statics.cjs.js",
  71. "name": "hoist-non-react-statics",
  72. "publishConfig": {
  73. "registry": "https://registry.npmjs.org/"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/mridgway/hoist-non-react-statics.git"
  78. },
  79. "scripts": {
  80. "build": "rimraf dist && rollup -c",
  81. "coverage": "nyc report --reporter=text-lcov | coveralls",
  82. "lint": "eslint src",
  83. "prepublish": "npm test",
  84. "test": "nyc mocha tests/unit/ --recursive --reporter spec --require=@babel/register"
  85. },
  86. "version": "3.3.2"
  87. }