You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
3.1 KiB

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