package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "/@vue/cli-service/svgo",
  21. "/css-minimizer-webpack-plugin/svgo"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  24. "_shasum": "cccaab758af56761eb7bf37af6f03f326dd798ad",
  25. "_spec": "@trysound/sax@0.2.0",
  26. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\css-minimizer-webpack-plugin\\node_modules\\svgo",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/svg/sax/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Bogdan Chadkin",
  39. "email": "trysound@yandex.ru",
  40. "url": "http://github.com/TrySound"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "An evented streaming XML parser in JavaScript",
  45. "devDependencies": {
  46. "standard": "^8.6.0",
  47. "tap": "^10.5.1"
  48. },
  49. "engines": {
  50. "node": ">=10.13.0"
  51. },
  52. "files": [
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/svg/sax#readme",
  56. "license": "ISC",
  57. "main": "lib/sax.js",
  58. "name": "@trysound/sax",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/svg/sax.git"
  62. },
  63. "scripts": {
  64. "lint": "standard -F test/*.js lib/*.js",
  65. "test": "tap test/*.js --cov -j4"
  66. },
  67. "version": "0.2.0"
  68. }