Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
niebert committed Jul 18, 2023
1 parent 298cea3 commit 58a7993
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "closingbracket",
"version": "1.0.11",
"description": "Find in a string a closing bracket for an opening bracket. The search function will start from a specific start index in the string, identifies the start index of the next corresponding opening bracket and finds the corresponding closing bracket provided as parameter. The search function return a object withe the start index, the index of opening bracket and the index of the closing bracket. ",
"exportvar": "BracketHandler",
"main": "src/main.js",
"scripts": {
"build": "node ./version4index.js; node ./build.js",
"doctoc": "doctoc ./README.md",
"test": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niebert/closingbracket.git"
},
"keywords": [
"Match",
"closing",
"bracket"
],
"devDependencies": {},
"dependencies": {
"build4code": "^0.3.27"
},
"author": "Engelbert Niehaus",
"license": "MIT",
"bugs": {
"url": "https://github.com/niebert/closingbracket/issues"
},
"homepage": "https://github.com/niebert/closingbracket#readme"
}
"name": "closingbracket",
"version": "1.0.16",
"description": "Find in a string a closing bracket for an opening bracket. The search function will start from a specific start index in the string, identifies the start index of the next corresponding opening bracket and finds the corresponding closing bracket provided as parameter. The search function return a object withe the start index, the index of opening bracket and the index of the closing bracket. ",
"exportvar": "BracketHandler",
"main": "src/main.js",
"scripts": {
"build": "node ./version4index.js; node ./build.js",
"doctoc": "doctoc ./README.md",
"test": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niebert/closingbracket.git"
},
"keywords": [
"Match",
"closing",
"bracket"
],
"devDependencies": {},
"dependencies": {
"build4code": "^0.3.27"
},
"author": "Engelbert Niehaus",
"license": "MIT",
"bugs": {
"url": "https://github.com/niebert/closingbracket/issues"
},
"homepage": "https://github.com/niebert/closingbracket#readme"
}

0 comments on commit 58a7993

Please sign in to comment.