Skip to content

Commit 6a4a73c

Browse files
committed
npm init
1 parent 98b8ac9 commit 6a4a73c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: package.json

+28
Original file line numberDiff line numberDiff line change
@@ -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 <[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+
}

0 commit comments

Comments
 (0)