Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

package.json 3.1 KiB

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