{
    "name": "@here/harp-lrucache",
    "version": "0.28.0",
    "description": "LRU cache",
    "main": "index.js",
    "typings": "index",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "cross-env mocha --require source-map-support/register $EXTRA_MOCHA_ARGS ./test/*.js",
        "build": "tsc --build $EXTRA_TSC_ARGS",
        "prepare": "cross-env tsc --build $EXTRA_TSC_ARGS"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/heremaps/harp.gl.git",
        "directory": "@here/harp-lrucache"
    },
    "author": {
        "name": "HERE Europe B.V.",
        "url": "https://here.com"
    },
    "license": "Apache-2.0",
    "dependencies": {
        "@here/harp-utils": "^0.28.0"
    },
    "devDependencies": {
        "@types/chai": "^4.2.14",
        "@types/mocha": "^8.2.0",
        "@types/node": "^14.0.5",
        "chai": "^4.0.2",
        "cross-env": "^7.0.2",
        "mocha": "^8.2.1",
        "source-map-support": "^0.5.19",
        "typescript": "^4.1.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "e55351c399672d382cdaefdd8a3c20cce29c024b"
}
