package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "regex-not@^1.0.0",
  3. "_id": "regex-not@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Qvg+OXcWIt+CawKvF2Ul1qXxV/k=",
  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.0.tgz",
  26. "_shasum": "42f83e39771622df826b02af176525d6a5f157f9",
  27. "_spec": "regex-not@^1.0.0",
  28. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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": "^2.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "Create a javascript regular expression for matching everything except for the given string.",
  42. "devDependencies": {
  43. "gulp-format-md": "^0.1.10",
  44. "mocha": "^3.0.2"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/regex-not",
  53. "keywords": [
  54. "exec",
  55. "match",
  56. "negate",
  57. "negation",
  58. "not",
  59. "regex",
  60. "regular expression",
  61. "test"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "regex-not",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "toc": false,
  75. "layout": "default",
  76. "tasks": [
  77. "readme"
  78. ],
  79. "plugins": [
  80. "gulp-format-md"
  81. ],
  82. "related": {
  83. "list": [
  84. "regex-cache",
  85. "to-regex"
  86. ]
  87. },
  88. "reflinks": [
  89. "verb",
  90. "verb-generate-readme"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "1.0.0"
  97. }