Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

110 rader
2.7 KiB

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