| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "remark-toc@5.1.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "remark-toc@5.1.1",
- "_id": "remark-toc@5.1.1",
- "_inBundle": false,
- "_integrity": "sha512-vCPW4YOsm2CfyuScdktM9KDnJXVHJsd/ZeRtst+dnBU3B3KKvt8bc+bs5syJjyptAHfqo7H+5Uhz+2blWBfwow==",
- "_location": "/remark-toc",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "remark-toc@5.1.1",
- "name": "remark-toc",
- "escapedName": "remark-toc",
- "rawSpec": "5.1.1",
- "saveSpec": null,
- "fetchSpec": "5.1.1"
- },
- "_requiredBy": [
- "/documentation"
- ],
- "_resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-5.1.1.tgz",
- "_spec": "5.1.1",
- "_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-toc/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- }
- ],
- "dependencies": {
- "mdast-util-toc": "^3.0.0",
- "remark-slug": "^5.0.0"
- },
- "description": "Generate a Table of Contents (TOC) for Markdown files",
- "devDependencies": {
- "browserify": "^16.0.0",
- "is-hidden": "^1.1.0",
- "negate": "^1.0.0",
- "nyc": "^13.0.0",
- "prettier": "^1.14.2",
- "remark": "^10.0.0",
- "remark-cli": "^6.0.0",
- "remark-preset-wooorm": "^4.0.0",
- "tape": "^4.0.0",
- "tinyify": "^2.4.3",
- "xo": "^0.23.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/remarkjs/remark-toc#readme",
- "keywords": [
- "text",
- "markdown",
- "plain",
- "text",
- "table",
- "of",
- "contents",
- "content",
- "toc",
- "generation",
- "remark"
- ],
- "license": "MIT",
- "name": "remark-toc",
- "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-toc.git"
- },
- "scripts": {
- "build": "npm run build-bundle && npm run build-mangle",
- "build-bundle": "browserify . -s remarkToc > remark-toc.js",
- "build-mangle": "browserify . -s remarkToc -p tinyify > remark-toc.min.js",
- "format": "remark *.md -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/index.js"
- },
- "version": "5.1.1",
- "xo": {
- "prettier": true,
- "esnext": false,
- "ignores": [
- "remark-toc.js"
- ]
- }
- }
|