package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "regex-not@1.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regex-not@1.0.2",
  10. "_id": "regex-not@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=",
  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. "/expand-brackets",
  27. "/extglob",
  28. "/micromatch",
  29. "/nanomatch",
  30. "/svg-baker/micromatch",
  31. "/to-regex"
  32. ],
  33. "_resolved": "https://registry.nlark.com/regex-not/download/regex-not-1.0.2.tgz",
  34. "_spec": "1.0.2",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  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. "dependencies": {
  44. "extend-shallow": "^3.0.2",
  45. "safe-regex": "^1.1.0"
  46. },
  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. }