-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 2.75 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 2.75 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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-gDNxrDWpx07BxYNO/jn1UrGI1vNhDQZrIFphbHMcTCDc5mrrqQBWfQMXPHJ5WSgbFwD1D6bv4HOsqtTrPG03AA==",
"_location": "/nodeunit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "nodeunit",
"escapedName": "nodeunit",
"rawSpec": "0.11.3",
"saveSpec": null,
"fetchSpec": "0.11.3"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/nodeunit/-/nodeunit-0.11.3.tgz",
"_shasum": "313afae26cd11b407b731ff774b8e35e5d6f9568",
"_spec": "[email protected]",
"_where": "/Users/smohamed/work/git/splunk-sdk-javascript",
"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": "[email protected]",
"url": "http://tmpvar.com"
}
],
"dependencies": {
"ejs": "^2.5.2",
"tap": "^12.0.1"
},
"deprecated": false,
"description": "Easy unit testing for node.js and the browser.",
"devDependencies": {
"should": ">=11.1.0",
"uglify-js": ">=2.7.3"
},
"directories": {
"lib": "./lib",
"doc": "./doc",
"man": "./man1"
},
"homepage": "https://github.com/caolan/nodeunit#readme",
"license": "MIT",
"maintainers": [
{
"name": "Caolan McMahon",
"url": "https://github.com/caolan"
}
],
"man": [
"/Users/smohamed/work/git/splunk-sdk-javascript/node_modules/nodeunit/man1/nodeunit.1"
],
"name": "nodeunit",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/caolan/nodeunit.git"
},
"scripts": {
"test": "node ./bin/nodeunit"
},
"version": "0.11.3"
}