source: frontend/node_modules/stack-utils/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 829 bytes
Line 
1{
2 "name": "stack-utils",
3 "version": "2.0.6",
4 "description": "Captures and cleans stack traces",
5 "license": "MIT",
6 "repository": "tapjs/stack-utils",
7 "author": {
8 "name": "James Talmage",
9 "email": "james@talmage.io",
10 "url": "github.com/jamestalmage"
11 },
12 "engines": {
13 "node": ">=10"
14 },
15 "scripts": {
16 "test": "tap",
17 "preversion": "npm test",
18 "postversion": "npm publish",
19 "prepublishOnly": "git push origin --follow-tags"
20 },
21 "tap": {
22 "check-coverage": true
23 },
24 "files": [
25 "index.js"
26 ],
27 "dependencies": {
28 "escape-string-regexp": "^2.0.0"
29 },
30 "devDependencies": {
31 "bluebird": "^3.7.2",
32 "coveralls": "^3.0.9",
33 "nested-error-stacks": "^2.1.0",
34 "pify": "^4.0.1",
35 "q": "^1.5.1",
36 "source-map-support": "^0.5.20",
37 "tap": "^16.3.0"
38 }
39}
Note: See TracBrowser for help on using the repository browser.