package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "electron-prebuilt@^1.4.0",
  3. "_id": "electron-prebuilt@1.4.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Cg5Ne/iVokIGHM+rKTlNzaHaM9I=",
  6. "_location": "/electron-prebuilt",
  7. "_phantomChildren": {
  8. "debug": "2.6.9",
  9. "es6-promise": "4.2.4",
  10. "graceful-fs": "4.1.11",
  11. "home-path": "1.0.5",
  12. "jsonfile": "2.4.0",
  13. "klaw": "1.3.1",
  14. "nugget": "2.0.1",
  15. "path-is-absolute": "1.0.1",
  16. "pinkie-promise": "2.0.1",
  17. "rc": "1.2.7",
  18. "rimraf": "2.6.2",
  19. "semver": "5.5.0"
  20. },
  21. "_requested": {
  22. "type": "range",
  23. "registry": true,
  24. "raw": "electron-prebuilt@^1.4.0",
  25. "name": "electron-prebuilt",
  26. "escapedName": "electron-prebuilt",
  27. "rawSpec": "^1.4.0",
  28. "saveSpec": null,
  29. "fetchSpec": "^1.4.0"
  30. },
  31. "_requiredBy": [
  32. "/"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/electron-prebuilt/-/electron-prebuilt-1.4.13.tgz",
  35. "_shasum": "0a0e4d7bf895a242061ccfab29394dcda1da33d2",
  36. "_spec": "electron-prebuilt@^1.4.0",
  37. "_where": "D:\\laragon\\www\\UseStudio.CampusInfo-borwers\\resources\\app",
  38. "author": {
  39. "name": "Mathias Buus"
  40. },
  41. "bin": {
  42. "electron": "cli.js"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/electron-userland/electron-prebuilt/issues"
  46. },
  47. "bundleDependencies": false,
  48. "dependencies": {
  49. "electron-download": "^3.0.1",
  50. "extract-zip": "^1.0.3"
  51. },
  52. "deprecated": "electron-prebuilt has been renamed to electron. For more details, see http://electron.atom.io/blog/2016/08/16/npm-install-electron",
  53. "description": "Install prebuilt electron binaries for the command-line using npm",
  54. "devDependencies": {
  55. "home-path": "^0.1.1",
  56. "path-exists": "^2.0.0",
  57. "standard": "^5.4.1",
  58. "tape": "^3.0.1"
  59. },
  60. "directories": {
  61. "test": "test"
  62. },
  63. "homepage": "https://github.com/electron-userland/electron-prebuilt#readme",
  64. "keywords": [
  65. "electron"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "electron-prebuilt",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/electron-userland/electron-prebuilt.git"
  73. },
  74. "scripts": {
  75. "cache-clean": "rm -rf ~/.electron && rm -rf dist",
  76. "postinstall": "node install.js",
  77. "pretest": "npm run cache-clean && npm run postinstall",
  78. "test": "tape test/*.js && standard"
  79. },
  80. "version": "1.4.13"
  81. }