package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "sax@>=0.6.0",
  3. "_id": "sax@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  6. "_location": "/sax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sax@>=0.6.0",
  12. "name": "sax",
  13. "escapedName": "sax",
  14. "rawSpec": ">=0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": ">=0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom",
  20. "/xml2js"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  23. "_shasum": "44cc8988377f126304d3b3fc1010c733b929ef0f",
  24. "_spec": "sax@>=0.6.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\xml2js",
  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/isaacs/sax-js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "An evented streaming XML parser in JavaScript",
  37. "devDependencies": {
  38. "tap": "^15.1.6"
  39. },
  40. "files": [
  41. "lib/sax.js",
  42. "LICENSE",
  43. "README.md"
  44. ],
  45. "homepage": "https://github.com/isaacs/sax-js#readme",
  46. "license": "ISC",
  47. "main": "lib/sax.js",
  48. "name": "sax",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/isaacs/sax-js.git"
  52. },
  53. "scripts": {
  54. "postpublish": "git push origin --all; git push origin --tags",
  55. "postversion": "npm publish",
  56. "preversion": "npm test",
  57. "test": "tap test/*.js --cov -j4"
  58. },
  59. "tap": {
  60. "statements": 79,
  61. "branches": 75,
  62. "functions": 80,
  63. "lines": 79
  64. },
  65. "version": "1.4.1"
  66. }