package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "nugget@2.0.1",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nugget@2.0.1",
  10. "_id": "nugget@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IBCVpIfhrTYIGzQy+jytpPjQcbA=",
  13. "_location": "/nugget",
  14. "_phantomChildren": {
  15. "ms": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "nugget@2.0.1",
  21. "name": "nugget",
  22. "escapedName": "nugget",
  23. "rawSpec": "2.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "2.0.1"
  26. },
  27. "_requiredBy": [
  28. "/electron-download",
  29. "/electron/electron-download"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/nugget/-/nugget-2.0.1.tgz",
  32. "_spec": "2.0.1",
  33. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  34. "author": {
  35. "name": "max ogden"
  36. },
  37. "bin": {
  38. "nugget": "bin.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/maxogden/nugget/issues"
  42. },
  43. "dependencies": {
  44. "debug": "^2.1.3",
  45. "minimist": "^1.1.0",
  46. "pretty-bytes": "^1.0.2",
  47. "progress-stream": "^1.1.0",
  48. "request": "^2.45.0",
  49. "single-line-log": "^1.1.2",
  50. "throttleit": "0.0.2"
  51. },
  52. "description": "minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory",
  53. "devDependencies": {
  54. "standard": "^6.0.5",
  55. "tape": "^3.0.1",
  56. "tape-spawn": "^1.4.2"
  57. },
  58. "directories": {
  59. "test": "test"
  60. },
  61. "homepage": "https://github.com/maxogden/nugget",
  62. "license": "BSD",
  63. "main": "index.js",
  64. "name": "nugget",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/maxogden/nugget.git"
  68. },
  69. "scripts": {
  70. "test": "standard && tape test/*.js"
  71. },
  72. "version": "2.0.1"
  73. }