75 lines
2.5 KiB
JSON
75 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "postcss-modules-local-by-default@^1.2.0",
|
||
|
"_id": "postcss-modules-local-by-default@1.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==",
|
||
|
"_location": "/postcss-modules-local-by-default",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "postcss-modules-local-by-default@^1.2.0",
|
||
|
"name": "postcss-modules-local-by-default",
|
||
|
"escapedName": "postcss-modules-local-by-default",
|
||
|
"rawSpec": "^1.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/css-loader"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
|
||
|
"_shasum": "f7d80c398c5a393fa7964466bd19500a7d61c069",
|
||
|
"_spec": "postcss-modules-local-by-default@^1.2.0",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\css-loader",
|
||
|
"author": {
|
||
|
"name": "Mark Dalgleish"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"css-selector-tokenizer": "^0.7.0",
|
||
|
"postcss": "^6.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A CSS Modules transform to make local scope the default",
|
||
|
"devDependencies": {
|
||
|
"chokidar-cli": "^1.0.1",
|
||
|
"codecov.io": "^0.1.2",
|
||
|
"coveralls": "^2.11.2",
|
||
|
"eslint": "^3.19.0",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"tape": "^4.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
|
||
|
"keywords": [
|
||
|
"css-modules",
|
||
|
"postcss",
|
||
|
"css",
|
||
|
"postcss-plugin"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "postcss-modules-local-by-default",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"autotest": "chokidar index.js test.js -c 'npm test'",
|
||
|
"cover": "istanbul cover test.js",
|
||
|
"lint": "eslint index.js test.js",
|
||
|
"precover": "npm run lint",
|
||
|
"prepublish": "npm prune && npm test",
|
||
|
"pretest": "npm run lint",
|
||
|
"publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish",
|
||
|
"test": "tape test.js",
|
||
|
"travis": "npm run cover -- --report lcovonly"
|
||
|
},
|
||
|
"version": "1.2.0"
|
||
|
}
|