summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/iferr/package.json
blob: eead655e6d220dba4f5f144c26d0d3f2e0f6fc6a (plain)
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": "iferr@1.0.2",
  "_id": "iferr@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-9AfeLfji44r5TKInjhz3W9DyZI1zR1JAf2hVBMGhddAKPqBsupb89jGfbCTHIGZd6fGZl9WlHdn4AObygyMKwg==",
  "_location": "/iferr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "iferr@1.0.2",
    "name": "iferr",
    "escapedName": "iferr",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/iferr/-/iferr-1.0.2.tgz",
  "_shasum": "e9fde49a9da06dc4a4194c6c9ed6d08305037a6d",
  "_spec": "iferr@1.0.2",
  "_where": "/Users/zkat/Documents/code/work/npm",
  "author": {
    "name": "Nadav Ivgi"
  },
  "bugs": {
    "url": "https://github.com/shesek/iferr/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Higher-order functions for easier error handling",
  "devDependencies": {
    "coffeescript": "^2.3.1",
    "mocha": "^4.0.1"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "iferr.js"
  ],
  "homepage": "https://github.com/shesek/iferr",
  "keywords": [
    "error",
    "errors"
  ],
  "license": "MIT",
  "main": "iferr.js",
  "name": "iferr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shesek/iferr.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.2"
}