UNPKG

clean-stacktrace-metadata

Version:

Plugin for `clean-stacktrace` lib. Parse each line to get additional info like `filename`, `column` and `line` of the error.

127 lines (126 loc) 3.04 kB
{ "name": "clean-stacktrace-metadata", "version": "1.0.6", "description": "Plugin for `clean-stacktrace` lib. Parse each line to get additional info like `filename`, `column` and `line` of the error.", "repository": "tunnckoCore/clean-stacktrace-metadata", "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)", "precommit.silent": true, "jsnext:main": "dist/clean-stacktrace-metadata.es.js", "module": "dist/clean-stacktrace-metadata.es.js", "main": "dist/clean-stacktrace-metadata.common.js", "license": "MIT", "scripts": { "lint": "standard index.js test.js --fix --verbose", "test": "npm-run-all -s lint test:*", "test:api": "nyc --reporter lcov node test.js", "test:report": "nyc report", "prerelease": "npm test", "release": "standard-version --sign --no-verify", "git": "npm-run-all -s git:*", "git:add": "git add --all", "git:cz": "git-cz", "commit": "npm-run-all -s build test git", "build": "npm-run-all -s build:*", "build:clean": "rimraf dist", "build:bundle": "rollup -c", "build:show": "ls -al dist" }, "dependencies": {}, "devDependencies": { "commitizen": "~2.7.0", "cz-conventional-changelog": "1.1.5", "mukla": "^0.4.9", "normalize-path": "^2.0.1", "npm-run-all": "~3.1.2", "nyc": "^10.1.2", "parse-filepath": "^1.0.1", "pre-commit": "^1.2.2", "rimraf": "^2.6.1", "rollup": "^0.41.6", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-node-resolve": "^2.0.0", "standard": "^9.0.0", "standard-version": "^4.0.0" }, "files": [ "index.js", "dist/" ], "keywords": [ "api", "clean", "clean-stack", "clean-stacktrace", "cleanstack", "errors", "info", "map", "mapper", "meta", "metadata", "plugin", "stack", "stacktrace", "trace", "utils" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "nyc": { "check-coverage": true, "statements": 100, "functions": 100, "branches": 100, "lines": 100 }, "verb": { "run": true, "toc": { "render": true, "method": "preWrite", "maxdepth": 3, "footer": "" }, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "always-done", "minibase", "try-catch-core", "clean-stack", "clean-stacktrace", "stacktrace-metadata", "clean-stacktrace-relative-paths", "assert-kindof", "is-kindof" ], "highlight": "clean-stacktrace" }, "lint": { "reflinks": true }, "reflinks": [ "always-done", "async-done", "base", "charlike", "clean-stack", "clean-stacktrace", "commitizen", "dezalgo", "is-kindof", "kind-of", "once", "standard-version", "verb", "verb-generate-readme" ] } }