package.json 2.08 KB
{
  "_from": "async-hook-domain@^1.1.3",
  "_id": "async-hook-domain@1.1.3",
  "_inBundle": false,
  "_integrity": "sha1-9PUxuO6CBrHqGCX+OCXgFcZvRNA=",
  "_location": "/async-hook-domain",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async-hook-domain@^1.1.3",
    "name": "async-hook-domain",
    "escapedName": "async-hook-domain",
    "rawSpec": "^1.1.3",
    "saveSpec": null,
    "fetchSpec": "^1.1.3"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/async-hook-domain/download/async-hook-domain-1.1.3.tgz",
  "_shasum": "f4f531b8ee8206b1ea1825fe3825e015c66f44d0",
  "_spec": "async-hook-domain@^1.1.3",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/async-hook-domain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "source-map-support": "^0.5.11"
  },
  "deprecated": false,
  "description": "An implementation of Domain-like error handling, built on async_hooks",
  "devDependencies": {
    "tap": "^14.6.6"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/isaacs/async-hook-domain#readme",
  "keywords": [
    "async",
    "hooks",
    "async_hooks",
    "domain",
    "error",
    "handling",
    "handler",
    "uncaughtException",
    "unhandledRejection",
    "catch",
    "promise",
    "execution",
    "context"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "async-hook-domain",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/async-hook-domain.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap --node-arg=test/run.js test/fixtures",
    "test": "tap --node-arg=test/run.js test/fixtures"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.1.3"
}