package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "serve-static@1.12.3",
  6. "scope": null,
  7. "escapedName": "serve-static",
  8. "name": "serve-static",
  9. "rawSpec": "1.12.3",
  10. "spec": "1.12.3",
  11. "type": "version"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/express"
  14. ]
  15. ],
  16. "_from": "serve-static@1.12.3",
  17. "_id": "serve-static@1.12.3",
  18. "_inCache": true,
  19. "_location": "/serve-static",
  20. "_nodeVersion": "6.10.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/serve-static-1.12.3.tgz_1494998781756_0.8577500546816736"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "serve-static@1.12.3",
  33. "scope": null,
  34. "escapedName": "serve-static",
  35. "name": "serve-static",
  36. "rawSpec": "1.12.3",
  37. "spec": "1.12.3",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.3.tgz",
  44. "_shasum": "9f4ba19e2f3030c547f8af99107838ec38d5b1e2",
  45. "_shrinkwrap": null,
  46. "_spec": "serve-static@1.12.3",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/express",
  48. "author": {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/expressjs/serve-static/issues"
  54. },
  55. "dependencies": {
  56. "encodeurl": "~1.0.1",
  57. "escape-html": "~1.0.3",
  58. "parseurl": "~1.3.1",
  59. "send": "0.15.3"
  60. },
  61. "description": "Serve static files",
  62. "devDependencies": {
  63. "eslint": "3.19.0",
  64. "eslint-config-standard": "10.2.1",
  65. "eslint-plugin-import": "2.2.0",
  66. "eslint-plugin-markdown": "1.0.0-beta.6",
  67. "eslint-plugin-node": "4.2.2",
  68. "eslint-plugin-promise": "3.5.0",
  69. "eslint-plugin-standard": "3.0.1",
  70. "istanbul": "0.4.5",
  71. "mocha": "2.5.3",
  72. "supertest": "1.1.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "9f4ba19e2f3030c547f8af99107838ec38d5b1e2",
  77. "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.3.tgz"
  78. },
  79. "engines": {
  80. "node": ">= 0.8.0"
  81. },
  82. "files": [
  83. "LICENSE",
  84. "HISTORY.md",
  85. "index.js"
  86. ],
  87. "gitHead": "281475f89cf5b3f4801ed4e5767fce7b0976e411",
  88. "homepage": "https://github.com/expressjs/serve-static#readme",
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "dougwilson",
  93. "email": "doug@somethingdoug.com"
  94. }
  95. ],
  96. "name": "serve-static",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/expressjs/serve-static.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --plugin markdown --ext js,md .",
  105. "test": "mocha --reporter spec --bail --check-leaks test/",
  106. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  107. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  108. },
  109. "version": "1.12.3"
  110. }