{ "_from": "cache-point@^2.0.0", "_id": "cache-point@2.0.0", "_inBundle": false, "_integrity": "sha512-4gkeHlFpSKgm3vm2gJN5sPqfmijYRFYCQ6tv5cLw0xVmT6r1z1vd4FNnpuOREco3cBs1G709sZ72LdgddKvL5w==", "_location": "/cache-point", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cache-point@^2.0.0", "name": "cache-point", "escapedName": "cache-point", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/dmd", "/jsdoc-api" ], "_resolved": "https://registry.npmjs.org/cache-point/-/cache-point-2.0.0.tgz", "_shasum": "91e03c38da9cfba9d95ac6a34d24cfe6eff8920f", "_spec": "cache-point@^2.0.0", "_where": "/home/l/plc/node-red/node_modules/dmd", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/cache-point/issues" }, "bundleDependencies": false, "dependencies": { "array-back": "^4.0.1", "fs-then-native": "^2.0.0", "mkdirp2": "^1.0.4" }, "deprecated": false, "description": "Simple, filesystem-backed memoisation cache.", "devDependencies": { "jsdoc-to-markdown": "^5.0.3", "test-runner": "~0.8.7" }, "engines": { "node": ">=8" }, "files": [ "index.js" ], "homepage": "https://github.com/75lb/cache-point#readme", "keywords": [ "memoisation", "memoization", "cache", "file", "store" ], "license": "MIT", "name": "cache-point", "repository": { "type": "git", "url": "git+https://github.com/75lb/cache-point.git" }, "scripts": { "docs": "jsdoc2md -t README.hbs index.js > README.md", "test": "test-runner test/*.js" }, "version": "2.0.0" }