1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "postcss-convert-values@4.0.1",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "postcss-convert-values@4.0.1",
- "_id": "postcss-convert-values@4.0.1",
- "_inBundle": false,
- "_integrity": "sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8=",
- "_location": "/postcss-convert-values",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-convert-values@4.0.1",
- "name": "postcss-convert-values",
- "escapedName": "postcss-convert-values",
- "rawSpec": "4.0.1",
- "saveSpec": null,
- "fetchSpec": "4.0.1"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz?cache=0&sync_timestamp=1615826700919&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-convert-values%2Fdownload%2Fpostcss-convert-values-4.0.1.tgz",
- "_spec": "4.0.1",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "dependencies": {
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "description": "Convert values with PostCSS (e.g. ms -> s)",
- "devDependencies": {
- "babel-cli": "^6.0.0",
- "cross-env": "^5.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "files": [
- "LICENSE-MIT",
- "dist"
- ],
- "homepage": "https://github.com/cssnano/cssnano",
- "keywords": [
- "css",
- "optimisation",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-convert-values",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssnano/cssnano.git"
- },
- "scripts": {
- "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
- },
- "version": "4.0.1"
- }
|