You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "globby@^2.0.0",
  3. "_id": "globby@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-npGSvNM/Srak+JTl5+qLcTITxII=",
  6. "_location": "/globby",
  7. "_phantomChildren": {
  8. "inflight": "1.0.6",
  9. "inherits": "2.0.4",
  10. "minimatch": "3.0.4",
  11. "once": "1.4.0",
  12. "path-is-absolute": "1.0.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "globby@^2.0.0",
  18. "name": "globby",
  19. "escapedName": "globby",
  20. "rawSpec": "^2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/rework-import"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/globby/-/globby-2.1.0.tgz",
  28. "_shasum": "9e9192bcd33f4ab6a4f894e5e7ea8b713213c482",
  29. "_spec": "globby@^2.0.0",
  30. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\rework-import",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/globby/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "array-union": "^1.0.1",
  42. "async": "^1.2.1",
  43. "glob": "^5.0.3",
  44. "object-assign": "^3.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Extends `glob` with support for multiple patterns",
  48. "devDependencies": {
  49. "glob-stream": "git+https://github.com/wearefractal/glob-stream.git#master",
  50. "globby": "git+https://github.com/sindresorhus/globby.git#master",
  51. "matcha": "^0.6.0",
  52. "mocha": "*",
  53. "rimraf": "^2.2.8"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/globby#readme",
  62. "keywords": [
  63. "glob",
  64. "globs",
  65. "globbing",
  66. "minimatch",
  67. "match",
  68. "matcher",
  69. "pattern",
  70. "patterns",
  71. "find",
  72. "paths",
  73. "files",
  74. "folders",
  75. "dirs",
  76. "directories",
  77. "wildcard",
  78. "wildcards",
  79. "expand",
  80. "multi",
  81. "multiple",
  82. "array",
  83. "all",
  84. "gulpfriendly",
  85. "fnmatch",
  86. "traverse",
  87. "filesystem",
  88. "fs",
  89. "filter",
  90. "util",
  91. "utility"
  92. ],
  93. "license": "MIT",
  94. "name": "globby",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/globby.git"
  98. },
  99. "scripts": {
  100. "bench": "npm update globby glob-stream && matcha bench.js",
  101. "test": "mocha"
  102. },
  103. "version": "2.1.0"
  104. }