web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
765 B

  1. {
  2. "name": "stack-utils",
  3. "version": "2.0.3",
  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 --no-esm --100",
  17. "preversion": "npm test",
  18. "postversion": "npm publish",
  19. "prepublishOnly": "git push origin --follow-tags"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "dependencies": {
  25. "escape-string-regexp": "^2.0.0"
  26. },
  27. "devDependencies": {
  28. "bluebird": "^3.7.2",
  29. "coveralls": "^3.0.9",
  30. "nested-error-stacks": "^2.1.0",
  31. "pify": "^4.0.1",
  32. "q": "^1.5.1",
  33. "tap": "^14.10.8"
  34. }
  35. }