package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "electron@1.5.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "electron@1.5.1",
  10. "_id": "electron@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FJFiaTlsDB6fSsEUG6a4cCXdtig=",
  13. "_location": "/electron",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "electron@1.5.1",
  19. "name": "electron",
  20. "escapedName": "electron",
  21. "rawSpec": "1.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.1"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/electron/-/electron-1.5.1.tgz",
  29. "_spec": "1.5.1",
  30. "_where": "E:\\vscode\\UseStudio.Desktop",
  31. "author": {
  32. "name": "Mathias Buus"
  33. },
  34. "bin": {
  35. "electron": "cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/electron-userland/electron-prebuilt/issues"
  39. },
  40. "dependencies": {
  41. "electron-download": "^3.0.1",
  42. "extract-zip": "^1.0.3"
  43. },
  44. "description": "Install prebuilt electron binaries for the command-line using npm",
  45. "devDependencies": {
  46. "home-path": "^0.1.1",
  47. "path-exists": "^2.0.0",
  48. "standard": "^5.4.1",
  49. "tape": "^3.0.1"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "homepage": "https://github.com/electron-userland/electron-prebuilt#readme",
  55. "keywords": [
  56. "electron"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "electron",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/electron-userland/electron-prebuilt.git"
  64. },
  65. "scripts": {
  66. "cache-clean": "rm -rf ~/.electron && rm -rf dist",
  67. "postinstall": "node install.js",
  68. "pretest": "npm run cache-clean && npm run postinstall",
  69. "test": "tape test/*.js && standard"
  70. },
  71. "version": "1.5.1"
  72. }