package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "is-extglob@^2.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  6. "_location": "/is-extglob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extglob@^2.1.0",
  12. "name": "is-extglob",
  13. "escapedName": "is-extglob",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-parent/is-glob",
  20. "/is-glob"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  23. "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
  24. "_spec": "is-extglob@^2.1.0",
  25. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/glob-parent/node_modules/is-glob",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Returns true if a string has an extglob.",
  36. "devDependencies": {
  37. "gulp-format-md": "^0.1.10",
  38. "mocha": "^3.0.2"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/jonschlinkert/is-extglob",
  47. "keywords": [
  48. "bash",
  49. "braces",
  50. "check",
  51. "exec",
  52. "expression",
  53. "extglob",
  54. "glob",
  55. "globbing",
  56. "globstar",
  57. "is",
  58. "match",
  59. "matches",
  60. "pattern",
  61. "regex",
  62. "regular",
  63. "string",
  64. "test"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "is-extglob",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/is-extglob.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. "has-glob",
  88. "is-glob",
  89. "micromatch"
  90. ]
  91. },
  92. "reflinks": [
  93. "verb",
  94. "verb-generate-readme"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "2.1.1"
  101. }