| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_args": [
- [
- "sorted-array-functions@1.3.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "sorted-array-functions@1.3.0",
- "_id": "sorted-array-functions@1.3.0",
- "_inBundle": false,
- "_integrity": "sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==",
- "_location": "/sorted-array-functions",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sorted-array-functions@1.3.0",
- "name": "sorted-array-functions",
- "escapedName": "sorted-array-functions",
- "rawSpec": "1.3.0",
- "saveSpec": null,
- "fetchSpec": "1.3.0"
- },
- "_requiredBy": [
- "/node-schedule"
- ],
- "_resolved": "https://registry.npmmirror.com/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz",
- "_spec": "1.3.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Mathias Buus",
- "url": "@mafintosh"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/sorted-array-functions/issues"
- },
- "dependencies": {},
- "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.3.0"
- }
|