package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "serve-static@1.14.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serve-static@1.14.1",
  10. "_id": "serve-static@1.14.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
  13. "_location": "/serve-static",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serve-static@1.14.1",
  19. "name": "serve-static",
  20. "escapedName": "serve-static",
  21. "rawSpec": "1.14.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.14.1"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
  29. "_spec": "1.14.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/expressjs/serve-static/issues"
  37. },
  38. "dependencies": {
  39. "encodeurl": "~1.0.2",
  40. "escape-html": "~1.0.3",
  41. "parseurl": "~1.3.3",
  42. "send": "0.17.1"
  43. },
  44. "description": "Serve static files",
  45. "devDependencies": {
  46. "eslint": "5.16.0",
  47. "eslint-config-standard": "12.0.0",
  48. "eslint-plugin-import": "2.17.2",
  49. "eslint-plugin-markdown": "1.0.0",
  50. "eslint-plugin-node": "8.0.1",
  51. "eslint-plugin-promise": "4.1.1",
  52. "eslint-plugin-standard": "4.0.0",
  53. "istanbul": "0.4.5",
  54. "mocha": "6.1.4",
  55. "safe-buffer": "5.1.2",
  56. "supertest": "4.0.2"
  57. },
  58. "engines": {
  59. "node": ">= 0.8.0"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "HISTORY.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/expressjs/serve-static#readme",
  67. "license": "MIT",
  68. "name": "serve-static",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/expressjs/serve-static.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint --plugin markdown --ext js,md .",
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  78. "version": "node scripts/version-history.js && git add HISTORY.md"
  79. },
  80. "version": "1.14.1"
  81. }