package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "saxen@8.1.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "saxen@8.1.2",
  9. "_id": "saxen@8.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xUOiiFbc3Ow7p8KMxwsGICPx46ZQvy3+qfNVhrkwfz3Vvq45eGt98Ft5IQaA1R/7Tb5B5MKh9fUR9x3c3nDTxw==",
  12. "_location": "/saxen",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "saxen@8.1.2",
  18. "name": "saxen",
  19. "escapedName": "saxen",
  20. "rawSpec": "8.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "8.1.2"
  23. },
  24. "_requiredBy": [
  25. "/moddle-xml"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/saxen/-/saxen-8.1.2.tgz",
  28. "_spec": "8.1.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Vopilovskiy Konstantin",
  32. "email": "flash.vkv@gmail.com",
  33. "url": "http://vflash.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/nikku/saxen/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Nico Rehwaldt",
  41. "url": "https://github.com/nikku"
  42. }
  43. ],
  44. "description": "A tiny, super fast, namespace aware sax-style XML parser written in plain JavaScript",
  45. "devDependencies": {
  46. "eslint": "^6.8.0",
  47. "eslint-plugin-bpmn-io": "^0.11.0",
  48. "esm": "^3.0.84",
  49. "mocha": "^7.1.1",
  50. "npm-run-all": "^4.1.1",
  51. "nyc": "^15.0.0",
  52. "rollup": "^0.57.1",
  53. "rollup-plugin-uglify": "^3.0.0",
  54. "table": "^5.4.6"
  55. },
  56. "homepage": "https://github.com/nikku/saxen#readme",
  57. "keywords": [
  58. "xml",
  59. "sax",
  60. "parser",
  61. "pure"
  62. ],
  63. "license": "MIT",
  64. "main": "./dist/index.js",
  65. "module": "./dist/index.esm.js",
  66. "name": "saxen",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/nikku/saxen.git"
  70. },
  71. "scripts": {
  72. "all": "run-s lint bundle test-coverage test-perf",
  73. "bundle": "rollup -c",
  74. "lint": "eslint .",
  75. "prepublishOnly": "run-s bundle test-perf",
  76. "test": "mocha -r esm test/index.js",
  77. "test-coverage": "NO_PERF=1 nyc --reporter=lcov --reporter=html npm test",
  78. "test-perf": "node test/perf"
  79. },
  80. "version": "8.1.2"
  81. }