package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "is-valid-glob@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-valid-glob@1.0.0",
  9. "_id": "is-valid-glob@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=",
  12. "_location": "/is-valid-glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-valid-glob@1.0.0",
  18. "name": "is-valid-glob",
  19. "escapedName": "is-valid-glob",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vinyl-fs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/is-valid-glob/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "contra",
  40. "url": "http://contra.io"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "description": "Return true if a value is a valid glob pattern or patterns.",
  48. "devDependencies": {
  49. "gulp-format-md": "^0.1.12",
  50. "mocha": "^3.4.2"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/is-valid-glob",
  59. "keywords": [
  60. "array",
  61. "check",
  62. "glob",
  63. "is",
  64. "match",
  65. "pattern",
  66. "patterns",
  67. "read",
  68. "test",
  69. "valid",
  70. "validate"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "is-valid-glob",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/is-valid-glob.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "verb": {
  83. "related": {
  84. "list": [
  85. "is-glob",
  86. "micromatch",
  87. "vinyl-fs",
  88. "vinyl"
  89. ]
  90. },
  91. "toc": false,
  92. "layout": "default",
  93. "tasks": [
  94. "readme"
  95. ],
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "1.0.0"
  104. }