Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « iferr « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31cbd3ef5f5a6f7866436ec81695fe6a525e5136 (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
{
  "_from": "iferr@^1.0.2",
  "_id": "iferr@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-9AfeLfji44r5TKInjhz3W9DyZI1zR1JAf2hVBMGhddAKPqBsupb89jGfbCTHIGZd6fGZl9WlHdn4AObygyMKwg==",
  "_location": "/iferr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "iferr@^1.0.2",
    "name": "iferr",
    "escapedName": "iferr",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/iferr/-/iferr-1.0.2.tgz",
  "_shasum": "e9fde49a9da06dc4a4194c6c9ed6d08305037a6d",
  "_spec": "iferr@^1.0.2",
  "_where": "/Users/isaacs/dev/npm/cli",
  "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"
}