source: trip-planner-front/node_modules/nopt/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: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "nopt@5.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "nopt@5.0.0",
10 "_id": "nopt@5.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
13 "_location": "/nopt",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "nopt@5.0.0",
19 "name": "nopt",
20 "escapedName": "nopt",
21 "rawSpec": "5.0.0",
22 "saveSpec": null,
23 "fetchSpec": "5.0.0"
24 },
25 "_requiredBy": [
26 "/node-gyp"
27 ],
28 "_resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
29 "_spec": "5.0.0",
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": "http://blog.izs.me/"
35 },
36 "bin": {
37 "nopt": "bin/nopt.js"
38 },
39 "bugs": {
40 "url": "https://github.com/npm/nopt/issues"
41 },
42 "dependencies": {
43 "abbrev": "1"
44 },
45 "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
46 "devDependencies": {
47 "tap": "^14.10.6"
48 },
49 "engines": {
50 "node": ">=6"
51 },
52 "files": [
53 "bin",
54 "lib"
55 ],
56 "homepage": "https://github.com/npm/nopt#readme",
57 "license": "ISC",
58 "main": "lib/nopt.js",
59 "name": "nopt",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/npm/nopt.git"
63 },
64 "scripts": {
65 "postversion": "npm publish",
66 "prepublishOnly": "git push origin --follow-tags",
67 "preversion": "npm test",
68 "test": "tap test/*.js"
69 },
70 "version": "5.0.0"
71}
Note: See TracBrowser for help on using the repository browser.