package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "send@0.16.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "send@0.16.2",
  10. "_id": "send@0.16.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bsyh4PjBVtFBWXVZhI32RzCmu8E=",
  13. "_location": "/send",
  14. "_phantomChildren": {
  15. "depd": "1.1.2",
  16. "inherits": "2.0.3"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "send@0.16.2",
  22. "name": "send",
  23. "escapedName": "send",
  24. "rawSpec": "0.16.2",
  25. "saveSpec": null,
  26. "fetchSpec": "0.16.2"
  27. },
  28. "_requiredBy": [
  29. "/express",
  30. "/serve-static"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/send/download/send-0.16.2.tgz",
  33. "_spec": "0.16.2",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "TJ Holowaychuk",
  37. "email": "tj@vision-media.ca"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/pillarjs/send/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. {
  48. "name": "James Wyatt Cready",
  49. "email": "jcready@gmail.com"
  50. },
  51. {
  52. "name": "Jesús Leganés Combarro",
  53. "email": "piranna@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "debug": "2.6.9",
  58. "depd": "~1.1.2",
  59. "destroy": "~1.0.4",
  60. "encodeurl": "~1.0.2",
  61. "escape-html": "~1.0.3",
  62. "etag": "~1.8.1",
  63. "fresh": "0.5.2",
  64. "http-errors": "~1.6.2",
  65. "mime": "1.4.1",
  66. "ms": "2.0.0",
  67. "on-finished": "~2.3.0",
  68. "range-parser": "~1.2.0",
  69. "statuses": "~1.4.0"
  70. },
  71. "description": "Better streaming static file server with Range and conditional-GET support",
  72. "devDependencies": {
  73. "after": "0.8.2",
  74. "eslint": "3.19.0",
  75. "eslint-config-standard": "10.2.1",
  76. "eslint-plugin-import": "2.8.0",
  77. "eslint-plugin-markdown": "1.0.0-beta.6",
  78. "eslint-plugin-node": "5.2.1",
  79. "eslint-plugin-promise": "3.6.0",
  80. "eslint-plugin-standard": "3.0.1",
  81. "istanbul": "0.4.5",
  82. "mocha": "2.5.3",
  83. "supertest": "1.1.0"
  84. },
  85. "engines": {
  86. "node": ">= 0.8.0"
  87. },
  88. "files": [
  89. "HISTORY.md",
  90. "LICENSE",
  91. "README.md",
  92. "index.js"
  93. ],
  94. "homepage": "https://github.com/pillarjs/send#readme",
  95. "keywords": [
  96. "static",
  97. "file",
  98. "server"
  99. ],
  100. "license": "MIT",
  101. "name": "send",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/pillarjs/send.git"
  105. },
  106. "scripts": {
  107. "lint": "eslint --plugin markdown --ext js,md .",
  108. "test": "mocha --check-leaks --reporter spec --bail",
  109. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
  110. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
  111. },
  112. "version": "0.16.2"
  113. }