source: trip-planner-front/node_modules/pacote/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "pacote@11.3.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "pacote@11.3.5",
10 "_id": "pacote@11.3.5",
11 "_inBundle": false,
12 "_integrity": "sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==",
13 "_location": "/pacote",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "pacote@11.3.5",
19 "name": "pacote",
20 "escapedName": "pacote",
21 "rawSpec": "11.3.5",
22 "saveSpec": null,
23 "fetchSpec": "11.3.5"
24 },
25 "_requiredBy": [
26 "/@angular/cli"
27 ],
28 "_resolved": "https://registry.npmjs.org/pacote/-/pacote-11.3.5.tgz",
29 "_spec": "11.3.5",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me",
34 "url": "https://izs.me"
35 },
36 "bin": {
37 "pacote": "lib/bin.js"
38 },
39 "bugs": {
40 "url": "https://github.com/npm/pacote/issues"
41 },
42 "dependencies": {
43 "@npmcli/git": "^2.1.0",
44 "@npmcli/installed-package-contents": "^1.0.6",
45 "@npmcli/promise-spawn": "^1.2.0",
46 "@npmcli/run-script": "^1.8.2",
47 "cacache": "^15.0.5",
48 "chownr": "^2.0.0",
49 "fs-minipass": "^2.1.0",
50 "infer-owner": "^1.0.4",
51 "minipass": "^3.1.3",
52 "mkdirp": "^1.0.3",
53 "npm-package-arg": "^8.0.1",
54 "npm-packlist": "^2.1.4",
55 "npm-pick-manifest": "^6.0.0",
56 "npm-registry-fetch": "^11.0.0",
57 "promise-retry": "^2.0.1",
58 "read-package-json-fast": "^2.0.1",
59 "rimraf": "^3.0.2",
60 "ssri": "^8.0.1",
61 "tar": "^6.1.0"
62 },
63 "description": "JavaScript package downloader",
64 "devDependencies": {
65 "mutate-fs": "^2.1.1",
66 "npm-registry-mock": "^1.3.1",
67 "tap": "^15.0.4"
68 },
69 "engines": {
70 "node": ">=10"
71 },
72 "files": [
73 "lib/**/*.js"
74 ],
75 "homepage": "https://github.com/npm/pacote#readme",
76 "keywords": [
77 "packages",
78 "npm",
79 "git"
80 ],
81 "license": "ISC",
82 "main": "lib/index.js",
83 "name": "pacote",
84 "repository": {
85 "type": "git",
86 "url": "git+ssh://git@github.com/npm/pacote.git"
87 },
88 "scripts": {
89 "postversion": "npm publish",
90 "prepublishOnly": "git push origin --follow-tags",
91 "preversion": "npm test",
92 "snap": "tap",
93 "test": "tap"
94 },
95 "tap": {
96 "timeout": 300,
97 "coverage-map": "map.js"
98 },
99 "version": "11.3.5"
100}
Note: See TracBrowser for help on using the repository browser.