line_push/node_modules/style-resources-loader/package.json
2022-07-17 13:16:16 +08:00

120 lines
3.2 KiB
JSON

{
"_args": [
[
"style-resources-loader@1.3.3",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "style-resources-loader@1.3.3",
"_id": "style-resources-loader@1.3.3",
"_inBundle": false,
"_integrity": "sha512-vDD2HyG6On8H9gWUN9O9q1eXR/JnXpCkNvpusvgFsRQ9JZGF9drzvwKEigR9vqlmUbXO2t/vIIabpYMmis0eAQ==",
"_location": "/style-resources-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "style-resources-loader@1.3.3",
"name": "style-resources-loader",
"escapedName": "style-resources-loader",
"rawSpec": "1.3.3",
"saveSpec": null,
"fetchSpec": "1.3.3"
},
"_requiredBy": [
"/@nuxt/webpack"
],
"_resolved": "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.3.3.tgz",
"_spec": "1.3.3",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Shi Yan",
"email": "yenshih95@gmail.com",
"url": "https://github.com/yenshih"
},
"bugs": {
"url": "https://github.com/yenshih/style-resources-loader/issues"
},
"dependencies": {
"glob": "^7.1.6",
"is-promise": "^2.1.0",
"loader-utils": "^1.2.3",
"schema-utils": "^2.6.1"
},
"description": "CSS processor resources loader for webpack",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/glob": "^7.1.1",
"@types/is-promise": "^2.1.0",
"@types/jest": "^24.0.24",
"@types/loader-utils": "^1.1.3",
"@types/node": "^12.12.21",
"@types/webpack": "^4.41.0",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"raw-loader": "^4.0.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.3",
"webpack": "^4.41.3",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": ">=7.6"
},
"files": [
"lib",
"src",
"index.d.ts"
],
"homepage": "https://github.com/yenshih/style-resources-loader",
"keywords": [
"webpack",
"loader",
"style",
"css",
"sass",
"scss",
"less",
"stylus",
"inject",
"resource",
"variable",
"mixin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "style-resources-loader",
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yenshih/style-resources-loader.git"
},
"scripts": {
"build": "tsc -d",
"clean": "rimraf lib coverage test/**/outputs",
"coverage": "npm test -- --coverage",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"posttest": "rimraf test/**/outputs",
"prepare": "npm run clean && npm run lint && npm run build && npm run coverage",
"prettier": "prettier {src,test}/**/*.{js,jsx,ts,tsx} --write",
"start": "tsc -w",
"test": "jest --detectOpenHandles"
},
"sideEffects": false,
"version": "1.3.3"
}