package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "electron-download@3.3.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "electron-download@^3.0.1",
  10. "_id": "electron-download@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LP1U1pZsAZxNSa1l++Zcyc3vaMg=",
  13. "_location": "/electron-download",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "electron-download@3.3.0",
  19. "name": "electron-download",
  20. "escapedName": "electron-download",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/electron"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-3.3.0.tgz",
  30. "_shasum": "2cfd54d6966c019c4d49ad65fbe65cc9cdef68c8",
  31. "_spec": "3.3.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "max ogden"
  35. },
  36. "babel": {
  37. "presets": [
  38. "es2015"
  39. ]
  40. },
  41. "bin": {
  42. "electron-download": "build/cli.js"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/electron-userland/electron-download/issues"
  46. },
  47. "bundleDependencies": false,
  48. "dependencies": {
  49. "debug": "^2.2.0",
  50. "fs-extra": "^0.30.0",
  51. "home-path": "^1.0.1",
  52. "minimist": "^1.2.0",
  53. "nugget": "^2.0.0",
  54. "path-exists": "^2.1.0",
  55. "rc": "^1.1.2",
  56. "semver": "^5.3.0",
  57. "sumchecker": "^1.2.0"
  58. },
  59. "deprecated": false,
  60. "description": "download electron prebuilt binary zips from github releases",
  61. "devDependencies": {
  62. "babel-cli": "^6.14.0",
  63. "babel-preset-es2015": "^6.14.0",
  64. "babel-register": "^6.14.0",
  65. "eslint": "^3.2.0",
  66. "eslint-config-standard": "^5.2.0",
  67. "eslint-plugin-promise": "^2.0.0",
  68. "eslint-plugin-standard": "^2.0.0",
  69. "mkdirp": "^0.5.1",
  70. "tape": "^4.6.0",
  71. "temp": "^0.8.3"
  72. },
  73. "eslintConfig": {
  74. "extends": "standard",
  75. "parserOptions": {
  76. "sourceType": "script"
  77. },
  78. "rules": {
  79. "strict": [
  80. "error"
  81. ]
  82. }
  83. },
  84. "homepage": "https://github.com/electron-userland/electron-download#readme",
  85. "keywords": [],
  86. "license": "BSD-3-Clause",
  87. "main": "build/index.js",
  88. "name": "electron-download",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/electron-userland/electron-download.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint lib test",
  95. "prepublish": "babel --out-dir build lib",
  96. "test": "npm run unit-tests && npm run lint",
  97. "unit-tests": "tape -r babel-register test/*.js"
  98. },
  99. "version": "3.3.0"
  100. }