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

70 lines
1.9 KiB
JSON

{
"_from": "postcss-font-family@^1.2.1",
"_id": "postcss-font-family@1.2.1",
"_inBundle": false,
"_integrity": "sha1-dQJSSzmDox5q9k5LqhA07W7YQYw=",
"_location": "/postcss-font-family",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-font-family@^1.2.1",
"name": "postcss-font-family",
"escapedName": "postcss-font-family",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-font-family/-/postcss-font-family-1.2.1.tgz",
"_shasum": "7502524b3983a31e6af64e4baa1034ed6ed8418c",
"_spec": "postcss-font-family@^1.2.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-font-family/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^3.0.0",
"postcss": "^4.1.16",
"uniqs": "^2.0.0"
},
"deprecated": false,
"description": "Normalize font family declarations with PostCSS.",
"devDependencies": {
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"homepage": "https://github.com/ben-eb/postcss-font-family",
"keywords": [
"css",
"font",
"normalize",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-font-family",
"repository": {
"type": "git",
"url": "git://github.com/ben-eb/postcss-font-family.git"
},
"scripts": {
"lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
"test": "tape test.js | tap-spec"
},
"version": "1.2.1"
}