UNPKG

1.83 kBJSONView Raw
1{
2 "name": "nano-memoize",
3 "version": "v3.0.3",
4 "description": "Faster than fast, smaller than micro ... a nano speed and nano size memoizer.",
5 "type:": "module",
6 "source": "src/index.js",
7 "main": "dist/nano-memoize.js",
8 "module": "./index.js",
9 "engines": {},
10 "sideEffects": false,
11 "license": "MIT",
12 "scripts": {
13 "test": "npm run build && mocha ./test/index.js",
14 "prepublish": "npm run build",
15 "build": "parcel build",
16 "benchmark": "npm run build && node ./benchmark/index.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/anywhichway/nano-memoize.git"
21 },
22 "keywords": [
23 "memoize",
24 "moize",
25 "fast-memoize",
26 "micro-memoize",
27 "addy-osmani"
28 ],
29 "author": "Simon Y. Blackwell <syblackwell@anywhichway.com> (http://www.github.com/anywhichway)",
30 "bugs": {
31 "url": "https://github.com/anywhichway/nano-memoize/issues"
32 },
33 "homepage": "https://github.com/anywhichway/nano-memoize#readme",
34 "devDependencies": {
35 "benchmark": "^2.1.3",
36 "blanket": "^1.2.3",
37 "bread-compressor-cli": "^1.0.7",
38 "browserify": "^16.5.1",
39 "chai": "^3.4.1",
40 "cli-table2": "^0.2.0",
41 "codacy-coverage": "^2.0.0",
42 "codeclimate-test-reporter": "^0.5.1",
43 "fast-deep-equal": "^3.1.3",
44 "fast-equals": "^1.6.3",
45 "fast-memoize": "^2.5.1",
46 "growl": "^1.10.5",
47 "hash-it": "^4.0.4",
48 "iMemoized": "^1.1.8",
49 "istanbul": "^0.4.2",
50 "lodash": "^4.17.11",
51 "lru-memoize": "^1.1.0",
52 "memoizee": "^0.4.14",
53 "memoizerific": "^1.11.3",
54 "micro-memoize": "^4.0.8",
55 "mocha": "^10.0.0",
56 "moize": "^6.1.5",
57 "ora": "^1.4.0",
58 "parcel": "^2.8.3",
59 "ramda": "^0.26.1",
60 "uglify-es": "^3.3.9",
61 "underscore": "^1.9.1"
62 }
63}