package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "serve-static@1.12.1",
  6. "scope": null,
  7. "escapedName": "serve-static",
  8. "name": "serve-static",
  9. "rawSpec": "1.12.1",
  10. "spec": "1.12.1",
  11. "type": "version"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "serve-static@1.12.1",
  17. "_id": "serve-static@1.12.1",
  18. "_inCache": true,
  19. "_location": "/serve-static",
  20. "_nodeVersion": "4.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/serve-static-1.12.1.tgz_1488686352386_0.390035341726616"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "serve-static@1.12.1",
  33. "scope": null,
  34. "escapedName": "serve-static",
  35. "name": "serve-static",
  36. "rawSpec": "1.12.1",
  37. "spec": "1.12.1",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.1.tgz",
  44. "_shasum": "7443a965e3ced647aceb5639fa06bf4d1bbe0039",
  45. "_shrinkwrap": null,
  46. "_spec": "serve-static@1.12.1",
  47. "_where": "/home/tati/shared/especificos-web-V2/back/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.1"
  60. },
  61. "description": "Serve static files",
  62. "devDependencies": {
  63. "eslint": "3.17.0",
  64. "eslint-config-standard": "7.0.0",
  65. "eslint-plugin-markdown": "1.0.0-beta.4",
  66. "eslint-plugin-promise": "3.5.0",
  67. "eslint-plugin-standard": "2.1.1",
  68. "istanbul": "0.4.5",
  69. "mocha": "2.5.3",
  70. "supertest": "1.1.0"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "7443a965e3ced647aceb5639fa06bf4d1bbe0039",
  75. "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.1.tgz"
  76. },
  77. "engines": {
  78. "node": ">= 0.8.0"
  79. },
  80. "files": [
  81. "LICENSE",
  82. "HISTORY.md",
  83. "index.js"
  84. ],
  85. "gitHead": "3e6e778fcf6c88dcf659b8f1d5f06be2eebbe2db",
  86. "homepage": "https://github.com/expressjs/serve-static#readme",
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "dougwilson",
  91. "email": "doug@somethingdoug.com"
  92. }
  93. ],
  94. "name": "serve-static",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/expressjs/serve-static.git"
  100. },
  101. "scripts": {
  102. "lint": "eslint --plugin markdown --ext js,md .",
  103. "test": "mocha --reporter spec --bail --check-leaks test/",
  104. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  105. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  106. },
  107. "version": "1.12.1"
  108. }