source: trip-planner-front/node_modules/@npmcli/installed-package-contents/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "@npmcli/installed-package-contents@1.0.7",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@npmcli/installed-package-contents@1.0.7",
10 "_id": "@npmcli/installed-package-contents@1.0.7",
11 "_inBundle": false,
12 "_integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==",
13 "_location": "/@npmcli/installed-package-contents",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@npmcli/installed-package-contents@1.0.7",
19 "name": "@npmcli/installed-package-contents",
20 "escapedName": "@npmcli%2finstalled-package-contents",
21 "scope": "@npmcli",
22 "rawSpec": "1.0.7",
23 "saveSpec": null,
24 "fetchSpec": "1.0.7"
25 },
26 "_requiredBy": [
27 "/pacote"
28 ],
29 "_resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz",
30 "_spec": "1.0.7",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Isaac Z. Schlueter",
34 "email": "i@izs.me",
35 "url": "https://izs.me"
36 },
37 "bin": {
38 "installed-package-contents": "index.js"
39 },
40 "bugs": {
41 "url": "https://github.com/npm/installed-package-contents/issues"
42 },
43 "dependencies": {
44 "npm-bundled": "^1.1.1",
45 "npm-normalize-package-bin": "^1.0.1"
46 },
47 "description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
48 "devDependencies": {
49 "require-inject": "^1.4.4",
50 "tap": "^14.11.0"
51 },
52 "engines": {
53 "node": ">= 10"
54 },
55 "files": [
56 "index.js"
57 ],
58 "homepage": "https://github.com/npm/installed-package-contents#readme",
59 "license": "ISC",
60 "main": "index.js",
61 "name": "@npmcli/installed-package-contents",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/npm/installed-package-contents.git"
65 },
66 "scripts": {
67 "postpublish": "git push origin --follow-tags",
68 "postversion": "npm publish",
69 "preversion": "npm test",
70 "snap": "tap",
71 "test": "tap"
72 },
73 "tap": {
74 "check-coverage": true,
75 "color": true
76 },
77 "version": "1.0.7"
78}
Note: See TracBrowser for help on using the repository browser.