package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "connect-history-api-fallback@^1.6.0",
  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.6.0",
  12. "name": "connect-history-api-fallback",
  13. "escapedName": "connect-history-api-fallback",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
  22. "_shasum": "8b32089359308d111115d81cad3fceab888f97bc",
  23. "_spec": "connect-history-api-fallback@^1.6.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Ben Ripkens",
  27. "email": "bripkens.dev@gmail.com",
  28. "url": "http://bripkens.de"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bripkens/connect-history-api-fallback/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Craig Myles",
  37. "email": "cr@igmyles.com",
  38. "url": "http://www.craigmyles.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
  43. "devDependencies": {
  44. "eslint": "^0.18.0",
  45. "nodeunit": "^0.11.3",
  46. "sinon": "^1.14.1"
  47. },
  48. "engines": {
  49. "node": ">=0.8"
  50. },
  51. "files": [
  52. "lib"
  53. ],
  54. "homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
  55. "keyswords": [
  56. "connect",
  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": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
  71. },
  72. "version": "1.6.0"
  73. }