package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. "assign-symbols": "1.0.0",
  9. "is-plain-object": "2.0.4"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "regex-not@^1.0.0",
  15. "name": "regex-not",
  16. "escapedName": "regex-not",
  17. "rawSpec": "^1.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.0.0"
  20. },
  21. "_requiredBy": [
  22. "/expand-brackets",
  23. "/extglob",
  24. "/http-proxy-middleware/micromatch",
  25. "/micromatch",
  26. "/nanomatch",
  27. "/to-regex",
  28. "/watchpack-chokidar2/micromatch",
  29. "/webpack-dev-server/micromatch",
  30. "/webpack/micromatch"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/regex-not/-/regex-not-1.0.2.tgz",
  33. "_shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
  34. "_spec": "regex-not@^1.0.0",
  35. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\micromatch",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/regex-not/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "extend-shallow": "^3.0.2",
  46. "safe-regex": "^1.1.0"
  47. },
  48. "deprecated": false,
  49. "description": "Create a javascript regular expression for matching everything except for the given string.",
  50. "devDependencies": {
  51. "gulp-format-md": "^1.0.0",
  52. "mocha": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/regex-not",
  61. "keywords": [
  62. "exec",
  63. "match",
  64. "negate",
  65. "negation",
  66. "not",
  67. "regex",
  68. "regular expression",
  69. "test"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "regex-not",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "toc": false,
  83. "layout": "default",
  84. "tasks": [
  85. "readme"
  86. ],
  87. "plugins": [
  88. "gulp-format-md"
  89. ],
  90. "related": {
  91. "list": [
  92. "regex-cache",
  93. "to-regex"
  94. ]
  95. },
  96. "reflinks": [
  97. "verb",
  98. "verb-generate-readme"
  99. ],
  100. "lint": {
  101. "reflinks": true
  102. }
  103. },
  104. "version": "1.0.2"
  105. }