package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "is-glob@2.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-glob@2.0.1",
  10. "_id": "is-glob@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
  13. "_location": "/is-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-glob@2.0.1",
  19. "name": "is-glob",
  20. "escapedName": "is-glob",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/findup-sync",
  27. "/glob-base",
  28. "/glob-parent",
  29. "/micromatch",
  30. "/parse-glob"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  33. "_spec": "2.0.1",
  34. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/is-glob/issues"
  41. },
  42. "dependencies": {
  43. "is-extglob": "^1.0.0"
  44. },
  45. "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.",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/is-glob",
  56. "keywords": [
  57. "bash",
  58. "braces",
  59. "check",
  60. "exec",
  61. "extglob",
  62. "expression",
  63. "glob",
  64. "globbing",
  65. "globstar",
  66. "match",
  67. "matches",
  68. "pattern",
  69. "regex",
  70. "regular",
  71. "string",
  72. "test"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-glob",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verb": {
  85. "related": {
  86. "list": [
  87. "has-glob",
  88. "is-extglob",
  89. "is-posix-bracket",
  90. "is-valid-glob",
  91. "micromatch"
  92. ]
  93. }
  94. },
  95. "version": "2.0.1"
  96. }