package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "xmlchars@^2.2.0",
  3. "_id": "xmlchars@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  6. "_location": "/xmlchars",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xmlchars@^2.2.0",
  12. "name": "xmlchars",
  13. "escapedName": "xmlchars",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-mocha/saxes",
  20. "/saxes"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz",
  23. "_shasum": "060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb",
  24. "_spec": "xmlchars@^2.2.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\saxes",
  26. "author": {
  27. "name": "Louis-Dominique Dubeau",
  28. "email": "ldd@lddubeau.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lddubeau/xmlchars/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
  37. "devDependencies": {
  38. "@commitlint/cli": "^8.1.0",
  39. "@commitlint/config-angular": "^8.1.0",
  40. "@types/chai": "^4.2.1",
  41. "@types/mocha": "^5.2.7",
  42. "chai": "^4.2.0",
  43. "conventional-changelog-cli": "^2.0.23",
  44. "husky": "^3.0.5",
  45. "mocha": "^6.2.0",
  46. "ts-node": "^8.3.0",
  47. "tslint": "^5.19.0",
  48. "tslint-config-lddubeau": "^4.1.0",
  49. "typescript": "^3.6.2"
  50. },
  51. "homepage": "https://github.com/lddubeau/xmlchars#readme",
  52. "husky": {
  53. "hooks": {
  54. "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
  55. }
  56. },
  57. "keywords": [
  58. "XML",
  59. "validation"
  60. ],
  61. "license": "MIT",
  62. "main": "xmlchars.js",
  63. "name": "xmlchars",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/lddubeau/xmlchars.git"
  67. },
  68. "scripts": {
  69. "build": "tsc && npm run copy",
  70. "clean": "rm -rf build",
  71. "copy": "cp README.md LICENSE build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
  72. "postpublish": "git push origin --follow-tags",
  73. "posttest": "tslint -p tsconfig.json && tslint -p test/tsconfig.json",
  74. "postversion": "npm run xmlchars:publish",
  75. "prepack": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
  76. "prepublishOnly": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
  77. "pretest": "npm run build",
  78. "preversion": "npm run test-install",
  79. "test": "mocha",
  80. "test-install": "npm run test && (test_dir=build/install_dir; rm -rf $test_dir; mkdir -p $test_dir/node_modules; packname=`npm run xmlchars:pack --silent`; (cd $test_dir; npm install ../$packname); rm -rf $test_dir)",
  81. "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
  82. "xmlchars:pack": "cd build/dist/ && (packname=`npm pack --silent`; mv $packname ..; echo $packname)",
  83. "xmlchars:publish": "npm run test-install && (cd build/dist && npm publish)"
  84. },
  85. "types": "xmlchars.d.ts",
  86. "version": "2.2.0"
  87. }