package.json 610 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "verror",
  3. "version": "1.10.0",
  4. "description": "richer JavaScript errors",
  5. "main": "./lib/verror.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/davepacheco/node-verror.git"
  9. },
  10. "dependencies": {
  11. "assert-plus": "^1.0.0",
  12. "core-util-is": "1.0.2",
  13. "extsprintf": "^1.2.0"
  14. },
  15. "engines": [
  16. "node >=0.6.0"
  17. ],
  18. "scripts": {
  19. "test": "make test"
  20. },
  21. "license": "MIT",
  22. "__npminstall_done": "Thu Dec 24 2020 20:20:41 GMT+0800 (CST)",
  23. "_from": "verror@1.10.0",
  24. "_resolved": "https://registry.npm.taobao.org/verror/download/verror-1.10.0.tgz"
  25. }