summaryrefslogtreecommitdiff
path: root/node_modules/stack-trace/package.json
blob: edd30737c0ee5a74e61a87edd4d724390f1bcfa0 (plain)
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
{
  "_from": "stack-trace@0.0.x",
  "_id": "stack-trace@0.0.10",
  "_inBundle": false,
  "_integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=",
  "_location": "/stack-trace",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stack-trace@0.0.x",
    "name": "stack-trace",
    "escapedName": "stack-trace",
    "rawSpec": "0.0.x",
    "saveSpec": null,
    "fetchSpec": "0.0.x"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
  "_shasum": "547c70b347e8d32b4e108ea1a2a159e5fdde19c0",
  "_spec": "stack-trace@0.0.x",
  "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/winston",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-stack-trace/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Get v8 stack traces as an array of CallSite objects.",
  "devDependencies": {
    "far": "0.0.3",
    "long-stack-traces": "0.1.2"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/felixge/node-stack-trace",
  "license": "MIT",
  "main": "./lib/stack-trace",
  "name": "stack-trace",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-stack-trace.git"
  },
  "version": "0.0.10"
}