Skip to content

Commit 946d3de

Browse files
committed
npm init
1 parent 051813f commit 946d3de

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "is-array-buffer",
3+
"version": "0.0.0",
4+
"description": "Is this value a JS ArrayBuffer?",
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/is-array-buffer.git"
16+
},
17+
"keywords": [
18+
"javascript",
19+
"ecmascript",
20+
"is",
21+
"arraybuffer",
22+
"array",
23+
"buffer"
24+
],
25+
"author": "Jordan Harband <[email protected]>",
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/inspect-js/is-array-buffer/issues"
29+
},
30+
"homepage": "https://github.com/inspect-js/is-array-buffer#readme"
31+
}

0 commit comments

Comments
 (0)