Skip to content

Commit

Permalink
Remove tap module as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hann committed Jan 4, 2017
1 parent 7f19113 commit 8363e0a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 127 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spf-parse",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parse SPF (Sender Polify Framework) records",
"main": "index.js",
"scripts": {
Expand All @@ -16,6 +16,13 @@
"type": "git",
"url": "git+https://github.com/softvu/spf-parse.git"
},
"keywords": [
"spf",
"email",
"mail",
"policy",
"parse"
],
"author": "Brian Hann",
"license": "MIT",
"bugs": {
Expand All @@ -27,7 +34,6 @@
"coveralls": "^2.11.15",
"cz-conventional-changelog": "^1.2.0",
"nyc": "^10.0.0",
"tap": "^8.0.1",
"xo": "^0.17.1"
},
"xo": {
Expand Down
136 changes: 11 additions & 125 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bluebird@^3.0.0, bluebird@^3.3.1, bluebird@^3.4.1:
bluebird@^3.0.0, bluebird@^3.4.1:
version "3.4.7"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"

Expand Down Expand Up @@ -1107,10 +1107,6 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

color-support@^1.1.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.2.tgz#49cc99b89d1bdef1292e9d9323c66971a33eb89d"

combined-stream@^1.0.5, combined-stream@~1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
Expand Down Expand Up @@ -1188,7 +1184,7 @@ core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

coveralls@^2.11.15, coveralls@^2.11.2:
coveralls@^2.11.15:
version "2.11.15"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.11.15.tgz#37d3474369d66c14f33fa73a9d25cee6e099fca0"
dependencies:
Expand Down Expand Up @@ -1260,7 +1256,7 @@ debug@2.2.0, debug@~2.2.0:
dependencies:
ms "0.7.1"

debug@^2.1.1, debug@^2.1.3, debug@^2.2.0:
debug@^2.1.1, debug@^2.2.0:
version "2.5.2"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.5.2.tgz#50c295a53dbf1657146e0c1b21307275e90d49cb"
dependencies:
Expand Down Expand Up @@ -1294,10 +1290,6 @@ deep-strict-equal@^0.2.0:
dependencies:
core-assert "^0.2.0"

deeper@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/deeper/-/deeper-2.1.0.tgz#bc564e5f73174fdf201e08b00030e8a14da74368"

default-require-extensions@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
Expand Down Expand Up @@ -1330,10 +1322,6 @@ detect-indent@^4.0.0:
dependencies:
repeating "^2.0.0"

diff@^1.3.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf"

doctrine@1.5.0, doctrine@^1.2.2:
version "1.5.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
Expand Down Expand Up @@ -1434,7 +1422,7 @@ es6-weak-map@^2.0.1:
es6-iterator "2"
es6-symbol "3"

escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.3, escape-string-regexp@^1.0.4, escape-string-regexp@^1.0.5:
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.4, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

Expand Down Expand Up @@ -1618,10 +1606,6 @@ event-emitter@~0.3.4:
d "~0.1.1"
es5-ext "~0.10.7"

events-to-array@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/events-to-array/-/events-to-array-1.0.2.tgz#b3484465534fe4ff66fbdd1a83b777713ba404aa"

execa@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.5.0.tgz#a57456764b990e3e52f6eff7f17a9cc2ff2e7ccc"
Expand Down Expand Up @@ -1743,7 +1727,7 @@ for-own@^0.1.4:
dependencies:
for-in "^0.1.5"

foreground-child@^1.3.3, foreground-child@^1.5.3, foreground-child@^1.5.6:
foreground-child@^1.5.3, foreground-child@^1.5.6:
version "1.5.6"
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-1.5.6.tgz#4fd71ad2dfde96789b980a5c0a295937cb2f5ce9"
dependencies:
Expand Down Expand Up @@ -2290,7 +2274,7 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"

isexe@^1.0.0, isexe@^1.1.1:
isexe@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/isexe/-/isexe-1.1.2.tgz#36f3e22e60750920f5e7241a476a8c6a42275ad0"

Expand Down Expand Up @@ -2366,7 +2350,7 @@ js-types@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"

js-yaml@3.6.1, js-yaml@^3.2.7, js-yaml@^3.3.1, js-yaml@^3.5.1:
js-yaml@3.6.1, js-yaml@^3.5.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
dependencies:
Expand Down Expand Up @@ -2784,37 +2768,6 @@ nyc@^10.0.0:
yargs "^6.4.0"
yargs-parser "^4.0.2"

nyc@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/nyc/-/nyc-9.0.1.tgz#82775ed5c7f2734595a2c5e7c64f5d7199904db0"
dependencies:
archy "^1.0.0"
arrify "^1.0.1"
caching-transform "^1.0.0"
convert-source-map "^1.3.0"
default-require-extensions "^1.0.0"
find-cache-dir "^0.1.1"
find-up "^1.1.2"
foreground-child "^1.5.3"
glob "^7.0.6"
istanbul-lib-coverage "^1.0.0"
istanbul-lib-hook "^1.0.0-alpha.4"
istanbul-lib-instrument "^1.3.0"
istanbul-lib-report "^1.0.0-alpha.3"
istanbul-lib-source-maps "^1.1.0"
istanbul-reports "^1.0.0"
md5-hex "^1.2.0"
merge-source-map "^1.0.2"
micromatch "^2.3.11"
mkdirp "^0.5.0"
resolve-from "^2.0.0"
rimraf "^2.5.4"
signal-exit "^3.0.1"
spawn-wrap "^1.2.4"
test-exclude "^3.2.2"
yargs "^6.4.0"
yargs-parser "^4.0.2"

oauth-sign@~0.8.1:
version "0.8.2"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
Expand Down Expand Up @@ -2857,14 +2810,6 @@ onetime@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"

only-shallow@^1.0.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/only-shallow/-/only-shallow-1.2.0.tgz#71cecedba9324bc0518aef10ec080d3249dc2465"

opener@^1.4.1:
version "1.4.2"
resolved "https://registry.yarnpkg.com/opener/-/opener-1.4.2.tgz#b32582080042af8680c389a499175b4c54fff523"

optimist@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
Expand All @@ -2889,7 +2834,7 @@ optionator@^0.8.2:
type-check "~0.3.2"
wordwrap "~1.0.0"

os-homedir@1.0.1, os-homedir@^1.0.0, os-homedir@^1.0.1:
os-homedir@^1.0.0, os-homedir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.1.tgz#0d62bdf44b916fd3bbdcf2cab191948fb094f007"

Expand Down Expand Up @@ -3170,7 +3115,7 @@ pseudomap@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"

punycode@^1.3.2, punycode@^1.4.1:
punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"

Expand Down Expand Up @@ -3235,7 +3180,7 @@ read-pkg@^2.0.0:
normalize-package-data "^2.3.2"
path-type "^2.0.0"

readable-stream@^2, readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2:
readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e"
dependencies:
Expand Down Expand Up @@ -3712,54 +3657,6 @@ table@^3.7.8:
slice-ansi "0.0.4"
string-width "^2.0.0"

tap-mocha-reporter@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/tap-mocha-reporter/-/tap-mocha-reporter-2.0.1.tgz#c70316173d6e3a16c58e1ba92d5d6cd8de58a12e"
dependencies:
color-support "^1.1.0"
debug "^2.1.3"
diff "^1.3.2"
escape-string-regexp "^1.0.3"
glob "^7.0.5"
js-yaml "^3.3.1"
tap-parser "^2.0.0"
unicode-length "^1.0.0"
optionalDependencies:
readable-stream "^2.1.5"

tap-parser@^2.0.0, tap-parser@^2.2.0:
version "2.2.3"
resolved "https://registry.yarnpkg.com/tap-parser/-/tap-parser-2.2.3.tgz#ade6e96e37bfd38ce0f162da067f34034f068b01"
dependencies:
events-to-array "^1.0.1"
js-yaml "^3.2.7"
optionalDependencies:
readable-stream "^2"

tap@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/tap/-/tap-8.0.1.tgz#1b1bea643862013e8fcb714aeb08a03418d4fa2e"
dependencies:
bluebird "^3.3.1"
clean-yaml-object "^0.1.0"
color-support "^1.1.0"
coveralls "^2.11.2"
deeper "^2.1.0"
foreground-child "^1.3.3"
glob "^7.0.0"
isexe "^1.0.0"
js-yaml "^3.3.1"
nyc "^9.0.1"
only-shallow "^1.0.2"
opener "^1.4.1"
os-homedir "1.0.1"
readable-stream "^2.0.2"
signal-exit "^3.0.0"
stack-utils "^0.4.0"
tap-mocha-reporter "^2.0.0"
tap-parser "^2.2.0"
tmatch "^3.0.0"

tar-pack@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.3.0.tgz#30931816418f55afc4d21775afdd6720cee45dae"
Expand All @@ -3781,7 +3678,7 @@ tar@~2.2.1:
fstream "^1.0.2"
inherits "2"

test-exclude@^3.2.2, test-exclude@^3.3.0:
test-exclude@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-3.3.0.tgz#7a17ca1239988c98367b0621456dbb7d4bc38977"
dependencies:
Expand Down Expand Up @@ -3829,10 +3726,6 @@ tldjs@^1.7.0:
dependencies:
punycode "^1.4.1"

tmatch@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/tmatch/-/tmatch-3.0.0.tgz#7d2071dedbbc587f194acda3067bd0747b670991"

to-fast-properties@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
Expand Down Expand Up @@ -3898,13 +3791,6 @@ uid2@0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/uid2/-/uid2-0.0.3.tgz#483126e11774df2f71b8b639dcd799c376162b82"

unicode-length@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/unicode-length/-/unicode-length-1.0.3.tgz#5ada7a7fed51841a418a328cf149478ac8358abb"
dependencies:
punycode "^1.3.2"
strip-ansi "^3.0.1"

unique-temp-dir@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unique-temp-dir/-/unique-temp-dir-1.0.0.tgz#6dce95b2681ca003eebfb304a415f9cbabcc5385"
Expand Down

0 comments on commit 8363e0a

Please sign in to comment.