package.json 1.57 KB
Newer Older
huahua committed
1
{
huahua committed
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
  "_args": [
    [
      "errno@0.1.8",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "errno@0.1.8",
  "_id": "errno@0.1.8",
  "_inBundle": false,
  "_integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  "_location": "/errno",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "errno@0.1.8",
    "name": "errno",
    "escapedName": "errno",
    "rawSpec": "0.1.8",
    "saveSpec": null,
    "fetchSpec": "0.1.8"
  },
  "_requiredBy": [
    "/enhanced-resolve/memory-fs",
    "/memory-fs",
    "/worker-farm"
  ],
  "_resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
  "_spec": "0.1.8",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
huahua committed
33 34 35
  "authors": [
    "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
  ],
huahua committed
36 37 38 39 40 41
  "bin": {
    "errno": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/rvagg/node-errno/issues"
  },
huahua committed
42 43 44
  "dependencies": {
    "prr": "~1.0.1"
  },
huahua committed
45
  "description": "libuv errno details exposed",
huahua committed
46 47 48 49 50
  "devDependencies": {
    "error-stack-parser": "^2.0.1",
    "inherits": "^2.0.3",
    "tape": "~4.8.0"
  },
huahua committed
51 52 53 54 55 56 57 58 59
  "homepage": "https://github.com/rvagg/node-errno#readme",
  "keywords": [
    "errors",
    "errno",
    "libuv"
  ],
  "license": "MIT",
  "main": "errno.js",
  "name": "errno",
huahua committed
60 61
  "repository": {
    "type": "git",
huahua committed
62
    "url": "git+https://github.com/rvagg/node-errno.git"
huahua committed
63 64 65
  },
  "scripts": {
    "test": "node --use_strict test.js"
huahua committed
66 67
  },
  "version": "0.1.8"
huahua committed
68
}