package.json 2.0 KB

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