[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "map-age-cleaner@0.1.3",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "map-age-cleaner@0.1.3",
|
---|
| 10 | "_id": "map-age-cleaner@0.1.3",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==",
|
---|
| 13 | "_location": "/map-age-cleaner",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "map-age-cleaner@0.1.3",
|
---|
| 19 | "name": "map-age-cleaner",
|
---|
| 20 | "escapedName": "map-age-cleaner",
|
---|
| 21 | "rawSpec": "0.1.3",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "0.1.3"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/mem"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
|
---|
| 29 | "_spec": "0.1.3",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Sam Verschueren",
|
---|
| 33 | "email": "sam.verschueren@gmail.com",
|
---|
| 34 | "url": "github.com/SamVerschueren"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/SamVerschueren/map-age-cleaner/issues"
|
---|
| 38 | },
|
---|
| 39 | "dependencies": {
|
---|
| 40 | "p-defer": "^1.0.0"
|
---|
| 41 | },
|
---|
| 42 | "description": "Automatically cleanup expired items in a Map",
|
---|
| 43 | "devDependencies": {
|
---|
| 44 | "@types/delay": "^2.0.1",
|
---|
| 45 | "@types/node": "^10.7.1",
|
---|
| 46 | "ava": "^0.25.0",
|
---|
| 47 | "codecov": "^3.0.0",
|
---|
| 48 | "del-cli": "^1.1.0",
|
---|
| 49 | "delay": "^3.0.0",
|
---|
| 50 | "nyc": "^12.0.0",
|
---|
| 51 | "tslint": "^5.11.0",
|
---|
| 52 | "tslint-xo": "^0.9.0",
|
---|
| 53 | "typescript": "^3.0.1"
|
---|
| 54 | },
|
---|
| 55 | "engines": {
|
---|
| 56 | "node": ">=6"
|
---|
| 57 | },
|
---|
| 58 | "files": [
|
---|
| 59 | "dist/index.js",
|
---|
| 60 | "dist/index.d.ts"
|
---|
| 61 | ],
|
---|
| 62 | "homepage": "https://github.com/SamVerschueren/map-age-cleaner#readme",
|
---|
| 63 | "keywords": [
|
---|
| 64 | "map",
|
---|
| 65 | "age",
|
---|
| 66 | "cleaner",
|
---|
| 67 | "maxage",
|
---|
| 68 | "expire",
|
---|
| 69 | "expiration",
|
---|
| 70 | "expiring"
|
---|
| 71 | ],
|
---|
| 72 | "license": "MIT",
|
---|
| 73 | "main": "dist/index.js",
|
---|
| 74 | "name": "map-age-cleaner",
|
---|
| 75 | "nyc": {
|
---|
| 76 | "exclude": [
|
---|
| 77 | "dist/test.js"
|
---|
| 78 | ]
|
---|
| 79 | },
|
---|
| 80 | "repository": {
|
---|
| 81 | "type": "git",
|
---|
| 82 | "url": "git+https://github.com/SamVerschueren/map-age-cleaner.git"
|
---|
| 83 | },
|
---|
| 84 | "scripts": {
|
---|
| 85 | "build": "npm run clean && tsc",
|
---|
| 86 | "clean": "del-cli dist",
|
---|
| 87 | "lint": "tslint --format stylish --project .",
|
---|
| 88 | "prepublishOnly": "npm run build",
|
---|
| 89 | "pretest": "npm run build -- --sourceMap",
|
---|
| 90 | "test": "npm run lint && nyc ava dist/test.js"
|
---|
| 91 | },
|
---|
| 92 | "sideEffects": false,
|
---|
| 93 | "typings": "dist/index.d.ts",
|
---|
| 94 | "version": "0.1.3"
|
---|
[6a3a178] | 95 | }
|
---|