123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_from": "stylus-loader",
- "_id": "stylus-loader@6.2.0",
- "_inBundle": false,
- "_integrity": "sha512-5dsDc7qVQGRoc6pvCL20eYgRUxepZ9FpeK28XhdXaIPP6kXr6nI1zAAKFQgP5OBkOfKaURp4WUpJzspg1f01Gg==",
- "_location": "/stylus-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "stylus-loader",
- "name": "stylus-loader",
- "escapedName": "stylus-loader",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-6.2.0.tgz",
- "_shasum": "0ba499e744e7fb9d9b3977784c8639728a7ced8c",
- "_spec": "stylus-loader",
- "_where": "D:\\work\\liebao-developApi",
- "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.7",
- "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.6",
- "@babel/preset-env": "^7.14.7",
- "@commitlint/cli": "^13.2.1",
- "@commitlint/config-conventional": "^13.2.0",
- "@webpack-contrib/eslint-config-webpack": "^3.0.0",
- "babel-eslint": "^10.1.0",
- "babel-jest": "^27.0.6",
- "benchmark": "^2.1.4",
- "bootstrap-styl": "^5.0.9",
- "cross-env": "^7.0.3",
- "css-loader": "^6.4.0",
- "del": "^6.0.0",
- "del-cli": "^3.0.1",
- "eslint": "^7.30.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-import": "^2.23.4",
- "husky": "^7.0.0",
- "jest": "^27.0.6",
- "lint-staged": "^11.0.1",
- "memfs": "^3.2.2",
- "nib": "^1.1.2",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.3.2",
- "raw-loader": "^4.0.2",
- "standard-version": "^9.3.1",
- "style-loader": "^3.3.0",
- "stylus": "^0.55.0",
- "webpack": "^5.45.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.2.0"
- }
|