package.json 3.2 KB

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