package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "electron",
  3. "_id": "electron@1.8.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2f1cx0G3riMFODXFftF5AHXy+oHfhpntZHTDN66Hxtl09gmEr42B3piNEod9MEmw72f75LX2JfeYceqq1PF8cA==",
  6. "_location": "/electron",
  7. "_phantomChildren": {
  8. "es6-promise": "4.2.4",
  9. "graceful-fs": "4.1.11",
  10. "home-path": "1.0.5",
  11. "jsonfile": "2.4.0",
  12. "klaw": "1.3.1",
  13. "ms": "2.0.0",
  14. "nugget": "2.0.1",
  15. "path-is-absolute": "1.0.1",
  16. "pinkie-promise": "2.0.1",
  17. "rc": "1.2.6",
  18. "rimraf": "2.6.2",
  19. "semver": "5.5.0"
  20. },
  21. "_requested": {
  22. "type": "tag",
  23. "registry": true,
  24. "raw": "electron",
  25. "name": "electron",
  26. "escapedName": "electron",
  27. "rawSpec": "",
  28. "saveSpec": null,
  29. "fetchSpec": "latest"
  30. },
  31. "_requiredBy": [
  32. "#USER",
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/electron/-/electron-1.8.4.tgz",
  36. "_shasum": "cca8d0e6889f238f55b414ad224f03e03b226a38",
  37. "_spec": "electron",
  38. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  39. "author": {
  40. "name": "Electron Community"
  41. },
  42. "bin": {
  43. "electron": "cli.js"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/electron/electron/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "@types/node": "^8.0.24",
  51. "electron-download": "^3.0.1",
  52. "extract-zip": "^1.0.3"
  53. },
  54. "deprecated": false,
  55. "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
  56. "devDependencies": {
  57. "home-path": "^0.1.1",
  58. "path-exists": "^2.0.0",
  59. "standard": "^5.4.1"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "homepage": "https://github.com/electron/electron#readme",
  65. "keywords": [
  66. "electron"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "electron",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/electron/electron.git"
  74. },
  75. "scripts": {
  76. "cache-clean": "rm -rf ~/.electron && rm -rf dist",
  77. "postinstall": "node install.js",
  78. "pretest": "npm run cache-clean",
  79. "test": "standard"
  80. },
  81. "types": "electron.d.ts",
  82. "version": "1.8.4"
  83. }