Ohm-Management - Projektarbeit B-ME
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.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "saslprep@^1.0.0",
  3. "_id": "saslprep@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==",
  6. "_location": "/saslprep",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "saslprep@^1.0.0",
  12. "name": "saslprep",
  13. "escapedName": "saslprep",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mongodb-core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz",
  22. "_shasum": "4c02f946b56cf54297e347ba1093e7acac4cf226",
  23. "_spec": "saslprep@^1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongodb-core",
  25. "author": {
  26. "name": "Dmitry Tsvettsikh",
  27. "email": "me@reklatsmasters.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/reklatsmasters/saslprep/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "sparse-bitfield": "^3.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
  38. "devDependencies": {
  39. "@nodertc/eslint-config": "^0.2.1",
  40. "eslint": "^5.16.0",
  41. "jest": "^23.6.0",
  42. "prettier": "^1.14.3"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "eslintConfig": {
  48. "extends": "@nodertc",
  49. "rules": {
  50. "camelcase": "off",
  51. "no-continue": "off"
  52. },
  53. "overrides": [
  54. {
  55. "files": [
  56. "test/*.js"
  57. ],
  58. "env": {
  59. "jest": true
  60. },
  61. "rules": {
  62. "require-jsdoc": "off"
  63. }
  64. }
  65. ]
  66. },
  67. "homepage": "https://github.com/reklatsmasters/saslprep#readme",
  68. "jest": {
  69. "modulePaths": [
  70. "<rootDir>"
  71. ],
  72. "testMatch": [
  73. "**/test/*.js"
  74. ],
  75. "testPathIgnorePatterns": [
  76. "<rootDir>/node_modules/"
  77. ]
  78. },
  79. "keywords": [
  80. "sasl",
  81. "saslprep",
  82. "stringprep",
  83. "rfc4013",
  84. "4013"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "saslprep",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/reklatsmasters/saslprep.git"
  92. },
  93. "scripts": {
  94. "gen-code-points": "node generate-code-points.js > code-points.mem",
  95. "lint": "npx eslint --quiet .",
  96. "test": "npm run lint && npm run unit-test",
  97. "unit-test": "npx jest"
  98. },
  99. "version": "1.0.3"
  100. }