File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " underscore" ,
3
3
"description" : " JavaScript's functional programming helper library." ,
4
+ "version" : " 1.12.0" ,
5
+ "author" :
" Jeremy Ashkenas <[email protected] >" ,
6
+ "license" : " MIT" ,
4
7
"homepage" : " https://underscorejs.org" ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " git://github.com/jashkenas/underscore.git"
11
+ },
5
12
"keywords" : [
6
13
" util" ,
7
14
" functional" ,
8
15
" server" ,
9
16
" client" ,
10
17
" browser"
11
18
],
12
- "author" :
" Jeremy Ashkenas <[email protected] >" ,
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " git://github.com/jashkenas/underscore.git"
16
- },
17
19
"main" : " underscore.js" ,
18
20
"type" : " commonjs" ,
19
21
"module" : " modules/index-all.js" ,
20
- "version" : " 1.12.0" ,
21
22
"devDependencies" : {
22
23
"coveralls" : " ^2.11.2" ,
23
24
"docco" : " ^0.8.0" ,
54
55
"weight" : " npm run bundle && npm run minify-umd | gzip-size | pretty-bytes" ,
55
56
"prepublishOnly" : " npm run build && npm run doc"
56
57
},
57
- "license" : " MIT" ,
58
58
"files" : [
59
59
" underscore.js" ,
60
60
" underscore.js.map" ,
You can’t perform that action at this time.
0 commit comments