package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "xml2json@^0.10.0",
  6. "scope": null,
  7. "escapedName": "xml2json",
  8. "name": "xml2json",
  9. "rawSpec": "^0.10.0",
  10. "spec": ">=0.10.0 <0.11.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver"
  14. ]
  15. ],
  16. "_from": "xml2json@>=0.10.0 <0.11.0",
  17. "_id": "xml2json@0.10.0",
  18. "_inCache": true,
  19. "_location": "/xml2json",
  20. "_nodeVersion": "4.4.7",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/xml2json-0.10.0.tgz_1471445858407_0.7872076509520411"
  24. },
  25. "_npmUser": {
  26. "name": "c4milo",
  27. "email": "camilo.aguilar@gmail.com"
  28. },
  29. "_npmVersion": "2.15.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "xml2json@^0.10.0",
  33. "scope": null,
  34. "escapedName": "xml2json",
  35. "name": "xml2json",
  36. "rawSpec": "^0.10.0",
  37. "spec": ">=0.10.0 <0.11.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/xml2json/-/xml2json-0.10.0.tgz",
  44. "_shasum": "49bcfc20cd139cf32b820a72e189b1d595425937",
  45. "_shrinkwrap": null,
  46. "_spec": "xml2json@^0.10.0",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver",
  48. "bin": {
  49. "xml2json": "bin/xml2json"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/buglabs/node-xml2json/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Arek W arek01@gmail.com"
  57. },
  58. {
  59. "name": "Camilo Aguilar camilo.aguilar@gmail.com"
  60. },
  61. {
  62. "name": "Craig Condon craig@spiceapps.com"
  63. },
  64. {
  65. "name": "Daniel Bretoi daniel@bretoi.com"
  66. },
  67. {
  68. "name": "Daniel Juhl danieljuhl@gmail.com"
  69. },
  70. {
  71. "name": "Dmitry Fink github@finik.net"
  72. },
  73. {
  74. "name": "Garvit Sharma garvits45@gmail.com"
  75. },
  76. {
  77. "name": "Julian Duque julianduquej@gmail.com"
  78. },
  79. {
  80. "name": "Karl Böhlmark karl.bohlmark@edgeware.tv"
  81. },
  82. {
  83. "name": "Kevin McTigue firefoxman1@gmail.com"
  84. },
  85. {
  86. "name": "Kirill Vergun github.com@o-nix.me"
  87. },
  88. {
  89. "name": "Maher Beg maherbeg@gmail.com"
  90. },
  91. {
  92. "name": "Nicholas Kinsey pyrotechnick@feistystudios.com"
  93. },
  94. {
  95. "name": "Rob Brackett rob@robbrackett.com"
  96. },
  97. {
  98. "name": "Subbu Allamaraju subbu@ebaysf.com"
  99. },
  100. {
  101. "name": "The Gitter Badger badger@gitter.im"
  102. },
  103. {
  104. "name": "Trotter Cashion cashion@gmail.com"
  105. },
  106. {
  107. "name": "Yan idy0013@gmail.com"
  108. },
  109. {
  110. "name": "Ziggy Jonsson ziggy.jonsson.nyc@gmail.com"
  111. },
  112. {
  113. "name": "andres suarez zertosh@gmail.com"
  114. },
  115. {
  116. "name": "andris9 andris@node.ee"
  117. },
  118. {
  119. "name": "fengmk2 fengmk2@gmail.com"
  120. }
  121. ],
  122. "dependencies": {
  123. "hoek": "^4.0.1",
  124. "joi": "^9.0.4",
  125. "node-expat": "^2.3.15"
  126. },
  127. "description": "Converts xml to json and vice-versa, using node-expat.",
  128. "devDependencies": {
  129. "code": "^3.0.2",
  130. "lab": "11.x.x"
  131. },
  132. "directories": {},
  133. "dist": {
  134. "shasum": "49bcfc20cd139cf32b820a72e189b1d595425937",
  135. "tarball": "https://registry.npmjs.org/xml2json/-/xml2json-0.10.0.tgz"
  136. },
  137. "gitHead": "7fa95412081fa47b853e6e56e2e0af3febcedcbe",
  138. "homepage": "https://github.com/buglabs/node-xml2json#readme",
  139. "license": "MIT",
  140. "main": "index",
  141. "maintainers": [
  142. {
  143. "name": "buglabs",
  144. "email": "camilo@buglabs.net"
  145. },
  146. {
  147. "name": "c4milo",
  148. "email": "camilo.aguilar@gmail.com"
  149. }
  150. ],
  151. "name": "xml2json",
  152. "optionalDependencies": {},
  153. "readme": "ERROR: No README data found!",
  154. "repository": {
  155. "type": "git",
  156. "url": "git://github.com/buglabs/node-xml2json.git"
  157. },
  158. "scripts": {
  159. "test": "lab -a code -v -t 93 test/test.js"
  160. },
  161. "version": "0.10.0"
  162. }