Blame view

node_modules/error-ex/package.json 2.14 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
  {
    "_args": [
      [
        "error-ex@1.3.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "error-ex@1.3.2",
    "_id": "error-ex@1.3.2",
    "_inBundle": false,
    "_integrity": "sha1-tKxAZIEH/c3PriQvQovqihTU8b8=",
    "_location": "/error-ex",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "error-ex@1.3.2",
      "name": "error-ex",
      "escapedName": "error-ex",
      "rawSpec": "1.3.2",
      "saveSpec": null,
      "fetchSpec": "1.3.2"
    },
    "_requiredBy": [
      "/load-json-file/parse-json",
      "/meow/parse-json",
      "/parse-json",
      "/postcss-load-options/parse-json",
      "/postcss-load-plugins/parse-json",
      "/vue-loader/parse-json",
      "/webpack-dev-server/parse-json",
      "/webpack/parse-json"
    ],
    "_resolved": "http://registry.npm.taobao.org/error-ex/download/error-ex-1.3.2.tgz",
    "_spec": "1.3.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "bugs": {
      "url": "https://github.com/qix-/node-error-ex/issues"
    },
    "dependencies": {
      "is-arrayish": "^0.2.1"
    },
    "description": "Easy error subclassing and stack customization",
    "devDependencies": {
      "coffee-script": "^1.9.3",
      "coveralls": "^2.11.2",
      "istanbul": "^0.3.17",
      "mocha": "^2.2.5",
      "should": "^7.0.1",
      "xo": "^0.7.1"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/qix-/node-error-ex#readme",
    "keywords": [
      "error",
      "errors",
      "extend",
      "extending",
      "extension",
      "subclass",
      "stack",
      "custom"
    ],
    "license": "MIT",
    "maintainers": [
      {
        "name": "Josh Junon",
        "email": "i.am.qix@gmail.com",
        "url": "github.com/qix-"
      },
      {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "sindresorhus.com"
      }
    ],
    "name": "error-ex",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/qix-/node-error-ex.git"
    },
    "scripts": {
      "pretest": "xo",
      "test": "mocha --compilers coffee:coffee-script/register"
    },
    "version": "1.3.2",
    "xo": {
      "rules": {
        "operator-linebreak": [
          0
        ]
      }
    }
  }