File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " typed-array-byte-offset" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " Robustly get the byte offset of a Typed Array." ,
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/inspect-js/typed-array-byte-offset.git"
16+ },
17+ "keywords" : [
18+ " typed" ,
19+ " array" ,
20+ " byte" ,
21+ " offset" ,
22+ " byteOffset"
23+ ],
24+ "author" : " Jordan Harband <ljharb@gmail.com>" ,
25+ "license" : " MIT" ,
26+ "bugs" : {
27+ "url" : " https://github.com/inspect-js/typed-array-byte-offset/issues"
28+ },
29+ "homepage" : " https://github.com/inspect-js/typed-array-byte-offset#readme"
30+ }
You can’t perform that action at this time.
0 commit comments