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.

package.json 2.7 KiB

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