package.json 2.0 KB

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