package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "range-parser@~1.2.1",
  3. "_id": "range-parser@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  6. "_location": "/range-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "range-parser@~1.2.1",
  12. "name": "range-parser",
  13. "escapedName": "range-parser",
  14. "rawSpec": "~1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/send",
  21. "/serve-static/send",
  22. "/webpack-dev-middleware"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  25. "_shasum": "3cf37023d199e1c24d1a55b84800c2f3e6468031",
  26. "_spec": "range-parser@~1.2.1",
  27. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\express",
  28. "author": {
  29. "name": "TJ Holowaychuk",
  30. "email": "tj@vision-media.ca",
  31. "url": "http://tjholowaychuk.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jshttp/range-parser/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "James Wyatt Cready",
  44. "email": "wyatt.cready@lanetix.com"
  45. },
  46. {
  47. "name": "Jonathan Ong",
  48. "email": "me@jongleberry.com",
  49. "url": "http://jongleberry.com"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "Range header field string parser",
  54. "devDependencies": {
  55. "deep-equal": "1.0.1",
  56. "eslint": "5.16.0",
  57. "eslint-config-standard": "12.0.0",
  58. "eslint-plugin-import": "2.17.2",
  59. "eslint-plugin-markdown": "1.0.0",
  60. "eslint-plugin-node": "8.0.1",
  61. "eslint-plugin-promise": "4.1.1",
  62. "eslint-plugin-standard": "4.0.0",
  63. "mocha": "6.1.4",
  64. "nyc": "14.1.1"
  65. },
  66. "engines": {
  67. "node": ">= 0.6"
  68. },
  69. "files": [
  70. "HISTORY.md",
  71. "LICENSE",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/jshttp/range-parser#readme",
  75. "keywords": [
  76. "range",
  77. "parser",
  78. "http"
  79. ],
  80. "license": "MIT",
  81. "name": "range-parser",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jshttp/range-parser.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --plugin markdown --ext js,md .",
  88. "test": "mocha --reporter spec",
  89. "test-cov": "nyc --reporter=html --reporter=text npm test",
  90. "test-travis": "nyc --reporter=text npm test"
  91. },
  92. "version": "1.2.1"
  93. }