package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "extglob@^0.3.1",
  5. "D:\\work\\im\\node_modules\\micromatch"
  6. ]
  7. ],
  8. "_from": "extglob@>=0.3.1 <0.4.0",
  9. "_id": "extglob@0.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/extglob",
  13. "_nodeVersion": "5.3.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "extglob",
  22. "raw": "extglob@^0.3.1",
  23. "rawSpec": "^0.3.1",
  24. "scope": null,
  25. "spec": ">=0.3.1 <0.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/micromatch"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
  32. "_shasum": "2e18ff3d2f49ab2765cec9023f011daa8d8349a1",
  33. "_shrinkwrap": null,
  34. "_spec": "extglob@^0.3.1",
  35. "_where": "D:\\work\\im\\node_modules\\micromatch",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/extglob/issues"
  42. },
  43. "dependencies": {
  44. "is-extglob": "^1.0.0"
  45. },
  46. "description": "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.",
  47. "devDependencies": {
  48. "ansi-green": "^0.1.1",
  49. "micromatch": "^2.1.6",
  50. "minimatch": "^2.0.1",
  51. "minimist": "^1.1.0",
  52. "mocha": "*",
  53. "should": "*",
  54. "success-symbol": "^0.1.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "2e18ff3d2f49ab2765cec9023f011daa8d8349a1",
  59. "tarball": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "8c3f38bbd9e0afaf31a87e411c0d15532434ef41",
  68. "homepage": "https://github.com/jonschlinkert/extglob",
  69. "keywords": [
  70. "bash",
  71. "extended",
  72. "extglob",
  73. "glob",
  74. "ksh",
  75. "match",
  76. "wildcard"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "email": "github@sellside.com",
  83. "name": "jonschlinkert"
  84. }
  85. ],
  86. "name": "extglob",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/jonschlinkert/extglob.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "verb": {
  97. "related": {
  98. "list": [
  99. "micromatch",
  100. "expand-brackets",
  101. "braces",
  102. "fill-range",
  103. "expand-range"
  104. ]
  105. }
  106. },
  107. "version": "0.3.2"
  108. }