{
  "_args": [
    [
      {
        "raw": "mem@^8.1.1",
        "scope": null,
        "escapedName": "mem",
        "name": "mem",
        "rawSpec": "^8.1.1",
        "spec": ">=8.1.1 <9.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/webpack-dev-middleware"
    ]
  ],
  "_from": "mem@>=8.1.1 <9.0.0",
  "_hasShrinkwrap": false,
  "_id": "mem@8.1.1",
  "_inCache": true,
  "_location": "/mem",
  "_nodeVersion": "12.20.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/mem_8.1.1_1618933747284_0.1715317913055432"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "6.14.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mem@^8.1.1",
    "scope": null,
    "escapedName": "mem",
    "name": "mem",
    "rawSpec": "^8.1.1",
    "spec": ">=8.1.1 <9.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack-dev-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz",
  "_shasum": "cf118b357c65ab7b7e0817bdf00c8062297c0122",
  "_shrinkwrap": null,
  "_spec": "mem@^8.1.1",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/webpack-dev-middleware",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "files": [
      "test.ts"
    ],
    "timeout": "1m",
    "typescript": {
      "rewritePaths": {
        "./": "dist/"
      }
    }
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/mem/issues"
  },
  "dependencies": {
    "map-age-cleaner": "^0.1.3",
    "mimic-fn": "^3.1.0"
  },
  "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
  "devDependencies": {
    "@ava/typescript": "^1.1.1",
    "@sindresorhus/tsconfig": "^0.7.0",
    "@types/serialize-javascript": "^4.0.0",
    "ava": "^3.15.0",
    "del-cli": "^3.0.1",
    "delay": "^4.4.0",
    "serialize-javascript": "^5.0.1",
    "tsd": "^0.13.1",
    "typescript": "^4.0.3",
    "xo": "^0.38.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==",
    "shasum": "cf118b357c65ab7b7e0817bdf00c8062297c0122",
    "tarball": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz",
    "fileCount": 5,
    "unpackedSize": 17509,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfvfzCRA9TVsSAnZWagAAG7YQAIxKwXR7pa7/W0tQCMGc\nOYdRtYPIf02h/s9rSHjppLYnhC/cebtqwywS8FRrlK6wC5un6rWhyc2bcPgf\nKTUemOqiNRkZuGOAeJ6yRvQK/o0ogDK0sShpdBakAc+QAhKfN240b0mBGti/\nyFRZcRD2CidDsgVKU0AL1LTrWkTwgDQmCs1SgMHzNK+I2pVafSNtK9VQwaMl\nSr+0GAg3ISXZXHMRv5jwHyhFLS6SFojBILz+XUwci7XF8GVCuDhKx5AT+iUv\ncjeDoO0nCWg8P17IW6H2pz4TJsZnXM1no/3wh3+lf3tWCq2n0DB6FeknjRA9\nbcefIufEklMji1EhNYiDc3XE74GmC4Bth5vCSiHEktoWuEfJiwMXFzEW843q\nK9ghfwfOzu1bx9V5//r4oOP+QSZ9TIEnj4W1LFuFVrLKB1f8I4wHsojQ2WDH\nuZZQUcAcPYfu86PR2U3QAjlGCxbEn628xIEou4tDCXTLdNHffd72ihO2NrZu\n+XuaHhgTtE/m109O0R15G7bpWNj+0XLMbEXdtQFsKam5wvccTEtCcaTVXq0w\nbuD3LH2u64C0dBmZ8/F4QnD8ryk/2XgiYIM0cqWrgIwd9juoxjPi4k2YSlQN\n8lrG36cNu2NYLfBst/fipPkRv6A8e/a9SrEPRy1ZyVXuR2eInFDxgaJxHGYN\nNbL6\r\n=Rwq8\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=10"
  },
  "funding": "https://github.com/sindresorhus/mem?sponsor=1",
  "gitHead": "a473986d82cd3dbc61898b376d4cfc490e43aa0b",
  "homepage": "https://github.com/sindresorhus/mem#readme",
  "keywords": [
    "memoize",
    "function",
    "mem",
    "memoization",
    "cache",
    "caching",
    "optimize",
    "performance",
    "ttl",
    "expire",
    "promise"
  ],
  "license": "MIT",
  "main": "dist",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "fregante",
      "email": "opensource@bfred.it"
    }
  ],
  "name": "mem",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/mem.git"
  },
  "scripts": {
    "build": "del-cli dist && tsc",
    "prepack": "npm run build",
    "test": "xo && npm run build && tsd && ava"
  },
  "types": "dist/index.d.ts",
  "version": "8.1.1",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=10"
      },
      "pkgid": "mem@8.1.1"
    }
  ],
  "xo": {
    "rules": {
      "@typescript-eslint/member-ordering": "off",
      "@typescript-eslint/no-var-requires": "off",
      "@typescript-eslint/no-empty-function": "off"
    }
  }
}
