package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "regex-cache@0.4.4",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regex-cache@0.4.4",
  10. "_id": "regex-cache@0.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
  13. "_location": "/regex-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regex-cache@0.4.4",
  19. "name": "regex-cache",
  20. "escapedName": "regex-cache",
  21. "rawSpec": "0.4.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.4"
  24. },
  25. "_requiredBy": [
  26. "/cpx/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
  29. "_spec": "0.4.4",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  37. },
  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. "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.",
  52. "devDependencies": {
  53. "ansi-bold": "^0.1.1",
  54. "benchmarked": "^0.1.5",
  55. "gulp-format-md": "^0.1.7",
  56. "micromatch": "^2.3.7",
  57. "should": "^8.3.0"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/regex-cache",
  66. "keywords": [
  67. "cache",
  68. "expression",
  69. "regex",
  70. "regexp",
  71. "regular",
  72. "regular expression",
  73. "store",
  74. "to-regex"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "regex-cache",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  82. },
  83. "scripts": {
  84. "benchmarks": "node benchmark",
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "run": true,
  89. "toc": false,
  90. "layout": "default",
  91. "tasks": [
  92. "readme"
  93. ],
  94. "plugins": [
  95. "gulp-format-md"
  96. ],
  97. "reflinks": [
  98. "verb"
  99. ],
  100. "lint": {
  101. "reflinks": true
  102. }
  103. },
  104. "version": "0.4.4"
  105. }