Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / nice-try / package.json
1 {
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     "/cross-spawn"
20   ],
21   "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
22   "_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
23   "_spec": "nice-try@^1.0.4",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cross-spawn",
25   "authors": [
26     "Tobias Reich <tobias@electerious.com>"
27   ],
28   "bugs": {
29     "url": "https://github.com/electerious/nice-try/issues"
30   },
31   "bundleDependencies": false,
32   "deprecated": false,
33   "description": "Tries to execute a function and discards any error that occurs",
34   "devDependencies": {
35     "chai": "^4.1.2",
36     "coveralls": "^3.0.0",
37     "mocha": "^5.1.1",
38     "nyc": "^12.0.1"
39   },
40   "files": [
41     "src"
42   ],
43   "homepage": "https://github.com/electerious/nice-try",
44   "keywords": [
45     "try",
46     "catch",
47     "error"
48   ],
49   "license": "MIT",
50   "main": "src/index.js",
51   "name": "nice-try",
52   "repository": {
53     "type": "git",
54     "url": "git+https://github.com/electerious/nice-try.git"
55   },
56   "scripts": {
57     "coveralls": "nyc report --reporter=text-lcov | coveralls",
58     "test": "nyc node_modules/mocha/bin/_mocha"
59   },
60   "version": "1.0.5"
61 }