package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "is-absolute@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-absolute@1.0.0",
  9. "_id": "is-absolute@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
  12. "_location": "/is-absolute",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-absolute@1.0.0",
  18. "name": "is-absolute",
  19. "escapedName": "is-absolute",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/parse-filepath",
  26. "/to-absolute-glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-absolute/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Elan Shanker",
  41. "url": "https://github.com/es128"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. },
  47. {
  48. "name": "Shinnosuke Watanabe",
  49. "url": "https://shinnn.github.io"
  50. },
  51. {
  52. "url": "http://sobak.pl"
  53. }
  54. ],
  55. "dependencies": {
  56. "is-relative": "^1.0.0",
  57. "is-windows": "^1.0.1"
  58. },
  59. "description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
  60. "devDependencies": {
  61. "gulp-format-md": "^1.0.0",
  62. "mocha": "^3.4.2"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/is-absolute",
  71. "keywords": [
  72. "absolute",
  73. "built",
  74. "built-in",
  75. "check",
  76. "core",
  77. "detect",
  78. "dir",
  79. "file",
  80. "filepath",
  81. "is",
  82. "is-absolute",
  83. "isabsolute",
  84. "normalize",
  85. "path",
  86. "path-absolute",
  87. "path-is-absolute",
  88. "paths",
  89. "polyfill",
  90. "relative",
  91. "resolve",
  92. "shim",
  93. "slash",
  94. "slashes",
  95. "uri",
  96. "url",
  97. "util",
  98. "utils"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "name": "is-absolute",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jonschlinkert/is-absolute.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "verb": {
  111. "run": true,
  112. "toc": false,
  113. "layout": "default",
  114. "tasks": [
  115. "readme"
  116. ],
  117. "plugins": [
  118. "gulp-format-md"
  119. ],
  120. "related": {
  121. "list": [
  122. "is-dotfile",
  123. "is-glob",
  124. "is-relative",
  125. "is-unc-path",
  126. "is-valid-glob"
  127. ]
  128. },
  129. "reflinks": [
  130. "verb"
  131. ],
  132. "lint": {
  133. "reflinks": true
  134. }
  135. },
  136. "version": "1.0.0"
  137. }