You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
2.2 KiB
102 lines
2.2 KiB
{ |
|
"_args": [ |
|
[ |
|
"postcss-import@14.1.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "postcss-import@14.1.0", |
|
"_id": "postcss-import@14.1.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", |
|
"_location": "/postcss-import", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "postcss-import@14.1.0", |
|
"name": "postcss-import", |
|
"escapedName": "postcss-import", |
|
"rawSpec": "14.1.0", |
|
"saveSpec": null, |
|
"fetchSpec": "14.1.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared" |
|
], |
|
"_resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", |
|
"_spec": "14.1.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Maxime Thirouin" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/postcss/postcss-import/issues" |
|
}, |
|
"dependencies": { |
|
"postcss-value-parser": "^4.0.0", |
|
"read-cache": "^1.0.0", |
|
"resolve": "^1.1.7" |
|
}, |
|
"description": "PostCSS plugin to import CSS files", |
|
"devDependencies": { |
|
"ava": "^3.0.0", |
|
"eslint": "^7.0.0", |
|
"eslint-config-problems": "^5.0.0", |
|
"eslint-plugin-prettier": "^4.0.0", |
|
"postcss": "^8.0.0", |
|
"postcss-scss": "^4.0.0", |
|
"prettier": "~2.6.0", |
|
"sugarss": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"eslintConfig": { |
|
"extends": "eslint-config-problems", |
|
"env": { |
|
"node": true |
|
}, |
|
"plugins": [ |
|
"prettier" |
|
], |
|
"rules": { |
|
"prettier/prettier": [ |
|
"error", |
|
{ |
|
"semi": false, |
|
"arrowParens": "avoid" |
|
} |
|
] |
|
} |
|
}, |
|
"files": [ |
|
"index.js", |
|
"lib" |
|
], |
|
"homepage": "https://github.com/postcss/postcss-import#readme", |
|
"keywords": [ |
|
"css", |
|
"postcss", |
|
"postcss-plugin", |
|
"import", |
|
"node modules", |
|
"npm" |
|
], |
|
"license": "MIT", |
|
"name": "postcss-import", |
|
"peerDependencies": { |
|
"postcss": "^8.0.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/postcss/postcss-import.git" |
|
}, |
|
"scripts": { |
|
"ci": "eslint . && ava", |
|
"lint": "eslint . --fix", |
|
"pretest": "npm run lint", |
|
"test": "ava" |
|
}, |
|
"version": "14.1.0" |
|
}
|
|
|