Files

73 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2022-12-27 12:05:56 +01:00
{
"_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",
2022-12-27 12:05:56 +01:00
"author": {
"name": "Terkel Gjervig",
"email": "terkel@terkel.com",
"url": "https://terkel.com"
},
"bugs": {
"url": "https://github.com/terkelg/tiny-glob/issues"
2022-12-27 12:05:56 +01:00
},
"dependencies": {
"globalyzer": "0.1.0",
"globrex": "^0.1.2"
},
"description": "Tiny and extremely fast globbing",
2022-12-27 12:05:56 +01:00
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^5.0.1"
},
"files": [
"*.js",
"*.d.ts"
],
"homepage": "https://github.com/terkelg/tiny-glob#readme",
2022-12-27 12:05:56 +01:00
"keywords": [
"glob",
"globbing",
"patterns",
"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"
2022-12-27 12:05:56 +01:00
}