{"name":"stable","version":"0.1.8","keywords":["stable","array","sort"],"description":"A stable array sort for JavaScript","repository":{"type":"git","url":"git+https://github.com/Two-Screen/stable.git"},"main":"./stable.js","types":"./index.d.ts","files":["stable.js","stable.min.js","index.d.ts"],"devDependencies":{"rollup":"^0.57.1","standard":"^11.0.1","tape":"^4.6.3","uglify-js":"^3.3.21"},"scripts":{"test":"standard src/ && node ./src/test.js","prepare":"npm run build && npm run minify","build":"rollup -c","minify":"uglifyjs --comments \"/^!/\" -c -m -o ./stable.min.js ./stable.js"},"testling":{"files":"./src/test.js","browsers":["ie6","ie7","ie8","ie9","ie10","firefox/25","chrome/31","safari/6.0","opera/12.0","opera/17.0","iphone/6.0","android-browser/4.2"]},"author":{"name":"Angry Bytes","email":"info@angrybytes.com"},"contributors":[{"name":"Domenic Denicola","email":"domenic@domenicdenicola.com"},{"name":"Mattias Buelens","email":"mattias@buelens.com"},{"name":"Stéphan Kochen","email":"stephan@angrybytes.com"},{"name":"Yaffle"}],"license":"MIT","gitHead":"2d20475dc7646b4b5427a956182c5f274f2b6551","bugs":{"url":"https://github.com/Two-Screen/stable/issues"},"homepage":"https://github.com/Two-Screen/stable#readme","_id":"stable@0.1.8","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"stephank","email":"stephan@kochen.nl"},"dist":{"shasum":"836eb3c8382fe2936feaf544631017ce7d47a3cf","size":3680,"noattachment":false,"key":"/stable/-/stable-0.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/stable/download/stable-0.1.8.tgz"},"maintainers":[{"name":"stephank","email":"stephan@kochen.nl"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stable_0.1.8_1524667299440_0.9340351014871993"},"_hasShrinkwrap":false,"publish_time":1524667299506,"_cnpm_publish_time":1524667299506,"deprecated":"Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility","dist-tags":{"latest":"0.1.8"}}