package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "safe-regex",
  3. "version": "1.1.0",
  4. "description": "detect possibly catastrophic, exponential-time regular expressions",
  5. "main": "index.js",
  6. "dependencies": {
  7. "ret": "~0.1.10"
  8. },
  9. "devDependencies": {
  10. "tape": "^3.5.0"
  11. },
  12. "scripts": {
  13. "test": "tape test/*.js"
  14. },
  15. "testling": {
  16. "files": "test/*.js",
  17. "browsers": [
  18. "ie/8",
  19. "ie/9",
  20. "ie/10",
  21. "firefox/latest",
  22. "chrome/latest",
  23. "opera/latest",
  24. "safari/latest"
  25. ]
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/substack/safe-regex.git"
  30. },
  31. "homepage": "https://github.com/substack/safe-regex",
  32. "keywords": [
  33. "catastrophic",
  34. "exponential",
  35. "regex",
  36. "safe",
  37. "sandbox"
  38. ],
  39. "author": {
  40. "name": "James Halliday",
  41. "email": "mail@substack.net",
  42. "url": "http://substack.net"
  43. },
  44. "license": "MIT",
  45. "__npminstall_done": "Thu Dec 24 2020 20:20:47 GMT+0800 (CST)",
  46. "_from": "safe-regex@1.1.0",
  47. "_resolved": "https://registry.npm.taobao.org/safe-regex/download/safe-regex-1.1.0.tgz"
  48. }