projecte_ionic/node_modules/stylus-loader/package.json
2022-02-09 18:30:03 +01:00

119 lines
3.5 KiB
JSON
Executable file

{
"_from": "stylus-loader@6.1.0",
"_id": "stylus-loader@6.1.0",
"_inBundle": false,
"_integrity": "sha512-qKO34QCsOtSJrXxQQmXsPeaVHh6hMumBAFIoJTcsSr2VzrA6o/CW9HCGR8spCjzJhN8oKQHdj/Ytx0wwXyElkw==",
"_location": "/stylus-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stylus-loader@6.1.0",
"name": "stylus-loader",
"escapedName": "stylus-loader",
"rawSpec": "6.1.0",
"saveSpec": null,
"fetchSpec": "6.1.0"
},
"_requiredBy": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-6.1.0.tgz",
"_shasum": "7a3a719a27cb2b9617896d6da28fda94c3ed9762",
"_spec": "stylus-loader@6.1.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"url": "http://dontkry.com"
},
"bugs": {
"url": "https://github.com/webpack-contrib/stylus-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"fast-glob": "^3.2.5",
"klona": "^2.0.4",
"normalize-path": "^3.0.0"
},
"deprecated": false,
"description": "Stylus loader for webpack",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.2",
"benchmark": "^2.1.4",
"bootstrap-styl": "^5.0.9",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"husky": "^6.0.0",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"memfs": "^3.2.2",
"nib": "^1.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
"raw-loader": "^4.0.2",
"standard-version": "^9.3.0",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"webpack": "^5.38.1"
},
"engines": {
"node": ">= 12.13.0"
},
"files": [
"dist"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"homepage": "https://github.com/webpack-contrib/stylus-loader",
"keywords": [
"webpack",
"loader",
"stylus"
],
"license": "MIT",
"main": "dist/cjs.js",
"name": "stylus-loader",
"peerDependencies": {
"stylus": ">=0.52.4",
"webpack": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/stylus-loader.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
"clean": "del-cli dist",
"commitlint": "commitlint --from=master",
"lint": "npm-run-all -l -p \"lint:**\"",
"lint:js": "eslint --cache .",
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
"prebuild": "npm run clean",
"prepare": "husky install && npm run build",
"pretest": "npm run lint",
"release": "standard-version",
"security": "npm audit --production",
"start": "npm run build -- -w",
"test": "npm run test:coverage",
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
"test:only": "cross-env NODE_ENV=test jest",
"test:watch": "npm run test:only -- --watch"
},
"version": "6.1.0"
}