{
  "_args": [
    [
      "owasp-password-strength-test@1.3.0",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "owasp-password-strength-test@1.3.0",
  "_id": "owasp-password-strength-test@1.3.0",
  "_inBundle": false,
  "_integrity": "sha1-T2KeQpA+j20nmyMNZXq2HljkSxI=",
  "_location": "/owasp-password-strength-test",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "owasp-password-strength-test@1.3.0",
    "name": "owasp-password-strength-test",
    "escapedName": "owasp-password-strength-test",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/owasp-password-strength-test/-/owasp-password-strength-test-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Chris Allen Lane"
  },
  "bugs": {
    "url": "https://github.com/nowsecure/owasp-password-strength-test/issues"
  },
  "description": "A password-strength tester based upon the OWASP guidelines for enforcing strong passwords.",
  "devDependencies": {
    "jshint": "2.6.3",
    "mocha": "2.2.4",
    "should": "3.1.2"
  },
  "homepage": "https://github.com/nowsecure/owasp-password-strength-test#readme",
  "jshintConfig": {
    "expr": true,
    "laxbreak": true
  },
  "keywords": [
    "security",
    "password",
    "owasp"
  ],
  "license": "MIT",
  "main": "owasp-password-strength-test.js",
  "name": "owasp-password-strength-test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nowsecure/owasp-password-strength-test.git"
  },
  "scripts": {
    "lint": "jshint *.js",
    "test": "mocha --recursive --reporter spec test.js"
  },
  "version": "1.3.0"
}
