github-pages-deploy-action/node_modules/stack-utils/package.json

36 lines
775 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "stack-utils",
2020-05-15 05:33:08 +08:00
"version": "2.0.2",
2020-03-31 20:57:48 +08:00
"description": "Captures and cleans stack traces",
"license": "MIT",
"repository": "tapjs/stack-utils",
2020-03-31 20:42:07 +08:00
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
2020-03-31 20:57:48 +08:00
"engines": {
2020-05-15 05:33:08 +08:00
"node": ">=10"
2020-03-31 20:57:48 +08:00
},
"scripts": {
2020-05-15 05:33:08 +08:00
"test": "tap --no-esm --100",
2020-03-31 20:57:48 +08:00
"preversion": "npm test",
"postversion": "npm publish",
2020-05-15 05:33:08 +08:00
"prepublishOnly": "git push origin --follow-tags"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"files": [
"index.js"
],
2020-05-15 05:33:08 +08:00
"dependencies": {
"escape-string-regexp": "^2.0.0"
},
2020-03-31 20:42:07 +08:00
"devDependencies": {
2020-05-15 05:33:08 +08:00
"bluebird": "^3.7.2",
"coveralls": "^3.0.9",
"nested-error-stacks": "^2.1.0",
"pify": "^4.0.1",
"q": "^1.5.1",
"tap": "=14.10.2-unbundled"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:42:07 +08:00
}