{
  "_args": [
    [
      {
        "raw": "escalade@^3.1.1",
        "scope": null,
        "escapedName": "escalade",
        "name": "escalade",
        "rawSpec": "^3.1.1",
        "spec": ">=3.1.1 <4.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/browserslist"
    ]
  ],
  "_from": "escalade@>=3.1.1 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "escalade@3.1.1",
  "_inCache": true,
  "_location": "/escalade",
  "_nodeVersion": "14.10.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/escalade_3.1.1_1602569023852_0.8272593854757944"
  },
  "_npmUser": {
    "name": "lukeed",
    "email": "luke@lukeed.com"
  },
  "_npmVersion": "6.14.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "escalade@^3.1.1",
    "scope": null,
    "escapedName": "escalade",
    "name": "escalade",
    "rawSpec": "^3.1.1",
    "spec": ">=3.1.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserslist",
    "/yargs"
  ],
  "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  "_shasum": "d8cfdc7000965c5a0174b4a82eaa5c0552742e40",
  "_shrinkwrap": null,
  "_spec": "escalade@^3.1.1",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/browserslist",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/escalade/issues"
  },
  "dependencies": {},
  "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
  "devDependencies": {
    "bundt": "1.1.1",
    "esm": "3.2.25",
    "uvu": "0.3.3"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
    "shasum": "d8cfdc7000965c5a0174b4a82eaa5c0552742e40",
    "tarball": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
    "fileCount": 9,
    "unpackedSize": 11434,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhUNACRA9TVsSAnZWagAAxgUP/A8GPqV1Tm+m3shzqfBA\nHUKtBmVn7xCHFAm8sw1aHCPQHoV3cWZUR+zVJyXnVXg5w8Mw93733m7H3DSO\njol+uLlCeVTtgFVqgw6f5puC8+6vPaTwQav612Tk6uBc4RUL00pQf/Td9k0P\nyVpSudXUT2RnyRWOkJ7T9/kNS3tHsyl+AVhH2kO+QUqUe4N5go7D8juWO4H1\n/Jia3Mv7Eh8Ex9onDWavMVqudkWvioWkVQrrCqa+WHzEcp9thnd7iFhkoqM/\nVYDlEk41E+EDhOOvtRwhvQtklQJujBOPpIDsYNEmyc0w+HpNDkYAklWlP/Y6\nNB3jSh44XUvCF4Iq0lNMeNOi+dUFLyMQd8bxXbDMzVispLmmJTr043K9ZB/c\nChy0OV28fWpWA/iz5/5D9Al8tv3VUHSI0apRHkUS7hH18zosLfIOe1lG3XHm\n99pIdlPABgrRek4zSl9SVL3/kr5u8CCMYiqH10OBMm/3agFC4Ia0VU1k7Zm1\n6uvAbbCUhdLpUFbJyKjQJIloSWcyrWCDzQ7yPYB/eQMnBqWF51/nR0RuSBpQ\nRbRkhZd4g9Ndyot41ImqRz9FcOsOzEoJZumsav97JpDV0NXXP3ZtJaLrwHJ8\n2bcGDm6KaxpA9BpLzeYaKyZ1XeYSjwpsPa1RSJp2piZTqSmh2ZzTxvmEQkmL\noD/u\r\n=S3nB\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6"
  },
  "exports": {
    ".": [
      {
        "import": "./dist/index.mjs",
        "require": "./dist/index.js"
      },
      "./dist/index.js"
    ],
    "./sync": [
      {
        "import": "./sync/index.mjs",
        "require": "./sync/index.js"
      },
      "./sync/index.js"
    ]
  },
  "gitHead": "2477005062cdbd8407afc90d3f48f4930354252b",
  "homepage": "https://github.com/lukeed/escalade#readme",
  "keywords": [
    "find",
    "parent",
    "parents",
    "directory",
    "search",
    "walk"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "lukeed",
      "email": "luke@lukeed.com"
    }
  ],
  "modes": {
    "sync": "src/sync.js",
    "default": "src/async.js"
  },
  "module": "dist/index.mjs",
  "name": "escalade",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeed/escalade.git"
  },
  "scripts": {
    "build": "bundt",
    "pretest": "npm run build",
    "test": "uvu -r esm test -i fixtures"
  },
  "types": "index.d.ts",
  "version": "3.1.1"
}
