Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 15, 2024
1 parent b750af8 commit 323fb46
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "error.iserror",
"version": "0.0.0",
"description": "An ESnext spec-compliant `Error.isError` shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
"./package.json": "./package.json"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/es-shims/Error.isError.git"
},
"keywords": [
"javascript",
"ecmascript",
"polyfill",
"shim",
"Error",
"isError",
"es-shim API"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/es-shims/Error.isError/issues"
},
"homepage": "https://github.com/es-shims/Error.isError#readme"
}

0 comments on commit 323fb46

Please sign in to comment.