UI for Zipcoin Blue

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "url@^0.11.0",
  6. "scope": null,
  7. "escapedName": "url",
  8. "name": "url",
  9. "rawSpec": "^0.11.0",
  10. "spec": ">=0.11.0 <0.12.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser"
  14. ]
  15. ],
  16. "_from": "url@>=0.11.0 <0.12.0",
  17. "_id": "url@0.11.0",
  18. "_inCache": true,
  19. "_location": "/url",
  20. "_nodeVersion": "0.10.38",
  21. "_npmUser": {
  22. "name": "defunctzombie",
  23. "email": "shtylman@gmail.com"
  24. },
  25. "_npmVersion": "2.11.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "url@^0.11.0",
  29. "scope": null,
  30. "escapedName": "url",
  31. "name": "url",
  32. "rawSpec": "^0.11.0",
  33. "spec": ">=0.11.0 <0.12.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/node-libs-browser"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
  40. "_shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
  41. "_shrinkwrap": null,
  42. "_spec": "url@^0.11.0",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser",
  44. "bugs": {
  45. "url": "https://github.com/defunctzombie/node-url/issues"
  46. },
  47. "dependencies": {
  48. "punycode": "1.3.2",
  49. "querystring": "0.2.0"
  50. },
  51. "description": "The core `url` packaged standalone for use with Browserify.",
  52. "devDependencies": {
  53. "assert": "1.1.1",
  54. "mocha": "1.18.2",
  55. "zuul": "3.3.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
  60. "tarball": "https://registry.npmjs.org/url/-/url-0.11.0.tgz"
  61. },
  62. "gitHead": "7f82d6b09acba099163fede09b4226b4e55a5377",
  63. "homepage": "https://github.com/defunctzombie/node-url#readme",
  64. "license": "MIT",
  65. "main": "./url.js",
  66. "maintainers": [
  67. {
  68. "name": "coolaj86",
  69. "email": "coolaj86@gmail.com"
  70. },
  71. {
  72. "name": "defunctzombie",
  73. "email": "shtylman@gmail.com"
  74. }
  75. ],
  76. "name": "url",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/defunctzombie/node-url.git"
  82. },
  83. "scripts": {
  84. "test": "mocha --ui qunit test.js && zuul -- test.js",
  85. "test-local": "zuul --local -- test.js"
  86. },
  87. "version": "0.11.0"
  88. }