package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "to-absolute-glob@2.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "to-absolute-glob@2.0.2",
  9. "_id": "to-absolute-glob@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=",
  12. "_location": "/to-absolute-glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "to-absolute-glob@2.0.2",
  18. "name": "to-absolute-glob",
  19. "escapedName": "to-absolute-glob",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/glob-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
  28. "_spec": "2.0.2",
  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/to-absolute-glob/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Blaine Bublitz",
  40. "email": "blaine.bublitz@gmail.com",
  41. "url": "https://twitter.com/BlaineBublitz"
  42. },
  43. {
  44. "name": "Brian Woodward",
  45. "email": "brian.woodward@gmail.com",
  46. "url": "https://github.com/doowb"
  47. },
  48. {
  49. "name": "Erik Kemperman",
  50. "url": "https://github.com/erikkemperman"
  51. },
  52. {
  53. "name": "Jon Schlinkert",
  54. "email": "jon.schlinkert@sellside.com",
  55. "url": "http://twitter.com/jonschlinkert"
  56. }
  57. ],
  58. "dependencies": {
  59. "is-absolute": "^1.0.0",
  60. "is-negated-glob": "^1.0.0"
  61. },
  62. "description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.",
  63. "devDependencies": {
  64. "gulp-format-md": "^0.1.11",
  65. "mocha": "^3.0.2"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jonschlinkert/to-absolute-glob",
  74. "keywords": [
  75. "absolute",
  76. "file",
  77. "filepath",
  78. "glob",
  79. "negate",
  80. "negative",
  81. "path",
  82. "pattern",
  83. "resolve",
  84. "to"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "to-absolute-glob",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonschlinkert/to-absolute-glob.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "verb": {
  97. "toc": false,
  98. "layout": "default",
  99. "tasks": [
  100. "readme"
  101. ],
  102. "plugins": [
  103. "gulp-format-md"
  104. ],
  105. "lint": {
  106. "reflinks": true
  107. },
  108. "related": {
  109. "list": [
  110. "has-glob",
  111. "is-glob",
  112. "is-valid-glob"
  113. ]
  114. },
  115. "reflinks": [
  116. "verb",
  117. "verb-generate-readme"
  118. ]
  119. },
  120. "version": "2.0.2"
  121. }