%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/mem/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/mem/package.json |
{ "_args": [ [ "mem@8.1.0", "/home/forge/takeaseat.co.uk" ] ], "_from": "mem@8.1.0", "_id": "mem@8.1.0", "_inBundle": false, "_integrity": "sha512-FIkgXo0kTi3XpvaznV5Muk6Y6w8SkdmRXcY7ZLonQesuYezp59UooLxAVBcGuN6PH2tXN84mR3vyzSc6oSMUfA==", "_location": "/mem", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mem@8.1.0", "name": "mem", "escapedName": "mem", "rawSpec": "8.1.0", "saveSpec": null, "fetchSpec": "8.1.0" }, "_requiredBy": [ "/webpack-dev-middleware" ], "_resolved": "https://registry.npmjs.org/mem/-/mem-8.1.0.tgz", "_spec": "8.1.0", "_where": "/home/forge/takeaseat.co.uk", "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" }, "engines": { "node": ">=10" }, "files": [ "dist/index.js", "dist/index.d.ts" ], "funding": "https://github.com/sindresorhus/mem?sponsor=1", "homepage": "https://github.com/sindresorhus/mem#readme", "keywords": [ "memoize", "function", "mem", "memoization", "cache", "caching", "optimize", "performance", "ttl", "expire", "promise" ], "license": "MIT", "main": "dist", "name": "mem", "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.0", "xo": { "rules": { "@typescript-eslint/member-ordering": "off", "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/no-empty-function": "off" } } }