UI for Zipcoin Blue

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "ci-info@^1.1.1",
  3. "_id": "ci-info@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SK/846h/Rcy8q9Z9CAwGBLfCJ6EkjJWdpelWDufQpqVDYq2Wnnv8zlSO6AMQap02jvhVruKKpEtQOufo3pFhLg==",
  6. "_location": "/ci-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ci-info@^1.1.1",
  12. "name": "ci-info",
  13. "escapedName": "ci-info",
  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/ci-info/-/ci-info-1.1.3.tgz",
  22. "_shasum": "710193264bb05c77b8c90d02f5aaf22216a667b2",
  23. "_spec": "ci-info@^1.1.1",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "Thomas Watson Steen",
  27. "email": "w@tson.dk",
  28. "url": "https://twitter.com/wa7son"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/watson/ci-info/issues"
  32. },
  33. "bundleDependencies": false,
  34. "coordinates": [
  35. 55.777613,
  36. 12.589943
  37. ],
  38. "dependencies": {},
  39. "deprecated": false,
  40. "description": "Get details about the current Continuous Integration environment",
  41. "devDependencies": {
  42. "clear-require": "^1.0.1",
  43. "standard": "^10.0.3"
  44. },
  45. "homepage": "https://github.com/watson/ci-info",
  46. "keywords": [
  47. "ci",
  48. "continuous",
  49. "integration",
  50. "test",
  51. "detect"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "ci-info",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/watson/ci-info.git"
  59. },
  60. "scripts": {
  61. "test": "standard && node test.js"
  62. },
  63. "version": "1.1.3"
  64. }