2021-02-11 21:31:41 +08:00

70 lines
2.0 KiB
JSON

{
"_from": "postcss-normalize-unicode@^4.0.1",
"_id": "postcss-normalize-unicode@4.0.1",
"_inBundle": false,
"_integrity": "sha1-hBvUj9zzAZrUuqdJOj02O1KuHPs=",
"_location": "/postcss-normalize-unicode",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-normalize-unicode@^4.0.1",
"name": "postcss-normalize-unicode",
"escapedName": "postcss-normalize-unicode",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npm.taobao.org/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz?cache=0&sync_timestamp=1612632426460&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-unicode%2Fdownload%2Fpostcss-normalize-unicode-4.0.1.tgz",
"_shasum": "841bd48fdcf3019ad4baa7493a3d363b52ae1cfb",
"_spec": "postcss-normalize-unicode@^4.0.1",
"_where": "E:\\GreateCommunity\\node_modules\\cssnano-preset-default",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserslist": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
},
"deprecated": false,
"description": "Normalize unicode-range descriptors, and can convert to wildcard ranges.",
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-normalize-unicode",
"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"
}