{
  "_from": "saslprep@^1.0.0",
  "_id": "saslprep@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-ntN6SbE3hRqd45PKKadRPgA+xHPWg5lPSj2JWJdJvjTwXDDfkPVtXWvP8jJojvnm+rAsZ2b299C5NwZqq818EA==",
  "_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.1.tgz",
  "_shasum": "b644e0ba25b156b652f3cb90df7542f896049ba6",
  "_spec": "saslprep@^1.0.0",
  "_where": "C:\\Projects\\Node\\grifo\\example\\node_modules\\mongodb-core",
  "author": {
    "name": "Dmitry Tsvettsikh",
    "email": "me@reklatsmasters.com"
  },
  "bugs": {
    "url": "https://github.com/reklatsmasters/saslprep/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
  "devDependencies": {
    "ava": "^0.19.1",
    "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": {
    "test": "ava"
  },
  "version": "1.0.1"
}
