package.json 3.3 KB

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