UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "urix@^0.1.0",
  6. "scope": null,
  7. "escapedName": "urix",
  8. "name": "urix",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/source-map-resolve"
  14. ]
  15. ],
  16. "_from": "urix@>=0.1.0 <0.2.0",
  17. "_id": "urix@0.1.0",
  18. "_inCache": true,
  19. "_location": "/urix",
  20. "_npmUser": {
  21. "name": "lydell",
  22. "email": "simon.lydell@gmail.com"
  23. },
  24. "_npmVersion": "1.4.4",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "urix@^0.1.0",
  28. "scope": null,
  29. "escapedName": "urix",
  30. "name": "urix",
  31. "rawSpec": "^0.1.0",
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/source-map-resolve"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  39. "_shasum": "da937f7a62e21fec1fd18d49b35c2935067a6c72",
  40. "_shrinkwrap": null,
  41. "_spec": "urix@^0.1.0",
  42. "_where": "/Users/tennesseeg/blueCoin/node_modules/source-map-resolve",
  43. "author": {
  44. "name": "Simon Lydell"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/lydell/urix/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Makes Windows-style paths more unix and URI friendly.",
  51. "devDependencies": {
  52. "jshint": "^2.4.4",
  53. "mocha": "^1.17.1"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "da937f7a62e21fec1fd18d49b35c2935067a6c72",
  58. "tarball": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
  59. },
  60. "homepage": "https://github.com/lydell/urix",
  61. "keywords": [
  62. "path",
  63. "url",
  64. "uri",
  65. "unix",
  66. "windows",
  67. "backslash",
  68. "slash"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "lydell",
  75. "email": "simon.lydell@gmail.com"
  76. }
  77. ],
  78. "name": "urix",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/lydell/urix.git"
  84. },
  85. "scripts": {
  86. "test": "jshint index.js test/ && mocha"
  87. },
  88. "version": "0.1.0"
  89. }