package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "serve-static@1.13.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serve-static@1.13.2",
  10. "_id": "serve-static@1.13.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CV6Ecv1bRiN9tQzkhqQ/S4bGzsE=",
  13. "_location": "/serve-static",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serve-static@1.13.2",
  19. "name": "serve-static",
  20. "escapedName": "serve-static",
  21. "rawSpec": "1.13.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.13.2"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/serve-static/download/serve-static-1.13.2.tgz",
  29. "_spec": "1.13.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.2",
  42. "send": "0.16.2"
  43. },
  44. "description": "Serve static files",
  45. "devDependencies": {
  46. "eslint": "3.19.0",
  47. "eslint-config-standard": "10.2.1",
  48. "eslint-plugin-import": "2.8.0",
  49. "eslint-plugin-markdown": "1.0.0-beta.6",
  50. "eslint-plugin-node": "5.2.1",
  51. "eslint-plugin-promise": "3.6.0",
  52. "eslint-plugin-standard": "3.0.1",
  53. "istanbul": "0.4.5",
  54. "mocha": "2.5.3",
  55. "supertest": "1.1.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.8.0"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "HISTORY.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/expressjs/serve-static#readme",
  66. "license": "MIT",
  67. "name": "serve-static",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/expressjs/serve-static.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint --plugin markdown --ext js,md .",
  74. "test": "mocha --reporter spec --bail --check-leaks test/",
  75. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  76. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  77. },
  78. "version": "1.13.2"
  79. }