{ "_from": "@mongodb-js/saslprep@^1.1.0", "_id": "@mongodb-js/saslprep@1.1.7", "_inBundle": false, "_integrity": "sha512-dCHW/oEX0KJ4NjDULBo3JiOaK5+6axtpBbS+ao2ZInoAL9/YRQLhXzSNAFz7hP4nzLkIqsfYAK/PDE3+XHny0Q==", "_location": "/@mongodb-js/saslprep", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@mongodb-js/saslprep@^1.1.0", "name": "@mongodb-js/saslprep", "escapedName": "@mongodb-js%2fsaslprep", "scope": "@mongodb-js", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/mongodb" ], "_resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.7.tgz", "_shasum": "d1700facfd6916c50c2c88fd6d48d363a56c702f", "_spec": "@mongodb-js/saslprep@^1.1.0", "_where": "/home/dorians/cronjob/node_modules/mongodb", "author": { "name": "Dmitry Tsvettsikh", "email": "me@reklatsmasters.com" }, "bugs": { "url": "https://jira.mongodb.org/projects/COMPASS/issues", "email": "compass@mongodb.com" }, "bundleDependencies": false, "dependencies": { "sparse-bitfield": "^3.0.3" }, "deprecated": false, "description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013", "devDependencies": { "@mongodb-js/eslint-config-devtools": "0.9.10", "@mongodb-js/mocha-config-devtools": "^1.0.3", "@mongodb-js/prettier-config-devtools": "^1.0.1", "@mongodb-js/tsconfig-devtools": "^1.0.2", "@types/chai": "^4.2.21", "@types/mocha": "^9.0.0", "@types/node": "^17.0.35", "@types/sinon-chai": "^3.2.5", "@types/sparse-bitfield": "^3.0.1", "chai": "^4.3.6", "depcheck": "^1.4.1", "eslint": "^7.25.0", "gen-esm-wrapper": "^1.1.0", "mocha": "^8.4.0", "nyc": "^15.1.0", "prettier": "^2.3.2", "sinon": "^9.2.3", "typescript": "^5.0.4" }, "exports": { "browser": { "types": "./dist/browser.d.ts", "default": "./dist/browser.js" }, "import": { "types": "./dist/node.d.ts", "default": "./dist/.esm-wrapper.mjs" }, "require": { "types": "./dist/node.d.ts", "default": "./dist/node.js" } }, "files": [ "dist" ], "gitHead": "ff425df9ea4651f7c4c24acc30cbf06d06007d4a", "homepage": "https://github.com/mongodb-js/devtools-shared/tree/main/packages/saslprep", "keywords": [ "sasl", "saslprep", "stringprep", "rfc4013", "4013" ], "license": "MIT", "main": "dist/node.js", "name": "@mongodb-js/saslprep", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/mongodb-js/devtools-shared.git" }, "scripts": { "bootstrap": "npm run compile", "check": "npm run typecheck && npm run lint && npm run depcheck", "check-ci": "npm run check", "compile": "npm run gen-code-points && tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs", "depcheck": "depcheck", "eslint": "eslint", "gen-code-points": "ts-node src/generate-code-points.ts src/code-points-data.ts src/code-points-data-browser.ts", "lint": "npm run eslint . && npm run prettier -- --check .", "prepublishOnly": "npm run compile", "prettier": "prettier", "reformat": "npm run prettier -- --write .", "test": "mocha", "test-ci": "npm run test-cov", "test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test", "test-watch": "npm run test -- --watch", "typecheck": "tsc --noEmit" }, "types": "./dist/node.d.ts", "version": "1.1.7" }