Files
2019-01-25 17:01:52 +08:00

65 lines
1.7 KiB
JSON

{
"_from": "postcss-minify-font-weight@^1.0.1",
"_id": "postcss-minify-font-weight@1.0.1",
"_inBundle": false,
"_integrity": "sha1-aI5CzfI27Osb1WOojPHSTQOgWIg=",
"_location": "/postcss-minify-font-weight",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-minify-font-weight@^1.0.1",
"name": "postcss-minify-font-weight",
"escapedName": "postcss-minify-font-weight",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-font-weight/-/postcss-minify-font-weight-1.0.1.tgz",
"_shasum": "688e42cdf236eceb1bd563a88cf1d24d03a05888",
"_spec": "postcss-minify-font-weight@^1.0.1",
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-minify-font-weight/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^4.1.11"
},
"deprecated": false,
"description": "Minimise font weight values in your CSS.",
"devDependencies": {
"tap-spec": "^2.2.2",
"tape": "^3.5.0"
},
"homepage": "https://github.com/ben-eb/postcss-minify-font-weight",
"keywords": [
"css",
"font",
"optimise",
"optimisation",
"minify",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-minify-font-weight",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-minify-font-weight.git"
},
"scripts": {
"test": "tape test.js | tap-spec"
},
"version": "1.0.1"
}