Skip to content

Commit bda090b

Browse files
committed
Add Mocha test runner
1 parent be9cf64 commit bda090b

File tree

2 files changed

+202
-9
lines changed

2 files changed

+202
-9
lines changed

package.json

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
{
2-
"name": "multipart-parser",
3-
"version": "1.0.0",
4-
"description": "Returning Values from Strings: multipart/form-data",
5-
"main": "index.js",
6-
"repository": "[email protected]:multisolution/multipart-parser.git",
7-
"author": "multisolution",
8-
"license": "BSD-3-Clause"
9-
}
1+
{
2+
"name": "multipart-parser",
3+
"version": "1.0.0",
4+
"description": "Returning Values from Strings: multipart/form-data",
5+
"main": "index.js",
6+
"repository": "[email protected]:multisolution/multipart-parser.git",
7+
"author": "multisolution",
8+
"license": "BSD-3-Clause",
9+
"devDependencies": {
10+
"mocha": "^3.3.0"
11+
},
12+
"scripts": {
13+
"test": "mocha tests.js"
14+
}
15+
}

yarn.lock

+187
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
balanced-match@^0.4.1:
6+
version "0.4.2"
7+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
8+
9+
brace-expansion@^1.1.7:
10+
version "1.1.7"
11+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59"
12+
dependencies:
13+
balanced-match "^0.4.1"
14+
concat-map "0.0.1"
15+
16+
17+
version "1.3.0"
18+
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"
19+
20+
21+
version "2.9.0"
22+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
23+
dependencies:
24+
graceful-readlink ">= 1.0.0"
25+
26+
27+
version "0.0.1"
28+
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
29+
30+
31+
version "2.6.0"
32+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
33+
dependencies:
34+
ms "0.7.2"
35+
36+
37+
version "3.2.0"
38+
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
39+
40+
41+
version "1.0.5"
42+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
43+
44+
fs.realpath@^1.0.0:
45+
version "1.0.0"
46+
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
47+
48+
49+
version "7.1.1"
50+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
51+
dependencies:
52+
fs.realpath "^1.0.0"
53+
inflight "^1.0.4"
54+
inherits "2"
55+
minimatch "^3.0.2"
56+
once "^1.3.0"
57+
path-is-absolute "^1.0.0"
58+
59+
"graceful-readlink@>= 1.0.0":
60+
version "1.0.1"
61+
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
62+
63+
64+
version "1.9.2"
65+
resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
66+
67+
has-flag@^1.0.0:
68+
version "1.0.0"
69+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
70+
71+
inflight@^1.0.4:
72+
version "1.0.6"
73+
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
74+
dependencies:
75+
once "^1.3.0"
76+
wrappy "1"
77+
78+
inherits@2:
79+
version "2.0.3"
80+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
81+
82+
83+
version "3.3.2"
84+
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
85+
86+
lodash._baseassign@^3.0.0:
87+
version "3.2.0"
88+
resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
89+
dependencies:
90+
lodash._basecopy "^3.0.0"
91+
lodash.keys "^3.0.0"
92+
93+
lodash._basecopy@^3.0.0:
94+
version "3.0.1"
95+
resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
96+
97+
lodash._basecreate@^3.0.0:
98+
version "3.0.3"
99+
resolved "https://registry.yarnpkg.com/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz#1bc661614daa7fc311b7d03bf16806a0213cf821"
100+
101+
lodash._getnative@^3.0.0:
102+
version "3.9.1"
103+
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
104+
105+
lodash._isiterateecall@^3.0.0:
106+
version "3.0.9"
107+
resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
108+
109+
110+
version "3.1.1"
111+
resolved "https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7"
112+
dependencies:
113+
lodash._baseassign "^3.0.0"
114+
lodash._basecreate "^3.0.0"
115+
lodash._isiterateecall "^3.0.0"
116+
117+
lodash.isarguments@^3.0.0:
118+
version "3.1.0"
119+
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
120+
121+
lodash.isarray@^3.0.0:
122+
version "3.0.4"
123+
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
124+
125+
lodash.keys@^3.0.0:
126+
version "3.1.2"
127+
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
128+
dependencies:
129+
lodash._getnative "^3.0.0"
130+
lodash.isarguments "^3.0.0"
131+
lodash.isarray "^3.0.0"
132+
133+
minimatch@^3.0.2:
134+
version "3.0.4"
135+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
136+
dependencies:
137+
brace-expansion "^1.1.7"
138+
139+
140+
version "0.0.8"
141+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
142+
143+
144+
version "0.5.1"
145+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
146+
dependencies:
147+
minimist "0.0.8"
148+
149+
mocha@^3.3.0:
150+
version "3.3.0"
151+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.3.0.tgz#d29b7428d3f52c82e2e65df1ecb7064e1aabbfb5"
152+
dependencies:
153+
browser-stdout "1.3.0"
154+
commander "2.9.0"
155+
debug "2.6.0"
156+
diff "3.2.0"
157+
escape-string-regexp "1.0.5"
158+
glob "7.1.1"
159+
growl "1.9.2"
160+
json3 "3.3.2"
161+
lodash.create "3.1.1"
162+
mkdirp "0.5.1"
163+
supports-color "3.1.2"
164+
165+
166+
version "0.7.2"
167+
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
168+
169+
once@^1.3.0:
170+
version "1.4.0"
171+
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
172+
dependencies:
173+
wrappy "1"
174+
175+
path-is-absolute@^1.0.0:
176+
version "1.0.1"
177+
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
178+
179+
180+
version "3.1.2"
181+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
182+
dependencies:
183+
has-flag "^1.0.0"
184+
185+
wrappy@1:
186+
version "1.0.2"
187+
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)