Skip to content
This repository was archived by the owner on Sep 28, 2018. It is now read-only.

Commit 419cbe2

Browse files
committed
Add explanation of for in README.md
1 parent e384d34 commit 419cbe2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
text-encoding
22
==============
33

4+
This is a fork of https://github.com/inexorabletash/text-encoding, which
5+
has been marked as deprecated in the npm registry.
6+
7+
```
8+
npm info text-encoding
9+
10+
[email protected] | (Unlicense OR Apache-2.0) | deps: none | versions: 11
11+
Polyfill for the Encoding Living Standard's API.
12+
https://github.com/inexorabletash/text-encoding
13+
14+
DEPRECATED ⚠️ - no longer maintained
15+
16+
keywords: encoding, decoding, living standard
17+
18+
dist
19+
.tarball: https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz
20+
.shasum: f895e836e45990624086601798ea98e8f36ee643
21+
.integrity: sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==
22+
.unpackedSize: 649.6 kB
23+
24+
maintainers:
25+
- inexorabletash <[email protected]>
26+
27+
dist-tags:
28+
latest: 0.7.0
29+
30+
published a year ago by inexorabletash <[email protected]>
31+
```
32+
33+
This fork is published as `@sinonjs/text-encoding` and will be available as long
34+
as it is in use by `@sinonjs` packages.
35+
36+
<hr />
37+
438
This is a polyfill for the [Encoding Living
539
Standard](https://encoding.spec.whatwg.org/) API for the Web, allowing
640
encoding and decoding of textual data to and from Typed Array buffers

0 commit comments

Comments
 (0)