package.json
2.94 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_from": "underscore.string@~3.2.3",
"_id": "underscore.string@3.2.3",
"_inBundle": false,
"_integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=",
"_location": "/underscore.string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "underscore.string@~3.2.3",
"name": "underscore.string",
"escapedName": "underscore.string",
"rawSpec": "~3.2.3",
"saveSpec": null,
"fetchSpec": "~3.2.3"
},
"_requiredBy": [
"/grunt-legacy-log",
"/grunt-legacy-util"
],
"_resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz",
"_shasum": "806992633665d5e5fcb4db1fb3a862eb68e9e6da",
"_spec": "underscore.string@~3.2.3",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\grunt-legacy-log",
"bugs": {
"url": "https://github.com/epeli/underscore.string/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Esa-Matti Suuronen",
"email": "esa-matti@suuronen.org",
"url": "http://esa-matti.suuronen.org/"
},
{
"name": "Edward Tsech",
"email": "edtsech@gmail.com"
},
{
"name": "Pavel Pravosud",
"email": "pavel@pravosud.com",
"url": "<https://github.com/rwz>"
},
{
"name": "Sasha Koss",
"email": "kossnocorp@gmail.com",
"url": "http://koss.nocorp.me/"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Pete Kruckenberg",
"email": "https://github.com/kruckenb",
"url": "<https://github.com/kruckenb>"
},
{
"name": "Paul Chavard",
"email": "paul@chavard.net",
"url": "<http://tchak.net>"
},
{
"name": "Ed Finkler",
"email": "coj@funkatron.com",
"url": "<http://funkatron.com>"
}
],
"dependencies": {},
"deprecated": false,
"description": "String manipulation extensions for Underscore.js javascript library.",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-bench": "^1.1.0",
"gulp-browserify": "~0.5.0",
"gulp-bump": "~0.1.11",
"gulp-eslint": "^1.1.1",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.6.0",
"gulp-mocha": "^2.0.0",
"gulp-param": "~0.6.3",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.0",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "~1.0.1",
"mocha": "^2.1.0",
"underscore": "^1.7.0"
},
"directories": {
"lib": "./"
},
"engines": {
"node": "*"
},
"homepage": "http://epeli.github.com/underscore.string/",
"jshintConfig": {
"node": true,
"browser": true,
"qunit": true,
"globals": {
"s": true
}
},
"keywords": [
"underscore",
"string"
],
"license": "MIT",
"main": "./index.js",
"name": "underscore.string",
"repository": {
"type": "git",
"url": "git+https://github.com/epeli/underscore.string.git"
},
"scripts": {
"test": "gulp test"
},
"version": "3.2.3"
}