package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "connect-history-api-fallback@^2.0.0",
  3. "_id": "connect-history-api-fallback@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
  6. "_location": "/connect-history-api-fallback",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "connect-history-api-fallback@^2.0.0",
  12. "name": "connect-history-api-fallback",
  13. "escapedName": "connect-history-api-fallback",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
  22. "_shasum": "647264845251a0daf25b97ce87834cace0f5f1c8",
  23. "_spec": "connect-history-api-fallback@^2.0.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Ben Ripkens",
  27. "email": "bripkens@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/bripkens/connect-history-api-fallback/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Craig Myles",
  36. "email": "cr@igmyles.com",
  37. "url": "http://www.craigmyles.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
  42. "devDependencies": {
  43. "eslint": "^5.16.0",
  44. "jest": "^24.8.0",
  45. "sinon": "^7.3.2"
  46. },
  47. "engines": {
  48. "node": ">=0.8"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
  54. "keyswords": [
  55. "connect",
  56. "express",
  57. "html5",
  58. "history api",
  59. "fallback",
  60. "spa"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "connect-history-api-fallback",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
  68. },
  69. "scripts": {
  70. "test": "jest && eslint lib/*.js test/*.js"
  71. },
  72. "version": "2.0.0"
  73. }