package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sax@>=0.6.0",
  6. "scope": null,
  7. "escapedName": "sax",
  8. "name": "sax",
  9. "rawSpec": ">=0.6.0",
  10. "spec": ">=0.6.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/xml2js"
  14. ]
  15. ],
  16. "_from": "sax@>=0.6.0",
  17. "_id": "sax@1.2.4",
  18. "_inCache": true,
  19. "_location": "/sax",
  20. "_nodeVersion": "8.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/sax-1.2.4.tgz_1498153598031_0.6106507133226842"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "5.0.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "sax@>=0.6.0",
  33. "scope": null,
  34. "escapedName": "sax",
  35. "name": "sax",
  36. "rawSpec": ">=0.6.0",
  37. "spec": ">=0.6.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/xml2js"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  44. "_shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
  45. "_shrinkwrap": null,
  46. "_spec": "sax@>=0.6.0",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/xml2js",
  48. "author": {
  49. "name": "Isaac Z. Schlueter",
  50. "email": "i@izs.me",
  51. "url": "http://blog.izs.me/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/isaacs/sax-js/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Isaac Z. Schlueter",
  59. "email": "i@izs.me"
  60. },
  61. {
  62. "name": "Stein Martin Hustad",
  63. "email": "stein@hustad.com"
  64. },
  65. {
  66. "name": "Mikeal Rogers",
  67. "email": "mikeal.rogers@gmail.com"
  68. },
  69. {
  70. "name": "Laurie Harper",
  71. "email": "laurie@holoweb.net"
  72. },
  73. {
  74. "name": "Jann Horn",
  75. "email": "jann@Jann-PC.fritz.box"
  76. },
  77. {
  78. "name": "Elijah Insua",
  79. "email": "tmpvar@gmail.com"
  80. },
  81. {
  82. "name": "Henry Rawas",
  83. "email": "henryr@schakra.com"
  84. },
  85. {
  86. "name": "Justin Makeig",
  87. "email": "jmpublic@makeig.com"
  88. },
  89. {
  90. "name": "Mike Schilling",
  91. "email": "mike@emotive.com"
  92. }
  93. ],
  94. "dependencies": {},
  95. "description": "An evented streaming XML parser in JavaScript",
  96. "devDependencies": {
  97. "standard": "^8.6.0",
  98. "tap": "^10.5.1"
  99. },
  100. "directories": {},
  101. "dist": {
  102. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
  103. "shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
  104. "tarball": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz"
  105. },
  106. "files": [
  107. "lib/sax.js",
  108. "LICENSE",
  109. "README.md"
  110. ],
  111. "gitHead": "5aee2163d55cff24b817bbf550bac44841f9df45",
  112. "homepage": "https://github.com/isaacs/sax-js#readme",
  113. "license": "ISC",
  114. "main": "lib/sax.js",
  115. "maintainers": [
  116. {
  117. "name": "isaacs",
  118. "email": "i@izs.me"
  119. }
  120. ],
  121. "name": "sax",
  122. "optionalDependencies": {},
  123. "readme": "ERROR: No README data found!",
  124. "repository": {
  125. "type": "git",
  126. "url": "git://github.com/isaacs/sax-js.git"
  127. },
  128. "scripts": {
  129. "postpublish": "git push origin --all; git push origin --tags",
  130. "posttest": "standard -F test/*.js lib/*.js",
  131. "postversion": "npm publish",
  132. "preversion": "npm test",
  133. "test": "tap test/*.js --cov -j4"
  134. },
  135. "version": "1.2.4"
  136. }