| { |
| "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
| "bugs": { |
| "url": "https://github.com/jonschlinkert/normalize-path/issues" |
| }, |
| "contributors": [ |
| "Blaine Bublitz (https://twitter.com/BlaineBublitz)", |
| "Jon Schlinkert (http://twitter.com/jonschlinkert)" |
| ], |
| "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.", |
| "devDependencies": { |
| "gulp-format-md": "^1.0.0", |
| "minimist": "^1.2.0", |
| "mocha": "^3.5.3" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/jonschlinkert/normalize-path", |
| "keywords": [ |
| "absolute", |
| "backslash", |
| "delimiter", |
| "file", |
| "file-path", |
| "filepath", |
| "fix", |
| "forward", |
| "fp", |
| "fs", |
| "normalize", |
| "path", |
| "relative", |
| "separator", |
| "slash", |
| "slashes", |
| "trailing", |
| "unix", |
| "urix" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "normalize-path", |
| "repository": "jonschlinkert/normalize-path", |
| "scripts": { |
| "test": "mocha" |
| }, |
| "verb": { |
| "layout": "default", |
| "lint": { |
| "reflinks": true |
| }, |
| "plugins": [ |
| "gulp-format-md" |
| ], |
| "related": { |
| "description": "Other useful path-related libraries:", |
| "list": [ |
| "contains-path", |
| "is-absolute", |
| "is-relative", |
| "parse-filepath", |
| "path-ends-with", |
| "path-ends-with", |
| "unixify" |
| ] |
| }, |
| "tasks": [ |
| "readme" |
| ], |
| "toc": false |
| }, |
| "version": "3.0.0" |
| } |