package.json 2.7 KB

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