{ "name": "slash", "version": "1.0.0", "description": "Convert Windows backslash paths to slash paths", "keywords": [ "path", "seperator", "sep", "slash", "backslash", "windows", "win" ], "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "repository": "sindresorhus/slash", "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "license": "MIT", "files": [ "index.js" ] ,"_resolved": "https://registry.npmmirror.com/slash/-/slash-1.0.0.tgz" ,"_integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==" ,"_from": "slash@^1.0.0" }