testastra
Version:
** testastra **
69 lines (68 loc) • 1.73 kB
JSON
{
"_from": "figlet@*",
"_id": "figlet@1.2.1",
"_inBundle": false,
"_integrity": "sha512-qc8gycfnnfOmfvPl7Fi3JeTbcvdmbZkckyUVGGAM02je7Ookvu+bBfKy1I4FKqTsQHCs3ARJ76ip/k98r+OQuQ==",
"_location": "/figlet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "figlet@*",
"name": "figlet",
"escapedName": "figlet",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/figlet/-/figlet-1.2.1.tgz",
"_shasum": "48d35df9d9b10b1b3888302e6e57904a0b00509c",
"_spec": "figlet@*",
"_where": "/Users/sriharsha/Desktop/github/testastra",
"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.2.1"
}