{
  "_args": [
    [
      "saslprep@1.0.0",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "saslprep@1.0.0",
  "_id": "saslprep@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-5lvKUEQ7lAN5/vPl5d3k8FQeDbEamu9kizfATfLLWV5h6Mkh1xcieR1FSsJkcSRUk49lF2tAW8gzXWVwtwZVhw==",
  "_location": "/saslprep",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Dmitry Tsvettsikh",
    "email": "me@reklatsmasters.com"
  },
  "bugs": {
    "url": "https://github.com/reklatsmasters/saslprep/issues"
  },
  "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.0"
}
