package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@2.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "normalize-path@2.1.1",
  9. "_id": "normalize-path@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  12. "_location": "/normalize-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "normalize-path@2.1.1",
  18. "name": "normalize-path",
  19. "escapedName": "normalize-path",
  20. "rawSpec": "2.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.1"
  23. },
  24. "_requiredBy": [
  25. "/anymatch",
  26. "/chokidar",
  27. "/vinyl-sourcemap"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  30. "_spec": "2.1.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Blaine Bublitz",
  42. "email": "blaine.bublitz@gmail.com",
  43. "url": "https://twitter.com/BlaineBublitz"
  44. },
  45. {
  46. "name": "Jon Schlinkert",
  47. "email": "jon.schlinkert@sellside.com",
  48. "url": "http://twitter.com/jonschlinkert"
  49. }
  50. ],
  51. "dependencies": {
  52. "remove-trailing-separator": "^1.0.1"
  53. },
  54. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
  55. "devDependencies": {
  56. "benchmarked": "^0.1.1",
  57. "gulp-format-md": "^0.1.11",
  58. "minimist": "^1.2.0",
  59. "mocha": "*"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/jonschlinkert/normalize-path",
  68. "keywords": [
  69. "backslash",
  70. "file",
  71. "filepath",
  72. "fix",
  73. "forward",
  74. "fp",
  75. "fs",
  76. "normalize",
  77. "path",
  78. "slash",
  79. "slashes",
  80. "trailing",
  81. "unix",
  82. "urix"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "normalize-path",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "verb": {
  95. "related": {
  96. "list": [
  97. "contains-path",
  98. "ends-with",
  99. "is-absolute",
  100. "is-relative",
  101. "parse-filepath",
  102. "path-ends-with",
  103. "path-segments",
  104. "rewrite-ext",
  105. "unixify"
  106. ],
  107. "description": "Other useful libraries for working with paths in node.js:"
  108. },
  109. "toc": false,
  110. "layout": "default",
  111. "tasks": [
  112. "readme"
  113. ],
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "lint": {
  118. "reflinks": true
  119. }
  120. },
  121. "version": "2.1.1"
  122. }