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.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "safe-regex@^1.1.0",
  3. "_id": "safe-regex@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
  6. "_location": "/safe-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "safe-regex@^1.1.0",
  12. "name": "safe-regex",
  13. "escapedName": "safe-regex",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/regex-not",
  20. "/to-regex"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
  23. "_shasum": "40a3669f3b077d1e943d44629e157dd48023bf2e",
  24. "_spec": "safe-regex@^1.1.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\to-regex",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/substack/safe-regex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ret": "~0.1.10"
  37. },
  38. "deprecated": false,
  39. "description": "detect possibly catastrophic, exponential-time regular expressions",
  40. "devDependencies": {
  41. "tape": "^3.5.0"
  42. },
  43. "homepage": "https://github.com/substack/safe-regex",
  44. "keywords": [
  45. "catastrophic",
  46. "exponential",
  47. "regex",
  48. "safe",
  49. "sandbox"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "safe-regex",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/substack/safe-regex.git"
  57. },
  58. "scripts": {
  59. "test": "tape test/*.js"
  60. },
  61. "testling": {
  62. "files": "test/*.js",
  63. "browsers": [
  64. "ie/8",
  65. "ie/9",
  66. "ie/10",
  67. "firefox/latest",
  68. "chrome/latest",
  69. "opera/latest",
  70. "safari/latest"
  71. ]
  72. },
  73. "version": "1.1.0"
  74. }