- 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/webpack-merge/package.json
rceaed42 r59329aa 1 1 { 2 "name": "webpack-merge", 3 "description": "Variant of merge that's useful for webpack configuration", 4 "author": "Juho Vepsalainen <bebraw@gmail.com>", 5 "version": "5.8.0", 6 "scripts": { 7 "build": "tsc", 8 "format": "prettier . --write --ignore-path .gitignore", 9 "start": "tsdx watch", 10 "test": "tsdx test", 11 "prepare": "npm run build" 2 "_args": [ 3 [ 4 "webpack-merge@5.8.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "webpack-merge@5.8.0", 10 "_id": "webpack-merge@5.8.0", 11 "_inBundle": false, 12 "_integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", 13 "_location": "/webpack-merge", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "webpack-merge@5.8.0", 19 "name": "webpack-merge", 20 "escapedName": "webpack-merge", 21 "rawSpec": "5.8.0", 22 "saveSpec": null, 23 "fetchSpec": "5.8.0" 12 24 }, 13 "main": "dist/index.js", 14 "typings": "dist/index.d.ts", 15 "files": [ 16 "dist" 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 17 27 ], 28 "_resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", 29 "_spec": "5.8.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Juho Vepsalainen", 33 "email": "bebraw@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/survivejs/webpack-merge/issues" 37 }, 18 38 "dependencies": { 19 39 "clone-deep": "^4.0.1", 20 40 "wildcard": "^2.0.0" 21 41 }, 42 "description": "Variant of merge that's useful for webpack configuration", 22 43 "devDependencies": { 23 44 "@types/estree": "0.0.48", … … 29 50 "webpack": "^5.38.1" 30 51 }, 31 "repository": {32 "type": "git",33 "url": "https://github.com/survivejs/webpack-merge.git"34 },35 "homepage": "https://github.com/survivejs/webpack-merge",36 "bugs": {37 "url": "https://github.com/survivejs/webpack-merge/issues"38 },39 "keywords": [40 "webpack",41 "merge"42 ],43 52 "engines": { 44 53 "node": ">=10.0.0" 54 }, 55 "files": [ 56 "dist" 57 ], 58 "homepage": "https://github.com/survivejs/webpack-merge", 59 "husky": { 60 "hooks": { 61 "pre-commit": "npm run test" 62 } 45 63 }, 46 64 "jest": { … … 50 68 ] 51 69 }, 70 "keywords": [ 71 "webpack", 72 "merge" 73 ], 52 74 "license": "MIT", 53 "husky": { 54 "hooks": { 55 "pre-commit": "npm run test" 56 } 57 } 75 "main": "dist/index.js", 76 "name": "webpack-merge", 77 "repository": { 78 "type": "git", 79 "url": "git+https://github.com/survivejs/webpack-merge.git" 80 }, 81 "scripts": { 82 "build": "tsc", 83 "format": "prettier . --write --ignore-path .gitignore", 84 "prepare": "npm run build", 85 "start": "tsdx watch", 86 "test": "tsdx test" 87 }, 88 "typings": "dist/index.d.ts", 89 "version": "5.8.0" 58 90 }
Note:
See TracChangeset
for help on using the changeset viewer.