package.json
1.2 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
{
"_from": "tryor@~0.1.2",
"_id": "tryor@0.1.2",
"_inBundle": false,
"_integrity": "sha1-gUXkynyv9ArN48z5Rui4u3W0Fys=",
"_location": "/tryor",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tryor@~0.1.2",
"name": "tryor",
"escapedName": "tryor",
"rawSpec": "~0.1.2",
"saveSpec": null,
"fetchSpec": "~0.1.2"
},
"_requiredBy": [
"/defs"
],
"_resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz",
"_shasum": "8145e4ca7caff40acde3ccf946e8b8bb75b4172b",
"_spec": "tryor@~0.1.2",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\defs",
"author": {
"name": "Olov Lassus",
"email": "olov.lassus@gmail.com"
},
"bugs": {
"url": "https://github.com/olov/tryor/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "return fn() or default value (in case of exception)",
"homepage": "https://github.com/olov/tryor#readme",
"keywords": [
"try",
"catch",
"default"
],
"license": "MIT",
"main": "tryor.js",
"name": "tryor",
"repository": {
"type": "git",
"url": "git+https://github.com/olov/tryor.git"
},
"version": "0.1.2"
}