Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 22, 2022
1 parent b6c1edf commit c7f5765
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "safe-regex-test",
"version": "0.0.0",
"description": "Give a regex, get a robust predicate function that tests it against a string.",
"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/safe-regex-test.git"
},
"keywords": [
"regex",
"regexp",
"test",
"tester",
"safe",
"robust",
"exec"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/safe-regex-test/issues"
},
"homepage": "https://github.com/ljharb/safe-regex-test#readme"
}

0 comments on commit c7f5765

Please sign in to comment.