75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"_from": "cache-manager-fs-hash@^0.0.6",
|
|
"_id": "cache-manager-fs-hash@0.0.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-p1nmcCQH4/jyKqEqUqPSDDcCo0PjFdv56OvtSdUrSIB7s8rAfwETLZ0CHXWdAPyg0QaER/deTvl1dCXyjZ5xAA==",
|
|
"_location": "/cache-manager-fs-hash",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cache-manager-fs-hash@^0.0.6",
|
|
"name": "cache-manager-fs-hash",
|
|
"escapedName": "cache-manager-fs-hash",
|
|
"rawSpec": "^0.0.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.0.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.6.tgz",
|
|
"_shasum": "fccc5a6b579080cbe2186697e51b5b8ff8ca9fd0",
|
|
"_spec": "cache-manager-fs-hash@^0.0.6",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": {
|
|
"name": "Roland Starke"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rolandstarke/node-cache-manager-fs-hash/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"es6-promisify": "^6.0.0",
|
|
"lockfile": "^1.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "file system store for node cache manager",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.0",
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/register": "^7.0.0",
|
|
"cache-manager": "^2.9.0",
|
|
"mocha": "^5.2.0",
|
|
"rimraf": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/*"
|
|
],
|
|
"homepage": "https://github.com/rolandstarke/node-cache-manager-fs-hash#readme",
|
|
"keywords": [
|
|
"cache-manager",
|
|
"storage",
|
|
"filesystem"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cache-manager-fs-hash",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rolandstarke/node-cache-manager-fs-hash.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib",
|
|
"prepare": "npm run build",
|
|
"pretest": "npm run build",
|
|
"test": "mocha --require @babel/register ./test/**/*.js"
|
|
},
|
|
"version": "0.0.6"
|
|
}
|