package.json
4.9 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
{
"raw": "underscore-contrib@~0.3.0",
"scope": null,
"escapedName": "underscore-contrib",
"name": "underscore-contrib",
"rawSpec": "~0.3.0",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"/Users/fzy/project/koa2_Sequelize_project/node_modules/catharsis"
]
],
"_from": "underscore-contrib@>=0.3.0 <0.4.0",
"_id": "underscore-contrib@0.3.0",
"_inCache": true,
"_location": "/underscore-contrib",
"_npmUser": {
"name": "joshuacc",
"email": "joshua.clanton@gmail.com"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"raw": "underscore-contrib@~0.3.0",
"scope": null,
"escapedName": "underscore-contrib",
"name": "underscore-contrib",
"rawSpec": "~0.3.0",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/catharsis"
],
"_resolved": "https://registry.npmjs.org/underscore-contrib/-/underscore-contrib-0.3.0.tgz",
"_shasum": "665b66c24783f8fa2b18c9f8cbb0e2c7d48c26c7",
"_shrinkwrap": null,
"_spec": "underscore-contrib@~0.3.0",
"_where": "/Users/fzy/project/koa2_Sequelize_project/node_modules/catharsis",
"author": {
"name": "Fogus",
"email": "me@fogus.me",
"url": "http://www.fogus.me"
},
"bugs": {
"url": "https://github.com/documentcloud/underscore-contrib/issues"
},
"dependencies": {
"underscore": "1.6.0"
},
"description": "underscore-contrib ==================",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco": "~0.3.0",
"grunt-tocdoc": "~0.1.0"
},
"directories": {},
"dist": {
"shasum": "665b66c24783f8fa2b18c9f8cbb0e2c7d48c26c7",
"tarball": "https://registry.npmjs.org/underscore-contrib/-/underscore-contrib-0.3.0.tgz"
},
"homepage": "https://github.com/documentcloud/underscore-contrib",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "fogus",
"email": "mefogus@gmail.com"
},
{
"name": "joshuacc",
"email": "joshua.clanton@gmail.com"
}
],
"name": "underscore-contrib",
"optionalDependencies": {},
"readme": "underscore-contrib\n==================\n\nThe brass buckles on Underscore's utility belt -- a contributors' library for [Underscore](http://underscorejs.org/).\n\nLinks\n-----\n\n * [Documentation](http://documentcloud.github.io/underscore-contrib/)\n * [Source repository](https://github.com/documentcloud/underscore-contrib)\n * [Tickets and bug reports](https://github.com/documentcloud/underscore-contrib/issues?state=open)\n * [Maintainer's website](http://www.fogus.me)\n\nWhy underscore-contrib?\n-----------------------\n\nWhile Underscore provides a bevy of useful tools to support functional programming in JavaScript, it can't\n(and shouldn't) be everything to everyone. Underscore-contrib is intended as a home for functions that, for\nvarious reasons, don't belong in Underscore proper. In particular, it aims to be:\n\n * a home for functions that are limited in scope, but solve certain point problems, and\n * a proving ground for features that belong in Underscore proper, but need some advocacy and/or evolution\n(or devolution) to get them there.\n\nUse\n---\n\nFirst, you’ll need Underscore. Then you can grab the relevant underscore-contrib libraries and simply add\nsomething\nlike the following to your pages:\n\n <script type=\"text/javascript\" src=\"underscore.js\"></script>\n <script type=\"text/javascript\" src=\"underscore.object.builders.js\"></script>\n\nAt the moment there are no cross-contrib dependencies (i.e. each library can stand by itself), but that may\nchange in the future.\n\nContributing\n------------\n\nThere is still a lot of work to do around perf, documentation, examples, testing and distribution so any help\nin those areas is welcomed. Pull requests are accepted, but please search the [issues](https://github.com/documentcloud/underscore-contrib/issues)\nbefore proposing a new sub-contrib or addition. Additionally, all patches and proposals should have strong\ndocumentation, motivating cases and tests. It would be nice if we could not only provide useful tools built on\nUnderscore, but also provide an educational experience for why and how one might use them.\n\nOther (potentially) useful sub-contribs include the following:\n\n * String utilities\n * Date/time utilities\n * Validators\n * Iterators\n * Generators\n * Promises\n * Monads\n * Currying\n * Laziness\n * Multimethods\n\nWhat do these mean? Well, that’s up for discussion. :-)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/documentcloud/underscore-contrib.git"
},
"scripts": {
"test": "node ./node_modules/grunt-cli/bin/grunt test"
},
"version": "0.3.0"
}