12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "gulp-postcss",
- "_id": "gulp-postcss@9.0.1",
- "_inBundle": false,
- "_integrity": "sha512-9QUHam5JyXwGUxaaMvoFQVT44tohpEFpM8xBdPfdwTYGM0AItS1iTQz0MpsF8Jroh7GF5Jt2GVPaYgvy8qD2Fw==",
- "_location": "/gulp-postcss",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "gulp-postcss",
- "name": "gulp-postcss",
- "escapedName": "gulp-postcss",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmmirror.com/gulp-postcss/-/gulp-postcss-9.0.1.tgz",
- "_shasum": "d43caa2f2ce1018f889f7c1296faf82e9928b66f",
- "_spec": "gulp-postcss",
- "_where": "/Users/chenpengming/代码/微纳园管理端",
- "author": {
- "name": "Andrey Kuzmin",
- "email": "unsoundscapes@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/postcss/gulp-postcss/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "fancy-log": "^1.3.3",
- "plugin-error": "^1.0.1",
- "postcss-load-config": "^3.0.0",
- "vinyl-sourcemaps-apply": "^0.2.1"
- },
- "deprecated": false,
- "description": "PostCSS gulp plugin",
- "devDependencies": {
- "eslint": "^5.16.0",
- "gulp-sourcemaps": "^2.6.5",
- "mocha": "^5.2.0",
- "nyc": "^12.0.2",
- "postcss": "^8.0.0",
- "proxyquire": "^2.1.0",
- "sinon": "^6.3.5",
- "vinyl": "^2.2.0"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- },
- "homepage": "https://github.com/postcss/gulp-postcss",
- "keywords": [
- "gulpplugin",
- "postcss",
- "postcss-runner",
- "css"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "gulp-postcss",
- "nyc": {
- "lines": 100,
- "statements": 100,
- "functions": 100,
- "branches": 100,
- "reporter": [
- "lcov",
- "text"
- ],
- "cache": true,
- "all": true,
- "check-coverage": true
- },
- "peerDependencies": {
- "postcss": "^8.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/gulp-postcss.git"
- },
- "scripts": {
- "pretest": "eslint *.js",
- "test": "nyc mocha test.js"
- },
- "version": "9.0.1"
- }
|