{
  "_args": [
    [
      "figlet@1.5.0",
      "C:\\xampp\\htdocs\\pmsb"
    ]
  ],
  "_from": "figlet@1.5.0",
  "_id": "figlet@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-ZQJM4aifMpz6H19AW1VqvZ7l4pOE9p7i/3LyxgO2kp+PO/VcDYNqIHEMtkccqIhTXMKci4kjueJr/iCQEaT/Ww==",
  "_location": "/figlet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "figlet@1.5.0",
    "name": "figlet",
    "escapedName": "figlet",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/figlet-cli"
  ],
  "_resolved": "https://registry.npmjs.org/figlet/-/figlet-1.5.0.tgz",
  "_spec": "1.5.0",
  "_where": "C:\\xampp\\htdocs\\pmsb",
  "author": {
    "name": "Patrick Gillespie",
    "email": "patorjk@gmail.com",
    "url": "http://patorjk.com/"
  },
  "browser": "./lib/figlet.js",
  "bugs": {
    "url": "https://github.com/patorjk/figlet.js/issues"
  },
  "dependencies": {},
  "description": "Creates ASCII Art from text. A full implementation of the FIGfont spec.",
  "devDependencies": {
    "async": "~0.9.0",
    "grunt": "^1.0.3",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-uglify": "^4.0.0"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/patorjk/figlet.js#readme",
  "keywords": [
    "figlet",
    "ascii",
    "art",
    "banner",
    "ansi"
  ],
  "license": "MIT",
  "main": "./lib/node-figlet.js",
  "name": "figlet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patorjk/figlet.js.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "1.5.0"
}
