Skip to content

Commit 8742d9f

Browse files
😒 chore: Clean up repo.
1 parent e25df66 commit 8742d9f

File tree

3 files changed

+6
-109
lines changed

3 files changed

+6
-109
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for await ( const character of tape ) ... ;
1919
[![License](https://img.shields.io/github/license/async-abstraction/tape.svg)](https://raw.githubusercontent.com/async-abstraction/tape/main/LICENSE)
2020
[![Version](https://img.shields.io/npm/v/@async-abstraction/tape.svg)](https://www.npmjs.org/package/@async-abstraction/tape)
2121
[![Tests](https://img.shields.io/github/workflow/status/async-abstraction/tape/ci?event=push&label=tests)](https://github.com/async-abstraction/tape/actions/workflows/ci.yml?query=branch:main)
22-
[![Dependencies](https://img.shields.io/librariesio/github/async-abstraction/tape)](https://github.com/async-abstraction/tape/network/dependencies)
22+
[![Dependencies](https://img.shields.io/librariesio/github/async-abstraction/tape.svg)](https://github.com/async-abstraction/tape/network/dependencies)
2323
[![GitHub issues](https://img.shields.io/github/issues/async-abstraction/tape.svg)](https://github.com/async-abstraction/tape/issues)
2424
[![Downloads](https://img.shields.io/npm/dm/@async-abstraction/tape.svg)](https://www.npmjs.org/package/@async-abstraction/tape)
2525

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build-gh-pages": "npm run build-docs",
4545
"commit-msg": "commitlint --edit",
4646
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
47-
"debug": "NODE_ENV=debug npm test -- -- -- -st --fail-fast",
47+
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
4848
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
4949
"install-hooks": "husky install",
5050
"lint": "xo",
@@ -69,7 +69,6 @@
6969
"devDependencies": {
7070
"@babel/core": "7.16.5",
7171
"@babel/preset-env": "7.16.5",
72-
"@babel/register": "7.16.5",
7372
"@commitlint/cli": "15.0.0",
7473
"@js-library/commitlint-config": "0.0.4",
7574
"@node-loader/babel": "2.0.0",

yarn.lock

Lines changed: 4 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,17 +1522,6 @@
15221522
"@babel/plugin-transform-react-jsx-development" "^7.16.0"
15231523
"@babel/plugin-transform-react-pure-annotations" "^7.16.0"
15241524

1525-
1526-
version "7.16.5"
1527-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.5.tgz#657d28b7ca68190de8f6159245b5ed1cfa181640"
1528-
integrity sha512-NpluD+cToBiZiDsG3y9rtIcqDyivsahpaM9csfyfiq1qQWduSmihUZ+ruIqqSDGjZKZMJfgAElo9x2YWlOQuRw==
1529-
dependencies:
1530-
clone-deep "^4.0.1"
1531-
find-cache-dir "^2.0.0"
1532-
make-dir "^2.1.0"
1533-
pirates "^4.0.0"
1534-
source-map-support "^0.5.16"
1535-
15361525
"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4":
15371526
version "7.16.3"
15381527
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
@@ -3068,15 +3057,6 @@ cliui@^7.0.2:
30683057
strip-ansi "^6.0.0"
30693058
wrap-ansi "^7.0.0"
30703059

3071-
clone-deep@^4.0.1:
3072-
version "4.0.1"
3073-
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
3074-
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
3075-
dependencies:
3076-
is-plain-object "^2.0.4"
3077-
kind-of "^6.0.2"
3078-
shallow-clone "^3.0.0"
3079-
30803060
clone-response@^1.0.2:
30813061
version "1.0.2"
30823062
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
@@ -4603,15 +4583,6 @@ fill-range@^7.0.1:
46034583
dependencies:
46044584
to-regex-range "^5.0.1"
46054585

4606-
find-cache-dir@^2.0.0:
4607-
version "2.1.0"
4608-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
4609-
integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
4610-
dependencies:
4611-
commondir "^1.0.1"
4612-
make-dir "^2.0.0"
4613-
pkg-dir "^3.0.0"
4614-
46154586
find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
46164587
version "3.3.2"
46174588
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
@@ -4633,13 +4604,6 @@ find-up@^2.1.0:
46334604
dependencies:
46344605
locate-path "^2.0.0"
46354606

4636-
find-up@^3.0.0:
4637-
version "3.0.0"
4638-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
4639-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
4640-
dependencies:
4641-
locate-path "^3.0.0"
4642-
46434607
find-up@^4.0.0, find-up@^4.1.0:
46444608
version "4.1.0"
46454609
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -5604,13 +5568,6 @@ is-plain-obj@^1.1.0:
56045568
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
56055569
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
56065570

5607-
is-plain-object@^2.0.4:
5608-
version "2.0.4"
5609-
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
5610-
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
5611-
dependencies:
5612-
isobject "^3.0.1"
5613-
56145571
is-plain-object@^5.0.0:
56155572
version "5.0.0"
56165573
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
@@ -5770,11 +5727,6 @@ isexe@^2.0.0:
57705727
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
57715728
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
57725729

5773-
isobject@^3.0.1:
5774-
version "3.0.1"
5775-
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
5776-
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
5777-
57785730
isstream@~0.1.2:
57795731
version "0.1.2"
57805732
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
@@ -6003,7 +5955,7 @@ keyv@^4.0.0:
60035955
dependencies:
60045956
json-buffer "3.0.1"
60055957

6006-
kind-of@^6.0.2, kind-of@^6.0.3:
5958+
kind-of@^6.0.3:
60075959
version "6.0.3"
60085960
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
60095961
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
@@ -6169,14 +6121,6 @@ locate-path@^2.0.0:
61696121
p-locate "^2.0.0"
61706122
path-exists "^3.0.0"
61716123

6172-
locate-path@^3.0.0:
6173-
version "3.0.0"
6174-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
6175-
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
6176-
dependencies:
6177-
p-locate "^3.0.0"
6178-
path-exists "^3.0.0"
6179-
61806124
locate-path@^5.0.0:
61816125
version "5.0.0"
61826126
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -6368,14 +6312,6 @@ magic-string@^0.25.0, magic-string@^0.25.7:
63686312
dependencies:
63696313
sourcemap-codec "^1.4.4"
63706314

6371-
make-dir@^2.0.0, make-dir@^2.1.0:
6372-
version "2.1.0"
6373-
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
6374-
integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
6375-
dependencies:
6376-
pify "^4.0.1"
6377-
semver "^5.6.0"
6378-
63796315
make-dir@^3.0.0, make-dir@^3.0.2:
63806316
version "3.1.0"
63816317
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -6682,11 +6618,6 @@ new-github-release-url@^1.0.0:
66826618
dependencies:
66836619
type-fest "^0.4.1"
66846620

6685-
node-modules-regexp@^1.0.0:
6686-
version "1.0.0"
6687-
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
6688-
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
6689-
66906621
node-releases@^2.0.1:
66916622
version "2.0.1"
66926623
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
@@ -7013,7 +6944,7 @@ p-limit@^1.1.0:
70136944
dependencies:
70146945
p-try "^1.0.0"
70156946

7016-
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.2:
6947+
p-limit@^2.2.0, p-limit@^2.2.2:
70176948
version "2.3.0"
70186949
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
70196950
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
@@ -7041,13 +6972,6 @@ p-locate@^2.0.0:
70416972
dependencies:
70426973
p-limit "^1.1.0"
70436974

7044-
p-locate@^3.0.0:
7045-
version "3.0.0"
7046-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
7047-
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
7048-
dependencies:
7049-
p-limit "^2.0.0"
7050-
70516975
p-locate@^4.1.0:
70526976
version "4.1.0"
70536977
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -7241,11 +7165,6 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
72417165
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
72427166
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
72437167

7244-
pify@^4.0.1:
7245-
version "4.0.1"
7246-
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
7247-
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
7248-
72497168
pify@^5.0.0:
72507169
version "5.0.0"
72517170
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
@@ -7258,13 +7177,6 @@ [email protected]:
72587177
dependencies:
72597178
fromentries "^1.3.2"
72607179

7261-
pirates@^4.0.0:
7262-
version "4.0.1"
7263-
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
7264-
integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==
7265-
dependencies:
7266-
node-modules-regexp "^1.0.0"
7267-
72687180
pkg-conf@^4.0.0:
72697181
version "4.0.0"
72707182
resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-4.0.0.tgz#63ace00cbacfa94c2226aee133800802d3e3b80c"
@@ -7280,13 +7192,6 @@ pkg-dir@^2.0.0:
72807192
dependencies:
72817193
find-up "^2.1.0"
72827194

7283-
pkg-dir@^3.0.0:
7284-
version "3.0.0"
7285-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
7286-
integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
7287-
dependencies:
7288-
find-up "^3.0.0"
7289-
72907195
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
72917196
version "4.2.0"
72927197
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -8252,7 +8157,7 @@ semver-diff@^3.1.1:
82528157
dependencies:
82538158
semver "^6.3.0"
82548159

8255-
"semver@2 || 3 || 4 || 5", semver@^5.6.0, semver@^5.7.1:
8160+
"semver@2 || 3 || 4 || 5", semver@^5.7.1:
82568161
version "5.7.1"
82578162
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
82588163
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -8288,13 +8193,6 @@ serialize-javascript@^4.0.0:
82888193
dependencies:
82898194
randombytes "^2.1.0"
82908195

8291-
shallow-clone@^3.0.0:
8292-
version "3.0.1"
8293-
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
8294-
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
8295-
dependencies:
8296-
kind-of "^6.0.2"
8297-
82988196
shebang-command@^2.0.0:
82998197
version "2.0.0"
83008198
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -8367,7 +8265,7 @@ source-map-js@^1.0.1:
83678265
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
83688266
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
83698267

8370-
source-map-support@^0.5.16, source-map-support@^0.5.17, source-map-support@~0.5.20:
8268+
source-map-support@^0.5.17, source-map-support@~0.5.20:
83718269
version "0.5.21"
83728270
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
83738271
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==

0 commit comments

Comments
 (0)