You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
2.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@3.0.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-path@3.0.0",
  10. "_id": "normalize-path@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  13. "_location": "/normalize-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-path@3.0.0",
  19. "name": "normalize-path",
  20. "escapedName": "normalize-path",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/anymatch",
  27. "/chokidar",
  28. "/copy-webpack-plugin"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Blaine Bublitz",
  43. "url": "https://twitter.com/BlaineBublitz"
  44. },
  45. {
  46. "name": "Jon Schlinkert",
  47. "url": "http://twitter.com/jonschlinkert"
  48. }
  49. ],
  50. "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
  51. "devDependencies": {
  52. "gulp-format-md": "^1.0.0",
  53. "minimist": "^1.2.0",
  54. "mocha": "^3.5.3"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/normalize-path",
  63. "keywords": [
  64. "absolute",
  65. "backslash",
  66. "delimiter",
  67. "file",
  68. "file-path",
  69. "filepath",
  70. "fix",
  71. "forward",
  72. "fp",
  73. "fs",
  74. "normalize",
  75. "path",
  76. "relative",
  77. "separator",
  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. "toc": false,
  96. "layout": "default",
  97. "tasks": [
  98. "readme"
  99. ],
  100. "plugins": [
  101. "gulp-format-md"
  102. ],
  103. "related": {
  104. "description": "Other useful path-related libraries:",
  105. "list": [
  106. "contains-path",
  107. "is-absolute",
  108. "is-relative",
  109. "parse-filepath",
  110. "path-ends-with",
  111. "path-ends-with",
  112. "unixify"
  113. ]
  114. },
  115. "lint": {
  116. "reflinks": true
  117. }
  118. },
  119. "version": "3.0.0"
  120. }