12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- "postcss-modules-local-by-default@3.0.3",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "postcss-modules-local-by-default@3.0.3",
- "_id": "postcss-modules-local-by-default@3.0.3",
- "_inBundle": false,
- "_integrity": "sha1-uxTgzHgnnVBNvcv9fgyiiZP/u7A=",
- "_location": "/postcss-modules-local-by-default",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-modules-local-by-default@3.0.3",
- "name": "postcss-modules-local-by-default",
- "escapedName": "postcss-modules-local-by-default",
- "rawSpec": "3.0.3",
- "saveSpec": null,
- "fetchSpec": "3.0.3"
- },
- "_requiredBy": [
- "/css-loader"
- ],
- "_resolved": "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz?cache=0&sync_timestamp=1602587661752&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-3.0.3.tgz",
- "_spec": "3.0.3",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "author": {
- "name": "Mark Dalgleish"
- },
- "bugs": {
- "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
- },
- "dependencies": {
- "icss-utils": "^4.1.1",
- "postcss": "^7.0.32",
- "postcss-selector-parser": "^6.0.2",
- "postcss-value-parser": "^4.1.0"
- },
- "description": "A CSS Modules transform to make local scope the default",
- "devDependencies": {
- "chokidar-cli": "^1.2.3",
- "codecov.io": "^0.1.6",
- "coveralls": "^3.1.0",
- "eslint": "^5.16.0",
- "istanbul": "^0.4.5",
- "tape": "^5.0.1"
- },
- "engines": {
- "node": ">= 6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
- "keywords": [
- "css-modules",
- "postcss",
- "css",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "postcss-modules-local-by-default",
- "prettier": {
- "singleQuote": true,
- "trailingComma": "es5"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
- },
- "scripts": {
- "autotest": "chokidar index.js test.js -c 'yarn test'",
- "cover": "istanbul cover test.js",
- "lint": "eslint index.js test.js",
- "precover": "yarn lint",
- "prepublish": "yarn test",
- "pretest": "yarn lint",
- "test": "tape test.js",
- "travis": "yarn lint && yarn cover -- --report lcovonly"
- },
- "version": "3.0.3"
- }
|