package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. "/watchpack-chokidar2/chokidar"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  24. "_shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  25. "_spec": "normalize-path@~3.0.0",
  26. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/chokidar",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Blaine Bublitz",
  38. "url": "https://twitter.com/BlaineBublitz"
  39. },
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. }
  44. ],
  45. "deprecated": false,
  46. "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.",
  47. "devDependencies": {
  48. "gulp-format-md": "^1.0.0",
  49. "minimist": "^1.2.0",
  50. "mocha": "^3.5.3"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/normalize-path",
  59. "keywords": [
  60. "absolute",
  61. "backslash",
  62. "delimiter",
  63. "file",
  64. "file-path",
  65. "filepath",
  66. "fix",
  67. "forward",
  68. "fp",
  69. "fs",
  70. "normalize",
  71. "path",
  72. "relative",
  73. "separator",
  74. "slash",
  75. "slashes",
  76. "trailing",
  77. "unix",
  78. "urix"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "normalize-path",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "verb": {
  91. "toc": false,
  92. "layout": "default",
  93. "tasks": [
  94. "readme"
  95. ],
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "related": {
  100. "description": "Other useful path-related libraries:",
  101. "list": [
  102. "contains-path",
  103. "is-absolute",
  104. "is-relative",
  105. "parse-filepath",
  106. "path-ends-with",
  107. "path-ends-with",
  108. "unixify"
  109. ]
  110. },
  111. "lint": {
  112. "reflinks": true
  113. }
  114. },
  115. "version": "3.0.0"
  116. }