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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
| {
| "_args": [
| [
| "map-age-cleaner@0.1.3",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "map-age-cleaner@0.1.3",
| "_id": "map-age-cleaner@0.1.3",
| "_inBundle": false,
| "_integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==",
| "_location": "/map-age-cleaner",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "map-age-cleaner@0.1.3",
| "name": "map-age-cleaner",
| "escapedName": "map-age-cleaner",
| "rawSpec": "0.1.3",
| "saveSpec": null,
| "fetchSpec": "0.1.3"
| },
| "_requiredBy": [
| "/mem"
| ],
| "_resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
| "_spec": "0.1.3",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Sam Verschueren",
| "email": "sam.verschueren@gmail.com",
| "url": "github.com/SamVerschueren"
| },
| "bugs": {
| "url": "https://github.com/SamVerschueren/map-age-cleaner/issues"
| },
| "dependencies": {
| "p-defer": "^1.0.0"
| },
| "description": "Automatically cleanup expired items in a Map",
| "devDependencies": {
| "@types/delay": "^2.0.1",
| "@types/node": "^10.7.1",
| "ava": "^0.25.0",
| "codecov": "^3.0.0",
| "del-cli": "^1.1.0",
| "delay": "^3.0.0",
| "nyc": "^12.0.0",
| "tslint": "^5.11.0",
| "tslint-xo": "^0.9.0",
| "typescript": "^3.0.1"
| },
| "engines": {
| "node": ">=6"
| },
| "files": [
| "dist/index.js",
| "dist/index.d.ts"
| ],
| "homepage": "https://github.com/SamVerschueren/map-age-cleaner#readme",
| "keywords": [
| "map",
| "age",
| "cleaner",
| "maxage",
| "expire",
| "expiration",
| "expiring"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "map-age-cleaner",
| "nyc": {
| "exclude": [
| "dist/test.js"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/SamVerschueren/map-age-cleaner.git"
| },
| "scripts": {
| "build": "npm run clean && tsc",
| "clean": "del-cli dist",
| "lint": "tslint --format stylish --project .",
| "prepublishOnly": "npm run build",
| "pretest": "npm run build -- --sourceMap",
| "test": "npm run lint && nyc ava dist/test.js"
| },
| "sideEffects": false,
| "typings": "dist/index.d.ts",
| "version": "0.1.3"
| }
|
|