Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « capture-stack-trace « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 033fec9fd2ca0652e32bd20106b789b33e815dca (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
{
  "name": "capture-stack-trace",
  "version": "1.0.1",
  "description": "Error.captureStackTrace ponyfill",
  "license": "MIT",
  "repository": "floatdrop/capture-stack-trace",
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com",
    "url": "github.com/floatdrop"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "Error",
    "captureStackTrace"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "*"
  }
}