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.

128 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "regex-not@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "regex-not@>=1.0.0 <2.0.0",
  9. "_id": "regex-not@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/regex-not",
  13. "_nodeVersion": "9.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/regex-not_1.0.2_1519093874391_0.48484026521777035"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "regex-not",
  26. "raw": "regex-not@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/expand-brackets",
  34. "/extglob",
  35. "/micromatch",
  36. "/nanomatch",
  37. "/to-regex"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  40. "_shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
  41. "_shrinkwrap": null,
  42. "_spec": "regex-not@^1.0.0",
  43. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/regex-not/issues"
  50. },
  51. "dependencies": {
  52. "extend-shallow": "^3.0.2",
  53. "safe-regex": "^1.1.0"
  54. },
  55. "description": "Create a javascript regular expression for matching everything except for the given string.",
  56. "devDependencies": {
  57. "gulp-format-md": "^1.0.0",
  58. "mocha": "^3.5.3"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "fileCount": 4,
  63. "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  64. "shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
  65. "tarball": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  66. "unpackedSize": 8459
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "7e368998898e1fc7428596636ef5412ede414f3e",
  75. "homepage": "https://github.com/jonschlinkert/regex-not",
  76. "keywords": [
  77. "exec",
  78. "match",
  79. "negate",
  80. "negation",
  81. "not",
  82. "regex",
  83. "regular expression",
  84. "test"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "regex-not",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "layout": "default",
  106. "lint": {
  107. "reflinks": true
  108. },
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "reflinks": [
  113. "verb",
  114. "verb-generate-readme"
  115. ],
  116. "related": {
  117. "list": [
  118. "regex-cache",
  119. "to-regex"
  120. ]
  121. },
  122. "tasks": [
  123. "readme"
  124. ],
  125. "toc": false
  126. },
  127. "version": "1.0.2"
  128. }