{"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,"dist-tags":{"beta":"5.0.0-beta.0","latest":"4.4.2","next":"5.0.0-beta.0"}}