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.

33 lines
898 B

1 month ago
  1. {
  2. "version": "0.2.0",
  3. "name": "@trysound/sax",
  4. "description": "An evented streaming XML parser in JavaScript",
  5. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  6. "repository": "git://github.com/svg/sax.git",
  7. "license": "ISC",
  8. "contributors": [
  9. {
  10. "name": "Bogdan Chadkin",
  11. "email": "trysound@yandex.ru",
  12. "url": "http://github.com/TrySound"
  13. }
  14. ],
  15. "main": "lib/sax.js",
  16. "files": [
  17. "lib"
  18. ],
  19. "engines": {
  20. "node": ">=10.13.0"
  21. },
  22. "scripts": {
  23. "test": "tap test/*.js --cov -j4",
  24. "lint": "standard -F test/*.js lib/*.js"
  25. },
  26. "devDependencies": {
  27. "standard": "^8.6.0",
  28. "tap": "^10.5.1"
  29. }
  30. ,"_resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz"
  31. ,"_integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
  32. ,"_from": "@trysound/sax@0.2.0"
  33. }