source: trip-planner-front/node_modules/istanbul-lib-source-maps/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "istanbul-lib-source-maps@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "istanbul-lib-source-maps@4.0.0",
10 "_id": "istanbul-lib-source-maps@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
13 "_location": "/istanbul-lib-source-maps",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "istanbul-lib-source-maps@4.0.0",
19 "name": "istanbul-lib-source-maps",
20 "escapedName": "istanbul-lib-source-maps",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/karma-coverage"
27 ],
28 "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
29 "_spec": "4.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Krishnan Anantheswaran",
33 "email": "kananthmail-github@yahoo.com"
34 },
35 "bugs": {
36 "url": "https://github.com/istanbuljs/istanbuljs/issues"
37 },
38 "dependencies": {
39 "debug": "^4.1.1",
40 "istanbul-lib-coverage": "^3.0.0",
41 "source-map": "^0.6.1"
42 },
43 "description": "Source maps support for istanbul",
44 "devDependencies": {
45 "chai": "^4.2.0",
46 "mocha": "^6.2.2",
47 "nyc": "^15.0.0-beta.2",
48 "ts-node": "^8.5.4"
49 },
50 "engines": {
51 "node": ">=8"
52 },
53 "files": [
54 "lib",
55 "index.js"
56 ],
57 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
58 "homepage": "https://istanbul.js.org/",
59 "keywords": [
60 "istanbul",
61 "sourcemaps",
62 "sourcemap",
63 "source",
64 "maps"
65 ],
66 "license": "BSD-3-Clause",
67 "main": "index.js",
68 "name": "istanbul-lib-source-maps",
69 "repository": {
70 "type": "git",
71 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
72 "directory": "packages/istanbul-lib-source-maps"
73 },
74 "scripts": {
75 "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
76 },
77 "version": "4.0.0"
78}
Note: See TracBrowser for help on using the repository browser.