- 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/stylus-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "stylus-loader", 3 "version": "6.1.0", 4 "description": "Stylus loader for webpack", 5 "license": "MIT", 6 "repository": "webpack-contrib/stylus-loader", 7 "author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)", 8 "homepage": "https://github.com/webpack-contrib/stylus-loader", 9 "bugs": "https://github.com/webpack-contrib/stylus-loader/issues", 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/webpack" 2 "_args": [ 3 [ 4 "stylus-loader@6.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "stylus-loader@6.1.0", 10 "_id": "stylus-loader@6.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-qKO34QCsOtSJrXxQQmXsPeaVHh6hMumBAFIoJTcsSr2VzrA6o/CW9HCGR8spCjzJhN8oKQHdj/Ytx0wwXyElkw==", 13 "_location": "/stylus-loader", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "stylus-loader@6.1.0", 19 "name": "stylus-loader", 20 "escapedName": "stylus-loader", 21 "rawSpec": "6.1.0", 22 "saveSpec": null, 23 "fetchSpec": "6.1.0" 13 24 }, 14 "main": "dist/cjs.js", 15 "engines": { 16 "node": ">= 12.13.0" 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 27 ], 28 "_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-6.1.0.tgz", 29 "_spec": "6.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Kyle Robinson Young", 33 "email": "kyle@dontkry.com", 34 "url": "http://dontkry.com" 17 35 }, 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 \"{**/*,*}.{js,json,md,yml,css,ts}\" --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" 35 }, 36 "files": [ 37 "dist" 38 ], 39 "peerDependencies": { 40 "stylus": ">=0.52.4", 41 "webpack": "^5.0.0" 36 "bugs": { 37 "url": "https://github.com/webpack-contrib/stylus-loader/issues" 42 38 }, 43 39 "dependencies": { … … 46 42 "normalize-path": "^3.0.0" 47 43 }, 44 "description": "Stylus loader for webpack", 48 45 "devDependencies": { 49 46 "@babel/cli": "^7.14.5", … … 77 74 "webpack": "^5.38.1" 78 75 }, 76 "engines": { 77 "node": ">= 12.13.0" 78 }, 79 "files": [ 80 "dist" 81 ], 82 "funding": { 83 "type": "opencollective", 84 "url": "https://opencollective.com/webpack" 85 }, 86 "homepage": "https://github.com/webpack-contrib/stylus-loader", 79 87 "keywords": [ 80 88 "webpack", 81 89 "loader", 82 90 "stylus" 83 ] 91 ], 92 "license": "MIT", 93 "main": "dist/cjs.js", 94 "name": "stylus-loader", 95 "peerDependencies": { 96 "stylus": ">=0.52.4", 97 "webpack": "^5.0.0" 98 }, 99 "repository": { 100 "type": "git", 101 "url": "git+https://github.com/webpack-contrib/stylus-loader.git" 102 }, 103 "scripts": { 104 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 105 "clean": "del-cli dist", 106 "commitlint": "commitlint --from=master", 107 "lint": "npm-run-all -l -p \"lint:**\"", 108 "lint:js": "eslint --cache .", 109 "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different", 110 "prebuild": "npm run clean", 111 "prepare": "husky install && npm run build", 112 "pretest": "npm run lint", 113 "release": "standard-version", 114 "security": "npm audit --production", 115 "start": "npm run build -- -w", 116 "test": "npm run test:coverage", 117 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 118 "test:only": "cross-env NODE_ENV=test jest", 119 "test:watch": "npm run test:only -- --watch" 120 }, 121 "version": "6.1.0" 84 122 }
Note:
See TracChangeset
for help on using the changeset viewer.