package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@trysound/sax@0.2.0",
  3. "_id": "@trysound/sax@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  6. "_location": "/@trysound/sax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@trysound/sax@0.2.0",
  12. "name": "@trysound/sax",
  13. "escapedName": "@trysound%2fsax",
  14. "scope": "@trysound",
  15. "rawSpec": "0.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "0.2.0"
  18. },
  19. "_requiredBy": [
  20. "/svgo"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
  23. "_shasum": "cccaab758af56761eb7bf37af6f03f326dd798ad",
  24. "_spec": "@trysound/sax@0.2.0",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\svgo",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/svg/sax/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Bogdan Chadkin",
  38. "email": "trysound@yandex.ru",
  39. "url": "http://github.com/TrySound"
  40. }
  41. ],
  42. "deprecated": false,
  43. "description": "An evented streaming XML parser in JavaScript",
  44. "devDependencies": {
  45. "standard": "^8.6.0",
  46. "tap": "^10.5.1"
  47. },
  48. "engines": {
  49. "node": ">=10.13.0"
  50. },
  51. "files": [
  52. "lib"
  53. ],
  54. "homepage": "https://github.com/svg/sax#readme",
  55. "license": "ISC",
  56. "main": "lib/sax.js",
  57. "name": "@trysound/sax",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/svg/sax.git"
  61. },
  62. "scripts": {
  63. "lint": "standard -F test/*.js lib/*.js",
  64. "test": "tap test/*.js --cov -j4"
  65. },
  66. "version": "0.2.0"
  67. }