package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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": "/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. "/findup-sync",
  20. "/glob-base",
  21. "/glob-parent",
  22. "/micromatch",
  23. "/parse-glob"
  24. ],
  25. "_resolved": "http://registry.npm.taobao.org/is-glob/download/is-glob-2.0.1.tgz",
  26. "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
  27. "_spec": "is-glob@^2.0.1",
  28. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\findup-sync",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/is-glob/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "is-extglob": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "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.",
  42. "devDependencies": {
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-glob",
  52. "keywords": [
  53. "bash",
  54. "braces",
  55. "check",
  56. "exec",
  57. "extglob",
  58. "expression",
  59. "glob",
  60. "globbing",
  61. "globstar",
  62. "match",
  63. "matches",
  64. "pattern",
  65. "regex",
  66. "regular",
  67. "string",
  68. "test"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "is-glob",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/is-glob.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "related": {
  82. "list": [
  83. "has-glob",
  84. "is-extglob",
  85. "is-posix-bracket",
  86. "is-valid-glob",
  87. "micromatch"
  88. ]
  89. }
  90. },
  91. "version": "2.0.1"
  92. }