summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/iferr/package.json
blob: 69833649d6904ba8f2a786f3818953ce57b30df2 (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
{
  "_args": [
    [
      "iferr@1.0.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "iferr@1.0.0",
  "_id": "iferr@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-0+ecqiP/cxgnNBIPi+TgJlaxE7sFp2N3kBFg17klQUdf24YKiaEV6b9QgEqOlD5vCVCE0U7OV9lPSN2OfS4zoQ==",
  "_location": "/iferr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "iferr@1.0.0",
    "name": "iferr",
    "escapedName": "iferr",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/iferr/-/iferr-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Nadav Ivgi"
  },
  "bugs": {
    "url": "https://github.com/shesek/iferr/issues"
  },
  "description": "Higher-order functions for easier error handling",
  "devDependencies": {
    "coffee-script": "^1.12.7",
    "mocha": "^4.0.1"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "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.0"
}