package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "history@^4.9.0",
  3. "_id": "history@4.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
  6. "_location": "/history",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "history@^4.9.0",
  12. "name": "history",
  13. "escapedName": "history",
  14. "rawSpec": "^4.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.9.0"
  17. },
  18. "_requiredBy": [
  19. "/react-router",
  20. "/react-router-dom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
  23. "_shasum": "33371a65e3a83b267434e2b3f3b1b4c58aad4cf3",
  24. "_spec": "history@^4.9.0",
  25. "_where": "G:\\micro\\react\\cld2_react\\node_modules\\react-router-dom",
  26. "author": {
  27. "name": "Michael Jackson"
  28. },
  29. "browserify": {
  30. "transform": [
  31. "loose-envify"
  32. ]
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ReactTraining/history/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/runtime": "^7.1.2",
  40. "loose-envify": "^1.2.0",
  41. "resolve-pathname": "^3.0.0",
  42. "tiny-invariant": "^1.0.2",
  43. "tiny-warning": "^1.0.0",
  44. "value-equal": "^1.0.1"
  45. },
  46. "deprecated": false,
  47. "description": "Manage session history with JavaScript",
  48. "devDependencies": {
  49. "@babel/core": "^7.1.2",
  50. "@babel/plugin-transform-object-assign": "^7.0.0",
  51. "@babel/plugin-transform-runtime": "^7.1.0",
  52. "@babel/preset-env": "^7.1.0",
  53. "babel-core": "^7.0.0-bridge.0",
  54. "babel-eslint": "^7.0.0",
  55. "babel-loader": "^8.0.4",
  56. "babel-plugin-dev-expression": "^0.2.1",
  57. "eslint": "^3.3.0",
  58. "eslint-plugin-import": "^2.0.0",
  59. "expect": "^21.0.0",
  60. "jest-mock": "^21.0.0",
  61. "karma": "^3.1.3",
  62. "karma-browserstack-launcher": "^1.3.0",
  63. "karma-chrome-launcher": "^2.2.0",
  64. "karma-firefox-launcher": "^1.1.0",
  65. "karma-mocha": "^1.3.0",
  66. "karma-mocha-reporter": "^2.2.5",
  67. "karma-sourcemap-loader": "^0.3.7",
  68. "karma-webpack": "^3.0.5",
  69. "mocha": "^5.2.0",
  70. "rollup": "^0.66.6",
  71. "rollup-plugin-babel": "^4.0.3",
  72. "rollup-plugin-commonjs": "^9.2.0",
  73. "rollup-plugin-node-resolve": "^3.4.0",
  74. "rollup-plugin-replace": "^2.1.0",
  75. "rollup-plugin-size-snapshot": "^0.7.0",
  76. "rollup-plugin-uglify": "^6.0.0",
  77. "webpack": "^3.12.0"
  78. },
  79. "files": [
  80. "DOMUtils.js",
  81. "ExecutionEnvironment.js",
  82. "LocationUtils.js",
  83. "PathUtils.js",
  84. "cjs",
  85. "createBrowserHistory.js",
  86. "createHashHistory.js",
  87. "createMemoryHistory.js",
  88. "createTransitionManager.js",
  89. "es",
  90. "esm",
  91. "umd",
  92. "warnAboutDeprecatedCJSRequire.js"
  93. ],
  94. "homepage": "https://github.com/ReactTraining/history#readme",
  95. "keywords": [
  96. "history",
  97. "location"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "module": "esm/history.js",
  102. "name": "history",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/ReactTraining/history.git"
  106. },
  107. "scripts": {
  108. "build": "rollup -c",
  109. "clean": "git clean -fdX .",
  110. "lint": "eslint modules",
  111. "prepublishOnly": "yarn build",
  112. "test": "karma start --single-run"
  113. },
  114. "sideEffects": false,
  115. "unpkg": "umd/history.js",
  116. "version": "4.10.1"
  117. }