package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "is-extglob@2.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-extglob@2.1.1",
  10. "_id": "is-extglob@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  13. "_location": "/is-extglob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-extglob@2.1.1",
  19. "name": "is-extglob",
  20. "escapedName": "is-extglob",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/is-glob",
  27. "/watchpack-chokidar2/glob-parent/is-glob",
  28. "/webpack-dev-server/glob-parent/is-glob"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  31. "_spec": "2.1.1",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  39. },
  40. "description": "Returns true if a string has an extglob.",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.10",
  43. "mocha": "^3.0.2"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-extglob",
  52. "keywords": [
  53. "bash",
  54. "braces",
  55. "check",
  56. "exec",
  57. "expression",
  58. "extglob",
  59. "glob",
  60. "globbing",
  61. "globstar",
  62. "is",
  63. "match",
  64. "matches",
  65. "pattern",
  66. "regex",
  67. "regular",
  68. "string",
  69. "test"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "is-extglob",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "toc": false,
  83. "layout": "default",
  84. "tasks": [
  85. "readme"
  86. ],
  87. "plugins": [
  88. "gulp-format-md"
  89. ],
  90. "related": {
  91. "list": [
  92. "has-glob",
  93. "is-glob",
  94. "micromatch"
  95. ]
  96. },
  97. "reflinks": [
  98. "verb",
  99. "verb-generate-readme"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "2.1.1"
  106. }