更新
This commit is contained in:
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "postcss-normalize-string@^6.0.2",
|
||||
"_id": "postcss-normalize-string@6.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==",
|
||||
"_location": "/postcss-normalize-string",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss-normalize-string@^6.0.2",
|
||||
"name": "postcss-normalize-string",
|
||||
"escapedName": "postcss-normalize-string",
|
||||
"rawSpec": "^6.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz",
|
||||
"_shasum": "e3cc6ad5c95581acd1fc8774b309dd7c06e5e363",
|
||||
"_spec": "postcss-normalize-string@^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 wrapping quotes for CSS string literals.",
|
||||
"devDependencies": {
|
||||
"postcss": "^8.4.35"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14 || ^16 || >=18.0"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"LICENSE-MIT",
|
||||
"types"
|
||||
],
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "postcss-normalize-string",
|
||||
"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