package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "is-extglob@2.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/glob-parent/is-glob",
  27. "/is-glob"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz",
  30. "_spec": "2.1.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  38. },
  39. "description": "Returns true if a string has an extglob.",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.10",
  42. "mocha": "^3.0.2"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/is-extglob",
  51. "keywords": [
  52. "bash",
  53. "braces",
  54. "check",
  55. "exec",
  56. "expression",
  57. "extglob",
  58. "glob",
  59. "globbing",
  60. "globstar",
  61. "is",
  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-extglob",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "toc": false,
  82. "layout": "default",
  83. "tasks": [
  84. "readme"
  85. ],
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "related": {
  90. "list": [
  91. "has-glob",
  92. "is-glob",
  93. "micromatch"
  94. ]
  95. },
  96. "reflinks": [
  97. "verb",
  98. "verb-generate-readme"
  99. ],
  100. "lint": {
  101. "reflinks": true
  102. }
  103. },
  104. "version": "2.1.1"
  105. }