{"name":"splaytree","version":"3.1.2","author":{"name":"Alexander Milevski","email":"info@w8r.name"},"license":"MIT","description":"Fast Splay tree for Node and browser","main":"dist/splay.js","browser":"dist/splay.js","unpkg":"dist/splay.js","module":"dist/splay.esm.js","types":"typings/index.d.ts","directories":{"test":"test","typings":"typings"},"repository":{"type":"git","url":"git+https://github.com/w8r/splay-tree.git"},"scripts":{"lint":"tslint --project tsconfig.json ./src/*.ts","build":"rollup -c && npm run types","types":"tsc --declaration --emitDeclarationOnly","prebenchmark":"npm run build","benchmark":"node -r reify bench/benchmark.js","start":"npm run test:watch","test:watch":"nodemon --watch index.js --watch tests --exec 'npm test'","test":"nyc mocha tests/**/*.test.ts","posttest":"nyc report --reporter=json","prepublishOnly":"npm run build && npm test","clean":"rm -rf dist coverage .nyc","coverage":"codecov -f coverage/*.json"},"devDependencies":{"@types/chai":"^4.1.4","@types/mocha":"^5.2.2","avl":"^1.4.4","benchmark":"^2.1.4","bintrees":"^1.0.2","chai":"^4.2.0","codecov":"^3.8.3","mocha":"^6.2.0","nodemon":"^2.0.20","nyc":"^14.1.1","reify":"*","rollup":"*","rollup-plugin-typescript2":"^0.24.1","ts-node":"^6.1.1","tslib":"^1.9.3","tslint":"^5.14.0","typescript":"^2.9.2"},"keywords":["binary-tree","bst","splay-tree","splay","balanced-search-tree"],"mocha":{"require":["ts-node/register"]},"nyc":{"include":["src/*.ts"],"exclude":["tests/**/*.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["text-summary","html"],"sourceMap":true,"instrument":true},"dependencies":{},"gitHead":"24a97e4a7309b874db8e62b2ccd50c74458620d4","bugs":{"url":"https://github.com/w8r/splay-tree/issues"},"homepage":"https://github.com/w8r/splay-tree#readme","_id":"splaytree@3.1.2","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"d1db2691665a3c69d630de98d55145a6546dc166","size":15580,"noattachment":false,"key":"/splaytree/-/splaytree-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/splaytree/download/splaytree-3.1.2.tgz"},"_npmUser":{"name":"w8r","email":"info@w8r.name"},"maintainers":[{"name":"w8r","email":"info@w8r.name"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/splaytree_3.1.2_1682120213812_0.6528363395292918"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-21T23:36:53.959Z","publish_time":1682120213959,"_cnpm_publish_time":1682120213959,"dist-tags":{"latest":"3.1.2"}}