Changeset 59329aa for trip-planner-front/node_modules/get-caller-file
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/get-caller-file/package.json
rceaed42 r59329aa 1 1 { 2 "name": "get-caller-file", 3 "version": "2.0.5", 4 "description": "", 5 "main": "index.js", 6 "directories": { 7 "test": "tests" 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" 8 24 }, 9 " files": [10 " index.js",11 " index.js.map",12 " index.d.ts"25 "_requiredBy": [ 26 "/karma/yargs", 27 "/webpack-dev-server/yargs", 28 "/yargs" 13 29 ], 14 "scripts": { 15 "prepare": "tsc", 16 "test": "mocha test", 17 "test:debug": "mocha test" 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" 18 35 }, 19 "repository": {20 "type": "git",21 "url": "git+https://github.com/stefanpenner/get-caller-file.git"22 },23 "author": "Stefan Penner",24 "license": "ISC",25 36 "bugs": { 26 37 "url": "https://github.com/stefanpenner/get-caller-file/issues" 27 38 }, 28 " homepage": "https://github.com/stefanpenner/get-caller-file#readme",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)", 29 40 "devDependencies": { 30 41 "@types/chai": "^4.1.7", … … 37 48 "typescript": "^3.3.3333" 38 49 }, 50 "directories": { 51 "test": "tests" 52 }, 39 53 "engines": { 40 54 "node": "6.* || 8.* || >= 10.*" 41 } 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" 42 75 }
Note:
See TracChangeset
for help on using the changeset viewer.