This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

82
node_modules/saslprep/package.json generated vendored
View File

@@ -1,48 +1,42 @@
{
"_from": "saslprep@^1.0.0",
"_id": "saslprep@1.0.3",
"_inBundle": false,
"_integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==",
"_location": "/saslprep",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "saslprep@^1.0.0",
"name": "saslprep",
"escapedName": "saslprep",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"name": "saslprep",
"version": "1.0.3",
"description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run unit-test",
"lint": "npx eslint --quiet .",
"unit-test": "npx jest",
"gen-code-points": "node generate-code-points.js > code-points.mem"
},
"_requiredBy": [
"/mongodb"
"repository": {
"type": "git",
"url": "git+https://github.com/reklatsmasters/saslprep.git"
},
"keywords": [
"sasl",
"saslprep",
"stringprep",
"rfc4013",
"4013"
],
"_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz",
"_shasum": "4c02f946b56cf54297e347ba1093e7acac4cf226",
"_spec": "saslprep@^1.0.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\mongodb",
"author": {
"name": "Dmitry Tsvettsikh",
"email": "me@reklatsmasters.com"
},
"author": "Dmitry Tsvettsikh <me@reklatsmasters.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reklatsmasters/saslprep/issues"
},
"bundleDependencies": false,
"dependencies": {
"sparse-bitfield": "^3.0.3"
"engines": {
"node": ">=6"
},
"deprecated": false,
"description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
"homepage": "https://github.com/reklatsmasters/saslprep#readme",
"devDependencies": {
"@nodertc/eslint-config": "^0.2.1",
"eslint": "^5.16.0",
"jest": "^23.6.0",
"prettier": "^1.14.3"
},
"engines": {
"node": ">=6"
"dependencies": {
"sparse-bitfield": "^3.0.3"
},
"eslintConfig": {
"extends": "@nodertc",
@@ -64,7 +58,6 @@
}
]
},
"homepage": "https://github.com/reklatsmasters/saslprep#readme",
"jest": {
"modulePaths": [
"<rootDir>"
@@ -75,26 +68,5 @@
"testPathIgnorePatterns": [
"<rootDir>/node_modules/"
]
},
"keywords": [
"sasl",
"saslprep",
"stringprep",
"rfc4013",
"4013"
],
"license": "MIT",
"main": "index.js",
"name": "saslprep",
"repository": {
"type": "git",
"url": "git+https://github.com/reklatsmasters/saslprep.git"
},
"scripts": {
"gen-code-points": "node generate-code-points.js > code-points.mem",
"lint": "npx eslint --quiet .",
"test": "npm run lint && npm run unit-test",
"unit-test": "npx jest"
},
"version": "1.0.3"
}
}