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: 6a935da8278fd5a21a322536a3d20fd8974b1d58 (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@~0.1.5",
  "_id": "iferr@0.1.5",
  "_integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=",
  "_location": "/iferr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "iferr@~0.1.5",
    "name": "iferr",
    "escapedName": "iferr",
    "rawSpec": "~0.1.5",
    "saveSpec": null,
    "fetchSpec": "~0.1.5"
  },
  "_requiredBy": [
    "/",
    "/fs-write-stream-atomic",
    "/move-concurrently/copy-concurrently"
  ],
  "_resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
  "_shasum": "c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501",
  "_shrinkwrap": null,
  "_spec": "iferr@~0.1.5",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Nadav Ivgi"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/shesek/iferr/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Higher-order functions for easier error handling",
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "mocha": "^1.18.2"
  },
  "homepage": "https://github.com/shesek/iferr",
  "keywords": [
    "error",
    "errors"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "iferr",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shesek/iferr.git"
  },
  "scripts": {
    "prepublish": "coffee -c index.coffee",
    "test": "mocha"
  },
  "version": "0.1.5"
}