package.json
2.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_from": "nodeunit@~0.7.4",
"_id": "nodeunit@0.7.4",
"_inBundle": false,
"_integrity": "sha1-yQje9/KZ++Zf96yIh4KVXEaq6fg=",
"_location": "/nodeunit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nodeunit@~0.7.4",
"name": "nodeunit",
"escapedName": "nodeunit",
"rawSpec": "~0.7.4",
"saveSpec": null,
"fetchSpec": "~0.7.4"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npm.taobao.org/nodeunit/download/nodeunit-0.7.4.tgz",
"_shasum": "c908def7f299fbe65ff7ac888782955c46aae9f8",
"_spec": "nodeunit@~0.7.4",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\grunt",
"bin": {
"nodeunit": "bin/nodeunit"
},
"bugs": {
"url": "http://github.com/caolan/nodeunit/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Romain Beauxis",
"url": "https://github.com/toots"
},
{
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
{
"name": "Alex Wolfe",
"url": "https://github.com/alexkwolfe"
},
{
"name": "Carl Fürstenberg",
"url": "https://github.com/azatoth"
},
{
"name": "Gerad Suyderhoud",
"url": "https://github.com/gerad"
},
{
"name": "Kadir Pekel",
"url": "https://github.com/coffeemate"
},
{
"name": "Oleg Efimov",
"url": "https://github.com/Sannis"
},
{
"name": "Orlando Vazquez",
"url": "https://github.com/orlandov"
},
{
"name": "Ryan Dahl",
"url": "https://github.com/ry"
},
{
"name": "Sam Stephenson",
"url": "https://github.com/sstephenson"
},
{
"name": "Thomas Mayfield",
"url": "https://github.com/thegreatape"
},
{
"name": "Elijah Insua",
"email": "tmpvar@gmail.com",
"url": "http://tmpvar.com"
}
],
"dependencies": {
"tap": ">=0.2.3"
},
"deprecated": "you are strongly encouraged to use other testing options",
"description": "Easy unit testing for node.js and the browser.",
"devDependencies": {
"should": ">=0.4.2",
"uglify-js": ">=1.1.0"
},
"directories": {
"lib": "./lib",
"doc": "./doc",
"man": "./man1"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/caolan/nodeunit#readme",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/caolan/nodeunit/raw/master/LICENSE"
}
],
"maintainers": [
{
"name": "Caolan McMahon",
"url": "https://github.com/caolan"
}
],
"man": [
"F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\nodeunit\\man1\\nodeunit.1"
],
"name": "nodeunit",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/caolan/nodeunit.git"
},
"version": "0.7.4"
}