{ "_args": [ [ "vfile-reporter@6.0.1", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "vfile-reporter@6.0.1", "_id": "vfile-reporter@6.0.1", "_inBundle": false, "_integrity": "sha512-0OppK9mo8G2XUpv+hIKLVSDsoxJrXnOy73+vIm0jQUOUFYRduqpFHX+QqAQfvRHyX9B0UFiRuNJnBOjQCIsw1g==", "_location": "/vfile-reporter", "_phantomChildren": { "@types/unist": "2.0.3", "emoji-regex": "8.0.0", "has-flag": "3.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "vfile-reporter@6.0.1", "name": "vfile-reporter", "escapedName": "vfile-reporter", "rawSpec": "6.0.1", "saveSpec": null, "fetchSpec": "6.0.1" }, "_requiredBy": [ "/documentation" ], "_resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-6.0.1.tgz", "_spec": "6.0.1", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "browserslist": "> 2.5%, node 6", "bugs": { "url": "https://github.com/vfile/vfile-reporter/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": { "repeat-string": "^1.5.0", "string-width": "^4.0.0", "supports-color": "^6.0.0", "unist-util-stringify-position": "^2.0.0", "vfile-sort": "^2.1.2", "vfile-statistics": "^1.1.0" }, "description": "vfile utility to create a report for a file", "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babelify": "^10.0.0", "browserify": "^16.0.0", "chalk": "^3.0.0", "figures": "^3.0.0", "nyc": "^15.0.0", "prettier": "^1.0.0", "remark-cli": "^7.0.0", "remark-preset-wooorm": "^6.0.0", "strip-ansi": "^6.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "vfile": "^4.0.0", "xo": "^0.27.0" }, "files": [ "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "homepage": "https://github.com/vfile/vfile-reporter#readme", "keywords": [ "vfile", "vfile-util", "vfile-reporter", "util", "utility", "reporter", "virtual", "file", "formatter", "report", "format", "message", "warning", "error" ], "license": "MIT", "name": "vfile-reporter", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/vfile/vfile-reporter.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . --bare -s vfileReporter -g [ babelify --presets [ \"@babel/preset-env\" ] ] > vfile-reporter.js", "build-mangle": "browserify . --bare -s vfileReporter -g [ babelify --presets [ \"@babel/preset-env\" ] ] -p tinyify > vfile-reporter.min.js", "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "test": "npm run format && npm run build && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "6.0.1", "xo": { "prettier": true, "esnext": false, "ignores": [ "vfile-reporter.js" ] } }