Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80635 views
1
{
2
"name": "lodash.template",
3
"version": "3.6.1",
4
"description": "The modern build of lodash’s `_.template` as a module.",
5
"homepage": "https://lodash.com/",
6
"icon": "https://lodash.com/icon.svg",
7
"license": "MIT",
8
"keywords": [
9
"lodash",
10
"lodash-modularized",
11
"stdlib",
12
"util"
13
],
14
"author": {
15
"name": "John-David Dalton",
16
"email": "[email protected]",
17
"url": "http://allyoucanleet.com/"
18
},
19
"contributors": [
20
{
21
"name": "John-David Dalton",
22
"email": "[email protected]",
23
"url": "http://allyoucanleet.com/"
24
},
25
{
26
"name": "Benjamin Tan",
27
"email": "[email protected]",
28
"url": "https://d10.github.io/"
29
},
30
{
31
"name": "Blaine Bublitz",
32
"email": "[email protected]",
33
"url": "http://www.iceddev.com/"
34
},
35
{
36
"name": "Kit Cambridge",
37
"email": "[email protected]",
38
"url": "http://kitcambridge.be/"
39
},
40
{
41
"name": "Mathias Bynens",
42
"email": "[email protected]",
43
"url": "https://mathiasbynens.be/"
44
}
45
],
46
"repository": {
47
"type": "git",
48
"url": "git+https://github.com/lodash/lodash.git"
49
},
50
"scripts": {
51
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
52
},
53
"dependencies": {
54
"lodash._basecopy": "^3.0.0",
55
"lodash._basetostring": "^3.0.0",
56
"lodash._basevalues": "^3.0.0",
57
"lodash._isiterateecall": "^3.0.0",
58
"lodash._reinterpolate": "^3.0.0",
59
"lodash.escape": "^3.0.0",
60
"lodash.keys": "^3.0.0",
61
"lodash.restparam": "^3.0.0",
62
"lodash.templatesettings": "^3.0.0"
63
},
64
"bugs": {
65
"url": "https://github.com/lodash/lodash/issues"
66
},
67
"_id": "[email protected]",
68
"_shasum": "bd9d485f4518c285e8d564fe4c0c91c13dce6abe",
69
"_from": "lodash.template@>=3.0.0 <4.0.0",
70
"_npmVersion": "2.10.1",
71
"_nodeVersion": "2.0.2",
72
"_npmUser": {
73
"name": "jdalton",
74
"email": "[email protected]"
75
},
76
"maintainers": [
77
{
78
"name": "jdalton",
79
"email": "[email protected]"
80
},
81
{
82
"name": "kitcambridge",
83
"email": "[email protected]"
84
},
85
{
86
"name": "mathias",
87
"email": "[email protected]"
88
},
89
{
90
"name": "phated",
91
"email": "[email protected]"
92
},
93
{
94
"name": "d10",
95
"email": "[email protected]"
96
}
97
],
98
"dist": {
99
"shasum": "bd9d485f4518c285e8d564fe4c0c91c13dce6abe",
100
"tarball": "http://registry.npmjs.org/lodash.template/-/lodash.template-3.6.1.tgz"
101
},
102
"directories": {},
103
"_resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.1.tgz"
104
}
105
106