Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
38
node_modules/@sinonjs/text-encoding/README.md
generated
vendored
38
node_modules/@sinonjs/text-encoding/README.md
generated
vendored
|
|
@ -1,6 +1,40 @@
|
|||
text-encoding
|
||||
==============
|
||||
|
||||
This is a fork of https://github.com/inexorabletash/text-encoding, which
|
||||
has been marked as deprecated in the npm registry.
|
||||
|
||||
```
|
||||
npm info text-encoding
|
||||
|
||||
text-encoding@0.7.0 | (Unlicense OR Apache-2.0) | deps: none | versions: 11
|
||||
Polyfill for the Encoding Living Standard's API.
|
||||
https://github.com/inexorabletash/text-encoding
|
||||
|
||||
DEPRECATED ⚠️ - no longer maintained
|
||||
|
||||
keywords: encoding, decoding, living standard
|
||||
|
||||
dist
|
||||
.tarball: https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz
|
||||
.shasum: f895e836e45990624086601798ea98e8f36ee643
|
||||
.integrity: sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==
|
||||
.unpackedSize: 649.6 kB
|
||||
|
||||
maintainers:
|
||||
- inexorabletash <inexorabletash@gmail.com>
|
||||
|
||||
dist-tags:
|
||||
latest: 0.7.0
|
||||
|
||||
published a year ago by inexorabletash <inexorabletash@gmail.com>
|
||||
```
|
||||
|
||||
This fork is published as `@sinonjs/text-encoding` and will be available as long
|
||||
as it is in use by `@sinonjs` packages.
|
||||
|
||||
<hr />
|
||||
|
||||
This is a polyfill for the [Encoding Living
|
||||
Standard](https://encoding.spec.whatwg.org/) API for the Web, allowing
|
||||
encoding and decoding of textual data to and from Typed Array buffers
|
||||
|
|
@ -16,7 +50,7 @@ Basic examples and tests are included.
|
|||
|
||||
### Install ###
|
||||
|
||||
There are a few ways you can get and use the `text-encoding` library.
|
||||
There are a few ways you can get and use the `@sinonjs/text-encoding` library.
|
||||
|
||||
### HTML Page Usage ###
|
||||
|
||||
|
|
@ -34,7 +68,7 @@ you should probably use a different library.
|
|||
|
||||
#### Package Managers ####
|
||||
|
||||
The package is published to **npm** and **bower** as `@sinonjs/text-encoding`.
|
||||
The package is published to **npm** as `@sinonjs/text-encoding`.
|
||||
Use through these is not really supported, since they aren't used by
|
||||
the developer of the library. Using `require()` in interesting ways
|
||||
probably breaks. Patches welcome, as long as they don't break the
|
||||
|
|
|
|||
8
node_modules/@sinonjs/text-encoding/package.json
generated
vendored
8
node_modules/@sinonjs/text-encoding/package.json
generated
vendored
|
|
@ -12,7 +12,7 @@
|
|||
"Pierre Queinnec <pierre@queinnec.org>",
|
||||
"Zack Weinberg <zackw@panix.com>"
|
||||
],
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Polyfill for the Encoding Living Standard's API.",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/inexorabletash/text-encoding.git"
|
||||
"url": "https://github.com/sinonjs/text-encoding.git"
|
||||
},
|
||||
"keywords": [
|
||||
"encoding",
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
"living standard"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/inexorabletash/text-encoding/issues"
|
||||
"url": "https://github.com/sinonjs/text-encoding/issues"
|
||||
},
|
||||
"homepage": "https://github.com/inexorabletash/text-encoding",
|
||||
"homepage": "https://github.com/sinonjs/text-encoding",
|
||||
"license": "(Unlicense OR Apache-2.0)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue