package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "regex-cache@^0.4.2",
  6. "scope": null,
  7. "escapedName": "regex-cache",
  8. "name": "regex-cache",
  9. "rawSpec": "^0.4.2",
  10. "spec": ">=0.4.2 <0.5.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "regex-cache@>=0.4.2 <0.5.0",
  17. "_id": "regex-cache@0.4.3",
  18. "_inCache": true,
  19. "_location": "/regex-cache",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/regex-cache-0.4.3.tgz_1459536604904_0.22530420310795307"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "regex-cache@^0.4.2",
  33. "scope": null,
  34. "escapedName": "regex-cache",
  35. "name": "regex-cache",
  36. "rawSpec": "^0.4.2",
  37. "spec": ">=0.4.2 <0.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/micromatch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
  44. "_shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
  45. "_shrinkwrap": null,
  46. "_spec": "regex-cache@^0.4.2",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  54. },
  55. "dependencies": {
  56. "is-equal-shallow": "^0.1.3",
  57. "is-primitive": "^2.0.0"
  58. },
  59. "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.",
  60. "devDependencies": {
  61. "benchmarked": "^0.1.5",
  62. "chalk": "^1.1.3",
  63. "gulp-format-md": "^0.1.7",
  64. "micromatch": "^2.3.7",
  65. "should": "^8.3.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
  70. "tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "06ce46bda29a19064a968bd5d2d5596440be05ca",
  79. "homepage": "https://github.com/jonschlinkert/regex-cache",
  80. "keywords": [
  81. "cache",
  82. "expression",
  83. "regex",
  84. "regexp",
  85. "regular",
  86. "regular expression",
  87. "store",
  88. "to-regex"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "jonschlinkert",
  95. "email": "github@sellside.com"
  96. },
  97. {
  98. "name": "doowb",
  99. "email": "brian.woodward@gmail.com"
  100. }
  101. ],
  102. "name": "regex-cache",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  108. },
  109. "scripts": {
  110. "benchmarks": "node benchmark",
  111. "test": "mocha"
  112. },
  113. "verb": {
  114. "run": true,
  115. "toc": false,
  116. "layout": "default",
  117. "tasks": [
  118. "readme"
  119. ],
  120. "plugins": [
  121. "gulp-format-md"
  122. ],
  123. "reflinks": [
  124. "verb"
  125. ],
  126. "lint": {
  127. "reflinks": true
  128. }
  129. },
  130. "version": "0.4.3"
  131. }