- 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-lib-instrument/package.json
rceaed42 r59329aa 1 1 { 2 "name": "istanbul-lib-instrument", 3 "version": "4.0.3", 4 "description": "Core istanbul API for JS code coverage", 5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", 6 "main": "dist/index.js", 7 "files": [ 8 "dist" 2 "_args": [ 3 [ 4 "istanbul-lib-instrument@4.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "scripts": { 11 "release": "babel src --out-dir dist && documentation build -f md -o api.md src", 12 "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha", 13 "prepublish": "npm run release" 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" 14 38 }, 15 39 "dependencies": { … … 19 43 "semver": "^6.3.0" 20 44 }, 45 "description": "Core istanbul API for JS code coverage", 21 46 "devDependencies": { 22 47 "@babel/cli": "^7.7.5", … … 32 57 "nyc": "^15.0.0-beta.2" 33 58 }, 34 "license": "BSD-3-Clause", 35 "bugs": { 36 "url": "https://github.com/istanbuljs/istanbuljs/issues" 59 "engines": { 60 "node": ">=8" 37 61 }, 62 "files": [ 63 "dist" 64 ], 65 "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff", 38 66 "homepage": "https://istanbul.js.org/", 39 "repository": {40 "type": "git",41 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",42 "directory": "packages/istanbul-lib-instrument"43 },44 67 "keywords": [ 45 68 "coverage", … … 48 71 "instrumentation" 49 72 ], 50 "engines": { 51 "node": ">=8" 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" 52 80 }, 53 "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff" 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" 54 87 }
Note:
See TracChangeset
for help on using the changeset viewer.