{ "_from": "slash2@2.0.0", "_id": "slash2@2.0.0", "_inBundle": false, "_integrity": "sha512-7ElvBydJPi3MHU/KEOblFSbO/skl4Z69jKkFCpYIYVOMSIZsKi4gYU43HGeZPmjxCXrHekoDAAewphPQNnsqtA==", "_location": "/slash2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "slash2@2.0.0", "name": "slash2", "escapedName": "slash2", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/umi-core", "/umi-plugin-polyfills/umi-utils", "/umi-utils" ], "_resolved": "https://registry.npmjs.org/slash2/-/slash2-2.0.0.tgz", "_shasum": "f4e0a11708b8545b912695981cf7096f52c63487", "_spec": "slash2@2.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-core", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sorrycc/slash2/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Convert Windows backslash paths to slash paths", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/sorrycc/slash2#readme", "keywords": [ "path", "seperator", "sep", "slash", "backslash", "windows", "win" ], "license": "MIT", "name": "slash2", "repository": { "type": "git", "url": "git+https://github.com/sorrycc/slash2.git" }, "scripts": { "test": "xo && ava" }, "version": "2.0.0" }