You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
886 B
47 lines
886 B
{
|
|
"name": "parenthesis",
|
|
"version": "3.1.8",
|
|
"description": "Parse parentheses from a string",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js",
|
|
"test:browser": "budo test.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dy/parenthesis.git"
|
|
},
|
|
"keywords": [
|
|
"paren",
|
|
"parenthesis",
|
|
"parse",
|
|
"brackets",
|
|
"parser",
|
|
"regexp",
|
|
"stringify",
|
|
"tokenizer",
|
|
"replace",
|
|
"csv",
|
|
"string"
|
|
],
|
|
"author": {
|
|
"name": "Dmitry Yv",
|
|
"email": "df.creative@gmail.com",
|
|
"url": "http://github.com/dy"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dy/parenthesis/issues"
|
|
},
|
|
"homepage": "https://github.com/dy/parenthesis",
|
|
"devDependencies": {
|
|
"tape": "^4.9.0"
|
|
},
|
|
"dependencies": {},
|
|
"types": "index.d.ts"
|
|
}
|