source: trip-planner-front/node_modules/npm-package-arg/package.json@ 6fe77af

Last change on this file since 6fe77af 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-package-arg@8.1.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "npm-package-arg@8.1.5",
10 "_id": "npm-package-arg@8.1.5",
11 "_inBundle": false,
12 "_integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==",
13 "_location": "/npm-package-arg",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "npm-package-arg@8.1.5",
19 "name": "npm-package-arg",
20 "escapedName": "npm-package-arg",
21 "rawSpec": "8.1.5",
22 "saveSpec": null,
23 "fetchSpec": "8.1.5"
24 },
25 "_requiredBy": [
26 "/@angular/cli",
27 "/npm-pick-manifest",
28 "/npm-registry-fetch",
29 "/pacote"
30 ],
31 "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz",
32 "_spec": "8.1.5",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Isaac Z. Schlueter",
36 "email": "i@izs.me",
37 "url": "http://blog.izs.me/"
38 },
39 "bugs": {
40 "url": "https://github.com/npm/npm-package-arg/issues"
41 },
42 "dependencies": {
43 "hosted-git-info": "^4.0.1",
44 "semver": "^7.3.4",
45 "validate-npm-package-name": "^3.0.0"
46 },
47 "description": "Parse the things that can be arguments to `npm install`",
48 "devDependencies": {
49 "@npmcli/lint": "^1.0.1",
50 "tap": "^15.0.9"
51 },
52 "directories": {
53 "test": "test"
54 },
55 "engines": {
56 "node": ">=10"
57 },
58 "files": [
59 "npa.js"
60 ],
61 "homepage": "https://github.com/npm/npm-package-arg",
62 "license": "ISC",
63 "main": "npa.js",
64 "name": "npm-package-arg",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/npm/npm-package-arg.git"
68 },
69 "scripts": {
70 "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
71 "lintfix": "npm run lint -- --fix",
72 "npmclilint": "npmcli-lint",
73 "postsnap": "npm run lintfix --",
74 "posttest": "npm run lint --",
75 "postversion": "npm publish",
76 "prepublishOnly": "git push origin --follow-tags",
77 "preversion": "npm test",
78 "snap": "tap",
79 "test": "tap"
80 },
81 "version": "8.1.5"
82}
Note: See TracBrowser for help on using the repository browser.