{
  "_from": "postcss-font-weights@^2.0.1",
  "_id": "postcss-font-weights@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-qF3XtRqnaRuVybwCafQSdWyRkx0=",
  "_location": "/postcss-font-weights",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-font-weights@^2.0.1",
    "name": "postcss-font-weights",
    "escapedName": "postcss-font-weights",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/postcss-short"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-font-weights/-/postcss-font-weights-2.0.1.tgz",
  "_shasum": "a85dd7b51aa7691b95c9bc0269f412756c91931d",
  "_spec": "postcss-font-weights@^2.0.1",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/postcss-short",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/jonathantneal/postcss-font-weights/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    },
    {
      "name": "David Walsh",
      "email": "dlwalsh@gmail.com"
    }
  ],
  "dependencies": {
    "css-font-weight-names": "^0.2.1",
    "postcss": "^5.0.12"
  },
  "deprecated": false,
  "description": "PostCSS plugin to transform font weight names into numeric font weight values",
  "devDependencies": {
    "eslint": "^1.10.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.2.2"
  },
  "engines": {
    "iojs": ">=2.0.0",
    "node": ">=0.12.0"
  },
  "homepage": "https://github.com/jonathantneal/postcss-font-weights#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "fonts",
    "weights",
    "fonts",
    "font-weight",
    "common",
    "names",
    "numerics",
    "shorthands",
    "values"
  ],
  "license": "CC0-1.0",
  "name": "postcss-font-weights",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathantneal/postcss-font-weights.git"
  },
  "scripts": {
    "lint": "eslint . --ignore-path .gitignore",
    "tape": "tape test.js | tap-spec",
    "test": "npm run lint && npm run tape"
  },
  "version": "2.0.1"
}
