You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regex-not@^1.0.0",
  12. "name": "regex-not",
  13. "escapedName": "regex-not",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/expand-brackets",
  20. "/extglob",
  21. "/micromatch",
  22. "/nanomatch",
  23. "/to-regex"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  26. "_shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
  27. "_spec": "regex-not@^1.0.0",
  28. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\micromatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/regex-not/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "extend-shallow": "^3.0.2",
  39. "safe-regex": "^1.1.0"
  40. },
  41. "deprecated": false,
  42. "description": "Create a javascript regular expression for matching everything except for the given string.",
  43. "devDependencies": {
  44. "gulp-format-md": "^1.0.0",
  45. "mocha": "^3.5.3"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/regex-not",
  54. "keywords": [
  55. "exec",
  56. "match",
  57. "negate",
  58. "negation",
  59. "not",
  60. "regex",
  61. "regular expression",
  62. "test"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "regex-not",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "regex-cache",
  86. "to-regex"
  87. ]
  88. },
  89. "reflinks": [
  90. "verb",
  91. "verb-generate-readme"
  92. ],
  93. "lint": {
  94. "reflinks": true
  95. }
  96. },
  97. "version": "1.0.2"
  98. }