Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 2, 2020
1 parent dd86394 commit 55a2bb7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
@@ -0,0 +1,34 @@
{
"name": "is-weakref",
"version": "0.0.0",
"description": "Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"main": "index.js",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inspect-js/is-weakref.git"
},
"keywords": [
"weakref",
"weak",
"ref",
"finalization",
"finalization registry"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inspect-js/is-weakref/issues"
},
"homepage": "https://github.com/inspect-js/is-weakref#readme"
}

0 comments on commit 55a2bb7

Please sign in to comment.