- 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/copy-webpack-plugin/package.json
rceaed42 r59329aa 1 1 { 2 "name": "copy-webpack-plugin", 3 "version": "9.0.1", 4 "description": "Copy files && directories with webpack", 5 "license": "MIT", 6 "repository": "webpack-contrib/copy-webpack-plugin", 7 "author": "Len Boyette", 8 "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin", 9 "bugs": "https://github.com/webpack-contrib/copy-webpack-plugin/issues", 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/webpack" 2 "_args": [ 3 [ 4 "copy-webpack-plugin@9.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "copy-webpack-plugin@9.0.1", 10 "_id": "copy-webpack-plugin@9.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw==", 13 "_location": "/copy-webpack-plugin", 14 "_phantomChildren": { 15 "@types/json-schema": "7.0.9", 16 "fast-deep-equal": "3.1.3", 17 "fast-json-stable-stringify": "2.1.0", 18 "is-glob": "4.0.3", 19 "uri-js": "4.4.1" 13 20 }, 14 "main": "dist/cjs.js", 15 "engines": { 16 "node": ">= 12.13.0" 21 "_requested": { 22 "type": "version", 23 "registry": true, 24 "raw": "copy-webpack-plugin@9.0.1", 25 "name": "copy-webpack-plugin", 26 "escapedName": "copy-webpack-plugin", 27 "rawSpec": "9.0.1", 28 "saveSpec": null, 29 "fetchSpec": "9.0.1" 17 30 }, 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 --production", 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" 31 "_requiredBy": [ 32 "/@angular-devkit/build-angular" 33 ], 34 "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.0.1.tgz", 35 "_spec": "9.0.1", 36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 37 "author": { 38 "name": "Len Boyette" 35 39 }, 36 "files": [ 37 "dist" 38 ], 39 "peerDependencies": { 40 "webpack": "^5.1.0" 40 "bugs": { 41 "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues" 41 42 }, 42 43 "dependencies": { … … 49 50 "serialize-javascript": "^6.0.0" 50 51 }, 52 "description": "Copy files && directories with webpack", 51 53 "devDependencies": { 52 54 "@babel/cli": "^7.14.5", … … 75 77 "webpack": "^5.40.0" 76 78 }, 79 "engines": { 80 "node": ">= 12.13.0" 81 }, 82 "files": [ 83 "dist" 84 ], 85 "funding": { 86 "type": "opencollective", 87 "url": "https://opencollective.com/webpack" 88 }, 89 "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin", 77 90 "keywords": [ 78 91 "webpack", … … 81 94 "move", 82 95 "copy" 83 ] 96 ], 97 "license": "MIT", 98 "main": "dist/cjs.js", 99 "name": "copy-webpack-plugin", 100 "peerDependencies": { 101 "webpack": "^5.1.0" 102 }, 103 "repository": { 104 "type": "git", 105 "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git" 106 }, 107 "scripts": { 108 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 109 "clean": "del-cli dist", 110 "commitlint": "commitlint --from=master", 111 "lint": "npm-run-all -l -p \"lint:**\"", 112 "lint:js": "eslint --cache .", 113 "lint:prettier": "prettier --list-different .", 114 "prebuild": "npm run clean", 115 "prepare": "husky install && npm run build", 116 "pretest": "npm run lint", 117 "release": "standard-version", 118 "security": "npm audit --production", 119 "start": "npm run build -- -w", 120 "test": "npm run test:coverage", 121 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 122 "test:only": "cross-env NODE_ENV=test jest", 123 "test:watch": "npm run test:only -- --watch" 124 }, 125 "version": "9.0.1" 84 126 }
Note:
See TracChangeset
for help on using the changeset viewer.