source: trip-planner-front/node_modules/karma-source-map-support/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "karma-source-map-support@1.4.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "karma-source-map-support@1.4.0",
10 "_id": "karma-source-map-support@1.4.0",
11 "_inBundle": false,
12 "_integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==",
13 "_location": "/karma-source-map-support",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "karma-source-map-support@1.4.0",
19 "name": "karma-source-map-support",
20 "escapedName": "karma-source-map-support",
21 "rawSpec": "1.4.0",
22 "saveSpec": null,
23 "fetchSpec": "1.4.0"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz",
29 "_spec": "1.4.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Tim Schaub",
33 "url": "http://tschaub.net/"
34 },
35 "bugs": {
36 "url": "https://github.com/tschaub/karma-source-map-support/issues"
37 },
38 "dependencies": {
39 "source-map-support": "^0.5.5"
40 },
41 "description": "Karma plugin for inline sourcemap support",
42 "devDependencies": {
43 "eslint": "^5.13.0",
44 "eslint-config-tschaub": "^12.0.1"
45 },
46 "eslintConfig": {
47 "extends": "tschaub",
48 "globals": {
49 "sourceMapSupport": false
50 }
51 },
52 "homepage": "https://github.com/tschaub/karma-source-map-support",
53 "keywords": [
54 "karma-plugin",
55 "karma-framework",
56 "browserify",
57 "inline",
58 "sourcemap"
59 ],
60 "license": "MIT",
61 "main": "lib/index.js",
62 "name": "karma-source-map-support",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/tschaub/karma-source-map-support.git"
66 },
67 "scripts": {
68 "test": "eslint lib"
69 },
70 "version": "1.4.0"
71}
Note: See TracBrowser for help on using the repository browser.