There was an error while loading. Please reload this page.
1 parent 98b8ac9 commit 6a4a73cCopy full SHA for 6a4a73c
package.json
@@ -0,0 +1,28 @@
1
+{
2
+"name": "typed-array-buffer",
3
+"version": "0.0.0",
4
+"description": "Get the ArrayBuffer out of a TypedArray, robustly.",
5
+"main": "index.js",
6
+"exports": {
7
+".": "./index.js",
8
+"./package.json": "./package.json"
9
+},
10
+"scripts": {
11
+"test": "echo \"Error: no test specified\" && exit 1"
12
13
+"repository": {
14
+"type": "git",
15
+"url": "git+https://github.com/ljharb/typed-array-buffer.git"
16
17
+"keywords": [
18
+"typed array",
19
+"arraybuffer",
20
+"buffer"
21
+],
22
+"author": "Jordan Harband <ljharb@gmail.com>",
23
+"license": "MIT",
24
+"bugs": {
25
+"url": "https://github.com/ljharb/typed-array-buffer/issues"
26
27
+"homepage": "https://github.com/ljharb/typed-array-buffer#readme"
28
+}
0 commit comments