Skip to content

Commit 1151981

Browse files
committed
npm init
1 parent 806bbaf commit 1151981

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 <[email protected]>",
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+
}

0 commit comments

Comments
 (0)