source: trip-planner-front/node_modules/get-caller-file/package.json

Last change on this file 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 "get-caller-file@2.0.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "get-caller-file@2.0.5",
10 "_id": "get-caller-file@2.0.5",
11 "_inBundle": false,
12 "_integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
13 "_location": "/get-caller-file",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "get-caller-file@2.0.5",
19 "name": "get-caller-file",
20 "escapedName": "get-caller-file",
21 "rawSpec": "2.0.5",
22 "saveSpec": null,
23 "fetchSpec": "2.0.5"
24 },
25 "_requiredBy": [
26 "/karma/yargs",
27 "/webpack-dev-server/yargs",
28 "/yargs"
29 ],
30 "_resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
31 "_spec": "2.0.5",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Stefan Penner"
35 },
36 "bugs": {
37 "url": "https://github.com/stefanpenner/get-caller-file/issues"
38 },
39 "description": "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
40 "devDependencies": {
41 "@types/chai": "^4.1.7",
42 "@types/ensure-posix-path": "^1.0.0",
43 "@types/mocha": "^5.2.6",
44 "@types/node": "^11.10.5",
45 "chai": "^4.1.2",
46 "ensure-posix-path": "^1.0.1",
47 "mocha": "^5.2.0",
48 "typescript": "^3.3.3333"
49 },
50 "directories": {
51 "test": "tests"
52 },
53 "engines": {
54 "node": "6.* || 8.* || >= 10.*"
55 },
56 "files": [
57 "index.js",
58 "index.js.map",
59 "index.d.ts"
60 ],
61 "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
62 "license": "ISC",
63 "main": "index.js",
64 "name": "get-caller-file",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/stefanpenner/get-caller-file.git"
68 },
69 "scripts": {
70 "prepare": "tsc",
71 "test": "mocha test",
72 "test:debug": "mocha test"
73 },
74 "version": "2.0.5"
75}
Note: See TracBrowser for help on using the repository browser.