bson 6.10.3 → 7.0.0-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,37 +0,0 @@
1
- {
2
- "name": "text-encoding",
3
- "author": "Joshua Bell <inexorabletash@gmail.com>",
4
- "contributors": [
5
- "Joshua Bell <inexorabletash@gmail.com>",
6
- "Rick Eyre <rick.eyre@outlook.com>",
7
- "Eugen Podaru <eugen.podaru@live.com>",
8
- "Filip Dupanović <filip.dupanovic@gmail.com>",
9
- "Anne van Kesteren <annevk@annevk.nl>",
10
- "Author: Francis Avila <francisga@gmail.com>",
11
- "Michael J. Ryan <tracker1@gmail.com>",
12
- "Pierre Queinnec <pierre@queinnec.org>",
13
- "Zack Weinberg <zackw@panix.com>"
14
- ],
15
- "version": "0.7.0",
16
- "description": "Polyfill for the Encoding Living Standard's API.",
17
- "main": "index.js",
18
- "files": [
19
- "index.js",
20
- "lib/encoding.js",
21
- "lib/encoding-indexes.js"
22
- ],
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/inexorabletash/text-encoding.git"
26
- },
27
- "keywords": [
28
- "encoding",
29
- "decoding",
30
- "living standard"
31
- ],
32
- "bugs": {
33
- "url": "https://github.com/inexorabletash/text-encoding/issues"
34
- },
35
- "homepage": "https://github.com/inexorabletash/text-encoding",
36
- "license": "(Unlicense OR Apache-2.0)"
37
- }