package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "connect-history-api-fallback@^1.3.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-server"
  6. ]
  7. ],
  8. "_from": "connect-history-api-fallback@>=1.3.0 <2.0.0",
  9. "_id": "connect-history-api-fallback@1.5.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/connect-history-api-fallback",
  13. "_nodeVersion": "6.11.5",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/connect-history-api-fallback-1.5.0.tgz_1510246125020_0.02864476339891553"
  17. },
  18. "_npmUser": {
  19. "email": "bripkens.dev@gmail.com",
  20. "name": "bripkens"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "connect-history-api-fallback",
  26. "raw": "connect-history-api-fallback@^1.3.0",
  27. "rawSpec": "^1.3.0",
  28. "scope": null,
  29. "spec": ">=1.3.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-dev-server"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz",
  36. "_shasum": "b06873934bc5e344fef611a196a6faae0aee015a",
  37. "_shrinkwrap": null,
  38. "_spec": "connect-history-api-fallback@^1.3.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-server",
  40. "author": {
  41. "email": "bripkens.dev@gmail.com",
  42. "name": "Ben Ripkens",
  43. "url": "http://bripkens.de"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/bripkens/connect-history-api-fallback/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Craig Myles",
  51. "email": "cr@igmyles.com",
  52. "url": "http://www.craigmyles.com"
  53. }
  54. ],
  55. "dependencies": {},
  56. "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
  57. "devDependencies": {
  58. "eslint": "^0.18.0",
  59. "nodeunit": "^0.9.1",
  60. "sinon": "^1.14.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "b06873934bc5e344fef611a196a6faae0aee015a",
  65. "tarball": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.8"
  69. },
  70. "files": [
  71. "lib"
  72. ],
  73. "gitHead": "9748349e62006ef101c7800d6be8ec37f74fc70c",
  74. "homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
  75. "keyswords": [
  76. "connect",
  77. "fallback",
  78. "history api",
  79. "html5",
  80. "spa"
  81. ],
  82. "license": "MIT",
  83. "main": "lib/index.js",
  84. "maintainers": [
  85. {
  86. "name": "bripkens",
  87. "email": "bripkens.dev@gmail.com"
  88. }
  89. ],
  90. "name": "connect-history-api-fallback",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
  96. },
  97. "scripts": {
  98. "test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
  99. },
  100. "version": "1.5.0"
  101. }