package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "regex-not@1.0.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "assign-symbols": "1.0.0",
  16. "is-plain-object": "2.0.4"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "regex-not@1.0.2",
  22. "name": "regex-not",
  23. "escapedName": "regex-not",
  24. "rawSpec": "1.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "1.0.2"
  27. },
  28. "_requiredBy": [
  29. "/cpx/readdirp/expand-brackets",
  30. "/cpx/readdirp/extglob",
  31. "/cpx/readdirp/micromatch",
  32. "/expand-brackets",
  33. "/extglob",
  34. "/micromatch",
  35. "/nanomatch",
  36. "/svg-baker/micromatch",
  37. "/to-regex"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  40. "_spec": "1.0.2",
  41. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/regex-not/issues"
  48. },
  49. "dependencies": {
  50. "extend-shallow": "^3.0.2",
  51. "safe-regex": "^1.1.0"
  52. },
  53. "description": "Create a javascript regular expression for matching everything except for the given string.",
  54. "devDependencies": {
  55. "gulp-format-md": "^1.0.0",
  56. "mocha": "^3.5.3"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/regex-not",
  65. "keywords": [
  66. "exec",
  67. "match",
  68. "negate",
  69. "negation",
  70. "not",
  71. "regex",
  72. "regular expression",
  73. "test"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "regex-not",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "regex-cache",
  97. "to-regex"
  98. ]
  99. },
  100. "reflinks": [
  101. "verb",
  102. "verb-generate-readme"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "1.0.2"
  109. }