package.json 2.1 KB

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