{ "_from": "figlet", "_id": "figlet@1.4.0", "_inBundle": false, "_integrity": "sha512-CxxIjEKHlqGosgXaIA+sikGDdV6KZOOlzPJnYuPgQlOSHZP5h9WIghYI30fyXnwEVeSH7Hedy72gC6zJrFC+SQ==", "_location": "/figlet", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "figlet", "name": "figlet", "escapedName": "figlet", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/figlet/-/figlet-1.4.0.tgz", "_shasum": "21c5878b3752a932ebdb8be400e2d10bbcddfd60", "_spec": "figlet", "_where": "/home/cziermann/git/papoh", "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" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "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.4.0" }