add enter functionality and resolve title show bug
This commit is contained in:
63
kitabcitab/node_modules/tiny-glob/package.json
generated
vendored
63
kitabcitab/node_modules/tiny-glob/package.json
generated
vendored
@@ -1,31 +1,54 @@
|
||||
{
|
||||
"name": "tiny-glob",
|
||||
"version": "0.2.9",
|
||||
"description": "Tiny and extremely fast globbing",
|
||||
"repository": "terkelg/tiny-glob",
|
||||
"types": "index.d.ts",
|
||||
"license": "MIT",
|
||||
"_args": [
|
||||
[
|
||||
"tiny-glob@0.2.9",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "tiny-glob@0.2.9",
|
||||
"_id": "tiny-glob@0.2.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==",
|
||||
"_location": "/tiny-glob",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tiny-glob@0.2.9",
|
||||
"name": "tiny-glob",
|
||||
"escapedName": "tiny-glob",
|
||||
"rawSpec": "0.2.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@pkgr/utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",
|
||||
"_spec": "0.2.9",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Terkel Gjervig",
|
||||
"email": "terkel@terkel.com",
|
||||
"url": "https://terkel.com"
|
||||
},
|
||||
"files": [
|
||||
"*.js",
|
||||
"*.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"bench": "node bench",
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
"bugs": {
|
||||
"url": "https://github.com/terkelg/tiny-glob/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"globalyzer": "0.1.0",
|
||||
"globrex": "^0.1.2"
|
||||
},
|
||||
"description": "Tiny and extremely fast globbing",
|
||||
"devDependencies": {
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^5.0.1"
|
||||
},
|
||||
"files": [
|
||||
"*.js",
|
||||
"*.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/terkelg/tiny-glob#readme",
|
||||
"keywords": [
|
||||
"glob",
|
||||
"globbing",
|
||||
@@ -33,5 +56,17 @@
|
||||
"wildcard",
|
||||
"pattern-matching",
|
||||
"expansion"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "tiny-glob",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/terkelg/tiny-glob.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node bench",
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "0.2.9"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user