UI for Zipcoin Blue

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "ssh-config@^1.1.1",
  3. "_id": "ssh-config@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KxljCvhbFmZoi51o9uQhiQD4H4w=",
  6. "_location": "/ssh-config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ssh-config@^1.1.1",
  12. "name": "ssh-config",
  13. "escapedName": "ssh-config",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-1.1.3.tgz",
  22. "_shasum": "2b19630af85b1666688b9d68f6e4218900f81f8c",
  23. "_spec": "ssh-config@^1.1.1",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "dotnil",
  27. "email": "jakeplus@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dotnil/ssh-config/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "SSH config parser and stringifier",
  35. "devDependencies": {
  36. "expect.js": "^0.3.1",
  37. "heredoc": "^1.3.1",
  38. "istanbul": "^0.4.5",
  39. "mocha": "^3.5.0"
  40. },
  41. "engine": {
  42. "node": ">= 6.0.0"
  43. },
  44. "homepage": "https://github.com/dotnil/ssh-config#readme",
  45. "license": "MIT",
  46. "name": "ssh-config",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+ssh://git@github.com/dotnil/ssh-config.git"
  50. },
  51. "scripts": {
  52. "cover": "istanbul cover _mocha -- test/test.*.js -R spec",
  53. "test": "mocha test/**/*.js"
  54. },
  55. "version": "1.1.3"
  56. }