package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "range-parser@1.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "range-parser@1.2.0",
  10. "_id": "range-parser@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
  13. "_location": "/range-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "range-parser@1.2.0",
  19. "name": "range-parser",
  20. "escapedName": "range-parser",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/express",
  27. "/send",
  28. "/webpack-dev-middleware"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/range-parser/download/range-parser-1.2.0.tgz",
  31. "_spec": "1.2.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "TJ Holowaychuk",
  35. "email": "tj@vision-media.ca",
  36. "url": "http://tjholowaychuk.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jshttp/range-parser/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Douglas Christopher Wilson",
  44. "email": "doug@somethingdoug.com"
  45. },
  46. {
  47. "name": "James Wyatt Cready",
  48. "email": "wyatt.cready@lanetix.com"
  49. },
  50. {
  51. "name": "Jonathan Ong",
  52. "email": "me@jongleberry.com",
  53. "url": "http://jongleberry.com"
  54. }
  55. ],
  56. "description": "Range header field string parser",
  57. "devDependencies": {
  58. "eslint": "2.11.1",
  59. "eslint-config-standard": "5.3.1",
  60. "eslint-plugin-promise": "1.1.0",
  61. "eslint-plugin-standard": "1.3.2",
  62. "istanbul": "0.4.3",
  63. "mocha": "1.21.5"
  64. },
  65. "engines": {
  66. "node": ">= 0.6"
  67. },
  68. "files": [
  69. "HISTORY.md",
  70. "LICENSE",
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jshttp/range-parser#readme",
  74. "keywords": [
  75. "range",
  76. "parser",
  77. "http"
  78. ],
  79. "license": "MIT",
  80. "name": "range-parser",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jshttp/range-parser.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint **/*.js",
  87. "test": "mocha --reporter spec",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  90. },
  91. "version": "1.2.0"
  92. }