package.json
1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"_from": "parenthesis@^3.1.5",
"_id": "parenthesis@3.1.8",
"_inBundle": false,
"_integrity": "sha512-KF/U8tk54BgQewkJPvB4s/US3VQY68BRDpH638+7O/n58TpnwiwnOtGIOsT2/i+M78s61BBpeC83STB88d8sqw==",
"_location": "/parenthesis",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parenthesis@^3.1.5",
"name": "parenthesis",
"escapedName": "parenthesis",
"rawSpec": "^3.1.5",
"saveSpec": null,
"fetchSpec": "^3.1.5"
},
"_requiredBy": [
"/string-split-by"
],
"_resolved": "https://registry.npmmirror.com/parenthesis/-/parenthesis-3.1.8.tgz",
"_shasum": "3457fccb8f05db27572b841dad9d2630b912f125",
"_spec": "parenthesis@^3.1.5",
"_where": "/Users/zhanghao/brcode/br-client/node_modules/string-split-by",
"author": {
"name": "Dmitry Yv",
"email": "df.creative@gmail.com",
"url": "http://github.com/dy"
},
"bugs": {
"url": "https://github.com/dy/parenthesis/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Parse parentheses from a string",
"devDependencies": {
"tape": "^4.9.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/dy/parenthesis",
"keywords": [
"paren",
"parenthesis",
"parse",
"brackets",
"parser",
"regexp",
"stringify",
"tokenizer",
"replace",
"csv",
"string"
],
"license": "MIT",
"main": "index.js",
"name": "parenthesis",
"repository": {
"type": "git",
"url": "git://github.com/dy/parenthesis.git"
},
"scripts": {
"test": "node test.js",
"test:browser": "budo test.js"
},
"types": "index.d.ts",
"version": "3.1.8"
}