react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / optionator / node_modules / prelude-ls / package.json
80642 views{1"name": "prelude-ls",2"version": "1.1.2",3"author": {4"name": "George Zahariev",5"email": "[email protected]"6},7"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.",8"keywords": [9"prelude",10"livescript",11"utility",12"ls",13"coffeescript",14"javascript",15"library",16"functional",17"array",18"list",19"object",20"string"21],22"main": "lib/",23"files": [24"lib/",25"README.md",26"LICENSE"27],28"homepage": "http://preludels.com",29"bugs": {30"url": "https://github.com/gkz/prelude-ls/issues"31},32"licenses": [33{34"type": "MIT",35"url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"36}37],38"engines": {39"node": ">= 0.8.0"40},41"repository": {42"type": "git",43"url": "git://github.com/gkz/prelude-ls.git"44},45"scripts": {46"test": "make test"47},48"devDependencies": {49"livescript": "~1.4.0",50"uglify-js": "~2.4.12",51"mocha": "~2.2.4",52"istanbul": "~0.2.4",53"browserify": "~3.24.13",54"sinon": "~1.10.2"55},56"gitHead": "d69be8fd8a682321ba24eced17caf3a1b8ca73b8",57"_id": "[email protected]",58"_shasum": "21932a549f5e52ffd9a827f570e04be62a97da54",59"_from": "prelude-ls@>=1.1.1 <1.2.0",60"_npmVersion": "2.7.6",61"_nodeVersion": "0.11.15",62"_npmUser": {63"name": "gkz",64"email": "[email protected]"65},66"maintainers": [67{68"name": "gkz",69"email": "[email protected]"70}71],72"dist": {73"shasum": "21932a549f5e52ffd9a827f570e04be62a97da54",74"tarball": "http://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"75},76"directories": {},77"_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",78"readme": "ERROR: No README data found!"79}808182