Files
codeql-action/node_modules/stack-utils/package.json
T

40 lines
829 B
JSON
Raw Normal View History

{
"name": "stack-utils",
2021-10-21 15:24:20 -07:00
"version": "2.0.5",
"description": "Captures and cleans stack traces",
"license": "MIT",
"repository": "tapjs/stack-utils",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"engines": {
2020-05-04 18:50:13 +01:00
"node": ">=10"
},
"scripts": {
2021-10-21 15:24:20 -07:00
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
2020-05-04 18:50:13 +01:00
"prepublishOnly": "git push origin --follow-tags"
},
2021-10-21 15:24:20 -07:00
"tap": {
"check-coverage": true
},
"files": [
"index.js"
],
2020-05-04 18:50:13 +01:00
"dependencies": {
"escape-string-regexp": "^2.0.0"
},
"devDependencies": {
2020-05-04 18:50:13 +01:00
"bluebird": "^3.7.2",
"coveralls": "^3.0.9",
"nested-error-stacks": "^2.1.0",
"pify": "^4.0.1",
"q": "^1.5.1",
2021-10-21 15:24:20 -07:00
"source-map-support": "^0.5.20",
"tap": "^15.0.9"
}
2022-02-24 17:03:29 +00:00
}