{ "_args": [ [ "vfile-sort@2.2.2", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "vfile-sort@2.2.2", "_id": "vfile-sort@2.2.2", "_inBundle": false, "_integrity": "sha512-tAyUqD2R1l/7Rn7ixdGkhXLD3zsg+XLAeUDUhXearjfIcpL1Hcsj5hHpCoy/gvfK/Ws61+e972fm0F7up7hfYA==", "_location": "/vfile-sort", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vfile-sort@2.2.2", "name": "vfile-sort", "escapedName": "vfile-sort", "rawSpec": "2.2.2", "saveSpec": null, "fetchSpec": "2.2.2" }, "_requiredBy": [ "/documentation", "/vfile-reporter" ], "_resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-2.2.2.tgz", "_spec": "2.2.2", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/vfile/vfile-sort/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "description": "vfile utility to sort messages by line/column", "devDependencies": { "browserify": "^16.0.0", "nyc": "^15.0.0", "prettier": "^1.0.0", "remark-cli": "^7.0.0", "remark-preset-wooorm": "^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-sort#readme", "keywords": [ "vfile", "vfile-util", "util", "utility", "virtual", "file", "sort", "order", "message" ], "license": "MIT", "name": "vfile-sort", "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-sort.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s vfileSort > vfile-sort.js", "build-mangle": "browserify . -s vfileSort -p tinyify > vfile-sort.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": "2.2.2", "xo": { "prettier": true, "esnext": false, "ignores": [ "vfile-sort.js" ] } }