package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "sirv@2.0.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sirv@2.0.3",
  10. "_id": "sirv@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==",
  13. "_location": "/sirv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sirv@2.0.3",
  19. "name": "sirv",
  20. "escapedName": "sirv",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Luke Edwards",
  33. "email": "luke@lukeed.com",
  34. "url": "https://lukeed.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lukeed/sirv/issues"
  38. },
  39. "dependencies": {
  40. "@polka/url": "^1.0.0-next.20",
  41. "mrmime": "^1.0.0",
  42. "totalist": "^3.0.0"
  43. },
  44. "description": "The optimized & lightweight middleware for serving requests to static assets",
  45. "engines": {
  46. "node": ">= 10"
  47. },
  48. "files": [
  49. "build.*",
  50. "sirv.d.ts"
  51. ],
  52. "homepage": "https://github.com/lukeed/sirv#readme",
  53. "license": "MIT",
  54. "main": "build.js",
  55. "module": "build.mjs",
  56. "name": "sirv",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lukeed/sirv.git"
  60. },
  61. "types": "sirv.d.ts",
  62. "version": "2.0.3"
  63. }