Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/stackman/
Upload File :
Current File : //etc/kibana/node_modules/stackman/package.json

{
  "name": "stackman",
  "version": "4.0.0",
  "description": "Enhance an error stacktrace with code excerpts and other goodies",
  "main": "index.js",
  "dependencies": {
    "after-all-results": "^2.0.0",
    "async-cache": "^1.1.0",
    "debug": "^4.1.1",
    "error-callsites": "^2.0.2",
    "load-source-map": "^1.0.0"
  },
  "devDependencies": {
    "longjohn": "^0.2.12",
    "semver": "^6.3.0",
    "standard": "^14.0.0",
    "tape": "^4.11.0"
  },
  "scripts": {
    "test": "standard && node test/strict.js && node test/non-strict.js && node test/longjohn.js && node test/sourcemap.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/watson/stackman.git"
  },
  "keywords": [
    "v8",
    "stack",
    "stacktrace",
    "stackframe",
    "callsite",
    "callsites",
    "frame",
    "source",
    "debug",
    "log",
    "error",
    "trace"
  ],
  "author": "Thomas Watson Steen <w@tson.dk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/stackman/issues"
  },
  "homepage": "https://github.com/watson/stackman",
  "coordinates": [
    55.778276,
    12.593074
  ],
  "standard": {
    "ignore": [
      "/test/fixtures/lib/"
    ]
  }
}