You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

52 lines
1.6 KiB

{
"_from": "sorted-array-functions@^1.0.0",
"_id": "sorted-array-functions@1.2.0",
"_inBundle": false,
"_integrity": "sha512-sWpjPhIZJtqO77GN+LD8dDsDKcWZ9GCOJNqKzi1tvtjGIzwfoyuRH8S0psunmc6Z5P+qfDqztSbwYR5X/e1UTg==",
"_location": "/sorted-array-functions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sorted-array-functions@^1.0.0",
"name": "sorted-array-functions",
"escapedName": "sorted-array-functions",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/node-schedule"
],
"_resolved": "https://registry.npmjs.org/sorted-array-functions/-/sorted-array-functions-1.2.0.tgz",
"_shasum": "43265b21d6e985b7df31621b1c11cc68d8efc7c3",
"_spec": "sorted-array-functions@^1.0.0",
"_where": "e:\\git\\cron-git\\node_modules\\node-schedule",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bugs": {
"url": "https://github.com/mafintosh/sorted-array-functions/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Maintain and search through a sorted array using some low level functions",
"devDependencies": {
"standard": "^8.4.0",
"tape": "^4.6.2"
},
"homepage": "https://github.com/mafintosh/sorted-array-functions",
"license": "MIT",
"main": "index.js",
"name": "sorted-array-functions",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/sorted-array-functions.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.2.0"
}