package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "update-browserslist-db@1.0.11",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "update-browserslist-db@1.0.11",
  10. "_id": "update-browserslist-db@1.0.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  13. "_location": "/update-browserslist-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "update-browserslist-db@1.0.11",
  19. "name": "update-browserslist-db",
  20. "escapedName": "update-browserslist-db",
  21. "rawSpec": "1.0.11",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.11"
  24. },
  25. "_requiredBy": [
  26. "/browserslist"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  29. "_spec": "1.0.11",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Andrey Sitnik",
  33. "email": "andrey@sitnik.ru"
  34. },
  35. "bin": {
  36. "update-browserslist-db": "cli.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/browserslist/update-db/issues"
  40. },
  41. "dependencies": {
  42. "escalade": "^3.1.1",
  43. "picocolors": "^1.0.0"
  44. },
  45. "description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
  46. "exports": {
  47. ".": "./index.js",
  48. "./package.json": "./package.json"
  49. },
  50. "funding": [
  51. {
  52. "type": "opencollective",
  53. "url": "https://opencollective.com/browserslist"
  54. },
  55. {
  56. "type": "tidelift",
  57. "url": "https://tidelift.com/funding/github/npm/browserslist"
  58. },
  59. {
  60. "type": "github",
  61. "url": "https://github.com/sponsors/ai"
  62. }
  63. ],
  64. "homepage": "https://github.com/browserslist/update-db#readme",
  65. "keywords": [
  66. "caniuse",
  67. "browsers",
  68. "target"
  69. ],
  70. "license": "MIT",
  71. "name": "update-browserslist-db",
  72. "peerDependencies": {
  73. "browserslist": ">= 4.21.0"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/browserslist/update-db.git"
  78. },
  79. "types": "./index.d.ts",
  80. "version": "1.0.11"
  81. }