WXL
2025-12-19 da459f4addc08dede5b91f1f4e87e6c1c6d3c88e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "wildcard",
  "description": "Wildcard matching tools",
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "stability": "stable",
  "keywords": [
    "string",
    "wildcard"
  ],
  "version": "2.0.1",
  "dependencies": {},
  "devDependencies": {
    "embellish-readme": "^1.7.2",
    "tape": "^5.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/DamonOehlman/wildcard.git"
  },
  "bugs": {
    "url": "http://github.com/DamonOehlman/wildcard/issues"
  },
  "scripts": {
    "test": "node test/all.js",
    "gendocs": "embellish README.md"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "license": "MIT"
}