package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "regex-cache@0.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regex-cache@0.4.4",
  10. "_id": "regex-cache@0.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-db3FiioUls7EihKDW8VMjVYjNt0=",
  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. "/jest-config/micromatch",
  27. "/jest-haste-map/micromatch",
  28. "/jest-message-util/micromatch",
  29. "/jest-runtime/micromatch",
  30. "/jest/micromatch",
  31. "/test-exclude/micromatch"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/regex-cache/download/regex-cache-0.4.4.tgz",
  34. "_spec": "0.4.4",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Martin Kolárik",
  50. "url": "https://kolarik.sk"
  51. }
  52. ],
  53. "dependencies": {
  54. "is-equal-shallow": "^0.1.3"
  55. },
  56. "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.",
  57. "devDependencies": {
  58. "ansi-bold": "^0.1.1",
  59. "benchmarked": "^0.1.5",
  60. "gulp-format-md": "^0.1.7",
  61. "micromatch": "^2.3.7",
  62. "should": "^8.3.0"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/regex-cache",
  71. "keywords": [
  72. "cache",
  73. "expression",
  74. "regex",
  75. "regexp",
  76. "regular",
  77. "regular expression",
  78. "store",
  79. "to-regex"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "regex-cache",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  87. },
  88. "scripts": {
  89. "benchmarks": "node benchmark",
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "run": true,
  94. "toc": false,
  95. "layout": "default",
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "reflinks": [
  103. "verb"
  104. ],
  105. "lint": {
  106. "reflinks": true
  107. }
  108. },
  109. "version": "0.4.4"
  110. }