package.json
1.26 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
{
"_args": [
[
"cyclist@0.2.2",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "cyclist@0.2.2",
"_id": "cyclist@0.2.2",
"_inBundle": false,
"_integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=",
"_location": "/cyclist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cyclist@0.2.2",
"name": "cyclist",
"escapedName": "cyclist",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/parallel-transform"
],
"_resolved": "http://registry.npm.taobao.org/cyclist/download/cyclist-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/cyclist/issues"
},
"dependencies": {},
"description": "Cyclist is an efficient cyclic list implemention.",
"homepage": "https://github.com/mafintosh/cyclist#readme",
"keywords": [
"circular",
"buffer",
"ring",
"cyclic",
"data"
],
"name": "cyclist",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/cyclist.git"
},
"version": "0.2.2"
}