{
  "name": "nano-memoize",
  "version": "v1.3.0",
  "description": "Faster than fast, smaller than micro ... a nano speed and nano size memoizer.",
  "main": "index.js",
  "types": "index.d.ts",
  "engines": {},
  "sideEffects": false,
  "license": "MIT",
  "scripts": {
    "test": "mocha ./test/index.js"
   },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anywhichway/nano-memoize.git"
  },
  "keywords": [
    "memoize",
    "moize",
    "fast-memoize",
    "micro-memoize",
    "addy-osmani"
  ],
  "author": "Simon Y. Blackwell <syblackwell@anywhichway.com> (http://www.github.com/anywhichway)",
  "bugs": {
    "url": "https://github.com/anywhichway/nano-memoize/issues"
  },
  "homepage": "https://github.com/anywhichway/nano-memoize#readme",
  "devDependencies": {
    "benchmark": "^2.1.3",
    "blanket": "^1.2.3",
    "bread-compressor-cli": "^1.0.7",
    "browserify": "^16.5.1",
    "chai": "^3.4.1",
    "cli-table2": "^0.2.0",
    "codacy-coverage": "^2.0.0",
    "codeclimate-test-reporter": "^0.2.0",
    "fast-equals": "^1.6.3",
    "fast-memoize": "^2.5.1",
    "growl": "^1.10.5",
    "hash-it": "^4.0.4",
    "iMemoized": "^1.1.8",
    "istanbul": "^0.4.2",
    "lodash": "^4.17.11",
    "lru-memoize": "^1.1.0",
    "memoizee": "^0.4.14",
    "memoizerific": "^1.11.3",
    "micro-memoize": "^4.0.8",
    "mocha": "^2.5.3",
    "moize": "^5.4.4",
    "ora": "^1.4.0",
    "ramda": "^0.26.1",
    "uglify-es": "^3.3.9",
    "underscore": "^1.9.1"
  },
  "dependencies": {}
}
