Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 13, 2023
1 parent 23929ce commit a9847ab
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
@@ -0,0 +1,28 @@
{
"name": "stop-iteration-iterator",
"version": "0.0.0",
"description": "Firefox 17-26 iterators throw a StopIteration object to indicate \"done\". This normalizes it.",
"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/ljharb/stop-iteration-iterator.git"
},
"keywords": [
"stopiteration",
"iterator",
"firefox"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/stop-iteration-iterator/issues"
},
"homepage": "https://github.com/ljharb/stop-iteration-iterator#readme"
}

0 comments on commit a9847ab

Please sign in to comment.