package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "electron-to-chromium@1.3.705",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "electron-to-chromium@1.3.705",
  10. "_id": "electron-to-chromium@1.3.705",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lymVZ4LORM2TvbQZeBjP9x99Xp0=",
  13. "_location": "/electron-to-chromium",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "electron-to-chromium@1.3.705",
  19. "name": "electron-to-chromium",
  20. "escapedName": "electron-to-chromium",
  21. "rawSpec": "1.3.705",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.705"
  24. },
  25. "_requiredBy": [
  26. "/browserslist"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.705.tgz?cache=0&sync_timestamp=1617314677231&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.705.tgz",
  29. "_spec": "1.3.705",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Kilian Valkhof"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kilian/electron-to-chromium/issues"
  36. },
  37. "description": "Provides a list of electron-to-chromium version mappings",
  38. "devDependencies": {
  39. "ava": "^3.8.2",
  40. "codecov": "^3.8.0",
  41. "electron-releases": "^3.655.0",
  42. "nyc": "^15.1.0",
  43. "request": "^2.88.0",
  44. "shelljs": "^0.8.4"
  45. },
  46. "files": [
  47. "versions.js",
  48. "full-versions.js",
  49. "chromium-versions.js",
  50. "full-chromium-versions.js",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/kilian/electron-to-chromium#readme",
  54. "keywords": [
  55. "electron",
  56. "chrome",
  57. "browserlist"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "electron-to-chromium",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/kilian/electron-to-chromium.git"
  65. },
  66. "scripts": {
  67. "build": "node build.js",
  68. "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  69. "test": "nyc ava --verbose",
  70. "update": "node automated-update.js"
  71. },
  72. "version": "1.3.705"
  73. }