package.json 2.5 KB

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