{ "_from": "file-entry-cache@^8.0.0", "_id": "file-entry-cache@8.0.0", "_inBundle": false, "_integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "_location": "/file-entry-cache", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "file-entry-cache@^8.0.0", "name": "file-entry-cache", "escapedName": "file-entry-cache", "rawSpec": "^8.0.0", "saveSpec": null, "fetchSpec": "^8.0.0" }, "_requiredBy": [ "/eslint" ], "_resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz", "_shasum": "7787bddcf1131bffb92636c69457bbc0edd6d81f", "_spec": "file-entry-cache@^8.0.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\eslint", "author": { "name": "Jared Wray", "url": "https://jaredwray.com" }, "bugs": { "url": "https://github.com/jaredwray/file-entry-cache/issues" }, "bundleDependencies": false, "dependencies": { "flat-cache": "^4.0.0" }, "deprecated": false, "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process", "devDependencies": { "c8": "^8.0.1", "chai": "^4.3.10", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-prettier": "^5.0.1", "glob-expand": "^0.2.1", "mocha": "^10.2.0", "prettier": "^3.1.1", "rimraf": "^5.0.5", "write": "^2.0.0" }, "engines": { "node": ">=16.0.0" }, "files": [ "cache.js" ], "homepage": "https://github.com/jaredwray/file-entry-cache#readme", "keywords": [ "file cache", "task cache files", "file cache", "key par", "key value", "cache" ], "license": "MIT", "main": "cache.js", "name": "file-entry-cache", "precommit": [ "npm run eslint --silent" ], "prepush": [ "npm run eslint --silent" ], "repository": { "type": "git", "url": "git+https://github.com/jaredwray/file-entry-cache.git" }, "scripts": { "autofix": "npm run eslint -- --fix", "clean": "rimraf ./node_modules ./package-lock.json ./yarn.lock", "eslint": "eslint --cache --cache-location=node_modules/.cache/ 'cache.js' 'test/**/*.js' 'perf.js'", "perf": "node perf.js", "test": "npm run eslint --silent && c8 mocha -R spec test/specs", "test:ci": "npm run eslint --silent && c8 --reporter=lcov mocha -R spec test/specs" }, "version": "8.0.0" }