{ "_args": [ [ "remark-slug@5.1.2", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "remark-slug@5.1.2", "_id": "remark-slug@5.1.2", "_inBundle": false, "_integrity": "sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A==", "_location": "/remark-slug", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "remark-slug@5.1.2", "name": "remark-slug", "escapedName": "remark-slug", "rawSpec": "5.1.2", "saveSpec": null, "fetchSpec": "5.1.2" }, "_requiredBy": [ "/remark-toc" ], "_resolved": "https://registry.npmjs.org/remark-slug/-/remark-slug-5.1.2.tgz", "_spec": "5.1.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/remarkjs/remark-slug/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, { "name": "Jayson Harshbarger", "email": "hypercubed@gmail.com" } ], "dependencies": { "github-slugger": "^1.0.0", "mdast-util-to-string": "^1.0.0", "unist-util-visit": "^1.0.0" }, "description": "remark plugin to add anchors to headings", "devDependencies": { "browserify": "^16.0.0", "nyc": "^14.0.0", "prettier": "^1.0.0", "remark": "^10.0.0", "remark-cli": "^6.0.0", "remark-preset-wooorm": "^5.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "unist-builder": "^1.0.0", "unist-util-remove-position": "^1.0.0", "xo": "^0.24.0" }, "files": [ "index.js" ], "homepage": "https://github.com/remarkjs/remark-slug#readme", "keywords": [ "unified", "remark", "plugin", "mdast", "markdown", "text", "slug", "id", "github", "npm" ], "license": "MIT", "name": "remark-slug", "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/remarkjs/remark-slug.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s remarkSlug > remark-slug.js", "build-mangle": "browserify . -s remarkSlug -p tinyify > remark-slug.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": "5.1.2", "xo": { "prettier": true, "esnext": false, "ignores": [ "remark-slug.js" ] } }