package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "is-relative@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-relative@1.0.0",
  9. "_id": "is-relative@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
  12. "_location": "/is-relative",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-relative@1.0.0",
  18. "name": "is-relative",
  19. "escapedName": "is-relative",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/is-absolute"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-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-relative/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Shinnosuke Watanabe",
  44. "url": "https://shinnn.github.io"
  45. }
  46. ],
  47. "dependencies": {
  48. "is-unc-path": "^1.0.0"
  49. },
  50. "description": "Returns `true` if the path appears to be relative.",
  51. "devDependencies": {
  52. "gulp-format-md": "^1.0.0",
  53. "mocha": "^3.4.2"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/is-relative",
  62. "keywords": [
  63. "absolute",
  64. "check",
  65. "file",
  66. "filepath",
  67. "is",
  68. "normalize",
  69. "path",
  70. "path.relative",
  71. "relative",
  72. "resolve",
  73. "slash",
  74. "slashes",
  75. "uri",
  76. "url"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-relative",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonschlinkert/is-relative.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "verb": {
  89. "related": {
  90. "list": [
  91. "is-absolute",
  92. "is-dotfile",
  93. "is-glob",
  94. "is-relative",
  95. "is-unc-path"
  96. ]
  97. },
  98. "toc": false,
  99. "layout": "default",
  100. "tasks": [
  101. "readme"
  102. ],
  103. "plugins": [
  104. "gulp-format-md"
  105. ],
  106. "lint": {
  107. "reflinks": true
  108. }
  109. },
  110. "version": "1.0.0"
  111. }