1
0
Fork 0
mirror of https://github.com/1disk/edp445.git synced 2024-08-14 22:47:02 +00:00
edp445/node_modules/verror/package.json

23 lines
406 B
JSON
Raw Normal View History

2022-12-03 05:44:44 +00:00
{
"name": "verror",
"version": "1.10.0",
"description": "richer JavaScript errors",
"main": "./lib/verror.js",
"repository": {
"type": "git",
"url": "git://github.com/davepacheco/node-verror.git"
},
"dependencies": {
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
},
"engines": [
"node >=0.6.0"
],
"scripts": {
"test": "make test"
},
"license": "MIT"
}