cloudworker-proxy
Version:
An api gateway for cloudflare workers
92 lines (91 loc) • 2.8 kB
JSON
{
"_args": [
[
"prettyoutput@1.2.0",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "prettyoutput@1.2.0",
"_id": "prettyoutput@1.2.0",
"_inBundle": false,
"_integrity": "sha512-G2gJwLzLcYS+2m6bTAe+CcDpwak9YpcvpScI0tE4WYb2O3lEZD/YywkMNpGqsSx5wttGvh2UXaKROTKKCyM2dw==",
"_location": "/prettyoutput",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "prettyoutput@1.2.0",
"name": "prettyoutput",
"escapedName": "prettyoutput",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/@serverless/components",
"/serverless/@serverless/cli"
],
"_resolved": "https://registry.npmjs.org/prettyoutput/-/prettyoutput-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Nadim",
"email": "nadim.boustani@gmail.com",
"url": "https://github.com/bnadim"
},
"bin": {
"prettyoutput": "bin/prettyoutput"
},
"bugs": {
"url": "https://github.com/keepitcool/prettyoutput/issues"
},
"dependencies": {
"colors": "1.3.x",
"commander": "2.19.x",
"lodash": "4.17.x"
},
"description": "Librarie to format js/json objects into a YAML-style colored output. Especially useful to pretty print logs. Performant (benchmarks)",
"devDependencies": {
"columnify": "1.x.x",
"eslint": "5.x.x",
"istanbul": "0.4.5",
"mocha": "5.x.x",
"nyc": "13.x.x",
"prettier": "^1.15.3",
"prettyjson": "1.x.x",
"should": "13.x.x"
},
"engines": {
"node": ">=4"
},
"homepage": "http://github.com/keepitcool/prettyoutput",
"keywords": [
"json",
"js",
"log",
"cli",
"prety",
"formatting",
"colors",
"output"
],
"license": "MIT",
"main": "./lib/prettyoutput",
"name": "prettyoutput",
"repository": {
"type": "git",
"url": "git+https://github.com/keepitcool/prettyoutput.git"
},
"scripts": {
"benchmark": "node ./benchmark/benchmark.js",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent",
"check-fmt": "prettier --print-width 140 --tab-width=4 --single-quote --bracket-spacing --no-semi --list-different \"{.,{test,lib,benchmark}/**/}/*.js\"",
"codecov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"coverage": "nyc npm run test",
"eslint": "eslint . bin/prettyoutput",
"fmt": "prettier --print-width 140 --tab-width=4 --single-quote --bracket-spacing --no-semi --color --write \"{.,{test,lib,benchmark}/**/}/*.js\"",
"test": "mocha --reporter spec"
},
"version": "1.2.0"
}