asdf-games/node_modules/garnish/package.json

87 lines
2.1 KiB
JSON

{
"_from": "garnish@^5.0.0",
"_id": "garnish@5.2.0",
"_inBundle": false,
"_integrity": "sha1-vtQ2WTguSxmOM8eTiXvnxwHmVXc=",
"_location": "/garnish",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "garnish@^5.0.0",
"name": "garnish",
"escapedName": "garnish",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/budo"
],
"_resolved": "https://registry.npmjs.org/garnish/-/garnish-5.2.0.tgz",
"_shasum": "bed43659382e4b198e33c793897be7c701e65577",
"_spec": "garnish@^5.0.0",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\budo",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bin": {
"garnish": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/mattdesl/garnish/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^0.5.1",
"minimist": "^1.1.0",
"pad-left": "^2.0.0",
"pad-right": "^0.2.2",
"prettier-bytes": "^1.0.3",
"pretty-ms": "^2.1.0",
"right-now": "^1.0.0",
"split2": "^0.2.1",
"stdout-stream": "^1.4.0",
"url-trim": "^1.0.0"
},
"deprecated": false,
"description": "prettifies ndjson from wzrd and similar tools",
"devDependencies": {
"browserify": "^8.1.3",
"standard": "^4.5.4",
"strip-ansi": "^2.0.1",
"tape": "^3.5.0",
"wzrd": "^1.2.1"
},
"homepage": "https://github.com/mattdesl/garnish",
"keywords": [
"prettify",
"pretty",
"print",
"pretty-print",
"ndjson",
"bundle",
"bundler",
"browserify",
"wzrd",
"beefy",
"wizz"
],
"license": "MIT",
"main": "index.js",
"name": "garnish",
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/garnish.git"
},
"scripts": {
"demo": "node test/app.js | ./bin/cmd.js",
"start": "node test/server.js",
"test": "standard && node test/test.js",
"wzrd": "wzrd test/demo.js | ./bin/cmd.js"
},
"version": "5.2.0"
}