package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@2.1.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_from": "normalize-path@2.1.1",
  9. "_id": "normalize-path@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  12. "_location": "/normalize-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "normalize-path@2.1.1",
  18. "name": "normalize-path",
  19. "escapedName": "normalize-path",
  20. "rawSpec": "2.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.1"
  23. },
  24. "_requiredBy": [
  25. "/@gulp-sourcemaps/identity-map",
  26. "/@gulp-sourcemaps/map-sources"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com",
  42. "url": "https://twitter.com/BlaineBublitz"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "email": "jon.schlinkert@sellside.com",
  47. "url": "http://twitter.com/jonschlinkert"
  48. }
  49. ],
  50. "dependencies": {
  51. "remove-trailing-separator": "^1.0.1"
  52. },
  53. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
  54. "devDependencies": {
  55. "benchmarked": "^0.1.1",
  56. "gulp-format-md": "^0.1.11",
  57. "minimist": "^1.2.0",
  58. "mocha": "*"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/normalize-path",
  67. "keywords": [
  68. "backslash",
  69. "file",
  70. "filepath",
  71. "fix",
  72. "forward",
  73. "fp",
  74. "fs",
  75. "normalize",
  76. "path",
  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. "related": {
  95. "list": [
  96. "contains-path",
  97. "ends-with",
  98. "is-absolute",
  99. "is-relative",
  100. "parse-filepath",
  101. "path-ends-with",
  102. "path-segments",
  103. "rewrite-ext",
  104. "unixify"
  105. ],
  106. "description": "Other useful libraries for working with paths in node.js:"
  107. },
  108. "toc": false,
  109. "layout": "default",
  110. "tasks": [
  111. "readme"
  112. ],
  113. "plugins": [
  114. "gulp-format-md"
  115. ],
  116. "lint": {
  117. "reflinks": true
  118. }
  119. },
  120. "version": "2.1.1"
  121. }