package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "normalize-path@^3.0.0",
  3. "_id": "normalize-path@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  6. "_location": "/normalize-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-path@^3.0.0",
  12. "name": "normalize-path",
  13. "escapedName": "normalize-path",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/chokidar",
  21. "/eslint-webpack-plugin",
  22. "/watchpack-chokidar2/chokidar",
  23. "/webpack-dev-server/chokidar"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  26. "_shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  27. "_spec": "normalize-path@^3.0.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\anymatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Blaine Bublitz",
  40. "url": "https://twitter.com/BlaineBublitz"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "deprecated": false,
  48. "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.",
  49. "devDependencies": {
  50. "gulp-format-md": "^1.0.0",
  51. "minimist": "^1.2.0",
  52. "mocha": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/normalize-path",
  61. "keywords": [
  62. "absolute",
  63. "backslash",
  64. "delimiter",
  65. "file",
  66. "file-path",
  67. "filepath",
  68. "fix",
  69. "forward",
  70. "fp",
  71. "fs",
  72. "normalize",
  73. "path",
  74. "relative",
  75. "separator",
  76. "slash",
  77. "slashes",
  78. "trailing",
  79. "unix",
  80. "urix"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "normalize-path",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "toc": false,
  94. "layout": "default",
  95. "tasks": [
  96. "readme"
  97. ],
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "related": {
  102. "description": "Other useful path-related libraries:",
  103. "list": [
  104. "contains-path",
  105. "is-absolute",
  106. "is-relative",
  107. "parse-filepath",
  108. "path-ends-with",
  109. "path-ends-with",
  110. "unixify"
  111. ]
  112. },
  113. "lint": {
  114. "reflinks": true
  115. }
  116. },
  117. "version": "3.0.0"
  118. }