{ "_args": [ [ "pretty-error@4.0.0", "/Users/mac/projects/mime/mine" ] ], "_development": true, "_from": "pretty-error@4.0.0", "_id": "pretty-error@4.0.0", "_inBundle": false, "_integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "_location": "/pretty-error", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pretty-error@4.0.0", "name": "pretty-error", "escapedName": "pretty-error", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/html-webpack-plugin" ], "_resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz", "_spec": "4.0.0", "_where": "/Users/mac/projects/mime/mine", "author": { "name": "Aria Minaei" }, "bugs": { "url": "https://github.com/AriaMinaei/pretty-error/issues" }, "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" }, "description": "See nodejs errors with less clutter", "devDependencies": { "chai": "~1.9.2", "coffee-script": "~1.8.0", "coffeescript": "^1.12.7", "jitter": "^1.3.0", "mocha": "^8.2.0" }, "homepage": "https://github.com/AriaMinaei/pretty-error#readme", "keywords": [ "pretty", "error", "exception", "debug", "error-handling", "readable", "colorful", "prettify", "format", "human" ], "license": "MIT", "main": "./lib/PrettyError.js", "name": "pretty-error", "repository": { "type": "git", "url": "git+https://github.com/AriaMinaei/pretty-error.git" }, "scripts": { "compile": "coffee --bare --compile --output ./lib ./src", "compile:watch": "jitter src lib -b", "prepublish": "npm run compile", "test": "mocha \"test/**/*.coffee\"", "test:watch": "mocha \"test/**/*.coffee\" --watch", "watch": "npm run compile:watch & npm run test:watch", "winwatch": "start/b npm run compile:watch & npm run test:watch" }, "typings": "index.d.ts", "version": "4.0.0" }