blob: b9f8a07a112e1c0c3c5e0186a4ce83d239db2fb7 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "nice-try@^1.0.4",
3 "_id": "nice-try@1.0.5",
4 "_inBundle": false,
5 "_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
6 "_location": "/nice-try",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "nice-try@^1.0.4",
12 "name": "nice-try",
13 "escapedName": "nice-try",
14 "rawSpec": "^1.0.4",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.4"
17 },
18 "_requiredBy": [
19 "/bin-version/cross-spawn",
20 "/gifsicle/cross-spawn"
21 ],
22 "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
23 "_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
24 "_spec": "nice-try@^1.0.4",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-version\\node_modules\\cross-spawn",
26 "authors": [
27 "Tobias Reich <tobias@electerious.com>"
28 ],
29 "bugs": {
30 "url": "https://github.com/electerious/nice-try/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Tries to execute a function and discards any error that occurs",
35 "devDependencies": {
36 "chai": "^4.1.2",
37 "coveralls": "^3.0.0",
38 "mocha": "^5.1.1",
39 "nyc": "^12.0.1"
40 },
41 "files": [
42 "src"
43 ],
44 "homepage": "https://github.com/electerious/nice-try",
45 "keywords": [
46 "try",
47 "catch",
48 "error"
49 ],
50 "license": "MIT",
51 "main": "src/index.js",
52 "name": "nice-try",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/electerious/nice-try.git"
56 },
57 "scripts": {
58 "coveralls": "nyc report --reporter=text-lcov | coveralls",
59 "test": "nyc node_modules/mocha/bin/_mocha"
60 },
61 "version": "1.0.5"
62}