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.

97 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "safe-regex@^1.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/to-regex"
  6. ]
  7. ],
  8. "_from": "safe-regex@>=1.1.0 <2.0.0",
  9. "_id": "safe-regex@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/safe-regex",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "mail@substack.net",
  16. "name": "substack"
  17. },
  18. "_npmVersion": "2.3.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "safe-regex",
  22. "raw": "safe-regex@^1.1.0",
  23. "rawSpec": "^1.1.0",
  24. "scope": null,
  25. "spec": ">=1.1.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/regex-not",
  30. "/to-regex"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
  33. "_shasum": "40a3669f3b077d1e943d44629e157dd48023bf2e",
  34. "_shrinkwrap": null,
  35. "_spec": "safe-regex@^1.1.0",
  36. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/to-regex",
  37. "author": {
  38. "email": "mail@substack.net",
  39. "name": "James Halliday",
  40. "url": "http://substack.net"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/substack/safe-regex/issues"
  44. },
  45. "dependencies": {
  46. "ret": "~0.1.10"
  47. },
  48. "description": "detect possibly catastrophic, exponential-time regular expressions",
  49. "devDependencies": {
  50. "tape": "^3.5.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "40a3669f3b077d1e943d44629e157dd48023bf2e",
  55. "tarball": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz"
  56. },
  57. "gitHead": "d2570f31bd9d779515015917bb8297c753e46572",
  58. "homepage": "https://github.com/substack/safe-regex",
  59. "keywords": [
  60. "catastrophic",
  61. "exponential",
  62. "regex",
  63. "safe",
  64. "sandbox"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "maintainers": [
  69. {
  70. "name": "substack",
  71. "email": "mail@substack.net"
  72. }
  73. ],
  74. "name": "safe-regex",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/substack/safe-regex.git"
  80. },
  81. "scripts": {
  82. "test": "tape test/*.js"
  83. },
  84. "testling": {
  85. "browsers": [
  86. "chrome/latest",
  87. "firefox/latest",
  88. "ie/10",
  89. "ie/8",
  90. "ie/9",
  91. "opera/latest",
  92. "safari/latest"
  93. ],
  94. "files": "test/*.js"
  95. },
  96. "version": "1.1.0"
  97. }