package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "regex-cache@^0.4.2",
  3. "_id": "regex-cache@0.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
  6. "_location": "/regex-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regex-cache@^0.4.2",
  12. "name": "regex-cache",
  13. "escapedName": "regex-cache",
  14. "rawSpec": "^0.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.2"
  17. },
  18. "_requiredBy": [
  19. "/jest-config/micromatch",
  20. "/jest-haste-map/micromatch",
  21. "/jest-message-util/micromatch",
  22. "/jest-runtime/micromatch",
  23. "/jest/micromatch",
  24. "/test-exclude/micromatch"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/regex-cache/-/regex-cache-0.4.4.tgz",
  27. "_shasum": "75bdc58a2a1496cec48a12835bc54c8d562336dd",
  28. "_spec": "regex-cache@^0.4.2",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\test-exclude\\node_modules\\micromatch",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Jon Schlinkert",
  41. "url": "http://twitter.com/jonschlinkert"
  42. },
  43. {
  44. "name": "Martin Kolárik",
  45. "url": "https://kolarik.sk"
  46. }
  47. ],
  48. "dependencies": {
  49. "is-equal-shallow": "^0.1.3"
  50. },
  51. "deprecated": false,
  52. "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.",
  53. "devDependencies": {
  54. "ansi-bold": "^0.1.1",
  55. "benchmarked": "^0.1.5",
  56. "gulp-format-md": "^0.1.7",
  57. "micromatch": "^2.3.7",
  58. "should": "^8.3.0"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/regex-cache",
  67. "keywords": [
  68. "cache",
  69. "expression",
  70. "regex",
  71. "regexp",
  72. "regular",
  73. "regular expression",
  74. "store",
  75. "to-regex"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "regex-cache",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  83. },
  84. "scripts": {
  85. "benchmarks": "node benchmark",
  86. "test": "mocha"
  87. },
  88. "verb": {
  89. "run": true,
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "reflinks": [
  99. "verb"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "0.4.4"
  106. }