Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

113 строки
2.9 KiB

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