package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@3.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-path@3.0.0",
  10. "_id": "normalize-path@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=",
  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. "/cache-loader",
  27. "/chokidar"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/normalize-path/download/normalize-path-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "url": "https://twitter.com/BlaineBublitz"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. }
  48. ],
  49. "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.",
  50. "devDependencies": {
  51. "gulp-format-md": "^1.0.0",
  52. "minimist": "^1.2.0",
  53. "mocha": "^3.5.3"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/normalize-path",
  62. "keywords": [
  63. "absolute",
  64. "backslash",
  65. "delimiter",
  66. "file",
  67. "file-path",
  68. "filepath",
  69. "fix",
  70. "forward",
  71. "fp",
  72. "fs",
  73. "normalize",
  74. "path",
  75. "relative",
  76. "separator",
  77. "slash",
  78. "slashes",
  79. "trailing",
  80. "unix",
  81. "urix"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "normalize-path",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "toc": false,
  95. "layout": "default",
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "description": "Other useful path-related libraries:",
  104. "list": [
  105. "contains-path",
  106. "is-absolute",
  107. "is-relative",
  108. "parse-filepath",
  109. "path-ends-with",
  110. "path-ends-with",
  111. "unixify"
  112. ]
  113. },
  114. "lint": {
  115. "reflinks": true
  116. }
  117. },
  118. "version": "3.0.0"
  119. }