package.json
1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"_args": [
[
"sorted-array-functions@1.2.0",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "sorted-array-functions@1.2.0",
"_id": "sorted-array-functions@1.2.0",
"_inBundle": false,
"_integrity": "sha512-sWpjPhIZJtqO77GN+LD8dDsDKcWZ9GCOJNqKzi1tvtjGIzwfoyuRH8S0psunmc6Z5P+qfDqztSbwYR5X/e1UTg==",
"_location": "/sorted-array-functions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sorted-array-functions@1.2.0",
"name": "sorted-array-functions",
"escapedName": "sorted-array-functions",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/node-schedule"
],
"_resolved": "https://registry.npmjs.org/sorted-array-functions/-/sorted-array-functions-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"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.2.0"
}