Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

177 строки
5.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@1.0.5",
  9. "_id": "escape-string-regexp@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  12. "_location": "/escape-string-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "escape-string-regexp@1.0.5",
  18. "name": "escape-string-regexp",
  19. "escapedName": "escape-string-regexp",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/@babel/highlight/chalk",
  26. "/@types/jest/chalk",
  27. "/autoprefixer/chalk",
  28. "/babel-plugin-emotion",
  29. "/chalk",
  30. "/coa/chalk",
  31. "/css-declaration-sorter/chalk",
  32. "/cssnano-preset-default/chalk",
  33. "/cssnano-util-raw-cache/chalk",
  34. "/cssnano/chalk",
  35. "/eslint/chalk",
  36. "/figures",
  37. "/fork-ts-checker-webpack-plugin-alt/chalk",
  38. "/inquirer/chalk",
  39. "/jest-config/chalk",
  40. "/jest-diff/chalk",
  41. "/jest-each/chalk",
  42. "/jest-jasmine2/chalk",
  43. "/jest-matcher-utils/chalk",
  44. "/jest-message-util/chalk",
  45. "/jest-resolve/chalk",
  46. "/jest-runtime/chalk",
  47. "/jest-snapshot/chalk",
  48. "/jest-util/chalk",
  49. "/jest-validate/chalk",
  50. "/jest-watcher/chalk",
  51. "/jest/chalk",
  52. "/postcss-attribute-case-insensitive/chalk",
  53. "/postcss-calc/chalk",
  54. "/postcss-color-functional-notation/chalk",
  55. "/postcss-color-hex-alpha/chalk",
  56. "/postcss-color-mod-function/chalk",
  57. "/postcss-color-rebeccapurple/chalk",
  58. "/postcss-colormin/chalk",
  59. "/postcss-convert-values/chalk",
  60. "/postcss-custom-media/chalk",
  61. "/postcss-custom-properties/chalk",
  62. "/postcss-custom-selectors/chalk",
  63. "/postcss-dir-pseudo-class/chalk",
  64. "/postcss-discard-comments/chalk",
  65. "/postcss-discard-duplicates/chalk",
  66. "/postcss-discard-empty/chalk",
  67. "/postcss-discard-overridden/chalk",
  68. "/postcss-env-function/chalk",
  69. "/postcss-flexbugs-fixes/chalk",
  70. "/postcss-focus-visible/chalk",
  71. "/postcss-focus-within/chalk",
  72. "/postcss-font-variant/chalk",
  73. "/postcss-gap-properties/chalk",
  74. "/postcss-image-set-function/chalk",
  75. "/postcss-initial/chalk",
  76. "/postcss-lab-function/chalk",
  77. "/postcss-loader/chalk",
  78. "/postcss-logical/chalk",
  79. "/postcss-media-minmax/chalk",
  80. "/postcss-merge-longhand/chalk",
  81. "/postcss-merge-rules/chalk",
  82. "/postcss-minify-font-values/chalk",
  83. "/postcss-minify-gradients/chalk",
  84. "/postcss-minify-params/chalk",
  85. "/postcss-minify-selectors/chalk",
  86. "/postcss-nesting/chalk",
  87. "/postcss-normalize-charset/chalk",
  88. "/postcss-normalize-display-values/chalk",
  89. "/postcss-normalize-positions/chalk",
  90. "/postcss-normalize-repeat-style/chalk",
  91. "/postcss-normalize-string/chalk",
  92. "/postcss-normalize-timing-functions/chalk",
  93. "/postcss-normalize-unicode/chalk",
  94. "/postcss-normalize-url/chalk",
  95. "/postcss-normalize-whitespace/chalk",
  96. "/postcss-ordered-values/chalk",
  97. "/postcss-overflow-shorthand/chalk",
  98. "/postcss-page-break/chalk",
  99. "/postcss-place/chalk",
  100. "/postcss-preset-env/chalk",
  101. "/postcss-pseudo-class-any-link/chalk",
  102. "/postcss-reduce-initial/chalk",
  103. "/postcss-reduce-transforms/chalk",
  104. "/postcss-replace-overflow-wrap/chalk",
  105. "/postcss-safe-parser/chalk",
  106. "/postcss-selector-matches/chalk",
  107. "/postcss-selector-not/chalk",
  108. "/postcss-svgo/chalk",
  109. "/postcss-unique-selectors/chalk",
  110. "/postcss/chalk",
  111. "/react-bootstrap-typeahead",
  112. "/react-dev-utils",
  113. "/react-dev-utils/chalk",
  114. "/react-scripts/chalk",
  115. "/stylehacks/chalk",
  116. "/svgo/chalk",
  117. "/table/chalk"
  118. ],
  119. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  120. "_spec": "1.0.5",
  121. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  122. "author": {
  123. "name": "Sindre Sorhus",
  124. "email": "sindresorhus@gmail.com",
  125. "url": "sindresorhus.com"
  126. },
  127. "bugs": {
  128. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  129. },
  130. "description": "Escape RegExp special characters",
  131. "devDependencies": {
  132. "ava": "*",
  133. "xo": "*"
  134. },
  135. "engines": {
  136. "node": ">=0.8.0"
  137. },
  138. "files": [
  139. "index.js"
  140. ],
  141. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  142. "keywords": [
  143. "escape",
  144. "regex",
  145. "regexp",
  146. "re",
  147. "regular",
  148. "expression",
  149. "string",
  150. "str",
  151. "special",
  152. "characters"
  153. ],
  154. "license": "MIT",
  155. "maintainers": [
  156. {
  157. "name": "Sindre Sorhus",
  158. "email": "sindresorhus@gmail.com",
  159. "url": "sindresorhus.com"
  160. },
  161. {
  162. "name": "Joshua Boy Nicolai Appelman",
  163. "email": "joshua@jbna.nl",
  164. "url": "jbna.nl"
  165. }
  166. ],
  167. "name": "escape-string-regexp",
  168. "repository": {
  169. "type": "git",
  170. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  171. },
  172. "scripts": {
  173. "test": "xo && ava"
  174. },
  175. "version": "1.0.5"
  176. }