package.json 1.5 KB

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