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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "is-valid-glob@^1.0.0",
  3. "_id": "is-valid-glob@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=",
  6. "_location": "/is-valid-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-valid-glob@^1.0.0",
  12. "name": "is-valid-glob",
  13. "escapedName": "is-valid-glob",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
  22. "_shasum": "29bf3eff701be2d4d315dbacc39bc39fe8f601aa",
  23. "_spec": "is-valid-glob@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\vinyl-fs",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-valid-glob/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "contra",
  36. "url": "http://contra.io"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "Return true if a value is a valid glob pattern or patterns.",
  45. "devDependencies": {
  46. "gulp-format-md": "^0.1.12",
  47. "mocha": "^3.4.2"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/is-valid-glob",
  56. "keywords": [
  57. "array",
  58. "check",
  59. "glob",
  60. "is",
  61. "match",
  62. "pattern",
  63. "patterns",
  64. "read",
  65. "test",
  66. "valid",
  67. "validate"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "is-valid-glob",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/is-valid-glob.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "related": {
  81. "list": [
  82. "is-glob",
  83. "micromatch",
  84. "vinyl-fs",
  85. "vinyl"
  86. ]
  87. },
  88. "toc": false,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "1.0.0"
  101. }