72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"_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": "E:\\lj_zhgd-app\\zhgd-app\\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"
|
|
}
|