Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 3, 2022
1 parent dd75619 commit 299e860
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "set.prototype.intersection",
"version": "0.0.0",
"description": "An ESnext spec-compliant `Set.prototype.intersection` shim/polyfill/replacement that works as far down as ES3 (a Set polyfill may be needed)",
"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/es-shims/Set.prototype.intersection.git"
},
"keywords": [
"javascript",
"ecmascript",
"shim",
"polyfill",
"es-shims",
"es-shim API",
"Set",
"intersection"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/es-shims/Set.prototype.intersection/issues"
},
"homepage": "https://github.com/es-shims/Set.prototype.intersection#readme"
}

0 comments on commit 299e860

Please sign in to comment.