- 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/istanbul-reports/package.json
rceaed42 r59329aa 1 1 { 2 "name": "istanbul-reports", 3 "version": "3.0.3", 4 "description": "istanbul reports", 5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", 6 "main": "index.js", 7 "files": [ 8 "index.js", 9 "lib" 2 "_args": [ 3 [ 4 "istanbul-reports@3.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "scripts": { 12 "test": "nyc mocha --recursive", 13 "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production", 14 "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development" 8 "_development": true, 9 "_from": "istanbul-reports@3.0.3", 10 "_id": "istanbul-reports@3.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-0i77ZFLsb9U3DHi22WzmIngVzfoyxxbQcZRqlF3KoKmCJGq9nhFHoGi8FqBztN2rE8w6hURnZghetn0xpkVb6A==", 13 "_location": "/istanbul-reports", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "istanbul-reports@3.0.3", 19 "name": "istanbul-reports", 20 "escapedName": "istanbul-reports", 21 "rawSpec": "3.0.3", 22 "saveSpec": null, 23 "fetchSpec": "3.0.3" 24 }, 25 "_requiredBy": [ 26 "/karma-coverage" 27 ], 28 "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.3.tgz", 29 "_spec": "3.0.3", 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" 15 37 }, 16 38 "dependencies": { … … 18 40 "istanbul-lib-report": "^3.0.0" 19 41 }, 42 "description": "istanbul reports", 20 43 "devDependencies": { 21 44 "@babel/core": "^7.7.5", … … 33 56 "webpack-cli": "^3.3.10" 34 57 }, 35 "license": "BSD-3-Clause", 36 "repository": { 37 "type": "git", 38 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", 39 "directory": "packages/istanbul-reports" 58 "engines": { 59 "node": ">=8" 40 60 }, 61 "files": [ 62 "index.js", 63 "lib" 64 ], 65 "homepage": "https://istanbul.js.org/", 41 66 "keywords": [ 42 67 "istanbul", 43 68 "reports" 44 69 ], 45 "bugs": { 46 "url": "https://github.com/istanbuljs/istanbuljs/issues" 47 }, 48 "homepage": "https://istanbul.js.org/", 70 "license": "BSD-3-Clause", 71 "main": "index.js", 72 "name": "istanbul-reports", 49 73 "nyc": { 50 74 "exclude": [ … … 55 79 ] 56 80 }, 57 "engines": { 58 "node": ">=8" 59 } 81 "repository": { 82 "type": "git", 83 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", 84 "directory": "packages/istanbul-reports" 85 }, 86 "scripts": { 87 "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production", 88 "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development", 89 "test": "nyc mocha --recursive" 90 }, 91 "version": "3.0.3" 60 92 }
Note:
See TracChangeset
for help on using the changeset viewer.