package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "regex-not@^1.0.0",
  3. "_id": "regex-not@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  6. "_location": "/regex-not",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regex-not@^1.0.0",
  12. "name": "regex-not",
  13. "escapedName": "regex-not",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/expand-brackets",
  20. "/extglob",
  21. "/fork-ts-checker-webpack-plugin/micromatch",
  22. "/http-proxy-middleware/micromatch",
  23. "/nanomatch",
  24. "/sane/micromatch",
  25. "/to-regex",
  26. "/watchpack-chokidar2/micromatch",
  27. "/webpack-dev-server/micromatch",
  28. "/webpack/micromatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  31. "_shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
  32. "_spec": "regex-not@^1.0.0",
  33. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/regex-not/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "extend-shallow": "^3.0.2",
  44. "safe-regex": "^1.1.0"
  45. },
  46. "deprecated": false,
  47. "description": "Create a javascript regular expression for matching everything except for the given string.",
  48. "devDependencies": {
  49. "gulp-format-md": "^1.0.0",
  50. "mocha": "^3.5.3"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/regex-not",
  59. "keywords": [
  60. "exec",
  61. "match",
  62. "negate",
  63. "negation",
  64. "not",
  65. "regex",
  66. "regular expression",
  67. "test"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "regex-not",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "toc": false,
  81. "layout": "default",
  82. "tasks": [
  83. "readme"
  84. ],
  85. "plugins": [
  86. "gulp-format-md"
  87. ],
  88. "related": {
  89. "list": [
  90. "regex-cache",
  91. "to-regex"
  92. ]
  93. },
  94. "reflinks": [
  95. "verb",
  96. "verb-generate-readme"
  97. ],
  98. "lint": {
  99. "reflinks": true
  100. }
  101. },
  102. "version": "1.0.2"
  103. }