Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.3KB

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