Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80642 views
1
{
2
"name": "prelude-ls",
3
"version": "1.1.2",
4
"author": {
5
"name": "George Zahariev",
6
"email": "[email protected]"
7
},
8
"description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
9
"keywords": [
10
"prelude",
11
"livescript",
12
"utility",
13
"ls",
14
"coffeescript",
15
"javascript",
16
"library",
17
"functional",
18
"array",
19
"list",
20
"object",
21
"string"
22
],
23
"main": "lib/",
24
"files": [
25
"lib/",
26
"README.md",
27
"LICENSE"
28
],
29
"homepage": "http://preludels.com",
30
"bugs": {
31
"url": "https://github.com/gkz/prelude-ls/issues"
32
},
33
"licenses": [
34
{
35
"type": "MIT",
36
"url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"
37
}
38
],
39
"engines": {
40
"node": ">= 0.8.0"
41
},
42
"repository": {
43
"type": "git",
44
"url": "git://github.com/gkz/prelude-ls.git"
45
},
46
"scripts": {
47
"test": "make test"
48
},
49
"devDependencies": {
50
"livescript": "~1.4.0",
51
"uglify-js": "~2.4.12",
52
"mocha": "~2.2.4",
53
"istanbul": "~0.2.4",
54
"browserify": "~3.24.13",
55
"sinon": "~1.10.2"
56
},
57
"gitHead": "d69be8fd8a682321ba24eced17caf3a1b8ca73b8",
58
"_id": "[email protected]",
59
"_shasum": "21932a549f5e52ffd9a827f570e04be62a97da54",
60
"_from": "prelude-ls@>=1.1.1 <1.2.0",
61
"_npmVersion": "2.7.6",
62
"_nodeVersion": "0.11.15",
63
"_npmUser": {
64
"name": "gkz",
65
"email": "[email protected]"
66
},
67
"maintainers": [
68
{
69
"name": "gkz",
70
"email": "[email protected]"
71
}
72
],
73
"dist": {
74
"shasum": "21932a549f5e52ffd9a827f570e04be62a97da54",
75
"tarball": "http://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
76
},
77
"directories": {},
78
"_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
79
"readme": "ERROR: No README data found!"
80
}
81
82