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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "is-negated-glob@^1.0.0",
  3. "_id": "is-negated-glob@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=",
  6. "_location": "/is-negated-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-negated-glob@^1.0.0",
  12. "name": "is-negated-glob",
  13. "escapedName": "is-negated-glob",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream",
  20. "/glob-watcher",
  21. "/to-absolute-glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
  24. "_shasum": "6910bca5da8c95e784b5751b976cf5a10fee36d2",
  25. "_spec": "is-negated-glob@^1.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-watcher",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/is-negated-glob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.",
  37. "devDependencies": {
  38. "gulp-format-md": "^0.1.10",
  39. "mocha": "^3.0.2"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js",
  46. "LICENSE",
  47. "README.md"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/is-negated-glob",
  50. "keywords": [
  51. "extglob",
  52. "glob",
  53. "inverse",
  54. "inverted",
  55. "is",
  56. "is-glob",
  57. "match",
  58. "micromatch",
  59. "negate",
  60. "negated",
  61. "negation",
  62. "negative",
  63. "pattern",
  64. "test"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "is-negated-glob",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/is-negated-glob.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verb": {
  77. "toc": false,
  78. "layout": "default",
  79. "tasks": [
  80. "readme"
  81. ],
  82. "plugins": [
  83. "gulp-format-md"
  84. ],
  85. "related": {
  86. "list": [
  87. "is-extglob",
  88. "is-glob",
  89. "to-absolute-glob"
  90. ]
  91. },
  92. "reflinks": [
  93. "verb",
  94. "verb-generate-readme"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "1.0.0"
  101. }