{"name":"tocbot","version":"4.13.2-test","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 next-export-fix && 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-export-fix":"node ./scripts/fix-export.js","next-start":"next start","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.8.4","@babel/core":"^7.9.0","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/preset-env":"^7.9.0","@babel/preset-react":"^7.9.4","babel-loader":"^8.1.0","chai":"^4.2.0","eslint":"^6.8.0","express":"^4.17.1","fs-extra":"^9.0.0","gh-pages":"^2.2.0","globby":"^11.0.0","js-yaml":"^3.13.1","jsdom":"^9.12.0","marked":"^0.8.2","mkdirp":"^1.0.4","mocha":"^7.1.1","next":"^11.1.0","next-export":"^0.1.7","node-resemble-js":"^0.2.0","node-sass":"^4.13.1","parallelshell":"3.0.1","processmd":"^4.5.0","react":"^16.13.1","react-dom":"^16.13.1","standard":"^14.3.3","webpack":"^5.50.0","webpack-cli":"^3.3.12"},"npmName":"tocbot","npmFileMap":[{"basePath":"dist","files":["**/*"]}],"standard":{"ignore":["dist/","scripts/","test/"],"globals":["it","describe","before","after","beforeEach","afterEach"]},"readmeFilename":"README.md","licenseText":"The MIT License (MIT)\n\nCopyright (c) 2016 Tim Scanlin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_id":"tocbot@4.13.2-test","dist":{"shasum":"43162f93b095d8f9bd417a48744d233e56330ca6","size":4042864,"noattachment":false,"key":"/tocbot/-/tocbot-4.13.2-test.tgz","tarball":"http://registry.cnpm.dingdandao.com/tocbot/download/tocbot-4.13.2-test.tgz"},"_npmUser":{"name":"tscanlin","email":"me@timscanlin.net"},"directories":{},"maintainers":[{"name":"tscanlin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tocbot_4.13.2-test_1630562520824_0.8553598427201987"},"_hasShrinkwrap":false,"publish_time":1630562521309,"_cnpm_publish_time":1630562521309,"_cnpmcore_publish_time":"2021-12-16T22:35:21.537Z","dist-tags":{"fix-xhtml":"4.13.2-test","latest":"4.36.4"}}