mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
89 lines
2.4 KiB
JSON
89 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-modules-local-by-default@4.0.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "postcss-modules-local-by-default@4.0.0",
|
|
"_id": "postcss-modules-local-by-default@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-67tU+uFZjuz99pGgKz/zs5ClpRw=",
|
|
"_location": "/postcss-modules-local-by-default",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-modules-local-by-default@4.0.0",
|
|
"name": "postcss-modules-local-by-default",
|
|
"escapedName": "postcss-modules-local-by-default",
|
|
"rawSpec": "4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/postcss-modules"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
|
|
"_spec": "4.0.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Mark Dalgleish"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
|
|
},
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0",
|
|
"postcss-selector-parser": "^6.0.2",
|
|
"postcss-value-parser": "^4.1.0"
|
|
},
|
|
"description": "A CSS Modules transform to make local scope the default",
|
|
"devDependencies": {
|
|
"coveralls": "^3.1.0",
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"husky": "^4.3.0",
|
|
"jest": "^26.5.2",
|
|
"lint-staged": "^10.4.0",
|
|
"postcss": "^8.1.0",
|
|
"prettier": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
|
|
"keywords": [
|
|
"css-modules",
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "postcss-modules-local-by-default",
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint --ignore-path .gitignore .",
|
|
"lint": "yarn eslint && yarn prettier",
|
|
"prepublishOnly": "yarn test",
|
|
"pretest": "yarn lint",
|
|
"prettier": "prettier -l --ignore-path .gitignore .",
|
|
"test": "yarn test:coverage",
|
|
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
|
|
"test:only": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|