package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "regex-cache@^0.4.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "regex-cache@>=0.4.2 <0.5.0",
  9. "_id": "regex-cache@0.4.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/regex-cache",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/regex-cache-0.4.4.tgz_1504279132002_0.2753396413754672"
  17. },
  18. "_npmUser": {
  19. "email": "brian.woodward@gmail.com",
  20. "name": "doowb"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "regex-cache",
  26. "raw": "regex-cache@^0.4.2",
  27. "rawSpec": "^0.4.2",
  28. "scope": null,
  29. "spec": ">=0.4.2 <0.5.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/http-proxy-middleware/micromatch",
  34. "/jscodeshift/micromatch",
  35. "/webpack-addons/micromatch"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
  38. "_shasum": "75bdc58a2a1496cec48a12835bc54c8d562336dd",
  39. "_shrinkwrap": null,
  40. "_spec": "regex-cache@^0.4.2",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift/node_modules/micromatch",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Martin Kolárik",
  56. "url": "https://kolarik.sk"
  57. }
  58. ],
  59. "dependencies": {
  60. "is-equal-shallow": "^0.1.3"
  61. },
  62. "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.",
  63. "devDependencies": {
  64. "ansi-bold": "^0.1.1",
  65. "benchmarked": "^0.1.5",
  66. "gulp-format-md": "^0.1.7",
  67. "micromatch": "^2.3.7",
  68. "should": "^8.3.0"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
  73. "shasum": "75bdc58a2a1496cec48a12835bc54c8d562336dd",
  74. "tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "gitHead": "e5ced08e45d2cc2d286a9e7b5a574963f6577712",
  83. "homepage": "https://github.com/jonschlinkert/regex-cache",
  84. "keywords": [
  85. "cache",
  86. "expression",
  87. "regex",
  88. "regexp",
  89. "regular",
  90. "regular expression",
  91. "store",
  92. "to-regex"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "maintainers": [
  97. {
  98. "name": "jonschlinkert",
  99. "email": "github@sellside.com"
  100. },
  101. {
  102. "name": "doowb",
  103. "email": "brian.woodward@gmail.com"
  104. }
  105. ],
  106. "name": "regex-cache",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  112. },
  113. "scripts": {
  114. "benchmarks": "node benchmark",
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "layout": "default",
  119. "lint": {
  120. "reflinks": true
  121. },
  122. "plugins": [
  123. "gulp-format-md"
  124. ],
  125. "reflinks": [
  126. "verb"
  127. ],
  128. "run": true,
  129. "tasks": [
  130. "readme"
  131. ],
  132. "toc": false
  133. },
  134. "version": "0.4.4"
  135. }