54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"_from": "quickselect@^1.0.0",
|
|
"_id": "quickselect@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AmMIGPmq5OyrJvAQP5jQYcF8WPM=",
|
|
"_location": "/quickselect",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "quickselect@^1.0.0",
|
|
"name": "quickselect",
|
|
"escapedName": "quickselect",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/rbush"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/quickselect/-/quickselect-1.0.0.tgz",
|
|
"_shasum": "02630818f9aae4ecab26f0103f98d061c17c58f3",
|
|
"_spec": "quickselect@^1.0.0",
|
|
"_where": "/home/kadir/workspace/webimmo/node_modules/rbush",
|
|
"author": {
|
|
"name": "Vladimir Agafonkin"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A tiny and fast selection algorithm in JavaScript.",
|
|
"devDependencies": {
|
|
"eslint": "^2.1.0",
|
|
"eslint-config-mourner": "^2.0.0",
|
|
"tape": "^4.4.0"
|
|
},
|
|
"keywords": [
|
|
"selection",
|
|
"algorithm",
|
|
"quickselect",
|
|
"sort",
|
|
"partial",
|
|
"floyd",
|
|
"rivest"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "quickselect",
|
|
"scripts": {
|
|
"pretest": "eslint index.js test.js",
|
|
"test": "tape test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|