source: trip-planner-front/node_modules/cacache/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.9 KB
Line 
1{
2 "_args": [
3 [
4 "cacache@15.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cacache@15.2.0",
10 "_id": "cacache@15.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==",
13 "_location": "/cacache",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cacache@15.2.0",
19 "name": "cacache",
20 "escapedName": "cacache",
21 "rawSpec": "15.2.0",
22 "saveSpec": null,
23 "fetchSpec": "15.2.0"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular",
27 "/make-fetch-happen",
28 "/pacote"
29 ],
30 "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz",
31 "_spec": "15.2.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "bugs": {
34 "url": "https://github.com/npm/cacache/issues"
35 },
36 "cache-version": {
37 "content": "2",
38 "index": "5"
39 },
40 "dependencies": {
41 "@npmcli/move-file": "^1.0.1",
42 "chownr": "^2.0.0",
43 "fs-minipass": "^2.0.0",
44 "glob": "^7.1.4",
45 "infer-owner": "^1.0.4",
46 "lru-cache": "^6.0.0",
47 "minipass": "^3.1.1",
48 "minipass-collect": "^1.0.2",
49 "minipass-flush": "^1.0.5",
50 "minipass-pipeline": "^1.2.2",
51 "mkdirp": "^1.0.3",
52 "p-map": "^4.0.0",
53 "promise-inflight": "^1.0.1",
54 "rimraf": "^3.0.2",
55 "ssri": "^8.0.1",
56 "tar": "^6.0.2",
57 "unique-filename": "^1.1.1"
58 },
59 "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
60 "devDependencies": {
61 "@npmcli/lint": "^1.0.1",
62 "benchmark": "^2.1.4",
63 "chalk": "^4.0.0",
64 "require-inject": "^1.4.4",
65 "tacks": "^1.3.0",
66 "tap": "^15.0.9"
67 },
68 "engines": {
69 "node": ">= 10"
70 },
71 "files": [
72 "*.js",
73 "lib"
74 ],
75 "homepage": "https://github.com/npm/cacache#readme",
76 "keywords": [
77 "cache",
78 "caching",
79 "content-addressable",
80 "sri",
81 "sri hash",
82 "subresource integrity",
83 "cache",
84 "storage",
85 "store",
86 "file store",
87 "filesystem",
88 "disk cache",
89 "disk storage"
90 ],
91 "license": "ISC",
92 "main": "index.js",
93 "name": "cacache",
94 "repository": {
95 "type": "git",
96 "url": "git+https://github.com/npm/cacache.git"
97 },
98 "scripts": {
99 "benchmarks": "node test/benchmarks",
100 "coverage": "tap",
101 "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"",
102 "lintfix": "npm run lint -- --fix",
103 "npmclilint": "npmcli-lint",
104 "postsnap": "npm run lintfix --",
105 "postversion": "npm publish",
106 "prepublishOnly": "git push origin --follow-tags",
107 "preversion": "npm test",
108 "snap": "tap",
109 "test": "tap",
110 "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
111 },
112 "tap": {
113 "100": true,
114 "test-regex": "test/[^/]*.js"
115 },
116 "version": "15.2.0"
117}
Note: See TracBrowser for help on using the repository browser.