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.

86 lines
3.0 KiB

  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. "/saxes"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  22. "_shasum": "060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb",
  23. "_spec": "xmlchars@^2.2.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/saxes",
  25. "author": {
  26. "name": "Louis-Dominique Dubeau",
  27. "email": "ldd@lddubeau.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lddubeau/xmlchars/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
  36. "devDependencies": {
  37. "@commitlint/cli": "^8.1.0",
  38. "@commitlint/config-angular": "^8.1.0",
  39. "@types/chai": "^4.2.1",
  40. "@types/mocha": "^5.2.7",
  41. "chai": "^4.2.0",
  42. "conventional-changelog-cli": "^2.0.23",
  43. "husky": "^3.0.5",
  44. "mocha": "^6.2.0",
  45. "ts-node": "^8.3.0",
  46. "tslint": "^5.19.0",
  47. "tslint-config-lddubeau": "^4.1.0",
  48. "typescript": "^3.6.2"
  49. },
  50. "homepage": "https://github.com/lddubeau/xmlchars#readme",
  51. "husky": {
  52. "hooks": {
  53. "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
  54. }
  55. },
  56. "keywords": [
  57. "XML",
  58. "validation"
  59. ],
  60. "license": "MIT",
  61. "main": "xmlchars.js",
  62. "name": "xmlchars",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/lddubeau/xmlchars.git"
  66. },
  67. "scripts": {
  68. "build": "tsc && npm run copy",
  69. "clean": "rm -rf build",
  70. "copy": "cp README.md LICENSE build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
  71. "postpublish": "git push origin --follow-tags",
  72. "posttest": "tslint -p tsconfig.json && tslint -p test/tsconfig.json",
  73. "postversion": "npm run xmlchars:publish",
  74. "prepack": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
  75. "prepublishOnly": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
  76. "pretest": "npm run build",
  77. "preversion": "npm run test-install",
  78. "test": "mocha",
  79. "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)",
  80. "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
  81. "xmlchars:pack": "cd build/dist/ && (packname=`npm pack --silent`; mv $packname ..; echo $packname)",
  82. "xmlchars:publish": "npm run test-install && (cd build/dist && npm publish)"
  83. },
  84. "types": "xmlchars.d.ts",
  85. "version": "2.2.0"
  86. }