Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.2 KiB

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