package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "is-glob@^2.0.1",
  3. "_id": "is-glob@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
  6. "_location": "/anymatch/is-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-glob@^2.0.1",
  12. "name": "is-glob",
  13. "escapedName": "is-glob",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/anymatch/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  22. "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  23. "_spec": "is-glob@^2.0.1",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/anymatch/node_modules/micromatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-glob/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-extglob": "^1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
  38. "devDependencies": {
  39. "mocha": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jonschlinkert/is-glob",
  48. "keywords": [
  49. "bash",
  50. "braces",
  51. "check",
  52. "exec",
  53. "extglob",
  54. "expression",
  55. "glob",
  56. "globbing",
  57. "globstar",
  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-glob",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verb": {
  77. "related": {
  78. "list": [
  79. "has-glob",
  80. "is-extglob",
  81. "is-posix-bracket",
  82. "is-valid-glob",
  83. "micromatch"
  84. ]
  85. }
  86. },
  87. "version": "2.0.1"
  88. }