package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "regex-cache@0.4.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regex-cache@0.4.3",
  10. "_id": "regex-cache@0.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
  13. "_location": "/regex-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regex-cache@0.4.3",
  19. "name": "regex-cache",
  20. "escapedName": "regex-cache",
  21. "rawSpec": "0.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.3"
  24. },
  25. "_requiredBy": [
  26. "/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
  29. "_spec": "0.4.3",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "dependencies": {
  39. "is-equal-shallow": "^0.1.3",
  40. "is-primitive": "^2.0.0"
  41. },
  42. "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.",
  43. "devDependencies": {
  44. "benchmarked": "^0.1.5",
  45. "chalk": "^1.1.3",
  46. "gulp-format-md": "^0.1.7",
  47. "micromatch": "^2.3.7",
  48. "should": "^8.3.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/regex-cache",
  57. "keywords": [
  58. "cache",
  59. "expression",
  60. "regex",
  61. "regexp",
  62. "regular",
  63. "regular expression",
  64. "store",
  65. "to-regex"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "regex-cache",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  73. },
  74. "scripts": {
  75. "benchmarks": "node benchmark",
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "run": true,
  80. "toc": false,
  81. "layout": "default",
  82. "tasks": [
  83. "readme"
  84. ],
  85. "plugins": [
  86. "gulp-format-md"
  87. ],
  88. "reflinks": [
  89. "verb"
  90. ],
  91. "lint": {
  92. "reflinks": true
  93. }
  94. },
  95. "version": "0.4.3"
  96. }