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.

64 lines
1.6 KiB

  1. {
  2. "_from": "w3c-xmlserializer@^2.0.0",
  3. "_id": "w3c-xmlserializer@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  6. "_location": "/w3c-xmlserializer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "w3c-xmlserializer@^2.0.0",
  12. "name": "w3c-xmlserializer",
  13. "escapedName": "w3c-xmlserializer",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  22. "_shasum": "3e7104a05b75146cc60f564380b7f683acf1020a",
  23. "_spec": "w3c-xmlserializer@^2.0.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "bugs": {
  26. "url": "https://github.com/jsdom/w3c-xmlserializer/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "xml-name-validator": "^3.0.0"
  31. },
  32. "deprecated": false,
  33. "description": "A per-spec XML serializer implementation",
  34. "devDependencies": {
  35. "eslint": "^6.8.0",
  36. "jest": "^24.9.0",
  37. "jsdom": "^15.2.1"
  38. },
  39. "engines": {
  40. "node": ">=10"
  41. },
  42. "files": [
  43. "lib/"
  44. ],
  45. "homepage": "https://github.com/jsdom/w3c-xmlserializer#readme",
  46. "keywords": [
  47. "dom",
  48. "w3c",
  49. "xml",
  50. "xmlserializer"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/serialize.js",
  54. "name": "w3c-xmlserializer",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/jsdom/w3c-xmlserializer.git"
  58. },
  59. "scripts": {
  60. "lint": "eslint .",
  61. "test": "jest"
  62. },
  63. "version": "2.0.0"
  64. }