add enter functionality and resolve title show bug
This commit is contained in:
58
kitabcitab/node_modules/globrex/package.json
generated
vendored
58
kitabcitab/node_modules/globrex/package.json
generated
vendored
@@ -1,17 +1,47 @@
|
||||
{
|
||||
"name": "globrex",
|
||||
"version": "0.1.2",
|
||||
"_args": [
|
||||
[
|
||||
"globrex@0.1.2",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "globrex@0.1.2",
|
||||
"_id": "globrex@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
|
||||
"_location": "/globrex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "globrex@0.1.2",
|
||||
"name": "globrex",
|
||||
"escapedName": "globrex",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tiny-glob"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Terkel Gjervig"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/terkelg/globrex/issues"
|
||||
},
|
||||
"description": "Glob to regular expression with support for extended globs",
|
||||
"main": "index.js",
|
||||
"author": "Terkel Gjervig",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/terkelg/globrex"
|
||||
"devDependencies": {
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.8.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/terkelg/globrex#readme",
|
||||
"keywords": [
|
||||
"glob",
|
||||
"regex",
|
||||
@@ -20,11 +50,15 @@
|
||||
"glob2regx",
|
||||
"compiler"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "globrex",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/terkelg/globrex.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.8.0"
|
||||
}
|
||||
"version": "0.1.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user