71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "cache-point@^1.0.0",
|
||
|
"_id": "cache-point@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-ZqrZp9Hi5Uq7vfSGmNP2bUT/9DzZC2Y/GXjHB8rUJN1a+KLmbV05+vxHipNsg8+CSVgjcVVzLV8VZms6w8ZeRw==",
|
||
|
"_location": "/cache-point",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "cache-point@^1.0.0",
|
||
|
"name": "cache-point",
|
||
|
"escapedName": "cache-point",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/dmd",
|
||
|
"/jsdoc-api"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/cache-point/-/cache-point-1.0.0.tgz",
|
||
|
"_shasum": "3d9769fc04d7a5b3005fc6258e6ebcaccb5f15f3",
|
||
|
"_spec": "cache-point@^1.0.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/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.0",
|
||
|
"fs-then-native": "^2.0.0",
|
||
|
"mkdirp2": "^1.0.4"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Simple, filesystem-backed memoisation cache.",
|
||
|
"devDependencies": {
|
||
|
"jsdoc-to-markdown": "^5.0.2",
|
||
|
"test-runner": "~0.6.0"
|
||
|
},
|
||
|
"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": "1.0.0"
|
||
|
}
|