package.json 3.2 KB

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