-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 KB
/
package.json
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
{
"_from": "cyclist@~0.2.2",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=",
"_location": "/cyclist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz",
"_shasum": "1b33792e11e914a2fd6d6ed6447464444e5fa640",
"_spec": "cyclist@~0.2.2",
"_where": "/Users/rebecca/code/npm/node_modules/parallel-transform",
"author": {
"name": "Mathias Buus Madsen",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mafintosh/cyclist/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"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"
}