{ "_args": [ [ "remark-reference-links@4.0.4", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "remark-reference-links@4.0.4", "_id": "remark-reference-links@4.0.4", "_inBundle": false, "_integrity": "sha512-+2X8hwSQqxG4tvjYZNrTcEC+bXp8shQvwRGG6J/rnFTvBoU4G0BBviZoqKGZizLh/DG+0gSYhiDDWCqyxXW1iQ==", "_location": "/remark-reference-links", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "remark-reference-links@4.0.4", "name": "remark-reference-links", "escapedName": "remark-reference-links", "rawSpec": "4.0.4", "saveSpec": null, "fetchSpec": "4.0.4" }, "_requiredBy": [ "/documentation" ], "_resolved": "https://registry.npmjs.org/remark-reference-links/-/remark-reference-links-4.0.4.tgz", "_spec": "4.0.4", "_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-reference-links/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, { "name": "An Ko", "email": "an@cyan.io" } ], "dependencies": { "unist-util-visit": "^1.0.0" }, "description": "remark plugin to transform links and images to references and definitions", "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", "xo": "^0.24.0" }, "files": [ "index.js" ], "homepage": "https://github.com/remarkjs/remark-reference-links#readme", "keywords": [ "unified", "remark", "plugin", "mdast", "markdown", "link", "image", "reference", "definition" ], "license": "MIT", "name": "remark-reference-links", "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/remarkjs/remark-reference-links.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s remarkReferenceLinks > remark-reference-links.js", "build-mangle": "browserify . -s remarkReferenceLinks -p tinyify > remark-reference-links.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": "4.0.4", "xo": { "prettier": true, "esnext": false, "rules": { "guard-for-in": "off" }, "ignores": [ "remark-reference-links.js" ] } }