- 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/style-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "style-loader", 3 "version": "3.2.1", 2 "_args": [ 3 [ 4 "style-loader@3.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "style-loader@3.2.1", 10 "_id": "style-loader@3.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-1k9ZosJCRFaRbY6hH49JFlRB0fVSbmnyq1iTPjNxUmGVjBNEmwrrHPenhlp+Lgo51BojHSf6pl2FcqYaN3PfVg==", 13 "_location": "/style-loader", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "style-loader@3.2.1", 19 "name": "style-loader", 20 "escapedName": "style-loader", 21 "rawSpec": "3.2.1", 22 "saveSpec": null, 23 "fetchSpec": "3.2.1" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 27 ], 28 "_resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.2.1.tgz", 29 "_spec": "3.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Tobias Koppers @sokra" 33 }, 34 "bugs": { 35 "url": "https://github.com/webpack-contrib/style-loader/issues" 36 }, 4 37 "description": "style loader module for webpack", 5 "license": "MIT",6 "repository": "webpack-contrib/style-loader",7 "author": "Tobias Koppers @sokra",8 "homepage": "https://github.com/webpack-contrib/style-loader",9 "bugs": "https://github.com/webpack-contrib/style-loader/issues",10 "funding": {11 "type": "opencollective",12 "url": "https://opencollective.com/webpack"13 },14 "main": "dist/cjs.js",15 "engines": {16 "node": ">= 12.13.0"17 },18 "scripts": {19 "start": "npm run build -- -w",20 "clean": "del-cli dist",21 "validate:runtime": "es-check es3 \"dist/runtime/**/*.js\"",22 "prebuild": "npm run clean",23 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",24 "postbuild": "npm run validate:runtime",25 "commitlint": "commitlint --from=master",26 "security": "npm audit --production",27 "lint:prettier": "prettier --list-different .",28 "lint:js": "eslint --cache .",29 "lint": "npm-run-all -l -p \"lint:**\"",30 "test:only": "cross-env NODE_ENV=test jest",31 "test:watch": "npm run test:only -- --watch",32 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",33 "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config test/manual/webpack.config.js",34 "pretest": "npm run lint",35 "test": "npm run test:coverage",36 "prepare": "husky install && npm run build",37 "release": "standard-version"38 },39 "files": [40 "dist"41 ],42 "peerDependencies": {43 "webpack": "^5.0.0"44 },45 38 "devDependencies": { 46 39 "@babel/cli": "^7.14.5", … … 75 68 "webpack-dev-server": "^3.11.2" 76 69 }, 70 "engines": { 71 "node": ">= 12.13.0" 72 }, 73 "files": [ 74 "dist" 75 ], 76 "funding": { 77 "type": "opencollective", 78 "url": "https://opencollective.com/webpack" 79 }, 80 "homepage": "https://github.com/webpack-contrib/style-loader", 77 81 "keywords": [ 78 82 "webpack" 79 ] 83 ], 84 "license": "MIT", 85 "main": "dist/cjs.js", 86 "name": "style-loader", 87 "peerDependencies": { 88 "webpack": "^5.0.0" 89 }, 90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/webpack-contrib/style-loader.git" 93 }, 94 "scripts": { 95 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 96 "clean": "del-cli dist", 97 "commitlint": "commitlint --from=master", 98 "lint": "npm-run-all -l -p \"lint:**\"", 99 "lint:js": "eslint --cache .", 100 "lint:prettier": "prettier --list-different .", 101 "postbuild": "npm run validate:runtime", 102 "prebuild": "npm run clean", 103 "prepare": "husky install && npm run build", 104 "pretest": "npm run lint", 105 "release": "standard-version", 106 "security": "npm audit --production", 107 "start": "npm run build -- -w", 108 "test": "npm run test:coverage", 109 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 110 "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config test/manual/webpack.config.js", 111 "test:only": "cross-env NODE_ENV=test jest", 112 "test:watch": "npm run test:only -- --watch", 113 "validate:runtime": "es-check es3 \"dist/runtime/**/*.js\"" 114 }, 115 "version": "3.2.1" 80 116 }
Note:
See TracChangeset
for help on using the changeset viewer.