package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "electron-to-chromium@^1.3.712",
  3. "_id": "electron-to-chromium@1.3.719",
  4. "_inBundle": false,
  5. "_integrity": "sha512-heM78GKSqrIzO9Oz0/y22nTBN7bqSP1Pla2SyU9DiSnQD+Ea9SyyN5RWWlgqsqeBLNDkSlE9J9EHFmdMPzxB/g==",
  6. "_location": "/electron-to-chromium",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "electron-to-chromium@^1.3.712",
  12. "name": "electron-to-chromium",
  13. "escapedName": "electron-to-chromium",
  14. "rawSpec": "^1.3.712",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.712"
  17. },
  18. "_requiredBy": [
  19. "/browserslist"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.719.tgz",
  22. "_shasum": "87166fee347a46a2557f19aadb40a1d68241e61c",
  23. "_spec": "electron-to-chromium@^1.3.712",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\browserslist",
  25. "author": {
  26. "name": "Kilian Valkhof"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kilian/electron-to-chromium/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Provides a list of electron-to-chromium version mappings",
  34. "devDependencies": {
  35. "ava": "^3.8.2",
  36. "codecov": "^3.8.0",
  37. "electron-releases": "^3.670.0",
  38. "nyc": "^15.1.0",
  39. "request": "^2.88.0",
  40. "shelljs": "^0.8.4"
  41. },
  42. "files": [
  43. "versions.js",
  44. "full-versions.js",
  45. "chromium-versions.js",
  46. "full-chromium-versions.js",
  47. "LICENSE"
  48. ],
  49. "homepage": "https://github.com/kilian/electron-to-chromium#readme",
  50. "keywords": [
  51. "electron",
  52. "chrome",
  53. "browserlist"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "electron-to-chromium",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/kilian/electron-to-chromium.git"
  61. },
  62. "scripts": {
  63. "build": "node build.js",
  64. "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  65. "test": "nyc ava --verbose",
  66. "update": "node automated-update.js"
  67. },
  68. "version": "1.3.719"
  69. }