package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "regex-not@1.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "regex-not@1.0.2",
  9. "_id": "regex-not@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  12. "_location": "/regex-not",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "regex-not@1.0.2",
  18. "name": "regex-not",
  19. "escapedName": "regex-not",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/expand-brackets",
  26. "/extglob",
  27. "/micromatch",
  28. "/nanomatch",
  29. "/to-regex"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. "dependencies": {
  42. "extend-shallow": "^3.0.2",
  43. "safe-regex": "^1.1.0"
  44. },
  45. "description": "Create a javascript regular expression for matching everything except for the given string.",
  46. "devDependencies": {
  47. "gulp-format-md": "^1.0.0",
  48. "mocha": "^3.5.3"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/regex-not",
  57. "keywords": [
  58. "exec",
  59. "match",
  60. "negate",
  61. "negation",
  62. "not",
  63. "regex",
  64. "regular expression",
  65. "test"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "regex-not",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": false,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "related": {
  87. "list": [
  88. "regex-cache",
  89. "to-regex"
  90. ]
  91. },
  92. "reflinks": [
  93. "verb",
  94. "verb-generate-readme"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "1.0.2"
  101. }