Skip to content

Commit 10a21a4

Browse files
committed
npm init
1 parent aee2acc commit 10a21a4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "data-view-byte-offset",
3+
"version": "0.0.0",
4+
"description": "Get the byteOffset out of a DataView, 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/data-view-byte-offset.git"
16+
},
17+
"keywords": [
18+
"javascript",
19+
"ecmascript",
20+
"dataView",
21+
"data",
22+
"view",
23+
"byte",
24+
"offset",
25+
"byteOffset"
26+
],
27+
"author": "Jordan Harband <[email protected]>",
28+
"license": "MIT",
29+
"bugs": {
30+
"url": "https://github.com/ljharb/data-view-byte-offset/issues"
31+
},
32+
"homepage": "https://github.com/ljharb/data-view-byte-offset#readme"
33+
}

0 commit comments

Comments
 (0)