Changeset 59329aa for trip-planner-front/node_modules/source-map-loader
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/source-map-loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/source-map-loader/node_modules/iconv-lite/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "iconv-lite@0.6.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "iconv-lite@0.6.3", 10 "_id": "iconv-lite@0.6.3", 11 "_inBundle": false, 12 "_integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 13 "_location": "/source-map-loader/iconv-lite", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "iconv-lite@0.6.3", 2 19 "name": "iconv-lite", 3 "description": "Convert character encodings in pure javascript.", 4 "version": "0.6.3", 5 "license": "MIT", 6 "keywords": [ 7 "iconv", 8 "convert", 9 "charset", 10 "icu" 11 ], 12 "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>", 13 "main": "./lib/index.js", 14 "typings": "./lib/index.d.ts", 15 "homepage": "https://github.com/ashtuchkin/iconv-lite", 16 "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/ashtuchkin/iconv-lite.git" 20 }, 21 "engines": { 22 "node": ">=0.10.0" 23 }, 24 "scripts": { 25 "coverage": "c8 _mocha --grep .", 26 "test": "mocha --reporter spec --grep ." 27 }, 28 "browser": { 29 "stream": false 30 }, 31 "devDependencies": { 32 "async": "^3.2.0", 33 "c8": "^7.2.0", 34 "errto": "^0.2.1", 35 "iconv": "^2.3.5", 36 "mocha": "^3.5.3", 37 "request": "^2.88.2", 38 "semver": "^6.3.0", 39 "unorm": "^1.6.0" 40 }, 41 "dependencies": { 42 "safer-buffer": ">= 2.1.2 < 3.0.0" 43 } 20 "escapedName": "iconv-lite", 21 "rawSpec": "0.6.3", 22 "saveSpec": null, 23 "fetchSpec": "0.6.3" 24 }, 25 "_requiredBy": [ 26 "/source-map-loader" 27 ], 28 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 29 "_spec": "0.6.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Alexander Shtuchkin", 33 "email": "ashtuchkin@gmail.com" 34 }, 35 "browser": { 36 "stream": false 37 }, 38 "bugs": { 39 "url": "https://github.com/ashtuchkin/iconv-lite/issues" 40 }, 41 "dependencies": { 42 "safer-buffer": ">= 2.1.2 < 3.0.0" 43 }, 44 "description": "Convert character encodings in pure javascript.", 45 "devDependencies": { 46 "async": "^3.2.0", 47 "c8": "^7.2.0", 48 "errto": "^0.2.1", 49 "iconv": "^2.3.5", 50 "mocha": "^3.5.3", 51 "request": "^2.88.2", 52 "semver": "^6.3.0", 53 "unorm": "^1.6.0" 54 }, 55 "engines": { 56 "node": ">=0.10.0" 57 }, 58 "homepage": "https://github.com/ashtuchkin/iconv-lite", 59 "keywords": [ 60 "iconv", 61 "convert", 62 "charset", 63 "icu" 64 ], 65 "license": "MIT", 66 "main": "./lib/index.js", 67 "name": "iconv-lite", 68 "repository": { 69 "type": "git", 70 "url": "git://github.com/ashtuchkin/iconv-lite.git" 71 }, 72 "scripts": { 73 "coverage": "c8 _mocha --grep .", 74 "test": "mocha --reporter spec --grep ." 75 }, 76 "typings": "./lib/index.d.ts", 77 "version": "0.6.3" 44 78 } -
trip-planner-front/node_modules/source-map-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map-loader", 3 "version": "3.0.0", 4 "description": "extracts inlined source map and offers it to webpack", 5 "license": "MIT", 6 "repository": "webpack-contrib/source-map-loader", 7 "author": "Tobias Koppers @sokra", 8 "homepage": "https://github.com/webpack-contrib/source-map-loader", 9 "bugs": "https://github.com/webpack-contrib/source-map-loader/issues", 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/webpack" 2 "_args": [ 3 [ 4 "source-map-loader@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map-loader@3.0.0", 10 "_id": "source-map-loader@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==", 13 "_location": "/source-map-loader", 14 "_phantomChildren": { 15 "safer-buffer": "2.1.2" 13 16 }, 14 "main": "dist/cjs.js", 15 "engines": { 16 "node": ">= 12.13.0" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "source-map-loader@3.0.0", 21 "name": "source-map-loader", 22 "escapedName": "source-map-loader", 23 "rawSpec": "3.0.0", 24 "saveSpec": null, 25 "fetchSpec": "3.0.0" 17 26 }, 18 "scripts": { 19 "start": "npm run build -- -w", 20 "clean": "del-cli dist", 21 "prebuild": "npm run clean", 22 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 23 "commitlint": "commitlint --from=master", 24 "security": "npm audit", 25 "lint:prettier": "prettier --list-different .", 26 "lint:js": "eslint --cache .", 27 "lint": "npm-run-all -l -p \"lint:**\"", 28 "test:only": "cross-env NODE_ENV=test jest", 29 "test:watch": "npm run test:only -- --watch", 30 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 31 "pretest": "npm run lint", 32 "test": "npm run test:coverage", 33 "prepare": "husky install && npm run build", 34 "release": "standard-version" 27 "_requiredBy": [ 28 "/@angular-devkit/build-angular" 29 ], 30 "_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.0.tgz", 31 "_spec": "3.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Tobias Koppers @sokra" 35 35 }, 36 "files": [ 37 "dist" 38 ], 39 "peerDependencies": { 40 "webpack": "^5.0.0" 36 "bugs": { 37 "url": "https://github.com/webpack-contrib/source-map-loader/issues" 41 38 }, 42 39 "dependencies": { … … 45 42 "source-map-js": "^0.6.2" 46 43 }, 44 "description": "extracts inlined source map and offers it to webpack", 47 45 "devDependencies": { 48 46 "@babel/cli": "^7.14.3", … … 68 66 "webpack": "^5.37.1" 69 67 }, 68 "engines": { 69 "node": ">= 12.13.0" 70 }, 71 "files": [ 72 "dist" 73 ], 74 "funding": { 75 "type": "opencollective", 76 "url": "https://opencollective.com/webpack" 77 }, 78 "homepage": "https://github.com/webpack-contrib/source-map-loader", 70 79 "keywords": [ 71 80 "webpack" 72 ] 81 ], 82 "license": "MIT", 83 "main": "dist/cjs.js", 84 "name": "source-map-loader", 85 "peerDependencies": { 86 "webpack": "^5.0.0" 87 }, 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/webpack-contrib/source-map-loader.git" 91 }, 92 "scripts": { 93 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 94 "clean": "del-cli dist", 95 "commitlint": "commitlint --from=master", 96 "lint": "npm-run-all -l -p \"lint:**\"", 97 "lint:js": "eslint --cache .", 98 "lint:prettier": "prettier --list-different .", 99 "prebuild": "npm run clean", 100 "prepare": "husky install && npm run build", 101 "pretest": "npm run lint", 102 "release": "standard-version", 103 "security": "npm audit", 104 "start": "npm run build -- -w", 105 "test": "npm run test:coverage", 106 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 107 "test:only": "cross-env NODE_ENV=test jest", 108 "test:watch": "npm run test:only -- --watch" 109 }, 110 "version": "3.0.0" 73 111 }
Note:
See TracChangeset
for help on using the changeset viewer.