Blame view

node_modules/currently-unhandled/package.json 2.38 KB
aaac7fed   liuqimichale   add
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
  {
    "_args": [
      [
        "currently-unhandled@0.4.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "currently-unhandled@0.4.1",
    "_id": "currently-unhandled@0.4.1",
    "_inBundle": false,
    "_integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
    "_location": "/currently-unhandled",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "currently-unhandled@0.4.1",
      "name": "currently-unhandled",
      "escapedName": "currently-unhandled",
      "rawSpec": "0.4.1",
      "saveSpec": null,
      "fetchSpec": "0.4.1"
    },
    "_requiredBy": [
      "/loud-rejection"
    ],
    "_resolved": "http://registry.npm.taobao.org/currently-unhandled/download/currently-unhandled-0.4.1.tgz",
    "_spec": "0.4.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "James Talmage",
      "email": "james@talmage.io",
      "url": "github.com/jamestalmage"
    },
    "ava": {
      "files": "test.js"
    },
    "browser": {
      "./index.js": "./browser.js"
    },
    "bugs": {
      "url": "https://github.com/jamestalmage/currently-unhandled/issues"
    },
    "dependencies": {
      "array-find-index": "^1.0.1"
    },
    "description": "Track the list of currently unhandled promise rejections.",
    "devDependencies": {
      "ava": "^0.15.1",
      "bluebird": "^3.4.0",
      "browserify": "^13.0.1",
      "coveralls": "^2.11.9",
      "delay": "^1.3.1",
      "is-ci": "^1.0.8",
      "karma": "^0.13.22",
      "karma-browserify": "^5.0.5",
      "karma-chrome-launcher": "^1.0.1",
      "karma-firefox-launcher": "^1.0.0",
      "karma-mocha": "^1.0.1",
      "mocha": "^2.5.3",
      "nyc": "^6.4.0",
      "watchify": "^3.7.0",
      "xo": "^0.15.0"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js",
      "core.js",
      "browser.js"
    ],
    "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
    "keywords": [
      "unhandled",
      "unhandledRejection",
      "rejected",
      "promises"
    ],
    "license": "MIT",
    "name": "currently-unhandled",
    "nyc": {
      "reporter": [
        "lcov",
        "text"
      ]
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
    },
    "scripts": {
      "test": "xo && nyc ava"
    },
    "version": "0.4.1",
    "xo": {
      "ignores": [
        "browser-bluebird-test.js"
      ],
      "envs": [
        "browser",
        "mocha",
        "node"
      ]
    }
  }