{
  "_from": "slash@^5.1.0",
  "_id": "slash@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  "_location": "/slash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "slash@^5.1.0",
    "name": "slash",
    "escapedName": "slash",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/globby"
  ],
  "_resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  "_shasum": "be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce",
  "_spec": "slash@^5.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/globby",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/slash/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert Windows backslash paths to slash paths",
  "devDependencies": {
    "ava": "^5.2.0",
    "tsd": "^0.28.1",
    "xo": "^0.54.2"
  },
  "engines": {
    "node": ">=14.16"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/slash#readme",
  "keywords": [
    "path",
    "seperator",
    "slash",
    "backslash",
    "windows",
    "convert"
  ],
  "license": "MIT",
  "name": "slash",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/slash.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "type": "module",
  "types": "./index.d.ts",
  "version": "5.1.0"
}
