更新
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"_from": "postcss-normalize-url@^6.0.2",
|
||||
"_id": "postcss-normalize-url@6.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==",
|
||||
"_location": "/postcss-normalize-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss-normalize-url@^6.0.2",
|
||||
"name": "postcss-normalize-url",
|
||||
"escapedName": "postcss-normalize-url",
|
||||
"rawSpec": "^6.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz",
|
||||
"_shasum": "292792386be51a8de9a454cb7b5c58ae22db0f79",
|
||||
"_spec": "postcss-normalize-url@^6.0.2",
|
||||
"_where": "/root/dns/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": {
|
||||
"postcss-value-parser": "^4.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Normalize URLs with PostCSS",
|
||||
"devDependencies": {
|
||||
"postcss": "^8.4.35"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14 || ^16 || >=18.0"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"LICENSE-MIT",
|
||||
"types"
|
||||
],
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"normalize",
|
||||
"optimise",
|
||||
"optimisation",
|
||||
"postcss",
|
||||
"postcss-plugin",
|
||||
"url"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "postcss-normalize-url",
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.4.31"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cssnano/cssnano.git"
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "6.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user