source: trip-planner-front/node_modules/npm-pick-manifest/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.1 KB
Line 
1{
2 "_args": [
3 [
4 "npm-pick-manifest@6.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "npm-pick-manifest@6.1.1",
10 "_id": "npm-pick-manifest@6.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
13 "_location": "/npm-pick-manifest",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "npm-pick-manifest@6.1.1",
19 "name": "npm-pick-manifest",
20 "escapedName": "npm-pick-manifest",
21 "rawSpec": "6.1.1",
22 "saveSpec": null,
23 "fetchSpec": "6.1.1"
24 },
25 "_requiredBy": [
26 "/@angular/cli",
27 "/@npmcli/git",
28 "/pacote"
29 ],
30 "_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
31 "_spec": "6.1.1",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Kat Marchán",
35 "email": "kzm@sykosomatic.org"
36 },
37 "bugs": {
38 "url": "https://github.com/npm/npm-pick-manifest/issues"
39 },
40 "dependencies": {
41 "npm-install-checks": "^4.0.0",
42 "npm-normalize-package-bin": "^1.0.1",
43 "npm-package-arg": "^8.1.2",
44 "semver": "^7.3.4"
45 },
46 "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
47 "devDependencies": {
48 "standard": "^14.3.1",
49 "tap": "^14.11.0"
50 },
51 "files": [
52 "*.js"
53 ],
54 "homepage": "https://github.com/npm/npm-pick-manifest#readme",
55 "keywords": [
56 "npm",
57 "semver",
58 "package manager"
59 ],
60 "license": "ISC",
61 "main": "index.js",
62 "name": "npm-pick-manifest",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/npm/npm-pick-manifest.git"
66 },
67 "scripts": {
68 "coverage": "tap",
69 "lint": "standard",
70 "posttest": "npm run lint",
71 "postversion": "npm publish",
72 "prepublishOnly": "git push origin --follow-tags",
73 "preversion": "npm test",
74 "test": "tap"
75 },
76 "tap": {
77 "check-coverage": true
78 },
79 "version": "6.1.1"
80}
Note: See TracBrowser for help on using the repository browser.