@platformos/pos-cli
Version:
Manage your platformOS application
42 lines (41 loc) • 964 B
JSON
{
"name": "tiny-glob",
"version": "0.2.6",
"description": "Tiny and extremely fast globbing",
"main": "src/index.js",
"files": [
"*.js",
"*.d.ts"
],
"scripts": {
"bench": "node bench",
"test": "tape test/*.js | tap-spec"
},
"author": {
"name": "Terkel Gjervig",
"email": "terkel@terkel.com",
"url": "https://terkel.com"
},
"keywords": [
"glob",
"globbing",
"patterns",
"wildcard",
"pattern-matching",
"expansion"
],
"repository": "https://github.com/terkelg/tiny-glob",
"license": "MIT",
"dependencies": {
"globalyzer": "^0.1.0",
"globrex": "^0.1.1"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"types": "./index.d.ts"
,"_resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.6.tgz"
,"_integrity": "sha512-A7ewMqPu1B5PWwC3m7KVgAu96Ch5LA0w4SnEN/LbDREj/gAD0nPWboRbn8YoP9ISZXqeNAlMvKSKoEuhcfK3Pw=="
,"_from": "tiny-glob@0.2.6"
}