aboutsummaryrefslogtreecommitdiff
path: root/node_modules/capture-stack-trace/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/capture-stack-trace/package.json')
-rw-r--r--node_modules/capture-stack-trace/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/node_modules/capture-stack-trace/package.json b/node_modules/capture-stack-trace/package.json
new file mode 100644
index 000000000..d9eb29c13
--- /dev/null
+++ b/node_modules/capture-stack-trace/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "capture-stack-trace",
+ "version": "1.0.0",
+ "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": "*"
+ }
+}