File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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 <[email protected] >" ,
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
+ }
You can’t perform that action at this time.
0 commit comments