- 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/karma-source-map-support/package.json
rceaed42 r59329aa 1 1 { 2 "name": "karma-source-map-support", 3 "version": "1.4.0", 4 "description": "Karma plugin for inline sourcemap support", 5 "main": "lib/index.js", 6 "dependencies": { 7 "source-map-support": "^0.5.5" 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" 8 24 }, 9 "homepage": "https://github.com/tschaub/karma-source-map-support", 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", 10 31 "author": { 11 32 "name": "Tim Schaub", 12 33 "url": "http://tschaub.net/" 13 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", 14 53 "keywords": [ 15 54 "karma-plugin", … … 19 58 "sourcemap" 20 59 ], 60 "license": "MIT", 61 "main": "lib/index.js", 62 "name": "karma-source-map-support", 21 63 "repository": { 22 64 "type": "git", 23 65 "url": "git://github.com/tschaub/karma-source-map-support.git" 24 66 }, 25 "bugs": {26 "url": "https://github.com/tschaub/karma-source-map-support/issues"27 },28 "license": "MIT",29 67 "scripts": { 30 68 "test": "eslint lib" 31 69 }, 32 "eslintConfig": { 33 "extends": "tschaub", 34 "globals": { 35 "sourceMapSupport": false 36 } 37 }, 38 "devDependencies": { 39 "eslint": "^5.13.0", 40 "eslint-config-tschaub": "^12.0.1" 41 } 70 "version": "1.4.0" 42 71 }
Note:
See TracChangeset
for help on using the changeset viewer.