{
  "_args": [
    [
      "escalade@^3.0.1",
      "/var/www/html/isbn/resources/angular-app/node_modules/browserslist"
    ]
  ],
  "_from": "escalade@>=3.0.1 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "escalade@3.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/escalade",
  "_nodeVersion": "12.18.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/escalade_3.0.2_1594744284416_0.41136776208533954"
  },
  "_npmUser": {
    "email": "luke@lukeed.com",
    "name": "lukeed"
  },
  "_npmVersion": "6.14.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "escalade",
    "raw": "escalade@^3.0.1",
    "rawSpec": "^3.0.1",
    "scope": null,
    "spec": ">=3.0.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserslist"
  ],
  "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.0.2.tgz",
  "_shasum": "6a580d70edb87880f22b4c91d0d56078df6962c4",
  "_shrinkwrap": null,
  "_spec": "escalade@^3.0.1",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/browserslist",
  "author": {
    "email": "luke.edwards05@gmail.com",
    "name": "Luke Edwards",
    "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.0.1",
    "esm": "3.2.25",
    "uvu": "0.0.11"
  },
  "directories": {},
  "dist": {
    "fileCount": 8,
    "integrity": "sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDd3dCRA9TVsSAnZWagAAfrMP/185q8AwgoLH9faxGX0m\nfRxZFYqW+piR1BKHAqtQoldi6Wp1c9A9f4yTfyVUz9QfQ6ht5WQdWjW80vaT\nSJZq3zlgjy539RzDbvzL88z6x+Df8yklWwAIPLBuQEn1WWJZUAb5dUuC5F5J\ngvkSgsxOtXTx0mMreCM7nVqlYAxNi28owMwsSLsJouG3/fHnS41yC+MpDyao\nyWrFY4J0vs+eIpeeRd4DXwwjypxQyYZGidAv5IkGIy0ZepABZqapy2NpVaez\n1M70QOBL0CzzI2nDMv+17jhZX4xZKMXayGj1hmPypYni0IERLmr7NgAkednW\nVuFlxPk+fMgKPcwnz/5ajCXW0gouFpET6Rhn8ZH/2WbXqZxcFx463+B/NTzo\neg6TM9gVZED/VY1I/A0SJL5lMpKCoZg1qfoJ9WPD1yyYJ9FLnrJHsmqf1tKp\nvZBITjtVchtaWC6AwlrLQmxmdfh1bCo8wdKjyXgKtOMUj80MQesLtJ4Lxc6B\nf8ls2IcNYe8vTH1q59rQpYPAEtA5XTC+W418lpzSwQSALxE3W2gNVzvFIwV/\nQopzru4Pb9PdoQABckws9DWTbXQQYblFuNqnooIGoaTybVCodWFNJWNwu/Ik\njzLiS+L6svcQvwUKClaU0HICclYC2SucMhlJmhL0Hj0pre1pIdXgX8Qo1y5Y\nHgqg\r\n=LRdZ\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "6a580d70edb87880f22b4c91d0d56078df6962c4",
    "tarball": "https://registry.npmjs.org/escalade/-/escalade-3.0.2.tgz",
    "unpackedSize": 10879
  },
  "engines": {
    "node": ">=6"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./sync": {
      "import": "./sync/index.mjs",
      "require": "./sync/index.js"
    }
  },
  "gitHead": "00e5a242da88a09034d7784df686d14f246cd28e",
  "homepage": "https://github.com/lukeed/escalade#readme",
  "keywords": [
    "directory",
    "find",
    "parent",
    "parents",
    "search",
    "walk"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "lukeed",
      "email": "luke@lukeed.com"
    }
  ],
  "modes": {
    "default": "src/async.js",
    "sync": "src/sync.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.0.2"
}
