Projekt

Obecné

Profil

Stáhnout (629 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "errno",
3
  "authors": [
4
    "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
5
  ],
6
  "description": "libuv errno details exposed",
7
  "keywords": [
8
    "errors",
9
    "errno",
10
    "libuv"
11
  ],
12
  "version": "0.1.7",
13
  "main": "errno.js",
14
  "dependencies": {
15
    "prr": "~1.0.1"
16
  },
17
  "bin": {
18
    "errno": "./cli.js"
19
  },
20
  "devDependencies": {
21
    "error-stack-parser": "^2.0.1",
22
    "inherits": "^2.0.3",
23
    "tape": "~4.8.0"
24
  },
25
  "repository": {
26
    "type": "git",
27
    "url": "https://github.com/rvagg/node-errno.git"
28
  },
29
  "license": "MIT",
30
  "scripts": {
31
    "test": "node --use_strict test.js"
32
  }
33
}
(8-8/9)