{
  "_args": [
    [
      {
        "raw": "@nodelib/fs.scandir@2.1.4",
        "scope": "@nodelib",
        "escapedName": "@nodelib%2ffs.scandir",
        "name": "@nodelib/fs.scandir",
        "rawSpec": "2.1.4",
        "spec": "2.1.4",
        "type": "version"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/@nodelib/fs.walk"
    ]
  ],
  "_from": "@nodelib/fs.scandir@2.1.4",
  "_hasShrinkwrap": false,
  "_id": "@nodelib/fs.scandir@2.1.4",
  "_inCache": true,
  "_location": "/@nodelib/fs.scandir",
  "_nodeVersion": "14.8.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/fs.scandir_2.1.4_1609076325107_0.458101898221966"
  },
  "_npmUser": {
    "name": "mrmlnc",
    "email": "dmalinochkin@rambler.ru"
  },
  "_npmVersion": "lerna/3.22.1/node@v14.8.0+x64 (win32)",
  "_phantomChildren": {},
  "_requested": {
    "raw": "@nodelib/fs.scandir@2.1.4",
    "scope": "@nodelib",
    "escapedName": "@nodelib%2ffs.scandir",
    "name": "@nodelib/fs.scandir",
    "rawSpec": "2.1.4",
    "spec": "2.1.4",
    "type": "version"
  },
  "_requiredBy": [
    "/@nodelib/fs.walk"
  ],
  "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
  "_shasum": "d4b3549a5db5de2683e0c1071ab4f140904bbf69",
  "_shrinkwrap": null,
  "_spec": "@nodelib/fs.scandir@2.1.4",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/@nodelib/fs.walk",
  "dependencies": {
    "@nodelib/fs.stat": "2.0.4",
    "run-parallel": "^1.1.9"
  },
  "description": "List files and directories inside the specified directory",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
    "shasum": "d4b3549a5db5de2683e0c1071ab4f140904bbf69",
    "tarball": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
    "fileCount": 74,
    "unpackedSize": 173798,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6I5lCRA9TVsSAnZWagAAlBMP/i+6MBwU11xoQVf1UVxe\n0UTX+ZcB7etjTzQE6SqVA0rpX1F9qz7O+iug6Mzxh5nYGE4+GohHyR0Usj16\ndV615DdjSUBDn5sIsRqnJQ6X1iFMjyu4IJKYUPv4APUCIIasSkSEdBPJMoTJ\nSPY1lWRR/4Umj+yVDKmrYw6SI2puP8Qp2z7DNtJpZfUYPM167T0G8ezChW0H\nVBvNm5gSN1DkG5RbfOgzvTX6BzdDkvr6P00NWjSAhMsw02oOe9qrWMNUb61D\nhqNPy7dAOoq9qTn7aGY0MEgXN86+1FBxoC19gY7dwbo5WS1yk6Un4MXZMlem\npjrHXGkKvAOvz4VVRA6SBhfV8U2pnatXVloxA4JdklKBrBnMfuFMDcsWeq5v\nQkgu8L3KH9sBpVEA695sLWDZ9uFmvs7GqbY/C/vFaKIRTLavPqvoCClHL2e0\nlwZXW1qSeI1j/hPs7n4q9THx5UcqFCaD4NqFell4kUWCw8Bvat5oXUL++/m6\nJGugbFeGf491IUyotBrTMWKCEMAo39OEbAJFsW0KCaMiYr7ph0JjV04AOK6h\nLmA1mi+myp/U69zrkf7dXhF9hSK2bxXMtBgKDXQr9okvtqUVv5F9F1dcxS29\nRTg0GAAtZ8W9LU7HgnluVZJJ9M5etFu0bInqL6CCgm2ZRvhjzNAnO1TGn7jL\nMYAp\r\n=cXb9\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">= 8"
  },
  "gitHead": "cb5f7e893a986164c3b847a4f1faef6c54cadd68",
  "keywords": [
    "NodeLib",
    "fs",
    "FileSystem",
    "file system",
    "scandir",
    "readdir",
    "dirent"
  ],
  "license": "MIT",
  "main": "out/index.js",
  "maintainers": [
    {
      "name": "mrmlnc",
      "email": "dmalinochkin@rambler.ru"
    }
  ],
  "name": "@nodelib/fs.scandir",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
  },
  "scripts": {
    "build": "npm run clean && npm run compile && npm run lint && npm test",
    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    "compile": "tsc -b .",
    "compile:watch": "tsc -p . --watch --sourceMap",
    "lint": "eslint \"src/**/*.ts\" --cache",
    "test": "mocha \"out/**/*.spec.js\" -s 0",
    "watch": "npm run clean && npm run compile:watch"
  },
  "typings": "out/index.d.ts",
  "version": "2.1.4",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">= 8"
      },
      "pkgid": "@nodelib/fs.scandir@2.1.4"
    }
  ]
}
