{"_id":"js-sdsl","_rev":"2994247","name":"js-sdsl","description":"javascript standard data structure library which benchmark against C++ STL","dist-tags":{"beta":"5.0.0-beta.0","latest":"4.4.2","next":"5.0.0-beta.0"},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"time":{"modified":"2026-04-10T20:04:16.000Z","created":"2021-12-19T09:51:31.242Z","5.0.0-beta.0":"2024-02-20T12:34:13.368Z","4.4.2":"2023-07-21T13:29:15.756Z","4.4.1":"2023-06-07T03:23:01.034Z","4.4.0":"2023-03-22T04:36:33.086Z","4.3.0":"2023-01-20T03:47:54.065Z","4.2.0":"2022-11-21T03:49:22.789Z","4.2.0-beta.1":"2022-11-06T03:56:37.042Z","4.2.0-beta.0":"2022-10-30T04:20:10.795Z","4.1.5":"2022-10-01T06:14:59.419Z","4.1.5-beta.1":"2022-09-23T14:19:29.384Z","4.1.5-beta.0":"2022-09-23T04:41:31.990Z","4.1.4":"2022-09-07T06:08:12.932Z","4.1.4-beta.0":"2022-08-31T13:30:06.854Z","4.1.3":"2022-08-27T09:58:28.961Z","4.1.2":"2022-08-27T08:49:35.062Z","4.1.2-beta.0":"2022-08-26T17:18:16.899Z","4.1.1":"2022-08-23T05:21:50.849Z","4.1.0":"2022-08-21T09:11:18.863Z","4.0.3":"2022-08-13T10:26:15.054Z","4.0.2":"2022-07-30T10:01:29.020Z","4.0.1":"2022-07-30T09:49:40.167Z","4.0.0":"2022-07-30T09:45:05.761Z","4.0.0-beta.0":"2022-07-24T14:44:54.582Z","3.0.0-beta.0":"2022-04-30T09:38:02.447Z","2.1.4":"2022-01-06T10:24:53.212Z","2.1.3":"2022-01-06T10:21:54.953Z","2.1.2":"2022-01-05T03:51:00.834Z","2.1.1":"2022-01-01T05:06:23.329Z","2.1.0":"2021-12-31T18:29:29.220Z","2.0.3":"2021-12-29T10:21:46.077Z","2.0.2":"2021-12-28T12:15:56.383Z","2.0.1":"2021-12-26T11:05:22.005Z","2.0.0":"2021-12-24T07:57:43.085Z","1.4.2":"2021-12-22T18:18:01.868Z","1.4.1":"2021-12-22T18:13:45.019Z","1.4.0":"2021-12-22T18:12:31.647Z","1.3.0":"2021-12-22T09:50:33.536Z","1.2.2":"2021-12-22T09:10:32.933Z","1.2.1":"2021-12-21T14:55:55.689Z","1.2.0":"2021-12-21T14:51:07.402Z","1.1.0":"2021-12-20T04:56:56.242Z","1.0.7":"2021-12-19T10:53:37.090Z","1.0.6":"2021-12-19T10:49:27.571Z","1.0.5":"2021-12-19T10:47:23.461Z","1.0.4":"2021-12-19T10:45:37.633Z","1.0.3":"2021-12-19T10:43:59.817Z","1.0.2":"2021-12-19T10:07:05.795Z","1.0.1":"2021-12-19T09:51:31.242Z"},"users":{},"author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"versions":{"5.0.0-beta.0":{"name":"js-sdsl","version":"5.0.0-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:perf","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:perf":"gulp perf && node dist/perf/perf/index.js","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/isolation-test/*.ts'","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion --sort required-first --sort instance-first --sort source-order","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/glob":"^8.1.0","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^20.4.2","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^3.0.0","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.9.5"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"readmeFilename":"README.md","licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@5.0.0-beta.0","dist":{"shasum":"60bc1f41324e655150805385cc0da30e79ac9096","size":219104,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-5.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-5.0.0-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_5.0.0-beta.0_1708432453154_0.35872956652874755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-20T12:34:13.368Z","publish_time":1708432453368,"_source_registry_name":"default","_cnpm_publish_time":1708432453368},"4.4.2":{"name":"js-sdsl","version":"4.4.2","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion --sort required-first --sort instance-first --sort source-order","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/glob":"^8.1.0","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.4.2","dist":{"shasum":"2e3c031b1f47d3aca8b775532e3ebb0818e7f847","size":210459,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.4.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.4.2_1689946155497_0.13277928296655594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-21T13:29:15.756Z","publish_time":1689946155756,"_source_registry_name":"default","_cnpm_publish_time":1689946155756},"4.4.1":{"name":"js-sdsl","version":"4.4.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion --sort required-first --sort instance-first --sort source-order","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/glob":"^8.1.0","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.4.1","dist":{"shasum":"9e3c7b566d8d9a7e1fe8fc26d00b5ab0f8918ab3","size":208899,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.4.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.4.1_1686108180824_0.6847445232080291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-07T03:23:01.034Z","publish_time":1686108181034,"_source_registry_name":"default","_cnpm_publish_time":1686108181034},"4.4.0":{"name":"js-sdsl","version":"4.4.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion --sort required-first --sort instance-first --sort source-order","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.4.0","dist":{"shasum":"8b437dbe642daa95760400b602378ed8ffea8430","size":208381,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.4.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.4.0_1679459792843_0.07341740294217747"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-22T04:36:33.086Z","publish_time":1679459793086,"_cnpm_publish_time":1679459793086},"4.3.0":{"name":"js-sdsl","version":"4.3.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion --sort required-first --sort instance-first --sort source-order","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.3.0","dist":{"shasum":"aeefe32a451f7af88425b11fdb5f58c90ae1d711","size":210327,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.3.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.3.0_1674186473835_0.6483887762566822"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-20T03:47:54.065Z","publish_time":1674186474065,"_cnpm_publish_time":1674186474065},"4.2.0":{"name":"js-sdsl","version":"4.2.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion --sort required-first --sort instance-first --sort source-order","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.2.0","dist":{"shasum":"278e98b7bea589b8baaf048c20aeb19eb7ad09d0","size":208820,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.2.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.2.0_1669002562546_0.7312812661932373"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-21T03:49:47.675Z","publish_time":1669002562789,"_cnpm_publish_time":1669002562789},"4.2.0-beta.1":{"name":"js-sdsl","version":"4.2.0-beta.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","types":"./dist/esm/index.d.ts","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.org/","funding":{"type":"opencollective","url":"https://opencollective.com/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --includeVersion","generate:dev":"yarn generate --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-import-resolver-typescript":"^3.5.2","eslint-plugin-compat":"^4.0.2","eslint-plugin-import":"^2.26.0","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.2.0-beta.1","dist":{"shasum":"4e18d98e3fbdd0596fe1b3c136c180f222f1b32d","size":203595,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.2.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.2.0-beta.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.2.0-beta.1_1667706996829_0.36448885927636043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-06T03:56:41.525Z","publish_time":1667706997042,"_cnpm_publish_time":1667706997042},"4.2.0-beta.0":{"name":"js-sdsl","version":"4.2.0-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"sideEffects":false,"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","build:all":"yarn build && yarn build:isolate","test":"yarn test:unit && yarn test:chrome && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:edge":"karma start --browsers Edge","test:safari":"karma start --browsers SafariNative","test:chrome":"karma start --browsers ChromeHeadless","test:firefox":"karma start --browsers Firefox","test:isolate":"yarn build:isolate && ts-mocha --paths 'test/IsolationTest/*.ts'","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","generate:dev":"typedoc src/index.ts --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@rollup/plugin-typescript":"^9.0.2","@types/babel__core":"^7.1.19","@types/chai":"^3.5.2","@types/delete-empty":"^3.0.2","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","chai":"^3.5.0","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","crypto":"^1.0.1","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-plugin-compat":"^4.0.2","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-safarinative-launcher":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^9.2.2","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-license":"^3.0.0","rollup-plugin-ts":"^3.0.2","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.2.0-beta.0","dist":{"shasum":"32b1cd926c71e21ab3f77768e5602a89411a32dd","size":219580,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.2.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.2.0-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.2.0-beta.0_1667103610528_0.4651464110065986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-30T04:20:16.230Z","publish_time":1667103610795,"_cnpm_publish_time":1667103610795},"4.1.5":{"name":"js-sdsl","version":"4.1.5","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"sideEffects":false,"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","build:isolate":"gulp isolate","test":"yarn test:unit && yarn test:browser && yarn test:performance","test:unit":"nyc ts-mocha --paths 'test/**/*.test.ts' --timeout 10000","test:browser":"karma start","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","generate:dev":"typedoc src/index.ts --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/core":"^7.19.3","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@types/babel__core":"^7.1.19","@types/chai":"^4.3.3","@types/delete-empty":"^3.0.2","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/karma":"^6.3.3","@types/merge-stream":"^1.1.2","@types/mocha":"^9.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","chai":"^4.3.6","commitlint":"^17.0.3","compare-versions":"^5.0.1","conventional-changelog-conventionalcommits":"^5.0.0","delete-empty":"^3.0.0","eslint":"^8.23.1","eslint-plugin-compat":"^4.0.2","get-npm-package-version":"^1.1.1","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-rollup-2":"^1.3.1","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","karma":"^6.4.1","karma-chrome-launcher":"^3.1.1","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-requirejs":"^1.1.0","karma-typescript":"^5.5.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","mocha":"^10.0.0","nyc":"^15.1.0","requirejs":"^2.3.6","rollup":"^2.79.1","rollup-plugin-typescript2":"^0.33.0","ts-macros":"^1.3.3","ts-mocha":"^10.0.0","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.5","dist":{"shasum":"1ff1645e6b4d1b028cd3f862db88c9d887f26e2a","size":80377,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.5.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.5_1664604899255_0.5685101933539953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-01T06:16:21.777Z","publish_time":1664604899419,"_cnpm_publish_time":1664604899419},"4.1.5-beta.1":{"name":"js-sdsl","version":"4.1.5-beta.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"sideEffects":false,"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","generate:dev":"typedoc src/index.ts --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/eslint-parser":"^7.18.9","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/jest":"^28.1.6","@types/merge-stream":"^1.1.2","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.23.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-rollup-2":"^1.3.1","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-macros":"^1.3.3","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.5-beta.1","dist":{"shasum":"d6713314034e58141f3e9a577a2ea7903b188a55","size":80376,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.5-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.5-beta.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.5-beta.1_1663942769212_0.826394893818617"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T14:48:52.218Z","publish_time":1663942769384,"_cnpm_publish_time":1663942769384},"4.1.5-beta.0":{"name":"js-sdsl","version":"4.1.5-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"sideEffects":false,"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.dev.json --watch","build":"gulp","build:cjs":"gulp cjs","build:esm":"gulp esm","build:umd":"gulp umd","build:umd:min":"yarn build:umd && gulp umd:min","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"gulp performance && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","generate:dev":"typedoc src/index.ts --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@babel/eslint-parser":"^7.18.9","@babel/plugin-transform-modules-commonjs":"^7.18.6","@rollup/plugin-babel":"^5.3.1","@types/gulp":"^4.0.9","@types/gulp-babel":"^6.1.30","@types/gulp-filter":"^3.0.34","@types/gulp-rename":"^2.0.1","@types/gulp-sourcemaps":"^0.0.35","@types/gulp-tap":"^1.0.1","@types/gulp-terser":"^1.2.1","@types/gulp-uglify":"^3.0.7","@types/jest":"^28.1.6","@types/merge-stream":"^1.1.2","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","babel-plugin-remove-unused-import":"^2.1.1","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.23.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-clean":"^0.4.0","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-rollup-2":"^1.3.1","gulp-sourcemaps":"^3.0.0","gulp-tap":"^2.0.0","gulp-terser":"^2.1.0","gulp-typescript":"^5.0.0","gulp-uglify":"^3.0.2","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^13.0.3","merge-stream":"^2.0.0","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-macros":"^1.3.3","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"~4.7.4"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.5-beta.0","dist":{"shasum":"ebd83bd3744cb82ecf38e7748ecdb794acc86d97","size":80375,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.5-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.5-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.5-beta.0_1663908091773_0.5457865748924013"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T04:44:40.317Z","publish_time":1663908091990,"_cnpm_publish_time":1663908091990},"4.1.4":{"name":"js-sdsl","version":"4.1.4","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"sideEffects":false,"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.cjs.json --watch","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","generate:dev":"typedoc src/index.ts --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["data","structure","data structure","rbTree","rbtree","RBTree","red black tree","ordered","set","map","ordered map","ordered set","deque","heap","priority queue","link list","LinkList","linkedList","vector","stack","queue","hash","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.4","dist":{"shasum":"78793c90f80e8430b7d8dc94515b6c77d98a26a6","size":85563,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.4.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.4_1662530892758_0.8137456218675987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T06:08:42.777Z","publish_time":1662530892932,"_cnpm_publish_time":1662530892932},"4.1.4-beta.0":{"name":"js-sdsl","version":"4.1.4-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.cjs.json --watch","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","generate:dev":"typedoc src/index.ts --watch","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.4-beta.0","dist":{"shasum":"0f863a9701c9e0fd07704ed9cbe5ae66b36835e4","size":85775,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.4-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.4-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.4-beta.0_1661952606568_0.5805020596276476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T18:50:55.555Z","publish_time":1661952606854,"_cnpm_publish_time":1661952606854},"4.1.3":{"name":"js-sdsl","version":"4.1.3","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.cjs.json --watch","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.3","dist":{"shasum":"0c68865329135b47684e8997d587e7247044f331","size":80050,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.3.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.3_1661594308697_0.9507387650694905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-27T09:58:32.589Z","publish_time":1661594308961,"_cnpm_publish_time":1661594308961},"4.1.2":{"name":"js-sdsl","version":"4.1.2","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.cjs.json --watch","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/js-sdsl/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.2","dist":{"shasum":"4574ebaf7c42944639d1a0d608281ca711877f93","size":80266,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.2_1661590174873_0.24283215348242648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-27T08:49:37.227Z","publish_time":1661590175062,"_cnpm_publish_time":1661590175062},"4.1.2-beta.0":{"name":"js-sdsl","version":"4.1.2-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","dev":"ttsc --project tsconfig.cjs.json --watch","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.2-beta.0","dist":{"shasum":"dc8ecda49e80f5d804eeb5bdc94900bba928897d","size":80303,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.2-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.2-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.2-beta.0_1661534296625_0.7695748845906436"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-26T17:31:22.879Z","publish_time":1661534296899,"_cnpm_publish_time":1661534296899},"4.1.1":{"name":"js-sdsl","version":"4.1.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.1","dist":{"shasum":"52368a05fc0968a7b6058c1d9f840fcc05fe01e0","size":79345,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.1_1661232110628_0.8602521245950225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T05:21:55.647Z","publish_time":1661232110849,"_cnpm_publish_time":1661232110849},"4.1.0":{"name":"js-sdsl","version":"4.1.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"browserslist":["last 2 version","> 1%","not dead","maintained node versions"],"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn install","build":"yarn build:esm && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc --project tsconfig.cjs.json","build:esm":"rm -rf dist/esm && ttsc --project tsconfig.esm.json","build:umd":"rm -rf dist/umd && rollup -c","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:unit && yarn test:performance","test:unit":"jest --coverage","test:performance":"rm -rf dist/performance && ttsc --project tsconfig.performance.json && node dist/performance/performance/index.js","lint":"eslint --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts","prepare":"husky install"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.33.1","@typescript-eslint/parser":"^5.33.1","all-contributors-cli":"^6.20.0","browserslist":"^4.21.3","caniuse-lite":"^1.0.30001380","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","eslint-plugin-compat":"^4.0.2","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.78.1","rollup-plugin-typescript2":"^0.33.0","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","tslib":"^2.4.0","ttypescript":"^1.5.13","typedoc":"^0.23.10","typedoc-plugin-missing-exports":"^1.0.0","typescript":"^4.7.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.1.0","dist":{"shasum":"acff1903101edac46d6b81b2299d7cd43ba22cb2","size":79051,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.1.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.1.0_1661073078664_0.4908960359454093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-21T09:11:23.214Z","publish_time":1661073078863,"_cnpm_publish_time":1661073078863},"4.0.3":{"name":"js-sdsl","version":"4.0.3","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"homepage":"https://js-sdsl.github.io/","scripts":{"setup":"rm -rf node_modules && yarn","build":"rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && ttsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:check && yarn test:performance","test:check":"jest --coverage","test:performance":"ts-node -r tsconfig-paths/register __performance__/index.ts","lint":"eslint .eslintrc.js --fix --color --cache --max-warnings=0 .","generate":"typedoc src/index.ts --excludePrivate --excludeProtected"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","all-contributors-cli":"^6.20.0","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.61.1","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","ttypescript":"^1.5.13","typedoc":"^0.22.10","typedoc-plugin-missing-exports":"^0.22.6","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.0.3","dist":{"shasum":"7ca6e47c2b16be1b531b32573c6179737d670a7c","size":46227,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.0.3.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.0.3_1660386374799_0.06602070271566207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-13T10:26:19.325Z","publish_time":1660386375054,"_cnpm_publish_time":1660386375054},"4.0.2":{"name":"js-sdsl","version":"4.0.2","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && ttsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:check && yarn test:performance","test:check":"jest --coverage","test:performance":"ts-node -r tsconfig-paths/register __performance__/index.ts","lint":"eslint .eslintrc.js --fix --color --cache --max-warnings=0 ."},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","all-contributors-cli":"^6.20.0","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.61.1","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","ttypescript":"^1.5.13","typedoc":"^0.22.10","typedoc-plugin-missing-exports":"^0.22.6","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","typescript","data","structure","data structure","ordered map","ordered set","RBTree","red black tree","set","map","deque","priority queue","link list","vector","stack","queue","hash set","hash map","c++","stl"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.0.2","dist":{"shasum":"25cf51c676ca470bade6cce17b87e6e1429c16b1","size":46321,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.0.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.0.2_1659175288817_0.4650104551560026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-30T10:01:33.782Z","publish_time":1659175289020,"_cnpm_publish_time":1659175289020},"4.0.1":{"name":"js-sdsl","version":"4.0.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && ttsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:check && yarn test:performance","test:check":"jest --coverage","test:performance":"ts-node -r tsconfig-paths/register __performance__/index.ts","lint":"eslint .eslintrc.js --fix --color --cache --max-warnings=0 ."},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","all-contributors-cli":"^6.20.0","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.61.1","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","ttypescript":"^1.5.13","typedoc":"^0.22.10","typedoc-plugin-missing-exports":"^0.22.6","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.0.1","dist":{"shasum":"45f11065648a2567befa3071fc5e0fe88210fa57","size":46297,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.0.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.0.1_1659174579940_0.7955247783228179"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-30T09:49:44.631Z","publish_time":1659174580167,"_cnpm_publish_time":1659174580167},"4.0.0":{"name":"js-sdsl","version":"4.0.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && ttsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:check && yarn test:performance","test:check":"jest --coverage","test:performance":"ts-node -r tsconfig-paths/register __performance__/index.ts","lint":"eslint .eslintrc.js --fix --color --cache --max-warnings=0 ."},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","all-contributors-cli":"^6.20.0","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.61.1","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","ttypescript":"^1.5.13","typedoc":"^0.22.10","typedoc-plugin-missing-exports":"^0.22.6","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.0.0","dist":{"shasum":"daeeada5b830cb0b3b84f15de46eca3b4310cbf7","size":46713,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.0.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.0.0_1659174305533_0.8822711650429247"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-30T09:45:10.524Z","publish_time":1659174305761,"_cnpm_publish_time":1659174305761},"4.0.0-beta.0":{"name":"js-sdsl","version":"4.0.0-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && ttsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && ttsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"yarn test:check && yarn test:performance","test:check":"jest --coverage","test:performance":"ts-node -r tsconfig-paths/register __performance__/index.ts","lint":"eslint .eslintrc.js --fix --color --cache --max-warnings=0 .","deploy":"yarn build:umd:min && typedoc src/index.ts --excludePrivate --excludeProtected && mv dist/umd/* docs && gh-pages -d docs"},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/jest":"^28.1.6","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","all-contributors-cli":"^6.20.0","commitlint":"^17.0.3","conventional-changelog-conventionalcommits":"^5.0.0","coveralls":"^3.1.1","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^8.0.1","jest":"^28.1.3","lint-staged":"^12.1.0","rollup":"^2.61.1","ts-jest":"^28.0.7","ts-node":"^10.9.1","ts-transform-paths":"^2.0.3","tsconfig-paths":"^4.0.0","ttypescript":"^1.5.13","typedoc":"^0.22.10","typedoc-plugin-missing-exports":"^0.22.6","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@4.0.0-beta.0","dist":{"shasum":"9cb53514dd9877825f390ec4af897b9fc93d8418","size":44722,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-4.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-4.0.0-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_4.0.0-beta.0_1658673894356_0.5608939001828512"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-24T14:44:58.365Z","publish_time":1658673894582,"_cnpm_publish_time":1658673894582},"3.0.0-beta.0":{"name":"js-sdsl","version":"3.0.0-beta.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && tsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o dist/umd/js-sdsl.min.js -- dist/umd/js-sdsl.js","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && typedoc src/type.ts && mv dist/umd/* docs && gh-pages -d docs"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","all-contributors-cli":"^6.20.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typedoc":"^0.22.10","typedoc-plugin-missing-exports":"^0.22.6","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"git+https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"url":"https://github.com/ZLY201/js-sdsl/issues","email":"951711127@qq.com"},"types":"./dist/cjs/index.d.ts","gitHead":"9fc736b41e15644869b58274dc6901aae33cbea9","homepage":"https://github.com/ZLY201/js-sdsl#readme","_id":"js-sdsl@3.0.0-beta.0","_nodeVersion":"16.13.2","_npmVersion":"8.8.0","dist":{"shasum":"b1b6d3e23409b1f9b81b4304155db64dada96317","size":27933,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-3.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-3.0.0-beta.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_3.0.0-beta.0_1651311482232_0.5872414754062192"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-30T09:38:07.425Z","publish_time":1651311482447,"_cnpm_publish_time":1651311482447},"2.1.4":{"name":"js-sdsl","version":"2.1.4","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && tsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && typedoc type --disableSources && mv dist/umd/* docs && gh-pages -d docs","pub":"yarn build && yarn publish"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typedoc":"^0.22.10","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.1.4","dist":{"shasum":"16f31a56cc09ec57723e0c477fdc07e1d2522627","size":32005,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.1.4.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.1.4_1641464693017_0.42443647948185603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-06T10:25:11.718Z","publish_time":1641464693212,"_cnpm_publish_time":1641464693212},"2.1.3":{"name":"js-sdsl","version":"2.1.3","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && tsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && typedoc type --disableSources && mv dist/umd/* docs && gh-pages -d docs"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typedoc":"^0.22.10","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.1.3","dist":{"shasum":"a6004bddb879038ef7290bdb92dcc87c52278587","size":57437,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.1.3.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.1.3_1641464514711_0.8833393439459132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-06T10:22:02.004Z","publish_time":1641464514953,"_cnpm_publish_time":1641464514953},"2.1.2":{"name":"js-sdsl","version":"2.1.2","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && tsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && typedoc type --disableSources && mv dist/umd/* docs && gh-pages -d docs"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typedoc":"^0.22.10","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.1.2","dist":{"shasum":"5f3234baeef891a8845e400e73f1bd3ce4a268e8","size":31988,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.1.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.1.2_1641354660642_0.3470465308768764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T03:51:28.577Z","publish_time":1641354660834,"_cnpm_publish_time":1641354660834},"2.1.1":{"name":"js-sdsl","version":"2.1.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && tsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && typedoc type --disableSources && mv dist/umd/* docs && gh-pages -d docs"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typedoc":"^0.22.10","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.1.1","dist":{"shasum":"cd2b486b3436102a3f54f07e8a73f8055121e6a6","size":29908,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.1.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.1.1_1641013583139_0.12165308004217468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-01T05:06:34.785Z","publish_time":1641013583329,"_cnpm_publish_time":1641013583329},"2.1.0":{"name":"js-sdsl","version":"2.1.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc src/index.ts --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs","build:esm":"rm -rf dist/esm && tsc src/index.ts --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && typedoc type --disableSources && mv dist/umd/* docs && gh-pages -d docs"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typedoc":"^0.22.10","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.1.0","dist":{"shasum":"a413d504c78408217d6d5ff8392696162a162611","size":148619,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.1.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.1.0_1640975369005_0.4070223353127804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-31T18:29:37.114Z","publish_time":1640975369220,"_cnpm_publish_time":1640975369220},"2.0.3":{"name":"js-sdsl","version":"2.0.3","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.0.3","dist":{"shasum":"b0d573127108558df729834db8ae480878dd4e6e","size":30275,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.0.3.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.0.3_1640773305925_0.020894147251627748"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T10:21:54.871Z","publish_time":1640773306077,"_cnpm_publish_time":1640773306077},"2.0.2":{"name":"js-sdsl","version":"2.0.2","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.0.2","dist":{"shasum":"64beef30a12cf7993563fce4dcc6ab8526c9ea10","size":29677,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.0.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.0.2_1640693756227_0.8414703204544467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-28T12:16:04.713Z","publish_time":1640693756383,"_cnpm_publish_time":1640693756383},"2.0.1":{"name":"js-sdsl","version":"2.0.1","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --downlevelIteration --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --downlevelIteration --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc --downlevelIteration --declaration src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.0.1","dist":{"shasum":"1e02b16595074ed197f662759fc620862e17ece8","size":29084,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.0.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.0.1_1640516721855_0.888942343891969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T22:02:47.651Z","publish_time":1640516722005,"_cnpm_publish_time":1640516722005},"2.0.0":{"name":"js-sdsl","version":"2.0.0","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","Map","RBTree","HashSet","HashMap","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@2.0.0","dist":{"shasum":"350a41ca89187e13d1e19eadbee6e6d2270fb252","size":24073,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-2.0.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_2.0.0_1640332662900_0.23377912309198812"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T22:02:47.560Z","publish_time":1640332663085,"_cnpm_publish_time":1640332663085},"1.4.2":{"name":"js-sdsl","version":"1.4.2","description":"javascript standard data structure library which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","Map","RBTree","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.4.2","dist":{"shasum":"6fed5bff2d48951b23e3bc4e2b8a8c9bfded5d82","size":19823,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.4.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.4.2_1640197081681_0.8548567141872203"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T18:18:31.240Z","publish_time":1640197081868,"_cnpm_publish_time":1640197081868},"1.4.1":{"name":"js-sdsl","version":"1.4.1","description":"javascript standard data structure library， which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","Map","RBTree","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.4.1","dist":{"shasum":"68130f62bf4942164f756a9cb453ddbc0d5ba23c","size":19834,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.4.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.4.1_1640196824879_0.9114765076510658"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T18:13:54.627Z","publish_time":1640196825019,"_cnpm_publish_time":1640196825019},"1.4.0":{"name":"js-sdsl","version":"1.4.0","description":"javascript standard data structure library， which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","RBTree","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.4.0","dist":{"shasum":"2dc31bba0d04c8e752c9d75cb77fbf9cf3f9f2f2","size":19828,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.4.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.4.0_1640196751463_0.45121259519906043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T18:12:38.450Z","publish_time":1640196751647,"_cnpm_publish_time":1640196751647},"1.3.0":{"name":"js-sdsl","version":"1.3.0","description":"javascript standard data structure library， which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","RBTree","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.3.0","dist":{"shasum":"45682b8fb6ba6491e1e3426f05a2c4b415a42b26","size":17593,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.3.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.3.0_1640166633317_0.9309265583354973"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T09:51:29.312Z","publish_time":1640166633536,"_cnpm_publish_time":1640166633536},"1.2.2":{"name":"js-sdsl","version":"1.2.2","description":"javascript standard data structure library， which benchmark against C++ STL","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","RBTree","c++","STL"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.2.2","dist":{"shasum":"fb0ddff64ae3b42bd421a1cd83a4103bf55537d3","size":17649,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.2.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.2.2_1640164232763_0.23349222687413285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T09:10:48.421Z","publish_time":1640164232933,"_cnpm_publish_time":1640164232933},"1.2.1":{"name":"js-sdsl","version":"1.2.1","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data","structure","library","LinkList","Vector","Stack","Queue","LinkList","Deque","PriorityQueue","Set","RBTree"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.2.1","dist":{"shasum":"4b58038e3260c2ae4f55c3838a88e41b481929b9","size":17083,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.2.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.2.1_1640098555545_0.4000366457079687"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:56:27.403Z","publish_time":1640098555689,"_cnpm_publish_time":1640098555689},"1.2.0":{"name":"js-sdsl","version":"1.2.0","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.2.0","dist":{"shasum":"9568e679fc057f9a7238459bdfc3203fe0a59310","size":17037,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.2.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.2.0_1640098267259_0.7128329038646535"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T14:53:01.007Z","publish_time":1640098267402,"_cnpm_publish_time":1640098267402},"1.1.0":{"name":"js-sdsl","version":"1.1.0","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.*\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.*\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.*\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.1.0","dist":{"shasum":"c104843f9c453e85da3a48525e929a252e490a0b","size":12365,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.1.0.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.1.0_1639976216087_0.6634537181222815"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T04:57:01.209Z","publish_time":1639976216242,"_cnpm_publish_time":1639976216242},"1.0.7":{"name":"js-sdsl","version":"1.0.7","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.0.7","dist":{"shasum":"e10545f8b5edfd4887e2776953d8e3a3eb889e4e","size":12474,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.7.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.7_1639911216928_0.15772105183210416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:54:28.427Z","publish_time":1639911217090,"_cnpm_publish_time":1639911217090},"1.0.6":{"name":"js-sdsl","version":"1.0.6","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.0.6","dist":{"shasum":"ded92a2846255f36ec50cd9c6ed07c061d799b3b","size":12475,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.6.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.6_1639910967393_0.42377699119583223"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:49:47.153Z","publish_time":1639910967571,"_cnpm_publish_time":1639910967571},"1.0.5":{"name":"js-sdsl","version":"1.0.5","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.0.5","dist":{"shasum":"97dc594b8be286837e271e6deb6fb620851d1787","size":12482,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.5.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.5_1639910843277_0.5219281452277507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:49:46.298Z","publish_time":1639910843461,"_cnpm_publish_time":1639910843461},"1.0.4":{"name":"js-sdsl","version":"1.0.4","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd","publish":"yarn build && npm publish"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.0.4","dist":{"shasum":"bc3c43e3d540ba5ba11c58505306493aff854e77","size":12482,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.4.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.4_1639910737481_0.6272037435238713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:47:29.444Z","publish_time":1639910737633,"_cnpm_publish_time":1639910737633},"1.0.3":{"name":"js-sdsl","version":"1.0.3","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"git+https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"url":"https://github.com/ZLY201/js-sdsl/issues","email":"951711127@qq.com"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd","publish":"yarn build && npm publish","publish:readme":"npm version patch && npm publish"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"gitHead":"bab2ad7e56c57d271d583c5408c0d55ce40a9db3","homepage":"https://github.com/ZLY201/js-sdsl#readme","_id":"js-sdsl@1.0.3","_nodeVersion":"14.17.5","_npmVersion":"6.14.13","dist":{"shasum":"1abc598f887cec12ccb28a0d17f26e56a209e3af","size":8744,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.3.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.3_1639910639620_0.9664557353823646"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:44:26.860Z","publish_time":1639910639817,"_cnpm_publish_time":1639910639817},"1.0.2":{"name":"js-sdsl","version":"1.0.2","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"ZLY201","email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl"},"repository":{"type":"github","url":"https://github.com/ZLY201/js-sdsl.git"},"license":"MIT","keywords":["javascript","data structure library"],"bugs":{"email":"951711127@qq.com","url":"https://github.com/ZLY201/js-sdsl/issues"},"scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd","publish":"yarn build && npm publish"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.0.2","dist":{"shasum":"4d75c5449d7d3746ade7286399c730609a7c615f","size":12325,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.2.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.2_1639908425588_0.7796961090800885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:07:15.583Z","publish_time":1639908425795,"_cnpm_publish_time":1639908425795},"1.0.1":{"name":"js-sdsl","version":"1.0.1","description":"javascript standard data structure library","main":"./dist/cjs/index.js","module":"./dist/esm/index.js","author":{"name":"zly201"},"license":"MIT","scripts":{"setup":"rm -rf node_modules && yarn","build":"yarn lint && rm -rf dist/test && yarn build:cjs && yarn build:umd:min","build:cjs":"rm -rf dist/cjs && tsc --declaration --module commonjs --target es5 --outDir dist/cjs && find dist/cjs -name \"test.js\" | xargs rm -rf","build:esm":"rm -rf dist/esm && tsc --declaration --module es2015 --target es5 --outDir dist/esm && find dist/esm -name \"test.js\" | xargs rm -rf","build:umd":"yarn build:esm && rm -rf dist/umd && mkdir dist/umd && rollup dist/esm/index.js --format umd --name sdsl -o dist/umd/js-sdsl.js","build:umd:min":"yarn build:umd && cd dist/umd && uglifyjs --compress --mangle --source-map --ie8 --comments -o js-sdsl.min.js -- js-sdsl.js && find dist/umd -name \"test.js\" | xargs rm -rf","test":"rm -rf dist/test && tsc src/test.ts --module commonjs --target es5 --outDir dist/test && node ./dist/test/test.js","lint":"eslint .eslintrc.json --fix --color --cache --max-warnings=0 ./src","deploy":"yarn build:umd:min && gh-pages -d dist/umd","publish":"yarn build && npm publish"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.{js,ts}":["yarn lint"]},"devDependencies":{"@rollup/plugin-node-resolve":"^13.1.1","@types/node":"^17.0.0","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","eslint":"^8.4.1","gh-pages":"^3.2.3","husky":"^7.0.4","lint-staged":"^12.1.0","rollup":"^2.61.1","typescript":"^4.5.4","uglify-js":"^3.14.5"},"licenseText":"MIT License\n\nCopyright (c) 2021 Zilong Yao\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":"js-sdsl@1.0.1","dist":{"shasum":"7401ed3a939dd63c6be6ebb32658937b4cc80ed0","size":12242,"noattachment":false,"key":"/js-sdsl/-/js-sdsl-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/js-sdsl/download/js-sdsl-1.0.1.tgz"},"_npmUser":{"name":"yaozilong","email":"951711127@qq.com"},"directories":{},"maintainers":[{"name":"noname0310","email":""},{"name":"yaozilong","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/js-sdsl_1.0.1_1639907491058_0.27422379377368866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T09:51:41.074Z","publish_time":1639907491242,"_cnpm_publish_time":1639907491242}},"readme":"<p align=\"center\">\n  <a href=\"https://js-sdsl.org/\" target=\"_blank\" rel=\"noopener noreferrer\">\n    <img src=\"https://js-sdsl.org/assets/image/logo/logo-removebg.png\" alt=\"js-sdsl logo\" width=\"120\" />\n  </a>\n</p>\n\n<h3><p align=\"center\">A javascript standard data structure library which benchmark against C++ STL</p></h3>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/js-sdsl\"><img src=\"https://img.shields.io/npm/v/js-sdsl.svg\" alt=\"NPM Version\" /></a>\n  <a href=\"https://github.com/js-sdsl/js-sdsl/actions/workflows/build.yml\"><img src=\"https://img.shields.io/github/actions/workflow/status/js-sdsl/js-sdsl/build.yml\" alt=\"Build Status\" /></a>\n  <a href='https://coveralls.io/github/js-sdsl/js-sdsl?branch=main'><img src='https://coveralls.io/repos/github/js-sdsl/js-sdsl/badge.svg?branch=main' alt='Coverage Status' /></a>\n  <a href=\"https://github.com/js-sdsl/js-sdsl\"><img src=\"https://img.shields.io/github/stars/js-sdsl/js-sdsl.svg\" alt=\"GITHUB Star\" /></a>\n  <a href=\"https://npmcharts.com/compare/js-sdsl?minimal=true\"><img src=\"https://img.shields.io/npm/dm/js-sdsl.svg\" alt=\"NPM Downloads\" /></a>\n  <a href=\"https://unpkg.com/js-sdsl/dist/umd/js-sdsl.min.js\"><img src=\"https://img.badgesize.io/https://unpkg.com/js-sdsl/dist/umd/js-sdsl.min.js?compression=gzip&style=flat-square/\" alt=\"Gzip Size\"></a>\n  <a href=\"https://openbase.com/js/js-sdsl?utm_source=embedded&amp;utm_medium=badge&amp;utm_campaign=rate-badge\"><img src=\"https://badges.openbase.com/js/rating/js-sdsl.svg?token=fh3LMNOV+JSWykSjtg1rA8kouSYkJoIDzGbvaByq5X0=\" alt=\"Rate this package\"/></a>\n  <a href=\"https://opensource.org/licenses/MIT\"><img src=\"https://img.shields.io/npm/l/js-sdsl.svg\" alt=\"MIT-license\" /></a>\n  <a href=\"https://github.com/js-sdsl/js-sdsl/\"><img src=\"https://img.shields.io/github/languages/top/js-sdsl/js-sdsl.svg\" alt=\"GITHUB-language\" /></a>\n</p>\n\n<p align=\"center\">English | <a href=\"https://github.com/js-sdsl/js-sdsl/blob/main/README.zh-CN.md\">简体中文</a></p>\n\n## ✨ Included data structures\n\n- **Stack** - first in last out stack.\n- **Queue** - first in first out queue.\n- **PriorityQueue** - heap-implemented priority queue.\n- **Vector** - protected array, cannot to operate properties like `length` directly.\n- **LinkList** - linked list of non-contiguous memory addresses.\n- **Deque** - double-ended-queue, O(1) time complexity to `unshift` or getting elements by index.\n- **OrderedSet** - sorted set which implemented by red black tree.\n- **OrderedMap** - sorted map which implemented by red black tree.\n- **HashSet** - refer to the [polyfill of ES6 Set](https://github.com/rousan/collections-es6).\n- **HashMap** - refer to the [polyfill of ES6 Map](https://github.com/rousan/collections-es6).\n\n## ⚔️ Benchmark\n\nWe are benchmarking against other popular data structure libraries. In some ways we're better than the best library. See [benchmark](https://js-sdsl.org/#/test/benchmark-analyze).\n\n## ???? Supported platforms\n\n| ![][Edge-Icon]<br/>IE / Edge | ![][Firefox-Icon]<br/>Firefox | ![][Chrome-Icon]<br/>Chrome | ![][Safari-Icon]<br/>Safari | ![][Opera-Icon]<br/>Opera | ![][NodeJs-Icon]<br/>NodeJs |\n|:----------------------------:|:-----------------------------:|:---------------------------:|:---------------------------:|:-------------------------:|:---------------------------:|\n|           Edge 12            |              36               |             49              |             10              |            36             |             10              |\n\n## ???? Download\n\nDownload directly by cdn:\n\n- [js-sdsl.js](https://unpkg.com/js-sdsl/dist/umd/js-sdsl.js) (for development)\n- [js-sdsl.min.js](https://unpkg.com/js-sdsl/dist/umd/js-sdsl.min.js) (for production)\n\nOr install js-sdsl using npm:\n\n```bash\nnpm install js-sdsl\n```\n\nOr you can download the isolation packages containing only the containers you want:\n\n| package                                           | npm                                                                   | size                                                             | docs                        |\n|---------------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------|-----------------------------|\n| [@js-sdsl/stack][stack-package]                   | [![NPM Package][stack-npm-version]][stack-npm-link]                   | [![GZIP Size][stack-umd-size]][stack-umd-link]                   | [link][stack-docs]          |\n| [@js-sdsl/queue][queue-package]                   | [![NPM Package][queue-npm-version]][queue-npm-link]                   | [![GZIP Size][queue-umd-size]][queue-umd-link]                   | [link][queue-docs]          |\n| [@js-sdsl/priority-queue][priority-queue-package] | [![NPM Package][priority-queue-npm-version]][priority-queue-npm-link] | [![GZIP Size][priority-queue-umd-size]][priority-queue-umd-link] | [link][priority-queue-docs] |\n| [@js-sdsl/vector][vector-package]                 | [![NPM Package][vector-npm-version]][vector-npm-link]                 | [![GZIP Size][vector-umd-size]][vector-umd-link]                 | [link][vector-docs]         |\n| [@js-sdsl/link-list][link-list-package]           | [![NPM Package][link-list-npm-version]][link-list-npm-link]           | [![GZIP Size][link-list-umd-size]][link-list-umd-link]           | [link][link-list-docs]      |\n| [@js-sdsl/deque][deque-package]                   | [![NPM Package][deque-npm-version]][deque-npm-link]                   | [![GZIP Size][deque-umd-size]][deque-umd-link]                   | [link][deque-docs]          |\n| [@js-sdsl/ordered-set][ordered-set-package]       | [![NPM Package][ordered-set-npm-version]][ordered-set-npm-link]       | [![GZIP Size][ordered-set-umd-size]][ordered-set-umd-link]       | [link][ordered-set-docs]    |\n| [@js-sdsl/ordered-map][ordered-map-package]       | [![NPM Package][ordered-map-npm-version]][ordered-map-npm-link]       | [![GZIP Size][ordered-map-umd-size]][ordered-map-umd-link]       | [link][ordered-map-docs]    |\n| [@js-sdsl/hash-set][hash-set-package]             | [![NPM Package][hash-set-npm-version]][hash-set-npm-link]             | [![GZIP Size][hash-set-umd-size]][hash-set-umd-link]             | [link][hash-set-docs]       |\n| [@js-sdsl/hash-map][hash-map-package]             | [![NPM Package][hash-map-npm-version]][hash-map-npm-link]             | [![GZIP Size][hash-map-umd-size]][hash-map-umd-link]             | [link][hash-map-docs]       |\n\n## ???? Usage\n\nYou can visit our [official website](https://js-sdsl.org/) to get more information.\n\nTo help you have a better use, we also provide this [API document](https://js-sdsl.org/js-sdsl/index.html).\n\nFor previous versions of the documentation, please visit:\n\n`https://js-sdsl.org/js-sdsl/previous/v${version}/index.html`\n\nE.g.\n\n[https://js-sdsl.org/js-sdsl/previous/v4.1.5/index.html](https://js-sdsl.org/js-sdsl/previous/v4.1.5/index.html)\n\n### For browser\n\n```html\n<script src=\"https://unpkg.com/js-sdsl/dist/umd/js-sdsl.min.js\"></script>\n<script>\n    const {\n      Vector,\n      Stack,\n      Queue,\n      LinkList,\n      Deque,\n      PriorityQueue,\n      OrderedSet,\n      OrderedMap,\n      HashSet,\n      HashMap\n    } = sdsl;\n    const myOrderedMap = new OrderedMap();\n    myOrderedMap.setElement(1, 2);\n    console.log(myOrderedMap.getElementByKey(1)); // 2\n</script>\n```\n\n### For npm\n\n```javascript\n// esModule\nimport { OrderedMap } from 'js-sdsl';\n// commonJs\nconst { OrderedMap } = require('js-sdsl');\nconst myOrderedMap = new OrderedMap();\nmyOrderedMap.setElement(1, 2);\nconsole.log(myOrderedMap.getElementByKey(1)); // 2\n```\n\n## ???? Test\n\n### Unit test\n\nWe use [karma](https://karma-runner.github.io/) and [mocha](https://mochajs.org/) frame to do unit tests and synchronize to [coveralls](https://coveralls.io/github/js-sdsl/js-sdsl). You can run `yarn test:unit` command to reproduce it.\n\n### For performance\n\nWe tested most of the functions for efficiency. You can go to [`gh-pages/performance.md`](https://github.com/js-sdsl/js-sdsl/blob/gh-pages/performance.md) to see our running results or reproduce it with `yarn test:performance` command.\n\nYou can also visit [here](https://js-sdsl.org/#/test/performance-test) to get the result.\n\n## ⌨️ Development\n\nUse Gitpod, a free online dev environment for GitHub.\n\n[![Open in Gippod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/js-sdsl/js-sdsl)\n\nOr clone locally:\n\n```bash\n$ git clone https://github.com/js-sdsl/js-sdsl.git\n$ cd js-sdsl\n$ npm install\n$ npm run dev   # development mode\n```\n\nThen you can see the output in `dist/cjs` folder.\n\n## ???? Contributing\n\nFeel free to dive in! Open an issue or submit PRs. It may be helpful to read the [Contributor Guide](https://github.com/js-sdsl/js-sdsl/blob/main/.github/CONTRIBUTING.md).\n\n### Contributors\n\nThanks goes to these wonderful people:\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\"><a href=\"https://www.linkedin.com/in/takatoshi-kondo-02a91410/\"><img src=\"https://avatars.githubusercontent.com/u/275959?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Takatoshi Kondo</b></sub></a><br /><a href=\"https://github.com/js-sdsl/js-sdsl/commits?author=redboltz\" title=\"Code\">????</a> <a href=\"https://github.com/js-sdsl/js-sdsl/commits?author=redboltz\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\"><a href=\"https://www.youtube.com/c/noname0310\"><img src=\"https://avatars.githubusercontent.com/u/48761044?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>noname</b></sub></a><br /><a href=\"https://github.com/js-sdsl/js-sdsl/commits?author=noname0310\" title=\"Code\">????</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## ❤️ Sponsors and Backers\n\nThe special thanks to these sponsors or backers because they provided support at a very early stage:\n\n<a href=\"https://eslint.org/\"><img src=\"https://js-sdsl.org/assets/image/sponsors/eslint-logo-color.png\" alt=\"eslint logo\" width=\"150\"></a>\n\nThanks also give to these sponsors or backers:\n\n[![sponsors](https://opencollective.com/js-sdsl/tiers/sponsors.svg?avatarHeight=36)](https://opencollective.com/js-sdsl#support)\n\n[![backers](https://opencollective.com/js-sdsl/tiers/backers.svg?avatarHeight=36)](https://opencollective.com/js-sdsl#support)\n\n## ???? License\n\n[MIT](https://github.com/js-sdsl/js-sdsl/blob/main/LICENSE) © [ZLY201](https://github.com/zly201)\n\n[Edge-Icon]: https://js-sdsl.org/assets/image/platform/edge.png\n[Firefox-Icon]: https://js-sdsl.org/assets/image/platform/firefox.png\n[Chrome-Icon]: https://js-sdsl.org/assets/image/platform/chrome.png\n[Safari-Icon]: https://js-sdsl.org/assets/image/platform/safari.png\n[Opera-Icon]: https://js-sdsl.org/assets/image/platform/opera.png\n[NodeJs-Icon]: https://js-sdsl.org/assets/image/platform/nodejs.png\n\n[stack-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/OtherContainer/Stack.ts\n[stack-npm-version]: https://img.shields.io/npm/v/@js-sdsl/stack\n[stack-npm-link]: https://www.npmjs.com/package/@js-sdsl/stack\n[stack-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/stack/dist/umd/stack.min.js?compression=gzip&style=flat-square/\n[stack-umd-link]: https://unpkg.com/@js-sdsl/stack/dist/umd/stack.min.js\n[stack-docs]: https://js-sdsl.org/js-sdsl/classes/Stack.html\n\n[queue-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/OtherContainer/Queue.ts\n[queue-npm-version]: https://img.shields.io/npm/v/@js-sdsl/queue\n[queue-npm-link]: https://www.npmjs.com/package/@js-sdsl/queue\n[queue-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/queue/dist/umd/queue.min.js?compression=gzip&style=flat-square/\n[queue-umd-link]: https://unpkg.com/@js-sdsl/queue/dist/umd/queue.min.js\n[queue-docs]: https://js-sdsl.org/js-sdsl/classes/Queue.html\n\n[priority-queue-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/OtherContainer/PriorityQueue.ts\n[priority-queue-npm-version]: https://img.shields.io/npm/v/@js-sdsl/priority-queue\n[priority-queue-npm-link]: https://www.npmjs.com/package/@js-sdsl/priority-queue\n[priority-queue-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/priority-queue/dist/umd/priority-queue.min.js?compression=gzip&style=flat-square/\n[priority-queue-umd-link]: https://unpkg.com/@js-sdsl/priority-queue/dist/umd/priority-queue.min.js\n[priority-queue-docs]: https://js-sdsl.org/js-sdsl/classes/PriorityQueue.html\n\n[vector-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/SequentialContainer/Vector.ts\n[vector-npm-version]: https://img.shields.io/npm/v/@js-sdsl/vector\n[vector-npm-link]: https://www.npmjs.com/package/@js-sdsl/vector\n[vector-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/vector/dist/umd/vector.min.js?compression=gzip&style=flat-square/\n[vector-umd-link]: https://unpkg.com/@js-sdsl/vector/dist/umd/vector.min.js\n[vector-docs]: https://js-sdsl.org/js-sdsl/classes/Vector.html\n\n[link-list-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/SequentialContainer/LinkList.ts\n[link-list-npm-version]: https://img.shields.io/npm/v/@js-sdsl/link-list\n[link-list-npm-link]: https://www.npmjs.com/package/@js-sdsl/link-list\n[link-list-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/link-list/dist/umd/link-list.min.js?compression=gzip&style=flat-square/\n[link-list-umd-link]: https://unpkg.com/@js-sdsl/link-list/dist/umd/link-list.min.js\n[link-list-docs]: https://js-sdsl.org/js-sdsl/classes/LinkList.html\n\n[deque-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/SequentialContainer/Deque.ts\n[deque-npm-version]: https://img.shields.io/npm/v/@js-sdsl/deque\n[deque-npm-link]: https://www.npmjs.com/package/@js-sdsl/deque\n[deque-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/deque/dist/umd/deque.min.js?compression=gzip&style=flat-square/\n[deque-umd-link]: https://unpkg.com/@js-sdsl/deque/dist/umd/deque.min.js\n[deque-docs]: https://js-sdsl.org/js-sdsl/classes/Deque.html\n\n[ordered-set-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/TreeContainer/OrderedSet.ts\n[ordered-set-npm-version]: https://img.shields.io/npm/v/@js-sdsl/ordered-set\n[ordered-set-npm-link]: https://www.npmjs.com/package/@js-sdsl/ordered-set\n[ordered-set-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/ordered-set/dist/umd/ordered-set.min.js?compression=gzip&style=flat-square/\n[ordered-set-umd-link]: https://unpkg.com/@js-sdsl/ordered-set/dist/umd/ordered-set.min.js\n[ordered-set-docs]: https://js-sdsl.org/js-sdsl/classes/OrderedSet.html\n\n[ordered-map-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/TreeContainer/OrderedMap.ts\n[ordered-map-npm-version]: https://img.shields.io/npm/v/@js-sdsl/ordered-map\n[ordered-map-npm-link]: https://www.npmjs.com/package/@js-sdsl/ordered-map\n[ordered-map-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/ordered-map/dist/umd/ordered-map.min.js?compression=gzip&style=flat-square/\n[ordered-map-umd-link]: https://unpkg.com/@js-sdsl/ordered-map/dist/umd/ordered-map.min.js\n[ordered-map-docs]: https://js-sdsl.org/js-sdsl/classes/OrderedMap.html\n\n[hash-set-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/HashContainer/HashSet.ts\n[hash-set-npm-version]: https://img.shields.io/npm/v/@js-sdsl/hash-set\n[hash-set-npm-link]: https://www.npmjs.com/package/@js-sdsl/hash-set\n[hash-set-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/hash-set/dist/umd/hash-set.min.js?compression=gzip&style=flat-square/\n[hash-set-umd-link]: https://unpkg.com/@js-sdsl/hash-set/dist/umd/hash-set.min.js\n[hash-set-docs]: https://js-sdsl.org/js-sdsl/classes/HashSet.html\n\n[hash-map-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/HashContainer/HashMap.ts\n[hash-map-npm-version]: https://img.shields.io/npm/v/@js-sdsl/hash-map\n[hash-map-npm-link]: https://www.npmjs.com/package/@js-sdsl/hash-map\n[hash-map-umd-size]: https://img.badgesize.io/https://unpkg.com/@js-sdsl/hash-map/dist/umd/hash-map.min.js?compression=gzip&style=flat-square/\n[hash-map-umd-link]: https://unpkg.com/@js-sdsl/hash-map/dist/umd/hash-map.min.js\n[hash-map-docs]: https://js-sdsl.org/js-sdsl/classes/HashMap.html\n","_attachments":{},"homepage":"https://js-sdsl.org/","bugs":{"email":"951711127@qq.com","url":"https://github.com/js-sdsl/js-sdsl/issues"},"license":"MIT"}