Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80559 views
1
{
2
"name": "concat-map",
3
"description": "concatenative mapdashery",
4
"version": "0.0.1",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/substack/node-concat-map.git"
8
},
9
"main": "index.js",
10
"keywords": [
11
"concat",
12
"concatMap",
13
"map",
14
"functional",
15
"higher-order"
16
],
17
"directories": {
18
"example": "example",
19
"test": "test"
20
},
21
"scripts": {
22
"test": "tape test/*.js"
23
},
24
"devDependencies": {
25
"tape": "~2.4.0"
26
},
27
"license": "MIT",
28
"author": {
29
"name": "James Halliday",
30
"email": "[email protected]",
31
"url": "http://substack.net"
32
},
33
"testling": {
34
"files": "test/*.js",
35
"browsers": {
36
"ie": [
37
6,
38
7,
39
8,
40
9
41
],
42
"ff": [
43
3.5,
44
10,
45
15
46
],
47
"chrome": [
48
10,
49
22
50
],
51
"safari": [
52
5.1
53
],
54
"opera": [
55
12
56
]
57
}
58
},
59
"bugs": {
60
"url": "https://github.com/substack/node-concat-map/issues"
61
},
62
"homepage": "https://github.com/substack/node-concat-map",
63
"_id": "[email protected]",
64
"dist": {
65
"shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
66
"tarball": "http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
67
},
68
"_from": "[email protected]",
69
"_npmVersion": "1.3.21",
70
"_npmUser": {
71
"name": "substack",
72
"email": "[email protected]"
73
},
74
"maintainers": [
75
{
76
"name": "substack",
77
"email": "[email protected]"
78
}
79
],
80
"_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
81
"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
82
"readme": "ERROR: No README data found!"
83
}
84
85