package.json 2.5 KB

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