source: trip-planner-front/node_modules/istanbul-lib-instrument/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: 2.5 KB
Line 
1{
2 "_args": [
3 [
4 "istanbul-lib-instrument@4.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "istanbul-lib-instrument@4.0.3",
10 "_id": "istanbul-lib-instrument@4.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
13 "_location": "/istanbul-lib-instrument",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "istanbul-lib-instrument@4.0.3",
19 "name": "istanbul-lib-instrument",
20 "escapedName": "istanbul-lib-instrument",
21 "rawSpec": "4.0.3",
22 "saveSpec": null,
23 "fetchSpec": "4.0.3"
24 },
25 "_requiredBy": [
26 "/@jsdevtools/coverage-istanbul-loader",
27 "/karma-coverage"
28 ],
29 "_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
30 "_spec": "4.0.3",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Krishnan Anantheswaran",
34 "email": "kananthmail-github@yahoo.com"
35 },
36 "bugs": {
37 "url": "https://github.com/istanbuljs/istanbuljs/issues"
38 },
39 "dependencies": {
40 "@babel/core": "^7.7.5",
41 "@istanbuljs/schema": "^0.1.2",
42 "istanbul-lib-coverage": "^3.0.0",
43 "semver": "^6.3.0"
44 },
45 "description": "Core istanbul API for JS code coverage",
46 "devDependencies": {
47 "@babel/cli": "^7.7.5",
48 "@babel/plugin-transform-modules-commonjs": "^7.7.5",
49 "@babel/register": "^7.7.4",
50 "chai": "^4.2.0",
51 "clone": "^2.1.2",
52 "debug": "^4.1.1",
53 "documentation": "^12.1.4",
54 "js-yaml": "^3.13.1",
55 "mocha": "^6.2.2",
56 "nopt": "^4.0.1",
57 "nyc": "^15.0.0-beta.2"
58 },
59 "engines": {
60 "node": ">=8"
61 },
62 "files": [
63 "dist"
64 ],
65 "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff",
66 "homepage": "https://istanbul.js.org/",
67 "keywords": [
68 "coverage",
69 "istanbul",
70 "js",
71 "instrumentation"
72 ],
73 "license": "BSD-3-Clause",
74 "main": "dist/index.js",
75 "name": "istanbul-lib-instrument",
76 "repository": {
77 "type": "git",
78 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
79 "directory": "packages/istanbul-lib-instrument"
80 },
81 "scripts": {
82 "prepublish": "npm run release",
83 "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
84 "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha"
85 },
86 "version": "4.0.3"
87}
Note: See TracBrowser for help on using the repository browser.