| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "_args": [
- [
- "mdast-util-toc@3.1.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "mdast-util-toc@3.1.0",
- "_id": "mdast-util-toc@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-Za0hqL1PqWrvxGtA/3NH9D5nhGAUS9grMM4obEAz5+zsk1RIw/vWUchkaoDLNdrwk05A0CSC5eEXng36/1qE5w==",
- "_location": "/mdast-util-toc",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mdast-util-toc@3.1.0",
- "name": "mdast-util-toc",
- "escapedName": "mdast-util-toc",
- "rawSpec": "3.1.0",
- "saveSpec": null,
- "fetchSpec": "3.1.0"
- },
- "_requiredBy": [
- "/remark-toc"
- ],
- "_resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-3.1.0.tgz",
- "_spec": "3.1.0",
- "_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/syntax-tree/mdast-util-toc/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- {
- "name": "Jonathan Haines",
- "email": "jonno.haines@gmail.com",
- "url": "https://barrythepenguin.github.io"
- }
- ],
- "dependencies": {
- "github-slugger": "^1.2.1",
- "mdast-util-to-string": "^1.0.5",
- "unist-util-is": "^2.1.2",
- "unist-util-visit": "^1.1.0"
- },
- "description": "Generate a Table of Contents (TOC) from a given Markdown file",
- "devDependencies": {
- "browserify": "^16.2.3",
- "nyc": "^13.1.0",
- "prettier": "^1.15.2",
- "remark": "^10.0.0",
- "remark-attr": "^0.8.0",
- "remark-cli": "^6.0.0",
- "remark-preset-wooorm": "^4.0.0",
- "remark-usage": "^6.1.3",
- "tape": "^4.10.1",
- "tinyify": "^2.5.0",
- "unist-builder": "^1.0.3",
- "xo": "^0.24.0"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "homepage": "https://github.com/syntax-tree/mdast-util-toc#readme",
- "keywords": [
- "mdast",
- "util",
- "toc"
- ],
- "license": "MIT",
- "name": "mdast-util-toc",
- "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",
- "remark-usage"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/syntax-tree/mdast-util-toc.git"
- },
- "scripts": {
- "build": "npm run build-bundle && npm run build-mangle",
- "build-bundle": "browserify . -s mdastUtilTOC > mdast-util-toc.js",
- "build-mangle": "browserify . -s mdastUtilTOC -p tinyify > mdast-util-toc.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/index.js"
- },
- "version": "3.1.0",
- "xo": {
- "prettier": true,
- "esnext": false,
- "rules": {
- "no-var": "off",
- "prefer-arrow-callback": "off"
- },
- "ignores": [
- "mdast-util-toc.js"
- ]
- }
- }
|