1 | {
|
---|
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"
|
---|
24 | },
|
---|
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"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/webpack-contrib/stylus-loader/issues"
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "fast-glob": "^3.2.5",
|
---|
41 | "klona": "^2.0.4",
|
---|
42 | "normalize-path": "^3.0.0"
|
---|
43 | },
|
---|
44 | "description": "Stylus loader for webpack",
|
---|
45 | "devDependencies": {
|
---|
46 | "@babel/cli": "^7.14.5",
|
---|
47 | "@babel/core": "^7.14.5",
|
---|
48 | "@babel/preset-env": "^7.14.5",
|
---|
49 | "@commitlint/cli": "^12.1.4",
|
---|
50 | "@commitlint/config-conventional": "^12.1.4",
|
---|
51 | "@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
---|
52 | "babel-eslint": "^10.1.0",
|
---|
53 | "babel-jest": "^27.0.2",
|
---|
54 | "benchmark": "^2.1.4",
|
---|
55 | "bootstrap-styl": "^5.0.9",
|
---|
56 | "cross-env": "^7.0.3",
|
---|
57 | "css-loader": "^5.2.6",
|
---|
58 | "del": "^6.0.0",
|
---|
59 | "del-cli": "^3.0.1",
|
---|
60 | "eslint": "^7.28.0",
|
---|
61 | "eslint-config-prettier": "^8.3.0",
|
---|
62 | "eslint-plugin-import": "^2.23.4",
|
---|
63 | "husky": "^6.0.0",
|
---|
64 | "jest": "^27.0.4",
|
---|
65 | "lint-staged": "^11.0.0",
|
---|
66 | "memfs": "^3.2.2",
|
---|
67 | "nib": "^1.1.2",
|
---|
68 | "npm-run-all": "^4.1.5",
|
---|
69 | "prettier": "^2.3.1",
|
---|
70 | "raw-loader": "^4.0.2",
|
---|
71 | "standard-version": "^9.3.0",
|
---|
72 | "style-loader": "^2.0.0",
|
---|
73 | "stylus": "^0.54.8",
|
---|
74 | "webpack": "^5.38.1"
|
---|
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",
|
---|
87 | "keywords": [
|
---|
88 | "webpack",
|
---|
89 | "loader",
|
---|
90 | "stylus"
|
---|
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"
|
---|
122 | }
|
---|