Skip to content

Commit 02b721f

Browse files
committed
Add typedoc for documentation generation
Close #97
1 parent c535608 commit 02b721f

File tree

5 files changed

+152
-2
lines changed

5 files changed

+152
-2
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
!/packages/*/src/types
44
**/*.d.ts
55
/coverage
6+
/docs
67
/packages/*/lib
78
/web/dist

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.d.ts.map
33
.nyc_output
44
coverage
5+
docs
56
node_modules
67
tsconfig.tsbuildinfo
78
tsconfig.test.tsbuildinfo

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"prettier": "^2.0.5",
7777
"resolve": "^1.15.0",
7878
"rimraf": "^3.0.0",
79+
"typedoc": "^0.20.5",
7980
"typescript": "^3.9.7",
8081
"web-annotation-tests": "https://github.com/w3c/web-annotation-tests",
8182
"webpack": "^4.41.5",

typedoc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"entryPoints": ["packages/apache-annotator/src/index.ts"]
3+
}

yarn.lock

+146-2
Original file line numberDiff line numberDiff line change
@@ -2696,6 +2696,11 @@ asynckit@^0.4.0:
26962696
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
26972697
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
26982698

2699+
at-least-node@^1.0.0:
2700+
version "1.0.0"
2701+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
2702+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
2703+
26992704
atob-lite@^2.0.0:
27002705
version "2.0.0"
27012706
resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
@@ -3414,6 +3419,11 @@ colorette@^1.2.1:
34143419
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
34153420
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
34163421

3422+
colors@^1.4.0:
3423+
version "1.4.0"
3424+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
3425+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
3426+
34173427
columnify@^1.5.4:
34183428
version "1.5.4"
34193429
resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
@@ -5105,6 +5115,16 @@ fs-extra@^8.1.0:
51055115
jsonfile "^4.0.0"
51065116
universalify "^0.1.0"
51075117

5118+
fs-extra@^9.1.0:
5119+
version "9.1.0"
5120+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
5121+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
5122+
dependencies:
5123+
at-least-node "^1.0.0"
5124+
graceful-fs "^4.2.0"
5125+
jsonfile "^6.0.1"
5126+
universalify "^2.0.0"
5127+
51085128
fs-minipass@^1.2.5:
51095129
version "1.2.7"
51105130
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
@@ -5478,6 +5498,18 @@ handlebars@^4.1.2:
54785498
optionalDependencies:
54795499
uglify-js "^3.1.4"
54805500

5501+
handlebars@^4.7.7:
5502+
version "4.7.7"
5503+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
5504+
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
5505+
dependencies:
5506+
minimist "^1.2.5"
5507+
neo-async "^2.6.0"
5508+
source-map "^0.6.1"
5509+
wordwrap "^1.0.0"
5510+
optionalDependencies:
5511+
uglify-js "^3.1.4"
5512+
54815513
har-schema@^2.0.0:
54825514
version "2.0.0"
54835515
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -5924,6 +5956,11 @@ [email protected]:
59245956
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
59255957
integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
59265958

5959+
interpret@^1.0.0:
5960+
version "1.4.0"
5961+
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
5962+
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
5963+
59275964
invert-kv@^2.0.0:
59285965
version "2.0.0"
59295966
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
@@ -6009,6 +6046,13 @@ is-ci@^2.0.0:
60096046
dependencies:
60106047
ci-info "^2.0.0"
60116048

6049+
is-core-module@^2.2.0:
6050+
version "2.2.0"
6051+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
6052+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
6053+
dependencies:
6054+
has "^1.0.3"
6055+
60126056
is-data-descriptor@^0.1.4:
60136057
version "0.1.4"
60146058
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -6508,6 +6552,15 @@ jsonfile@^4.0.0:
65086552
optionalDependencies:
65096553
graceful-fs "^4.1.6"
65106554

6555+
jsonfile@^6.0.1:
6556+
version "6.1.0"
6557+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
6558+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
6559+
dependencies:
6560+
universalify "^2.0.0"
6561+
optionalDependencies:
6562+
graceful-fs "^4.1.6"
6563+
65116564
jsonparse@^1.2.0:
65126565
version "1.3.1"
65136566
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -6821,6 +6874,11 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17
68216874
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
68226875
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
68236876

6877+
lodash@^4.17.21:
6878+
version "4.17.21"
6879+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6880+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
6881+
68246882
[email protected], log-symbols@^3.0.0:
68256883
version "3.0.0"
68266884
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
@@ -6864,6 +6922,11 @@ lru-cache@^5.1.1:
68646922
dependencies:
68656923
yallist "^3.0.2"
68666924

6925+
lunr@^2.3.9:
6926+
version "2.3.9"
6927+
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
6928+
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
6929+
68676930
macos-release@^2.2.0:
68686931
version "2.3.0"
68696932
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
@@ -6942,6 +7005,11 @@ map-visit@^1.0.0:
69427005
dependencies:
69437006
object-visit "^1.0.0"
69447007

7008+
marked@^2.0.1:
7009+
version "2.0.1"
7010+
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.1.tgz#5e7ed7009bfa5c95182e4eb696f85e948cefcee3"
7011+
integrity sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==
7012+
69457013
matched@^0.4.4:
69467014
version "0.4.4"
69477015
resolved "https://registry.yarnpkg.com/matched/-/matched-0.4.4.tgz#56d7b7eb18033f0cf9bc52eb2090fac7dc1e89fa"
@@ -7121,7 +7189,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
71217189
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
71227190
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
71237191

7124-
[email protected], minimatch@^3.0.4:
7192+
[email protected], minimatch@^3.0.0, minimatch@^3.0.4:
71257193
version "3.0.4"
71267194
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
71277195
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -7716,6 +7784,13 @@ onetime@^5.1.0:
77167784
dependencies:
77177785
mimic-fn "^2.1.0"
77187786

7787+
onigasm@^2.2.5:
7788+
version "2.2.5"
7789+
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.5.tgz#cc4d2a79a0fa0b64caec1f4c7ea367585a676892"
7790+
integrity sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==
7791+
dependencies:
7792+
lru-cache "^5.1.1"
7793+
77197794
opencollective-postinstall@^2.0.2:
77207795
version "2.0.2"
77217796
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
@@ -8334,7 +8409,7 @@ process@^0.11.10:
83348409
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
83358410
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
83368411

8337-
progress@^2.0.0:
8412+
progress@^2.0.0, progress@^2.0.3:
83388413
version "2.0.3"
83398414
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
83408415
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -8667,6 +8742,13 @@ readdirp@~3.5.0:
86678742
dependencies:
86688743
picomatch "^2.2.1"
86698744

8745+
rechoir@^0.6.2:
8746+
version "0.6.2"
8747+
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
8748+
integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=
8749+
dependencies:
8750+
resolve "^1.1.6"
8751+
86708752
redent@^1.0.0:
86718753
version "1.0.0"
86728754
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
@@ -8903,6 +8985,14 @@ resolve-url@^0.2.1:
89038985
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
89048986
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
89058987

8988+
resolve@^1.1.6:
8989+
version "1.20.0"
8990+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
8991+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
8992+
dependencies:
8993+
is-core-module "^2.2.0"
8994+
path-parse "^1.0.6"
8995+
89068996
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.15.0, resolve@^1.17.0, resolve@^1.3.2:
89078997
version "1.17.0"
89088998
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
@@ -9208,6 +9298,23 @@ shebang-regex@^3.0.0:
92089298
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
92099299
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
92109300

9301+
shelljs@^0.8.4:
9302+
version "0.8.4"
9303+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
9304+
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
9305+
dependencies:
9306+
glob "^7.0.0"
9307+
interpret "^1.0.0"
9308+
rechoir "^0.6.2"
9309+
9310+
shiki@^0.9.3:
9311+
version "0.9.3"
9312+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.9.3.tgz#7bf7bcf3ed50ca525ec89cc09254abce4264d5ca"
9313+
integrity sha512-NEjg1mVbAUrzRv2eIcUt3TG7X9svX7l3n3F5/3OdFq+/BxUdmBOeKGiH4icZJBLHy354Shnj6sfBTemea2e7XA==
9314+
dependencies:
9315+
onigasm "^2.2.5"
9316+
vscode-textmate "^5.2.0"
9317+
92119318
signal-exit@^3.0.0, signal-exit@^3.0.2:
92129319
version "3.0.3"
92139320
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
@@ -10057,6 +10164,28 @@ typedarray@^0.0.6:
1005710164
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1005810165
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1005910166

10167+
typedoc-default-themes@^0.12.9:
10168+
version "0.12.10"
10169+
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.12.10.tgz#614c4222fe642657f37693ea62cad4dafeddf843"
10170+
integrity sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==
10171+
10172+
typedoc@^0.20.5:
10173+
version "0.20.35"
10174+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.35.tgz#c36996098cbeb2ef63d9d7991262a071b98336a3"
10175+
integrity sha512-7sNca19LXg2hgyGHq3b33tQ1YFApmd8aBDEzWQ2ry4VDkw/NdFWkysGiGRY1QckDCB0gVH8+MlXA4K71IB3azg==
10176+
dependencies:
10177+
colors "^1.4.0"
10178+
fs-extra "^9.1.0"
10179+
handlebars "^4.7.7"
10180+
lodash "^4.17.21"
10181+
lunr "^2.3.9"
10182+
marked "^2.0.1"
10183+
minimatch "^3.0.0"
10184+
progress "^2.0.3"
10185+
shelljs "^0.8.4"
10186+
shiki "^0.9.3"
10187+
typedoc-default-themes "^0.12.9"
10188+
1006010189
typescript@^3.9.7:
1006110190
version "3.9.7"
1006210191
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
@@ -10144,6 +10273,11 @@ universalify@^0.1.0:
1014410273
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
1014510274
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
1014610275

10276+
universalify@^2.0.0:
10277+
version "2.0.0"
10278+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
10279+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
10280+
1014710281
[email protected], unpipe@~1.0.0:
1014810282
version "1.0.0"
1014910283
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -10270,6 +10404,11 @@ vm-browserify@^1.0.1:
1027010404
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
1027110405
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
1027210406

10407+
vscode-textmate@^5.2.0:
10408+
version "5.4.0"
10409+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.4.0.tgz#4b25ffc1f14ac3a90faf9a388c67a01d24257cd7"
10410+
integrity sha512-c0Q4zYZkcLizeYJ3hNyaVUM2AA8KDhNCA3JvXY8CeZSJuBdAy3bAvSbv46RClC4P3dSO9BdwhnKEx2zOo6vP/w==
10411+
1027310412
w3c-hr-time@^1.0.2:
1027410413
version "1.0.2"
1027510414
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
@@ -10525,6 +10664,11 @@ word-wrap@^1.2.3, word-wrap@~1.2.3:
1052510664
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
1052610665
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
1052710666

10667+
wordwrap@^1.0.0:
10668+
version "1.0.0"
10669+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
10670+
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
10671+
1052810672
wordwrap@~0.0.2:
1052910673
version "0.0.3"
1053010674
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"

0 commit comments

Comments
 (0)