package.json
1.44 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"_from": "calmcard@~0.1.1",
"_id": "calmcard@0.1.1",
"_inBundle": false,
"_integrity": "sha1-NawrZkkrDtOa0GqJOg/25hEk5Ek=",
"_location": "/calmcard",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "calmcard@~0.1.1",
"name": "calmcard",
"escapedName": "calmcard",
"rawSpec": "~0.1.1",
"saveSpec": null,
"fetchSpec": "~0.1.1"
},
"_requiredBy": [
"/linkchecker"
],
"_resolved": "https://registry.npmjs.org/calmcard/-/calmcard-0.1.1.tgz",
"_shasum": "35ac2b66492b0ed39ad06a893a0ff6e61124e449",
"_spec": "calmcard@~0.1.1",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\linkchecker",
"author": {
"name": "Leon Weidauer",
"email": "leon@lnwdr.de",
"url": "http://lnwdr.de"
},
"bugs": {
"url": "https://github.com/lnwdr/calmcard/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "not-so-wild wildcard string matching",
"devDependencies": {
"nodeunit": "^0.9.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/lnwdr/calmcard",
"keywords": [
"wildcard",
"matching",
"pattern",
"string",
"glob"
],
"license": "MIT",
"main": "calmcard.js",
"name": "calmcard",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lnwdr/calmcard.git"
},
"scripts": {
"test": "nodeunit ./test/*"
},
"version": "0.1.1"
}