package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "globby@^5.0.0",
  6. "scope": null,
  7. "escapedName": "globby",
  8. "name": "globby",
  9. "rawSpec": "^5.0.0",
  10. "spec": ">=5.0.0 <6.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/del"
  14. ]
  15. ],
  16. "_from": "globby@>=5.0.0 <6.0.0",
  17. "_id": "globby@5.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/globby",
  21. "_nodeVersion": "5.11.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/globby-5.0.0.tgz_1465626598422_0.48254713881760836"
  25. },
  26. "_npmUser": {
  27. "name": "ult_combo",
  28. "email": "ult_combo@hotmail.com"
  29. },
  30. "_npmVersion": "3.7.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "globby@^5.0.0",
  34. "scope": null,
  35. "escapedName": "globby",
  36. "name": "globby",
  37. "rawSpec": "^5.0.0",
  38. "spec": ">=5.0.0 <6.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/del"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
  45. "_shasum": "ebd84667ca0dbb330b99bcfc68eac2bc54370e0d",
  46. "_shrinkwrap": null,
  47. "_spec": "globby@^5.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/del",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/globby/issues"
  56. },
  57. "dependencies": {
  58. "array-union": "^1.0.1",
  59. "arrify": "^1.0.0",
  60. "glob": "^7.0.3",
  61. "object-assign": "^4.0.1",
  62. "pify": "^2.0.0",
  63. "pinkie-promise": "^2.0.0"
  64. },
  65. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  66. "devDependencies": {
  67. "ava": "*",
  68. "glob-stream": "github:wearefractal/glob-stream#master",
  69. "globby": "github:sindresorhus/globby#master",
  70. "matcha": "^0.7.0",
  71. "rimraf": "^2.2.8",
  72. "xo": "*"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "ebd84667ca0dbb330b99bcfc68eac2bc54370e0d",
  77. "tarball": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz"
  78. },
  79. "engines": {
  80. "node": ">=0.10.0"
  81. },
  82. "files": [
  83. "index.js"
  84. ],
  85. "gitHead": "2cb6d1f112407b3eca42ac87c810e7715189e708",
  86. "homepage": "https://github.com/sindresorhus/globby#readme",
  87. "keywords": [
  88. "all",
  89. "array",
  90. "directories",
  91. "dirs",
  92. "expand",
  93. "files",
  94. "filesystem",
  95. "filter",
  96. "find",
  97. "fnmatch",
  98. "folders",
  99. "fs",
  100. "glob",
  101. "globbing",
  102. "globs",
  103. "gulpfriendly",
  104. "match",
  105. "matcher",
  106. "minimatch",
  107. "multi",
  108. "multiple",
  109. "paths",
  110. "pattern",
  111. "patterns",
  112. "traverse",
  113. "util",
  114. "utility",
  115. "wildcard",
  116. "wildcards",
  117. "promise"
  118. ],
  119. "license": "MIT",
  120. "maintainers": [
  121. {
  122. "name": "schnittstabil",
  123. "email": "michael@schnittstabil.de"
  124. },
  125. {
  126. "name": "sindresorhus",
  127. "email": "sindresorhus@gmail.com"
  128. },
  129. {
  130. "name": "ult_combo",
  131. "email": "ultcombo@gmail.com"
  132. }
  133. ],
  134. "name": "globby",
  135. "optionalDependencies": {},
  136. "readme": "ERROR: No README data found!",
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/sindresorhus/globby.git"
  140. },
  141. "scripts": {
  142. "bench": "npm update globby glob-stream && matcha bench.js",
  143. "test": "xo && ava"
  144. },
  145. "version": "5.0.0"
  146. }