{"name":"tree-dump","private":false,"publishConfig":{"access":"public"},"version":"1.0.2","description":"High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)","author":{"name":"streamich","url":"https://github.com/streamich"},"license":"Apache-2.0","homepage":"https://github.com/streamich/tree-dump","repository":{"type":"git","url":"git+https://github.com/streamich/tree-dump.git"},"funding":{"type":"github","url":"https://github.com/sponsors/streamich"},"keywords":["tree","print","dump","tree dump","print tree","binary tree","binary search tree"],"engines":{"node":">=10.0"},"main":"lib/index.js","types":"lib/index.d.ts","typings":"lib/index.d.ts","scripts":{"prettier":"npx prettier@3.2.5 --ignore-path .gitignore --write \"src/**/*.{ts,tsx,js,jsx}\"","prettier:check":"npx prettier@3.2.5 --ignore-path .gitignore --list-different 'src/**/*.{ts,tsx,js,jsx}'","lint":"npx tslint@6.1.3 'src/**/*.{js,jsx,ts,tsx}' -t verbose --project .","clean":"npx rimraf@5.0.5 lib typedocs coverage gh-pages yarn-error.log","build":"tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib","test":"jest --maxWorkers 7","test:ci":"jest --maxWorkers 3 --no-cache","coverage":"yarn test --collectCoverage","typedoc":"npx typedoc@0.25.12","build:pages":"npx rimraf@5.0.5 gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage","deploy:pages":"npx gh-pages -d gh-pages","publish-coverage-and-typedocs":"yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages"},"peerDependencies":{"tslib":"2"},"dependencies":{},"devDependencies":{"@types/jest":"^29.5.12","jest":"^29.7.0","ts-jest":"^29.1.2","tslib":"^2.6.2","tslint-config-common":"^1.6.2","typescript":"^5.4.4"},"jest":{"verbose":true,"moduleFileExtensions":["ts","js"],"transform":{"^.+\\.ts$":"ts-jest"},"transformIgnorePatterns":[],"testRegex":".*/(__tests__|__jest__|demo)/.*\\.(test|spec)\\.ts$"},"prettier":{"arrowParens":"always","printWidth":120,"tabWidth":2,"useTabs":false,"semi":true,"singleQuote":true,"trailingComma":"all","bracketSpacing":false},"release":{"branches":["master","next"]},"_id":"tree-dump@1.0.2","gitHead":"208ee227b6720735fe815c3f70391290c6c4187c","bugs":{"url":"https://github.com/streamich/tree-dump/issues"},"_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"shasum":"c460d5921caeb197bde71d0e9a7b479848c5b8ac","size":6290,"noattachment":false,"key":"/tree-dump/-/tree-dump-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/tree-dump/download/tree-dump-1.0.2.tgz"},"_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tree-dump_1.0.2_1719262729364_0.6343536759459145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-24T20:58:49.517Z","publish_time":1719262729517,"_source_registry_name":"default","maintainers":[{"name":"streamich","email":""}],"_cnpm_publish_time":1719262729517,"dist-tags":{"latest":"1.1.0"}}