{"name":"tocbot","version":"4.17.2","description":"Generate a table of contents based on the heading structure of a html document.","main":"src/js/index.js","scripts":{"clean":"rm -rf dist/","mkdir-dist":"mkdir dist","cleanInstall":"rm -rf node_modules package-lock.json && npm i","build":"npm run build-all","build-all":"npm run clean && npm run mkdir-dist && npm run build-js && npm run build-js-uglify && npm run build-css && npm run build-dist && npm run build-docs","build-docs":"npm run build-content && npm run next-build && npm run next-export && npm run fix-jekyll","build-css":"node-sass --include-path ./node_modules --output-style compressed -o static/css src/scss","build-css-watch":"node-sass --source-map-embed --watch --include-path ./node_modules --output-style compressed -o static/css src/scss","build-dist":"cp static/js/tocbot.js ./dist/ && cp static/js/tocbot.min.js ./dist/ && cp static/css/tocbot.css ./dist/ && cp static/css/styles.css ./dist/","build-js":"webpack-cli src/js/index.js -o static/js/tocbot.js -p","build-js-watch":"webpack-cli src/js/index.js -o static/js/tocbot.js --watch","build-js-uglify":"webpack-cli src/js/index.js -o static/js/tocbot.min.js -p","build-content":"processmd \"*.md\" --outputDir data --markdownOptions.html=true --headingIds","build-content-watch":"processmd \"*.md\" --outputDir data --markdownOptions.html=true --headingIds --watch","estimate-js-size":"gzip -9 -c dist/tocbot.min.js | wc -c","estimate-css-size":"gzip -9 -c dist/tocbot.css | wc -c","fix-jekyll":"cd out && touch .nojekyll","lint":"standard --fix","dev":"npm run build-css && parallelshell \"npm run next\" \"npm run build-js-watch\" \"npm run build-css-watch\" \"npm run build-content-watch\"","start":"npm run dev","deploy":"npm run build-all && gh-pages -d out","deploy:local":"mv out tocbot && mkdir out && mv tocbot out/tocbot","test":"npm run lint && mocha test/index.js","test:debug":"node-debug _mocha --timeout 0 test/index.js","test:watch":"mocha --watch test/index.js","test:integration":"codeceptjs run --steps","test:update-screenshots":"cp -R -v ./test/__screenshots-new__/* ./test/__screenshots__","test:image-diff":"node ./test/imageDiff.js './test/__screenshots__/*.png' './test/__screenshots-new__/*.png'","test:diff-preview":"node ./test/diffPreview.js './test/__screenshots__' './test/__screenshots-new__'","next":"node ./server.js","next-build":"next build","next-export":"next export","next-start":"next start","v-prerelease":"npm version prerelease && git push --tags && npm publish && git push","v-patch":"npm version patch && git push --tags && npm publish && git push","v-minor":"npm version minor && git push --tags && npm publish && git push","v-major":"npm version major && git push --tags && npm publish && git push"},"repository":{"type":"git","url":"git+https://github.com/tscanlin/tocbot.git"},"keywords":["tocbot","javascript","table","of","contents","generate","html","structure","vanilla"],"author":{"name":"Tim Scanlin"},"license":"MIT","bugs":{"url":"https://github.com/tscanlin/tocbot/issues"},"homepage":"https://github.com/tscanlin/tocbot","devDependencies":{"@babel/cli":"^7.15.7","@babel/core":"^7.15.8","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/preset-env":"^7.15.8","@babel/preset-react":"^7.14.5","babel-loader":"^8.2.3","chai":"^4.3.4","eslint":"^7.1.0","express":"^4.17.1","fs-extra":"^10.0.0","gh-pages":"^3.2.3","globby":"^12.0.2","js-yaml":"^4.1.0","jsdom":"^9.12.0","marked":"^3.0.8","mkdirp":"^1.0.4","mocha":"^9.1.3","next":"^12.0.1","next-export":"^0.1.7","node-resemble-js":"^0.2.0","node-sass":"^6.0.1","parallelshell":"github:darkguy2008/parallelshell#8fd83e2","processmd":"^4.6.1","react":"^17.0.2","react-dom":"^17.0.2","standard":"^16.0.4","webpack":"^5.60.0","webpack-cli":"^3.3.12"},"npmName":"tocbot","npmFileMap":[{"basePath":"dist","files":["**/*"]}],"standard":{"ignore":["dist/","scripts/","test/"],"globals":["it","describe","before","after","beforeEach","afterEach"]},"gitHead":"2b5610fe03dc29f39ab7abb5fd251f40b9301331","_id":"tocbot@4.17.2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"f7ddd4c086d637463a3b40a9ba1a0885dab37ff4","size":150270,"noattachment":false,"key":"/tocbot/-/tocbot-4.17.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/tocbot/download/tocbot-4.17.2.tgz"},"_npmUser":{"name":"tscanlin","email":"me@timscanlin.net"},"directories":{},"maintainers":[{"name":"tscanlin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tocbot_4.17.2_1639009549649_0.5675717892944883"},"_hasShrinkwrap":false,"publish_time":1639009549874,"_cnpm_publish_time":1639009549874,"_cnpmcore_publish_time":"2021-12-16T22:34:20.918Z","dist-tags":{"fix-xhtml":"4.13.2-test","latest":"4.36.4"}}