UI for Zipcoin Blue

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "xmlbuilder@~9.0.1",
  6. "scope": null,
  7. "escapedName": "xmlbuilder",
  8. "name": "xmlbuilder",
  9. "rawSpec": "~9.0.1",
  10. "spec": ">=9.0.1 <9.1.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/xml2js"
  14. ]
  15. ],
  16. "_from": "xmlbuilder@>=9.0.1 <9.1.0",
  17. "_id": "xmlbuilder@9.0.7",
  18. "_inCache": true,
  19. "_location": "/xmlbuilder",
  20. "_nodeVersion": "6.11.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/xmlbuilder_9.0.7_1518169512084_0.3879471339524576"
  24. },
  25. "_npmUser": {
  26. "name": "oozcitak",
  27. "email": "oozcitak@gmail.com"
  28. },
  29. "_npmVersion": "3.5.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "xmlbuilder@~9.0.1",
  33. "scope": null,
  34. "escapedName": "xmlbuilder",
  35. "name": "xmlbuilder",
  36. "rawSpec": "~9.0.1",
  37. "spec": ">=9.0.1 <9.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/xml2js"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
  44. "_shasum": "132ee63d2ec5565c557e20f4c22df9aca686b10d",
  45. "_shrinkwrap": null,
  46. "_spec": "xmlbuilder@~9.0.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/xml2js",
  48. "author": {
  49. "name": "Ozgur Ozcitak",
  50. "email": "oozcitak@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  54. },
  55. "contributors": [],
  56. "dependencies": {},
  57. "description": "An XML builder for node.js",
  58. "devDependencies": {
  59. "coffee-coverage": "2.*",
  60. "coffeescript": "1.*",
  61. "coveralls": "*",
  62. "istanbul": "*",
  63. "mocha": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "132ee63d2ec5565c557e20f4c22df9aca686b10d",
  68. "tarball": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
  69. "fileCount": 27,
  70. "unpackedSize": 104231
  71. },
  72. "engines": {
  73. "node": ">=4.0"
  74. },
  75. "gitHead": "797c9eb048feff7465d6f3c388278b68df7dcbf6",
  76. "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  77. "keywords": [
  78. "xml",
  79. "xmlbuilder"
  80. ],
  81. "license": "MIT",
  82. "main": "./lib/index",
  83. "maintainers": [
  84. {
  85. "name": "oozcitak",
  86. "email": "oozcitak@gmail.com"
  87. }
  88. ],
  89. "name": "xmlbuilder",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  95. },
  96. "scripts": {
  97. "postpublish": "rm -rf lib",
  98. "prepublish": "coffee -co lib src",
  99. "test": "mocha \"test/**/*.coffee\" && istanbul report text lcov"
  100. },
  101. "version": "9.0.7"
  102. }