package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "connect-history-api-fallback@1.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "connect-history-api-fallback@1.6.0",
  10. "_id": "connect-history-api-fallback@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-izIIk1kwjRERFdgcrT/Oq4iPl7w=",
  13. "_location": "/connect-history-api-fallback",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "connect-history-api-fallback@1.6.0",
  19. "name": "connect-history-api-fallback",
  20. "escapedName": "connect-history-api-fallback",
  21. "rawSpec": "1.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/connect-history-api-fallback/download/connect-history-api-fallback-1.6.0.tgz",
  29. "_spec": "1.6.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Ben Ripkens",
  33. "email": "bripkens.dev@gmail.com",
  34. "url": "http://bripkens.de"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/bripkens/connect-history-api-fallback/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Craig Myles",
  42. "email": "cr@igmyles.com",
  43. "url": "http://www.craigmyles.com"
  44. }
  45. ],
  46. "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
  47. "devDependencies": {
  48. "eslint": "^0.18.0",
  49. "nodeunit": "^0.11.3",
  50. "sinon": "^1.14.1"
  51. },
  52. "engines": {
  53. "node": ">=0.8"
  54. },
  55. "files": [
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
  59. "keyswords": [
  60. "connect",
  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": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
  75. },
  76. "version": "1.6.0"
  77. }