Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 6, 2023
1 parent 806bbaf commit 1151981
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
@@ -0,0 +1,30 @@
{
"name": "typed-array-byte-offset",
"version": "0.0.0",
"description": "Robustly get the byte offset of a Typed Array.",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inspect-js/typed-array-byte-offset.git"
},
"keywords": [
"typed",
"array",
"byte",
"offset",
"byteOffset"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inspect-js/typed-array-byte-offset/issues"
},
"homepage": "https://github.com/inspect-js/typed-array-byte-offset#readme"
}

0 comments on commit 1151981

Please sign in to comment.