om/node_modules/saslprep/package.json

67 lines
1.7 KiB
JSON

{
"_from": "saslprep@^1.0.0",
"_id": "saslprep@1.0.2",
"_inBundle": false,
"_integrity": "sha512-4cDsYuAjXssUSjxHKRe4DTZC0agDwsCqcMqtJAQPzC74nJ7LfAJflAtC1Zed5hMzEQKj82d3tuzqdGNRsLJ4Gw==",
"_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"
},
"_requiredBy": [
"/mongodb-core"
],
"_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.2.tgz",
"_shasum": "da5ab936e6ea0bbae911ffec77534be370c9f52d",
"_spec": "saslprep@^1.0.0",
"_where": "D:\\Gitterra\\om\\node_modules\\mongodb-core",
"author": {
"name": "Dmitry Tsvettsikh",
"email": "me@reklatsmasters.com"
},
"bugs": {
"url": "https://github.com/reklatsmasters/saslprep/issues"
},
"bundleDependencies": false,
"dependencies": {
"sparse-bitfield": "^3.0.3"
},
"deprecated": false,
"description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
"devDependencies": {
"ava": "^0.25.0",
"eslint-plugin-prettier": "^2.1.2",
"prettier": "^1.4.4"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/reklatsmasters/saslprep#readme",
"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",
"test": "ava"
},
"version": "1.0.2"
}