- 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/adjust-sourcemap-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "adjust-sourcemap-loader", 3 "version": "4.0.0", 2 "_args": [ 3 [ 4 "adjust-sourcemap-loader@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "adjust-sourcemap-loader@4.0.0", 10 "_id": "adjust-sourcemap-loader@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", 13 "_location": "/adjust-sourcemap-loader", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "adjust-sourcemap-loader@4.0.0", 19 "name": "adjust-sourcemap-loader", 20 "escapedName": "adjust-sourcemap-loader", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/resolve-url-loader" 27 ], 28 "_resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "bholloway" 33 }, 34 "bugs": { 35 "url": "https://github.com/bholloway/adjust-sourcemap-loader/issues" 36 }, 37 "dependencies": { 38 "loader-utils": "^2.0.0", 39 "regex-parser": "^2.2.11" 40 }, 4 41 "description": "Webpack loader that adjusts source maps", 5 "main": "index.js", 42 "devDependencies": { 43 "jshint": "^2.12.0" 44 }, 6 45 "engines": { 7 46 "node": ">=8.9" 8 47 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git" 12 }, 48 "homepage": "https://github.com/bholloway/adjust-sourcemap-loader", 13 49 "keywords": [ 14 50 "webpack", … … 20 56 "adjust" 21 57 ], 22 "author": "bholloway",23 58 "license": "MIT", 24 "bugs": { 25 "url": "https://github.com/bholloway/adjust-sourcemap-loader/issues" 26 }, 27 "homepage": "https://github.com/bholloway/adjust-sourcemap-loader", 28 "dependencies": { 29 "loader-utils": "^2.0.0", 30 "regex-parser": "^2.2.11" 31 }, 32 "devDependencies": { 33 "jshint": "^2.12.0" 59 "main": "index.js", 60 "name": "adjust-sourcemap-loader", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git" 34 64 }, 35 65 "scripts": { 36 66 "lint": "jshint index.js lib codec" 37 } 67 }, 68 "version": "4.0.0" 38 69 }
Note:
See TracChangeset
for help on using the changeset viewer.