package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
  3. "_id": "electron-dl@1.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LI9dNAYihcnLJ+Bs9TtqCKlCsHXOuu5VpBNVD2KystEphEBBsjXOD1skhghJ4rEC/ZrXpqeobBY6rb61ZhMRag==",
  6. "_location": "/electron-dl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "remote",
  10. "raw": "electron-dl@http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
  11. "name": "electron-dl",
  12. "escapedName": "electron-dl",
  13. "rawSpec": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
  14. "saveSpec": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
  15. "fetchSpec": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz"
  16. },
  17. "_requiredBy": [
  18. "#USER",
  19. "/"
  20. ],
  21. "_resolved": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
  22. "_shasum": "bc79f472131f54fdaa877b38443651e3a23ad697",
  23. "_spec": "electron-dl@http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
  24. "_where": "/home/ab/workspace/TypeMark",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/electron-dl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ext-name": "^5.0.0",
  36. "pupa": "^1.0.0",
  37. "unused-filename": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Simplified file downloads for your Electron app",
  41. "devDependencies": {
  42. "ava": "^0.25.0",
  43. "cp-file": "^5.0.0",
  44. "electron": "^1.3.3",
  45. "minimist": "^1.2.0",
  46. "node-static": "^0.7.9",
  47. "pify": "^3.0.0",
  48. "spectron": "^3.7.2",
  49. "uuid": "^3.1.0",
  50. "xo": "*"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/electron-dl#readme",
  56. "keywords": [
  57. "electron",
  58. "app",
  59. "file",
  60. "download",
  61. "downloader",
  62. "progress"
  63. ],
  64. "license": "MIT",
  65. "name": "electron-dl",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/electron-dl.git"
  69. },
  70. "scripts": {
  71. "start": "electron run.js",
  72. "test": "xo && ava"
  73. },
  74. "version": "1.12.0",
  75. "xo": {
  76. "envs": [
  77. "node",
  78. "browser"
  79. ]
  80. }
  81. }