initial commit
[JIRC.git] / node_modules / underscore / package.json
CommitLineData
39c8b14f 1{
2 "name": "underscore",
3 "description": "JavaScript's functional programming helper library.",
4 "homepage": "http://underscorejs.org",
5 "keywords": [
6 "util",
7 "functional",
8 "server",
9 "client",
10 "browser"
11 ],
12 "author": {
13 "name": "Jeremy Ashkenas",
14 "email": "jeremy@documentcloud.org"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/documentcloud/underscore.git"
19 },
20 "main": "underscore.js",
21 "version": "1.4.1",
22 "readme": " __\n /\\ \\ __\n __ __ ___ \\_\\ \\ __ _ __ ____ ___ ___ _ __ __ /\\_\\ ____\n /\\ \\/\\ \\ /' _ `\\ /'_ \\ /'__`\\/\\ __\\/ ,__\\ / ___\\ / __`\\/\\ __\\/'__`\\ \\/\\ \\ /',__\\\n \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\ __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\ __/ __ \\ \\ \\/\\__, `\\\n \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n \\/___/ \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/ \\/____/\\/___/ \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/\n \\ \\____/\n \\/___/\n\nUnderscore.js is a utility-belt library for JavaScript that provides\nsupport for the usual functional suspects (each, map, reduce, filter...)\nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttp://underscorejs.org\n\nMany thanks to our contributors:\nhttps://github.com/documentcloud/underscore/contributors\n",
23 "_id": "underscore@1.4.1",
24 "dist": {
25 "shasum": "590aaa463a950be208d89aa6717a9a1c3d6e65f6"
26 },
27 "_from": "underscore"
28}