package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "globby@5.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globby@5.0.0",
  10. "_id": "globby@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
  13. "_location": "/globby",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "globby@5.0.0",
  20. "name": "globby",
  21. "escapedName": "globby",
  22. "rawSpec": "5.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "5.0.0"
  25. },
  26. "_requiredBy": [
  27. "/del"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
  30. "_spec": "5.0.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/globby/issues"
  39. },
  40. "dependencies": {
  41. "array-union": "^1.0.1",
  42. "arrify": "^1.0.0",
  43. "glob": "^7.0.3",
  44. "object-assign": "^4.0.1",
  45. "pify": "^2.0.0",
  46. "pinkie-promise": "^2.0.0"
  47. },
  48. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  49. "devDependencies": {
  50. "ava": "*",
  51. "glob-stream": "github:wearefractal/glob-stream#master",
  52. "globby": "github:sindresorhus/globby#master",
  53. "matcha": "^0.7.0",
  54. "rimraf": "^2.2.8",
  55. "xo": "*"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/globby#readme",
  64. "keywords": [
  65. "all",
  66. "array",
  67. "directories",
  68. "dirs",
  69. "expand",
  70. "files",
  71. "filesystem",
  72. "filter",
  73. "find",
  74. "fnmatch",
  75. "folders",
  76. "fs",
  77. "glob",
  78. "globbing",
  79. "globs",
  80. "gulpfriendly",
  81. "match",
  82. "matcher",
  83. "minimatch",
  84. "multi",
  85. "multiple",
  86. "paths",
  87. "pattern",
  88. "patterns",
  89. "traverse",
  90. "util",
  91. "utility",
  92. "wildcard",
  93. "wildcards",
  94. "promise"
  95. ],
  96. "license": "MIT",
  97. "name": "globby",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/globby.git"
  101. },
  102. "scripts": {
  103. "bench": "npm update globby glob-stream && matcha bench.js",
  104. "test": "xo && ava"
  105. },
  106. "version": "5.0.0"
  107. }