package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "regex-cache@^0.4.2",
  5. "D:\\work\\im\\node_modules\\micromatch"
  6. ]
  7. ],
  8. "_from": "regex-cache@>=0.4.2 <0.5.0",
  9. "_id": "regex-cache@0.4.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/regex-cache",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/regex-cache-0.4.3.tgz_1459536604904_0.22530420310795307"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.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. "/micromatch"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
  36. "_shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
  37. "_shrinkwrap": null,
  38. "_spec": "regex-cache@^0.4.2",
  39. "_where": "D:\\work\\im\\node_modules\\micromatch",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  46. },
  47. "dependencies": {
  48. "is-equal-shallow": "^0.1.3",
  49. "is-primitive": "^2.0.0"
  50. },
  51. "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.",
  52. "devDependencies": {
  53. "benchmarked": "^0.1.5",
  54. "chalk": "^1.1.3",
  55. "gulp-format-md": "^0.1.7",
  56. "micromatch": "^2.3.7",
  57. "should": "^8.3.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
  62. "tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "06ce46bda29a19064a968bd5d2d5596440be05ca",
  71. "homepage": "https://github.com/jonschlinkert/regex-cache",
  72. "keywords": [
  73. "cache",
  74. "expression",
  75. "regex",
  76. "regexp",
  77. "regular",
  78. "regular expression",
  79. "store",
  80. "to-regex"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "email": "github@sellside.com",
  87. "name": "jonschlinkert"
  88. },
  89. {
  90. "email": "brian.woodward@gmail.com",
  91. "name": "doowb"
  92. }
  93. ],
  94. "name": "regex-cache",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  100. },
  101. "scripts": {
  102. "benchmarks": "node benchmark",
  103. "test": "mocha"
  104. },
  105. "verb": {
  106. "layout": "default",
  107. "lint": {
  108. "reflinks": true
  109. },
  110. "plugins": [
  111. "gulp-format-md"
  112. ],
  113. "reflinks": [
  114. "verb"
  115. ],
  116. "run": true,
  117. "tasks": [
  118. "readme"
  119. ],
  120. "toc": false
  121. },
  122. "version": "0.4.3"
  123. }