UI for Zipcoin Blue

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-browserify@0.0.0",
  6. "scope": null,
  7. "escapedName": "path-browserify",
  8. "name": "path-browserify",
  9. "rawSpec": "0.0.0",
  10. "spec": "0.0.0",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser"
  14. ]
  15. ],
  16. "_from": "path-browserify@0.0.0",
  17. "_id": "path-browserify@0.0.0",
  18. "_inCache": true,
  19. "_location": "/path-browserify",
  20. "_npmUser": {
  21. "name": "substack",
  22. "email": "mail@substack.net"
  23. },
  24. "_npmVersion": "1.3.14",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "path-browserify@0.0.0",
  28. "scope": null,
  29. "escapedName": "path-browserify",
  30. "name": "path-browserify",
  31. "rawSpec": "0.0.0",
  32. "spec": "0.0.0",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/node-libs-browser"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
  39. "_shasum": "a0b870729aae214005b7d5032ec2cbbb0fb4451a",
  40. "_shrinkwrap": null,
  41. "_spec": "path-browserify@0.0.0",
  42. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser",
  43. "author": {
  44. "name": "James Halliday",
  45. "email": "mail@substack.net",
  46. "url": "http://substack.net"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/substack/path-browserify/issues"
  50. },
  51. "dependencies": {},
  52. "description": "the path module from node core for browsers",
  53. "devDependencies": {
  54. "tape": "~1.0.4"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "a0b870729aae214005b7d5032ec2cbbb0fb4451a",
  59. "tarball": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz"
  60. },
  61. "homepage": "https://github.com/substack/path-browserify",
  62. "keywords": [
  63. "path",
  64. "browser",
  65. "browserify"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "maintainers": [
  70. {
  71. "name": "substack",
  72. "email": "mail@substack.net"
  73. }
  74. ],
  75. "name": "path-browserify",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/substack/path-browserify.git"
  81. },
  82. "scripts": {
  83. "test": "tape test/*.js"
  84. },
  85. "version": "0.0.0"
  86. }