{ "author": "tony.quetano@planttheidea.com", "browser": "dist/micro-memoize.js", "browserslist": [ "defaults", "Explorer >= 9", "Safari >= 6", "Opera >= 15", "iOS >= 8", "Android >= 4" ], "bugs": { "url": "https://github.com/planttheidea/micro-memoize/issues" }, "description": "A tiny, crazy fast memoization library for the 95% use-case", "devDependencies": { "@rollup/plugin-typescript": "^8.3.2", "@types/bluebird": "^3.5.36", "@types/jest": "^27.4.1", "@types/react": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "benchee": "^1.1.0", "benchmark": "^2.1.4", "bluebird": "^3.7.2", "cli-table2": "^0.2.0", "eslint": "^8.14.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", "eslint-webpack-plugin": "^3.1.1", "fast-equals": "^3.0.1", "fast-memoize": "^2.5.2", "html-webpack-plugin": "^5.5.0", "in-publish": "^2.0.1", "jest": "^27.5.1", "lodash": "^4.17.21", "lru-memoize": "^1.1.0", "mem": "^9.0.2", "memoizee": "^0.4.15", "memoizerific": "^1.11.3", "mini-bench": "^1.0.0", "ora": "^6.1.0", "performance-now": "^2.1.0", "ramda": "^0.28.0", "react": "^18.0.0", "release-it": "^14.14.2", "rollup": "^2.70.2", "rollup-plugin-terser": "^7.0.2", "rsvp": "^4.8.5", "simple-statistics": "^7.7.5", "ts-jest": "^27.1.4", "ts-loader": "^9.2.8", "tslib": "^2.4.0", "typescript": "^4.6.3", "underscore": "^1.13.3", "webpack": "^5.72.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.8.1" }, "homepage": "https://github.com/planttheidea/micro-memoize#readme", "keywords": [ "memoize", "memoized", "memoizer", "memoization", "memo", "cache", "cached", "storage", "memory", "optimize", "performance", "lru", "expire" ], "license": "MIT", "main": "dist/micro-memoize.cjs.js", "module": "dist/micro-memoize.esm.js", "name": "micro-memoize", "repository": { "type": "git", "url": "git+https://github.com/planttheidea/micro-memoize.git" }, "scripts": { "benchmark": "npm run dist && NODE_ENV=production node ./benchmarks/index.js", "build": "NODE_ENV=production rollup -c", "build:mjs": "node ./es-to-mjs.js", "clean": "rimraf dist && rimraf mjs", "dev": "NODE_ENV=development webpack-dev-server --config=webpack/webpack.config.js", "dist": "npm run clean && npm run build && npm run build:mjs", "lint": "NODE_ENV=test eslint src/*.ts", "lint:fix": "npm run lint -- --fix", "prepublish": "if in-publish; then npm run prepublish:compile; fi", "prepublish:compile": "npm run lint && npm run test:coverage && npm run dist", "release": "release-it", "release:beta": "release-it --config=.release-it.beta.json", "start": "npm run dev", "test": "NODE_PATH=. jest", "test:coverage": "npm run test -- --coverage", "test:watch": "npm run test -- --watch" }, "sideEffects": false, "types": "./index.d.ts", "version": "4.0.10" }