liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_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"
}